/* 01. Foundation and navigation */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button:disabled { cursor: default; opacity: .4; }
img { max-width: 100%; }
[hidden] { display: none !important; }
:where(a, button, input, summary, [tabindex]):focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
:where(.work-card[data-tone=navy], .work-card[data-tone=night], .service-card-blue, .visibility, .contact) :focus-visible { outline-color: #8DCDFF; }
h1, h2, h3, p { margin-top: 0; }
h2 { font-size: clamp(2.15rem, 4.25vw, 3.75rem); letter-spacing: -.05em; line-height: 1.09; font-weight: 650; margin-bottom: 0; text-wrap: balance; }
h2 span { color: #657B9A; }
h3 { line-height: 1.22; letter-spacing: -.035em; font-weight: 650; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip { position: fixed; top: -100px; left: 20px; z-index: 100; background: white; padding: 12px 20px; }
.skip:focus { top: 10px; }
.site-header { position: sticky; z-index: 20; top: 0; background: #fffffff0; backdrop-filter: blur(22px); border-bottom: 1px solid #E8EDF580; }
.site-header.scrolled { box-shadow: 0 4px 25px #0c346909; }
nav { height: 76px; max-width: 1440px; padding: 0 32px; margin: auto; display: flex; align-items: center; gap: 26px; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 1.4rem; font-weight: 750; letter-spacing: -.06em; flex-shrink: 0; }
.brand img { width: 36px; height: 26px; object-fit: contain; }
.navlinks { display: flex; align-items: center; gap: 24px; font-size: .875rem; }
.navlinks a, .explore-trigger { padding: 10px 0; white-space: nowrap; }
.navlinks a:hover, .explore-trigger:hover { color: var(--blue); }
.navlinks a[aria-current=page] { color: var(--blue); }
.explore-trigger { border: 0; background: transparent; font-size: .875rem; }
.explore-trigger span { margin-left: 3px; }
.nav-cta { display: inline-flex; align-items: center; gap: 14px; white-space: nowrap; color: var(--blue); font-size: .875rem; font-weight: 600; background: #EDF4FF; padding: 11px 17px; border-radius: 999px; }
.nav-cta:hover { background: #DCEAFF; }
.menu { display: none; border: 0; background: none; padding: 12px; width: 44px; height: 44px; }
.menu span { width: 20px; height: 2px; display: block; background: var(--ink); margin: 5px 0; }
.reading-progress { position: absolute; bottom: -1px; left: 0; height: 2px; width: 100%; background: var(--blue); transform: scaleX(var(--reading, 0)); transform-origin: left; }
.section-wrap { max-width: var(--page-width); margin: auto; padding: 94px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading > p { max-width: 380px; font-size: 1.125rem; line-height: 1.65; margin: 0; color: var(--gray); }
.section-heading > .text-link { flex-shrink: 0; padding-bottom: 4px; }
.eyebrow { color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .13em; line-height: 1.6; margin: 0 0 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; border: 0; border-radius: 999px; background: var(--blue); color: white; padding: 15px 24px; min-height: 52px; font-size: 1rem; font-weight: 550; line-height: 1.4; }
.button:hover { background: var(--blue-hover); }
.button > span { font-size: 1.125rem; }
.text-link { color: var(--blue); display: inline-flex; align-items: center; gap: 10px; font-size: 1rem; font-weight: 500; line-height: 1.5; }
.text-link:hover { color: var(--blue-hover); }
.circle-button { border: 0; border-radius: 50%; background: #E8EFF8; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ink); font-size: 1.4rem; line-height: 1; }
.circle-button:hover { background: #D9E5F6; }
.actions { display: flex; gap: 28px; align-items: center; justify-content: center; flex-wrap: wrap; }
/* 02. Hero: blue type and direct routes */
.hero { padding: 60px var(--gutter) 0; text-align: center; background: radial-gradient(ellipse at 50% 18%, #D9EAFF55, transparent 62%); }
.hero-location { font-size: .9375rem; font-weight: 600; letter-spacing: .02em; color: var(--blue); margin: 0 0 24px; line-height: 1.5; }
.hero-title { font-size: clamp(3.75rem, 7.7vw, 7.125rem); line-height: 1.015; letter-spacing: -.065em; font-weight: 650; margin: 0; }
.hero-title span { color: var(--blue); background: linear-gradient(105deg,#005CFF 20%,#188CF1 60%,#0045C7 90%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.intro { font-size: 1.25rem; color: var(--gray); letter-spacing: -.015em; line-height: 1.55; max-width: 810px; margin: 24px auto; }
.mobile-break { display: none; }
.hero-audience { font-size: .875rem; margin: 19px 0 0; color: var(--gray); }
.hero-index { display: flex; justify-content: center; gap: 45px; flex-wrap: wrap; padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); max-width: 1010px; margin: 42px auto 0; text-align: left; }
.hero-index a { font-size: .875rem; color: #40536D; }
.hero-index a:hover { color: var(--blue); }
.hero-index span { font-size: .75rem; color: #7D93B2; margin-right: 10px; font-variant-numeric: tabular-nums; }
/* 03. Work carousel: every project is present in the initial HTML */
.work-section { padding: 0 0 35px; }
.work-section > .section-heading { padding-top: 60px; padding-bottom: 0; margin-bottom: 32px; }
.work-section h2 { font-size: clamp(2.1rem, 3.6vw, 3.25rem); }
.work-intro { max-width: 580px; margin: 20px 0 0; color: var(--gray); font-size: 1rem; line-height: 1.6; }
.carousel-track { display: flex; gap: 24px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px var(--gutter) 20px; scroll-padding-inline: var(--gutter); -webkit-overflow-scrolling: touch; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track:focus-visible { outline-offset: -3px; }
.work-card { flex: 0 0 min(750px, 71vw); min-width: 0; padding: 34px 38px 24px; scroll-snap-align: start; background: var(--ice); border-radius: var(--radius); position: relative; display: flex; flex-direction: column; color: var(--navy); overflow: hidden; }
.work-caption { display: flex; gap: 15px; align-items: start; justify-content: space-between; font-size: .8125rem; line-height: 1.5; margin-bottom: 19px; }
.project-category { font-weight: 650; }
.project-location { opacity: .74; text-align: right; }
.work-card h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.08; letter-spacing: -.045em; min-height: 2.2em; }
.work-visual { width: 100%; position: relative; background: none; border: 0; padding: 0; display: block; aspect-ratio: 1.64; margin: 24px 0 8px; color: inherit; }
.work-desktop { position: absolute; width: 87%; height: auto; left: 0; top: 4%; border-radius: 7px; box-shadow: 0 23px 44px -12px #0005; transform: perspective(1000px) rotateY(-5deg) rotateX(3deg); transform-origin: center; }
.work-phone { position: absolute; width: 21%; height: auto; right: 0; bottom: 5%; border-radius: 7px; box-shadow: 0 15px 35px -10px #0006; transform: translateY(6px) rotate(3deg); }
.work-expand { position: absolute; bottom: 12px; left: 8px; width: 43px; height: 43px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #FFFFFFF0; color: var(--navy); font-size: 1.35rem; box-shadow: 0 3px 12px #0001; }
.work-bottom { display: flex; align-items: end; justify-content: space-between; gap: 25px; padding-top: 12px; margin-top: auto; }
.work-bottom p { font-size: .9375rem; line-height: 1.5; opacity: .8; max-width: 420px; margin: 0; }
.work-bottom a { font-size: .875rem; font-weight: 600; flex-shrink: 0; padding: 7px 0; }
.work-bottom a span { margin-left: 7px; }
.work-card[data-tone=navy] { background: linear-gradient(135deg,#0B2B59,#07172F); color: white; }
.work-card[data-tone=blue] { background: linear-gradient(130deg,#005CFF,#0043BF); color: white; }
.work-card[data-tone=ice] { background: linear-gradient(145deg,#EAF3FF,#D7E8FF); }
.work-card[data-tone=light] { background: #F1F5FA; }
.work-card[data-tone=night] { background: #07101F; color: white; }
.carousel-toolbar.section-wrap { padding: 12px 0 0; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.carousel-status { display: flex; align-items: center; gap: 22px; min-width: 160px; }
.carousel-count { font-size: .8125rem; color: var(--gray); white-space: nowrap; font-variant-numeric: tabular-nums; }
.carousel-progress { height: 2px; width: 140px; background: #DFE7F3; overflow: hidden; }
.carousel-progress span { height: 100%; display: block; background: var(--blue); transform-origin: left; transform: scaleX(var(--progress,.142857)); }
.carousel-buttons { display: flex; align-items: center; gap: 10px; }
.carousel-autoplay { font-size: .875rem; background: transparent; border: 0; padding: 10px 12px; min-height: 44px; display: flex; align-items: center; gap: 8px; color: var(--gray); }
.play-symbol { width: 15px; font-size: .875rem; }
/* 04. Service family and acquisition */
.services-section { padding-top: 72px; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.service-card { padding: 32px 30px; border-radius: var(--radius); background: #F3F6FA; display: flex; flex-direction: column; }
.service-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 42px; }
.service-number { font-size: 2.1rem; letter-spacing: -.05em; color: #92A8C9; font-weight: 500; }
.service-kicker { font-size: .75rem; font-weight: 650; letter-spacing: .09em; }
.service-card h3 { font-size: 1.7rem; letter-spacing: -.045em; margin: 0 0 20px; }
.service-card > p { color: var(--gray); font-size: 1rem; line-height: 1.65; margin-bottom: 32px; }
.service-bottom { display: flex; justify-content: space-between; align-items: end; gap: 13px; margin-top: auto; border-top: 1px solid #CDD9EB; padding-top: 24px; font-size: .875rem; }
.service-bottom strong { display: inline; font-weight: 600; font-size: 1.25rem; letter-spacing: -.03em; }
.service-bottom small { display: block; font-size: .75rem; line-height: 1.55; margin-top: 7px; color: var(--gray); max-width: 230px; }
.service-card-blue { background: var(--blue); color: white; }
.service-card-blue .service-number { color: #B5D7FF; }
.service-card-blue > p, .service-card-blue small { color: #E1ECFF; }
.service-card-blue .service-bottom { border-color: #FFFFFF45; }
.service-card-blue .circle-button { background: white; color: var(--blue); }
.service-card-ice { background: #EAF3FF; }
.visibility { margin: 0 20px 20px; border-radius: 28px; padding: 85px 32px; text-align: center; color: #fff; background: radial-gradient(ellipse at 50% 110%,#005CFF85,transparent 68%),#071C3D; overflow: hidden; }
.visibility .eyebrow { color: #87BDFF; }
.section-top { max-width: 1020px; margin: auto; }
.section-top h2 { font-size: clamp(2.2rem,4.7vw,4rem); }
.section-top h2 span { color: #85B9FF; }
.section-top > p:not(.eyebrow) { color: #C1D1E8; font-size: 1.1875rem; line-height: 1.65; max-width: 830px; margin: 24px auto 28px; }
.white { background: white; color: var(--navy); }
.white:hover { background: #DDECFF; }
.light-link { display: inline-block; font-size: 1rem; color: #A4CCFF; margin: 14px 0 14px 22px; }
.light-link:hover { color: white; }
.search-story { max-width: 740px; margin: 55px auto 0; }
.search-query { display: flex; align-items: center; gap: 20px; border: 1px solid #7198D055; padding: 25px 30px; border-radius: 20px; text-align: left; font-size: 1.55rem; background: #FFFFFF0B; box-shadow: 0 20px 70px -25px #005CFF70; }
.search-query svg { width: 26px; height: 26px; fill: none; stroke: #8FC8FF; stroke-width: 1.8; flex-shrink: 0; }
.search-story > p { font-size: 1rem; color: #B2C4E1; margin: 22px 0 30px; }
.visibility-steps { display: flex; gap: 20px; justify-content: center; }
.visibility-steps button { flex: 1; border: 0; border-top: 1px solid #456188; padding: 18px 0; background: transparent; color: #A7BCDA; font-size: 1rem; line-height: 1.5; }
.visibility-steps button[aria-pressed=true] { color: white; border-color: #8AC3FF; }
.search-story > p.visibility-detail { min-height: 48px; font-size: 1rem; color: #DEEAFE; margin: 18px 0 0; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px; }
.duo article { padding: 54px 44px 38px; border-radius: 26px; overflow: hidden; }
.presence { background: #F2F6FC; }
.automation { background: #E8F2FF; }
.duo h2 { font-size: clamp(1.9rem,3.1vw,2.875rem); }
.duo article > p:not(.eyebrow):not(.card-note) { font-size: 1.125rem; line-height: 1.65; color: var(--gray); margin: 22px 0; }
.statement { font-size: clamp(2rem,3.5vw,3.125rem); line-height: 1.13; letter-spacing: -.05em; margin: 46px 0 30px; }
.statement span, .statement strong { display: block; }
.statement span { color: #8A9DB7; }
.statement strong { color: var(--blue); font-weight: 650; }
.card-note { font-size: .875rem; color: var(--gray); margin: 0; }
.workflow { max-width: 430px; margin: 36px 0 0; }
.workflow div { display: flex; align-items: center; gap: 18px; padding: 16px 21px; border: 1px solid #C9DCF7; border-radius: 13px; background: #FFFFFFD0; font-size: 1rem; line-height: 1.4; }
.workflow span { font-size: .75rem; color: var(--blue); }
.workflow i { display: block; text-align: center; padding: 5px 0; color: #5986C8; font-style: normal; }
.workflow-active { box-shadow: 0 8px 25px #005CFF16; border-color: var(--blue) !important; }
/* Engagements concrets, entre les réalisations et les tarifs. */
.working-together { background: #F3F7FC; }
.working-together .section-wrap { padding-top: 60px; padding-bottom: 60px; }
.working-together h2 { font-size: clamp(2.1rem, 3.6vw, 3.25rem); }
.commitment-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; list-style: none; margin: 0; padding: 0; }
.commitment-list li { display: flex; gap: 15px; border-top: 1px solid #D6E2F2; padding-top: 24px; }
.commitment-number { flex-shrink: 0; color: var(--blue); font-size: .8125rem; line-height: 1.6; padding-top: 3px; font-variant-numeric: tabular-nums; }
.commitment-list h3 { font-size: 1.25rem; margin: 0 0 14px; }
.commitment-list p { font-size: 1rem; line-height: 1.65; color: var(--gray); margin: 0; }
.automation-brief { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding-top: 42px; padding-bottom: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.automation-brief .eyebrow { margin-bottom: 14px; }
.automation-brief h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.automation-brief p:not(.eyebrow) { max-width: 700px; margin: 20px 0 0; color: var(--gray); line-height: 1.65; }
.automation-brief > a { flex-shrink: 0; }
@media (max-width:800px) {
  .commitment-list { grid-template-columns: 1fr; gap: 24px; }
  .commitment-list li { padding-top: 20px; }
  .working-together .section-wrap { padding-top: 48px; padding-bottom: 48px; }
  .automation-brief { flex-direction: column; align-items: flex-start; gap: 24px; }
}
/* 05. Offers and editorial rhythm */
.pricing .section-heading h2 { max-width: 700px; }
.offer-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin: 32px 0; }
.offer-filters { display: flex; background: var(--surface); padding: 5px; border-radius: 14px; gap: 5px; }
.offer-filters button { border: 0; padding: 11px 17px; border-radius: 10px; color: var(--gray); font-size: .875rem; line-height: 1.4; background: transparent; min-height: 44px; }
.offer-filters button[aria-pressed=true] { background: white; color: var(--blue); box-shadow: 0 3px 9px #173b740a; }
.help-choice { border: 0; background: transparent; font-size: .875rem; color: var(--blue); padding: 10px 0; min-height: 44px; }
.price-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.price-grid.filtered { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 850px; margin: auto; }
.price-card { padding: 30px 24px; border-radius: 20px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; scroll-margin-top: 110px; }
.price-card.featured { border-color: #9ABFFF; background: linear-gradient(160deg,#F0F6FF,#F8FBFF); box-shadow: inset 0 3px 0 var(--blue); }
.offer-type { font-size: .75rem; line-height: 1.6; letter-spacing: .08em; color: var(--blue); font-weight: 650; }
.price-card h3 { font-size: 1.5rem; margin: 20px 0 15px; }
.price-card > p { font-size: 1rem; line-height: 1.6; color: var(--gray); min-height: 104px; margin-bottom: 0; }
.amount { font-size: 2.375rem; font-weight: 650; letter-spacing: -.06em; line-height: 1.2; white-space: nowrap; margin-top: 24px; }
.amount span { font-size: 1rem; letter-spacing: -.02em; }
.price-card > p.billing { font-size: .9375rem; min-height: 100px; margin: 10px 0 22px; }
.billing-note { display: block; margin-top: 9px; font-size: .875rem; color: #526883; }
.price-card .button { font-size: .875rem; padding: 12px 16px; width: 100%; min-height: 46px; }
.price-card:not(.featured) .button { background: #EAF2FF; color: var(--blue); }
.price-card:not(.featured) .button:hover { background: #D9E8FF; }
.offer-detail { display: flex; align-items: center; justify-content: space-between; width: 100%; border: 0; background: none; color: var(--blue); font-size: .875rem; min-height: 54px; padding: 17px 0 0; }
.offer-detail span { font-size: 1.375rem; }
.price-card ul { list-style: none; border-top: 1px solid var(--line); margin: 23px 0 25px; padding: 24px 0 0; }
.price-card li { padding-left: 21px; position: relative; font-size: .875rem; line-height: 1.6; color: #465975; margin-bottom: 13px; }
.price-card li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); }
.price-card small { font-size: .75rem; line-height: 1.6; color: var(--gray); margin-top: auto; }
.price-card.flash { outline: 2px solid var(--blue); outline-offset: 3px; }
.pricing-notes { margin: 27px auto 0; max-width: 990px; text-align: center; }
.pricing-notes p { font-size: .8125rem; line-height: 1.7; color: var(--gray); }
.pricing-notes .text-link { font-size: .875rem; }
.approach { background: #F3F7FC; padding: 0 0 70px; }
.approach > .section-heading { padding-bottom: 0; }
.method-track { gap: 20px; }
.method-card { position: relative; flex: 0 0 360px; background: white; border-radius: 22px; padding: 30px; scroll-snap-align: start; display: flex; flex-direction: column; }
.method-number { font-size: 5.5rem; letter-spacing: -.08em; line-height: 1; font-weight: 550; color: #D8E6FA; margin-bottom: 30px; }
.method-card:first-child .method-number, .method-card.is-current .method-number { color: var(--blue); }
.method-label { color: var(--blue); font-size: .875rem; font-weight: 600; margin: 0 0 13px; }
.method-card h3 { font-size: 1.7rem; margin-bottom: 18px; max-width: 290px; min-height: 2.45em; }
.method-card > p:not(.method-label) { font-size: 1rem; line-height: 1.65; color: var(--gray); margin-bottom: 24px; }
.method-card .text-link { margin-top: auto; font-size: .875rem; }
.approach-human.section-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 54px 0 0; border-top: 1px solid #D6E2F2; margin-top: 55px; }
.approach-human h3 { font-size: 2rem; margin: 0; }
.approach-human > div > p:not(.eyebrow) { font-size: 1.125rem; line-height: 1.75; color: var(--gray); margin-bottom: 20px; }
.faq { max-width: 980px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 25px 0; font-size: 1.1875rem; line-height: 1.5; font-weight: 550; cursor: pointer; }
.faq summary::-webkit-details-marker, .case-details summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 1.5rem; color: var(--blue); flex-shrink: 0; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { font-size: 1.0625rem; line-height: 1.75; color: var(--gray); max-width: 840px; margin: 0 0 28px; }
.contact { margin: 0 20px 20px; padding: 84px 28px; border-radius: 28px; color: white; text-align: center; background: linear-gradient(125deg,#004CCA,#005CFF 70%,#107AFA); }
.contact .eyebrow { color: #D0E5FF; }
.contact h2 { font-size: clamp(2.35rem,5vw,4.4rem); }
.contact h2 span { color: #BBD9FF; }
.contact > p:not(.eyebrow) { max-width: 760px; margin: 26px auto 32px; color: #E0EDFF; font-size: 1.1875rem; line-height: 1.65; }
.contact .button { background: white; color: #004CCF; }
.contact .button:hover { background: #DEEBFF; }
.contact .text-link { color: white; }
.contact-direct { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 16px; color: #DBE9FF; font-size: 1rem; margin-top: 34px; }
.contact-direct a:hover { text-decoration: underline; }
/* 06. Shared footer */
.site-footer { padding: 25px var(--gutter) 0; }
.footer-inner { max-width: var(--page-width); margin: auto; }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 40px; padding: 30px 0 46px; }
.footer-top p { font-size: .9375rem; line-height: 1.65; color: var(--gray); margin: 17px 0 0; }
.footer-phone { font-size: 1.8rem; letter-spacing: -.04em; font-weight: 550; }
.footer-phone span { color: var(--blue); margin-left: 18px; }
.footer-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 45px; padding: 0 0 38px; }
.footer-links h2 { font-size: .875rem; letter-spacing: 0; font-weight: 650; line-height: 1.5; margin-bottom: 16px; }
.footer-links a { display: block; font-size: .875rem; color: var(--gray); margin: 12px 0; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { padding: 24px 0 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: .75rem; color: var(--gray); }
.footer-bottom > div { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.motion-toggle { border: 1px solid var(--line); border-radius: 999px; background: white; font-size: .75rem; padding: 9px 13px; min-height: 38px; }
/* 07. Native dialogs, offer guide and project inspection */
dialog { color: var(--ink); border: 0; padding: 0; background: white; box-shadow: 0 35px 130px #02133335; overscroll-behavior: contain; max-height: 92svh; }
dialog::backdrop { background: #04142F8C; backdrop-filter: blur(12px); }
.explore-dialog, .project-dialog, .detail-dialog, .showcase-dialog { margin: auto; }
.close-dialog { background: #EDF2F8; color: #536782; border: 0; border-radius: 50%; position: absolute; top: 22px; right: 24px; width: 44px; height: 44px; font-size: 1.65rem; line-height: 1; z-index: 3; }
.close-dialog:hover { background: #DDE8F5; }
.explore-dialog { width: min(1140px,calc(100vw - 40px)); max-width: none; border-radius: 25px; }
.dialog-top { padding: 25px 35px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.dialog-top .close-dialog { position: static; }
.explore-layout { padding: 42px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 55px; }
.explore-item { display: flex; gap: 22px; align-items: start; padding: 23px 0; border-bottom: 1px solid var(--line); }
.explore-item > span { font-size: .75rem; color: #8394AC; margin-top: 8px; }
.explore-item > div { font-size: 2rem; letter-spacing: -.045em; line-height: 1.25; font-weight: 550; flex: 1; }
.explore-item small { display: block; font-size: .875rem; color: var(--gray); letter-spacing: 0; font-weight: 400; line-height: 1.5; margin-top: 10px; }
.explore-item b { font-size: 1.6rem; font-weight: 400; color: #7A8BA5; }
.explore-item:hover > div { color: var(--blue); }
.explore-layout aside { background: var(--surface); padding: 30px; border-radius: 20px; }
.explore-layout aside .eyebrow { font-size: .75rem; letter-spacing: .08em; }
.explore-layout h2 { font-size: 2.125rem; margin-bottom: 27px; }
.explore-secondary { display: grid; gap: 20px; font-size: .875rem; margin-top: 32px; }
.explore-secondary a { display: flex; justify-content: space-between; }
.explore-secondary a:hover { color: var(--blue); }
.project-dialog { width: min(850px,calc(100vw - 40px)); max-width: none; border-radius: 26px; padding: 50px; }
.project-dialog > .eyebrow { padding-right: 30px; }
.project-dialog h2 { font-size: 2.5rem; }
.project-intro { color: var(--gray); font-size: 1rem; margin: 21px 0 28px; }
.need-choices { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.need-choices button { background: var(--surface); border: 1px solid transparent; border-radius: 15px; padding: 20px 16px; text-align: left; font-size: 1rem; line-height: 1.4; font-weight: 550; }
.need-choices button > span { display: block; color: #7487A4; font-size: .75rem; margin-bottom: 15px; }
.need-choices small { display: block; font-size: .875rem; color: var(--gray); font-weight: 400; line-height: 1.5; margin-top: 10px; }
.need-choices button[aria-pressed=true] { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); background: #EFF5FF; }
.size-choices { border: 0; padding: 0; margin: 28px 0; font-size: .875rem; }
.size-choices legend { font-weight: 600; margin-bottom: 12px; }
.size-choices label { display: flex; align-items: center; gap: 10px; margin: 13px 0; line-height: 1.5; cursor: pointer; }
.size-choices input { width: 18px; height: 18px; accent-color: var(--blue); flex-shrink: 0; }
.recommendation { background: var(--navy); color: white; padding: 25px; border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.recommendation .eyebrow { color: #AECBF3; font-size: .75rem; }
.recommendation h3 { font-size: 1.75rem; margin: 10px 0; }
.recommendation p { color: #C1D5EF; font-size: .875rem; margin: 0; }
.recommendation .button { flex-shrink: 0; font-size: .875rem; }
.guide-note { font-size: .875rem; line-height: 1.65; color: var(--gray); margin: 23px 0 0; }
.guide-note a { color: var(--blue); }
.detail-dialog { width: min(710px,calc(100vw - 40px)); max-width: none; border-radius: 26px; overflow: hidden; }
.offer-modal-content { padding: 50px; max-height: 92svh; overflow-y: auto; overscroll-behavior: contain; }
.offer-modal-content h2 { font-size: 2.7rem; margin: 20px 0; }
.offer-modal-content > p { color: var(--gray); font-size: 1.125rem; line-height: 1.6; }
.offer-modal-content .amount { font-size: 2.8rem; }
.offer-modal-content p.billing { font-size: .875rem; margin-top: 10px; }
.offer-modal-content ul { list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px 0; margin: 25px 0; display: grid; gap: 17px; }
.offer-modal-content li::before { content: '✓'; color: var(--blue); margin-right: 12px; }
.offer-modal-content small { display: block; font-size: .875rem; line-height: 1.6; color: var(--gray); }
.offer-modal-content .offer-terms { font-size: .8125rem; line-height: 1.7; margin: 20px 0; }
.modal-contact { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.modal-contact .text-link { font-size: .875rem; }
.showcase-dialog { width: min(1120px,calc(100vw - 36px)); max-width: none; border-radius: 25px; padding: 32px 40px 24px; background: #F8FAFE; }
.showcase-top { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 16px; position: sticky; top: 0; z-index: 4; background: #F8FAFE; }
.showcase-top .close-dialog { position: static; flex: 0 0 44px; }
.showcase-top .eyebrow { margin-bottom: 9px; }
.showcase-top h2 { font-size: 2.125rem; letter-spacing: -.045em; }
.showcase-description { font-size: 1rem; color: var(--gray); line-height: 1.55; max-width: 770px; margin: 15px 0 0; }
.showcase-stage { height: clamp(260px,44svh,470px); width: 100%; display: flex; align-items: center; justify-content: center; perspective: 1400px; margin: 6px 0 10px; }
.site-orbit { position: relative; cursor: grab; touch-action: pan-y; transform-style: preserve-3d; user-select: none; flex-shrink: 0; }
.site-orbit.dragging { cursor: grabbing; }
.site-page { width: 100%; height: 100%; transform-style: preserve-3d; transform: rotateX(var(--orbit-x,0deg)) rotateY(var(--orbit-y,0deg)) rotateZ(var(--orbit-z,0deg)); }
.site-face { position: absolute; inset: 0; border-radius: 6px; backface-visibility: hidden; -webkit-backface-visibility: hidden; overflow: hidden; box-shadow: 0 25px 50px -20px #17396550,0 0 0 1px #12314d14; background: white; }
.site-front { transform: translateZ(2px); }
.site-back { transform: rotateY(180deg) translateZ(2px); }
.site-face img { width: 100%; height: 100%; display: block; object-fit: cover; pointer-events: none; }
.orbit-toolbar { display: flex; align-items: center; justify-content: center; gap: 27px; flex-wrap: wrap; font-size: .875rem; }
.view-switch { display: flex; background: #E5EDF8; border-radius: 999px; padding: 4px; }
.view-switch button { border: 0; background: none; border-radius: 999px; padding: 10px 18px; min-height: 42px; color: var(--gray); font-size: .875rem; }
.view-switch button[aria-pressed=true] { background: white; color: var(--blue); box-shadow: 0 2px 8px #1736580d; }
.spin-site { background: none; border: 0; color: var(--blue); padding: 10px 5px; font-size: .875rem; min-height: 44px; }
.spin-site span { font-size: 1.3rem; margin-left: 6px; }
.showcase-visit { color: var(--blue); padding: 10px 0; }
.orbit-adjust { display: flex; justify-content: center; align-items: center; gap: 14px; max-width: 350px; margin: 12px auto 0; font-size: .75rem; color: var(--gray); }
.orbit-adjust input { flex: 1; min-width: 0; min-height: 24px; accent-color: var(--blue); }
.orbit-adjust output { width: 30px; text-align: right; }
.orbit-help { font-size: .75rem; line-height: 1.55; color: var(--gray); text-align: center; margin: 10px auto 0; max-width: 700px; }
.showcase-case { margin: 18px 0 0; padding-top: 15px; border-top: 1px solid var(--line); font-size: .875rem; color: var(--blue); text-align: center; }
/* 08. Portfolio: project evidence remains semantic, readable HTML */
.portfolio-hero { padding-top: 62px; padding-bottom: 58px; }
.breadcrumb { font-size: .875rem; color: var(--gray); display: inline-flex; gap: 13px; margin-bottom: 36px; }
.portfolio-hero h1 { color: var(--blue); font-size: 1rem; font-weight: 600; margin-bottom: 20px; }
.portfolio-title { font-size: clamp(3.5rem,7vw,6.5rem); letter-spacing: -.065em; font-weight: 650; line-height: 1.04; margin: 0 0 26px; }
.portfolio-title span { color: var(--blue); }
.portfolio-hero > p:not(.portfolio-title) { font-size: 1.1875rem; line-height: 1.65; color: var(--gray); max-width: 800px; margin-bottom: 25px; }
.case-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 28px; padding-top: 0; align-items: stretch; }
.case-grid:has(.case-details[open]) { align-items: start; }
.case-card { background: var(--surface); border-radius: 23px; overflow: hidden; scroll-margin-top: 100px; display: flex; flex-direction: column; }
.case-image { width: 100%; background: #DDE9F9; border: 0; padding: 35px; position: relative; display: block; }
.case-image img { width: 100%; height: auto; aspect-ratio: 1027/681; display: block; border-radius: 6px; box-shadow: var(--shadow); }
.case-image .work-expand { left: auto; right: 20px; bottom: 18px; }
.case-image > img { width: 84%; }
.case-phone { position: absolute; width: 22%; right: 5%; bottom: 9%; transform: rotate(3deg); }
.iphone-frame { display: block; padding: 16px 4px 10px; border: 3px solid #111722; border-radius: 19px; background: #f8f9fc; box-shadow: 0 16px 28px -10px #07132670, 0 0 0 1px #8490a3; }
.iphone-frame::before { content: ''; position: absolute; top: 5px; left: 35%; width: 30%; height: 5px; border-radius: 999px; background: #0b1018; }
.iphone-frame::after { content: ''; position: absolute; bottom: 4px; left: 33%; width: 34%; height: 3px; border-radius: 999px; background: #0b1018; }
.iphone-frame img, .case-image .iphone-frame img { display: block; width: 100%; height: auto; aspect-ratio: 446/920; border-radius: 0 0 10px 10px; box-shadow: none; }
@media (max-width: 600px) {
  .iphone-frame { border-width: 2px; border-radius: 13px; padding: 12px 2px 7px; }
  .iphone-frame::before { top: 4px; height: 4px; }
  .iphone-frame::after { bottom: 2px; height: 2px; }
  .iphone-frame img, .case-image .iphone-frame img { border-radius: 0 0 7px 7px; }
}
.case-body { padding: 30px; display: flex; flex-direction: column; flex: 1; }
.case-meta { display: flex; justify-content: space-between; align-items: start; gap: 18px; font-size: .75rem; color: #657A95; line-height: 1.5; margin-bottom: 14px; }
.case-meta span:first-child { color: var(--blue); font-weight: 600; }
.case-meta span:last-child { text-align: right; }
.case-body > h2 { font-size: 2rem; line-height: 1.16; letter-spacing: -.045em; }
.case-body > p { font-size: 1rem; color: var(--gray); line-height: 1.7; margin: 19px 0 20px; }
.case-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0; list-style: none; }
.case-tags li { font-size: .75rem; line-height: 1.5; padding: 5px 9px; color: #536D90; background: #E5EDF8; border-radius: 6px; }
.case-details { border-top: 1px solid #D8E3F1; border-bottom: 1px solid #D8E3F1; margin: auto 0 25px; }
.case-tags { margin-bottom: 20px; }
.case-details summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; list-style: none; font-size: .9375rem; color: var(--blue); cursor: pointer; }
.case-details summary span { font-size: 1.4rem; }
.case-details[open] summary span { transform: rotate(45deg); }
.case-details h3 { font-size: 1rem; line-height: 1.5; margin: 18px 0 9px; letter-spacing: 0; }
.case-details p { font-size: .9375rem; line-height: 1.75; color: var(--gray); }
.case-details .proof-source { font-size: .875rem; color: #62728A; }
/* 09. Responsive behavior */
@media (max-width:1300px) {
  .section-wrap, .carousel-toolbar.section-wrap, .approach-human.section-wrap { margin-left: 28px; margin-right: 28px; }
  .faq { margin-left: auto; margin-right: auto; padding-left: 28px; padding-right: 28px; }
  nav { gap: 20px; padding: 0 24px; }
  .navlinks { gap: 18px; }
  .nav-cta { font-size: .8125rem; }
  .price-card { padding: 28px 20px; }
  .price-card h3 { font-size: 1.375rem; }
  .service-card { padding: 28px 24px; }
  .service-card h3 { font-size: 1.5rem; }
}
@media (max-width:1100px) {
  .navlinks { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 24px 30px; background: white; align-items: stretch; flex-direction: column; gap: 14px; font-size: 1.125rem; box-shadow: 0 18px 22px #16345c0d; }
  .navlinks.open { display: flex; }
  .explore-trigger { text-align: left; font-size: 1.125rem; }
  .menu { display: block; }
  .nav-cta { margin-left: auto; font-size: .875rem; }
  .price-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .price-card { padding: 30px; }
  .price-card h3 { font-size: 1.625rem; }
  .price-card > p { min-height: 54px; }
  .service-grid { gap: 14px; }
  .service-card { padding: 26px 22px; }
  .service-top { margin-bottom: 28px; flex-direction: column; align-items: start; gap: 12px; }
  .service-card h3 { font-size: 1.4rem; }
  .service-bottom { flex-wrap: wrap; }
  .work-card { flex-basis: 76vw; }
  .hero-index { gap: 25px; }
  .duo article { padding: 42px 32px; }
  .case-image { padding: 25px; }
  .case-body { padding: 25px; }
}
@media (max-width:800px) {
  h2 { font-size: 2.5rem; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { margin-top: 24px; max-width: 600px; font-size: 1.0625rem; }
  .section-heading > .text-link { margin-top: 24px; }
  .section-wrap { padding-top: 65px; padding-bottom: 65px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 30px; }
  .service-top { flex-direction: row; align-items: center; margin-bottom: 28px; }
  .service-card h3 { font-size: 2rem; }
  .service-card > p { max-width: 580px; }
  .service-bottom { flex-wrap: nowrap; }
  .service-bottom small { max-width: none; }
  .visibility { padding: 58px 28px; margin: 0 12px 12px; border-radius: 22px; }
  .section-top > p:not(.eyebrow) { font-size: 1.125rem; }
  .light-link { display: block; margin: 23px 0 0; font-size: .9375rem; }
  .search-story { margin-top: 40px; }
  .duo { grid-template-columns: 1fr; margin: 12px; gap: 12px; }
  .duo article { padding: 42px 32px; border-radius: 22px; }
  .duo h2 { font-size: 2.5rem; }
  .statement { margin: 36px 0 28px; font-size: 2.5rem; }
  .workflow { max-width: none; }
  .offer-toolbar { flex-direction: column; align-items: stretch; gap: 12px; }
  .offer-filters { align-self: start; }
  .help-choice { text-align: left; }
  .approach-human.section-wrap { grid-template-columns: 1fr; gap: 25px; padding-top: 35px; }
  .contact { margin: 0 12px 12px; border-radius: 22px; padding: 58px 25px; }
  .contact h2 { font-size: 2.7rem; }
  .contact .actions { flex-direction: column; gap: 22px; }
  .footer-top { align-items: start; flex-direction: column; gap: 26px; padding-bottom: 40px; }
  .footer-bottom { flex-direction: column; align-items: start; gap: 20px; }
  .footer-links { gap: 20px; }
  .explore-layout { grid-template-columns: 1fr; padding: 28px; gap: 28px; }
  .explore-item > div { font-size: 1.7rem; }
  .project-dialog { padding: 42px 28px 28px; }
  .project-dialog h2 { font-size: 2.1rem; }
  .project-dialog > .eyebrow { max-width: 300px; }
  .need-choices { grid-template-columns: 1fr; }
  .need-choices button { position: relative; padding: 15px 15px 15px 48px; }
  .need-choices button > span { position: absolute; left: 16px; top: 19px; }
  .need-choices small { margin-top: 5px; }
  .recommendation { flex-direction: column; align-items: start; gap: 20px; }
  .recommendation .button { width: 100%; }
  .offer-modal-content { padding: 44px 30px 30px; }
  .showcase-dialog { padding: 27px; }
  .showcase-top h2 { font-size: 1.8rem; }
  .showcase-top .eyebrow { font-size: .75rem; letter-spacing: .08em; }
  .showcase-stage { height: 340px; }
  .orbit-toolbar { gap: 14px; }
  .case-grid { grid-template-columns: 1fr; max-width: 680px; margin-left: auto; margin-right: auto; padding-left: 28px; padding-right: 28px; }
  .case-image { padding: 35px; }
  .case-body { padding: 30px; }
}
@media (max-width:700px) {
  nav { height: 66px; padding: 0 17px; gap: 12px; }
  .brand { font-size: 1.25rem; gap: 6px; }
  .brand img { width: 30px; height: 22px; }
  .navlinks { top: 66px; }
  .nav-cta { background: none; padding: 10px 0; font-size: .8125rem; gap: 8px; }
  .section-wrap, .carousel-toolbar.section-wrap, .approach-human.section-wrap { margin-left: 22px; margin-right: 22px; }
  .faq { margin: 0; padding-left: 22px; padding-right: 22px; }
  .hero { padding-top: 40px; }
  .hero-location { font-size: .875rem; margin-bottom: 24px; }
  .hero-title { font-size: clamp(2rem,9.5vw,4.75rem); letter-spacing: -.06em; line-height: 1.04; }
  .intro { font-size: 1.0625rem; line-height: 1.65; margin: 24px auto; }
  .mobile-break { display: block; }
  .hero .actions { flex-direction: column; gap: 20px; }
  .hero .button { font-size: .9375rem; padding: 15px 19px; }
  .hero .text-link { font-size: .9375rem; }
  .hero-audience { font-size: .8125rem; max-width: 330px; margin: 22px auto 0; }
  .hero-index { gap: 10px; margin-top: 32px; padding: 18px 0; justify-content: start; display: grid; grid-template-columns: 1fr; }
  .hero-index a { font-size: .875rem; }
  .work-section > .section-heading { padding-top: 44px; }
  .work-section h2 { font-size: 2.15rem; }
  .carousel-track { gap: 16px; }
  .work-card { flex-basis: 86vw; padding: 25px 23px 22px; }
  .work-caption { font-size: .75rem; margin-bottom: 19px; gap: 12px; }
  .work-card h3 { font-size: clamp(1.65rem,5.8vw,2.4rem); line-height: 1.15; }
  .work-visual { margin-top: 24px; aspect-ratio: 1.45; }
  .work-desktop { top: 8%; width: 88%; }
  .work-phone { width: 25%; bottom: 7%; }
  .work-expand { left: 0; bottom: 0; width: 38px; height: 38px; font-size: 1.2rem; }
  .work-bottom { flex-direction: column; align-items: start; gap: 8px; padding-top: 9px; }
  .work-bottom p { font-size: .875rem; min-height: 3em; }
  .work-bottom a { font-size: .875rem; padding: 7px 0 0; }
  .carousel-status { min-width: 75px; gap: 12px; }
  .carousel-progress { width: 60px; }
  .carousel-toolbar.section-wrap { gap: 14px; padding-top: 4px; }
  .carousel-buttons { gap: 8px; }
  .carousel-autoplay { font-size: .8125rem; padding: 8px; gap: 5px; }
  .circle-button { width: 44px; height: 44px; font-size: 1.25rem; }
  .service-card { padding: 28px; }
  .service-card h3 { font-size: 1.875rem; }
  .section-heading h2 { font-size: 2.3rem; }
  .search-query { font-size: 1.1875rem; padding: 22px 18px; gap: 13px; }
  .visibility-steps { gap: 12px; }
  .visibility-steps button { font-size: .875rem; padding: 17px 0; }
  .search-story > p.visibility-detail { min-height: 76px; }
  .duo h2 { font-size: 2.1rem; }
  .duo article { padding: 36px 26px; }
  .duo article > p:not(.eyebrow):not(.card-note) { font-size: 1.0625rem; }
  .workflow div { padding: 16px; font-size: .9375rem; gap: 14px; }
  .offer-filters { width: 100%; align-self: stretch; gap: 3px; }
  .offer-filters button { font-size: .875rem; padding: 10px 9px; flex: 1; }
  .price-grid, .price-grid.filtered { grid-template-columns: 1fr; }
  .price-card { padding: 30px; }
  .price-card > p, .price-card > p.billing { min-height: 0; }
  .price-card .button { font-size: 1rem; }
  .price-card li { font-size: 1rem; }
  .price-card small { font-size: .8125rem; }
  .pricing-notes { text-align: left; }
  .method-card { flex-basis: min(340px,82vw); padding: 27px; }
  .method-number { font-size: 4.8rem; margin-bottom: 26px; }
  .method-card h3 { font-size: 1.65rem; }
  .approach { padding-bottom: 52px; }
  .approach-human h3 { font-size: 1.875rem; }
  .approach-human > div > p:not(.eyebrow) { font-size: 1.0625rem; }
  .faq summary { font-size: 1.0625rem; padding: 22px 0; }
  .faq details p { font-size: 1rem; }
  .contact h2 { font-size: 2.4rem; }
  .contact > p:not(.eyebrow) { font-size: 1.0625rem; }
  .contact .button { font-size: .9375rem; }
  .contact-direct { font-size: .9375rem; }
  .footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .footer-phone { font-size: 1.7rem; }
  .footer-bottom > div { gap: 15px; }
  .explore-dialog, .project-dialog, .detail-dialog { width: calc(100vw - 20px); border-radius: 20px; max-height: 94svh; }
  .dialog-top { padding: 20px 24px; }
  .explore-layout { padding: 24px; }
  .explore-item { gap: 15px; }
  .explore-item > div { font-size: 1.55rem; }
  .explore-layout aside { padding: 25px; }
  .close-dialog { right: 16px; top: 16px; }
  .showcase-dialog { width: calc(100vw - 16px); border-radius: 20px; padding: 25px 22px 20px; max-height: 94svh; }
  .showcase-top { gap: 12px; }
  .showcase-top h2 { font-size: 1.65rem; }
  .showcase-description { font-size: .9375rem; }
  .showcase-stage { height: 300px; }
  .orbit-toolbar { gap: 9px 18px; }
  .showcase-visit { flex-basis: 100%; text-align: center; padding: 5px; }
  .view-switch button { padding: 10px 14px; }
  .portfolio-hero { padding-top: 38px; padding-bottom: 38px; }
  .portfolio-title { font-size: 3.5rem; }
  .portfolio-hero > p:not(.portfolio-title) { font-size: 1.0625rem; }
  .case-grid { margin: 0; padding: 0 22px 58px; gap: 26px; }
  .case-image { padding: 23px; }
  .case-body { padding: 26px; }
  .case-body h2 { font-size: 1.8rem; }
}
@media (max-width:380px) {
  nav { padding: 0 13px; gap: 5px; }
  .nav-cta { font-size: .75rem; gap: 5px; }
  .nav-cta span { display: none; }
  .hero .button { font-size: .875rem; padding: 14px 16px; gap: 10px; }
  .carousel-progress { display: none; }
  .work-card { padding: 23px 20px; }
  .work-caption { flex-direction: column; gap: 5px; }
  .work-card h3 { font-size: 1.6rem; }
  .section-top h2 { font-size: 1.875rem; }
  .contact h2 { font-size: 2.05rem; }
  .contact .button { font-size: .875rem; }
}
