:root {
  --brand-cyan: #00bdfb;
  --brand-cyan-hover: #49d0ff;
  --brand-cyan-wash: #dff7ff;
  --brand-navy: #1a2754;
  --brand-navy-hover: #263a75;
  --brand-paper: #f3f0e9;
  --brand-ink: #050505;
  --brand-muted: #625f58;
  --font-geist-sans: "Geist", Arial, Helvetica, sans-serif;
  --font-geist-mono: "Geist Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; background: var(--brand-paper); }
body { margin: 0; overflow-x: hidden; background: var(--brand-paper); color: var(--brand-ink); font-family: var(--font-geist-sans); }
.wp-site-blocks { overflow: clip; }
.wp-site-blocks > * { margin-block-start: 0; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--brand-cyan); color: var(--brand-navy); }
:where(a, button, input, textarea, summary):focus-visible { outline: 3px solid var(--brand-cyan); outline-offset: 4px; }
[hidden] { display: none !important; }

.section-pad { padding: clamp(88px, 10vw, 152px) max(24px, calc((100vw - 1360px) / 2)); }
.section-label { margin: 0 0 30px; color: var(--brand-navy); font: 500 clamp(12px, .9vw, 14px)/1 var(--font-geist-mono); letter-spacing: .15em; text-transform: uppercase; }
.section-label::before { content: ""; width: 6px; height: 6px; margin-right: 10px; display: inline-block; border-radius: 50%; background: var(--brand-cyan); box-shadow: 0 0 0 4px rgb(0 189 251 / 16%); vertical-align: 2px; }
.section-label.light { color: var(--brand-cyan); }
.section-intro h2,
.portfolio-head h2,
.process-head h2,
.pricing-intro h2,
.faq-head h2,
.contact-copy h2 { margin: 0; font-size: clamp(50px, 6.3vw, 104px); font-weight: 560; line-height: .91; letter-spacing: -.067em; }
.section-intro h2 em,
.portfolio-head h2 em,
.process-head h2 em,
.pricing-intro h2 em,
.faq-head h2 em,
.contact-copy h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.js-reveal { opacity: 0; transform: translateY(34px); transition: opacity 850ms cubic-bezier(.2,.75,.2,1), transform 850ms cubic-bezier(.2,.75,.2,1); }
.js-reveal.is-visible { opacity: 1; transform: none; }

/* Native button presets. Every preset can still be overridden with Gutenberg controls. */
.wp-block-button.is-style-wic-primary .wp-block-button__link { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 6px; background: var(--brand-cyan); color: var(--brand-navy); transition: background 180ms ease, transform 180ms ease; }
.wp-block-button.is-style-wic-primary .wp-block-button__link:hover { background: var(--brand-cyan-hover); transform: translateY(-1px); }
.wp-block-button.is-style-wic-secondary .wp-block-button__link { min-height: 54px; display: inline-flex; align-items: center; border: 1px solid rgb(243 240 233 / 32%); border-radius: 6px; background: transparent; color: var(--brand-paper); transition: background 180ms ease, border-color 180ms ease; }
.wp-block-button.is-style-wic-secondary .wp-block-button__link:hover { border-color: rgb(243 240 233 / 62%); background: rgb(243 240 233 / 8%); }
.wp-block-button.is-style-wic-dark .wp-block-button__link { min-height: 52px; display: inline-flex; align-items: center; border-radius: 6px; background: var(--brand-navy); color: var(--brand-paper); }
.wp-block-button.is-style-wic-dark .wp-block-button__link:hover { background: var(--brand-navy-hover); }
.wp-block-button.is-style-wic-wide { width: 100%; }
.wp-block-button.is-style-wic-wide .wp-block-button__link { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--brand-cyan); color: var(--brand-navy); font-size: clamp(18px, 2vw, 24px); }
.wp-block-button.is-style-wic-wide .wp-block-button__link:hover { background: var(--brand-cyan-hover); }
.wp-block-button.is-style-wic-link .wp-block-button__link { padding: 2px 0 5px; border: 0; border-bottom: 1px solid rgb(255 255 255 / 35%); border-radius: 0; background: transparent; color: inherit; font-size: 11px; }

/* Global block header */
.site-nav { position: fixed; z-index: 100; top: 18px; left: 50%; width: min(1180px, calc(100% - 32px)); min-height: 62px; margin: 0; padding: 0 10px 0 20px; display: grid !important; grid-template-columns: 1fr auto 1fr; align-items: center; transform: translateX(-50%); border: 1px solid rgb(255 255 255 / 13%); border-radius: 10px; background: rgb(5 5 5 / 74%); color: var(--brand-paper); box-shadow: 0 14px 50px rgb(0 0 0 / 12%); backdrop-filter: blur(18px); transition: min-height 280ms ease, top 280ms ease, width 280ms ease, background 280ms ease; }
.site-nav.is-scrolled { top: 10px; width: min(1080px, calc(100% - 28px)); min-height: 56px; background: rgb(5 5 5 / 92%); }
body.admin-bar .site-nav { top: 50px; }
body.admin-bar .site-nav.is-scrolled { top: 42px; }
.wic-brand { width: fit-content; margin: 0; font-size: 18px; font-weight: 800; letter-spacing: -.05em; }
.wic-brand a { text-decoration: none; }
.wic-navigation { justify-self: center; }
.wic-navigation .wp-block-navigation__container { column-gap: clamp(16px, 1.75vw, 26px) !important; row-gap: 10px !important; }
.wic-navigation .wp-block-navigation-item__content { color: rgb(243 240 233 / 82%); text-decoration: none; transition: color 180ms ease; }
.wic-navigation .wp-block-navigation-item__content:hover { color: var(--brand-cyan); }
.wic-mobile-menu { display: none; margin: 0; }
.wic-header-actions { justify-self: end; margin: 0; }
.wic-header-actions .wp-block-button__link { min-height: 44px !important; padding: 0 17px; font-size: 14px; }
.site-nav.is-scrolled .wic-header-actions .wp-block-button__link { min-height: 36px !important; }
.site-nav .wp-block-navigation__responsive-container-open { width: 40px; height: 40px; padding: 0; border-radius: 6px; background: var(--brand-cyan); color: var(--brand-navy); place-items: center; }
.site-nav .wp-block-navigation__responsive-container-open svg { width: 21px; height: 21px; }
.wp-block-navigation__responsive-container.is-menu-open { padding: 28px; background: var(--brand-ink) !important; color: var(--brand-paper) !important; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { padding-top: 80px; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { gap: 0; width: 100%; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item { width: 100%; border-bottom: 1px solid rgb(255 255 255 / 12%); }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:first-child { border-top: 1px solid rgb(255 255 255 / 12%); }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { width: 100%; padding: 20px 0; font-size: clamp(26px, 8vw, 38px); font-weight: 560; letter-spacing: -.045em; }
.wp-block-navigation__responsive-container-close { top: 22px; right: 22px; }

/* Hero */
.hero { --mx:72%; --my:18%; --fx1:0px; --fy1:0px; --fx2:0px; --fy2:0px; --fx3:0px; --fy3:0px; position: relative; min-height: 100svh; margin: 0; padding: clamp(150px, 18vh, 205px) max(32px, calc((100vw - 1340px) / 2)) 46px; overflow: hidden; display: flex; align-items: flex-end; background: var(--brand-ink); color: var(--brand-paper); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: -10%; z-index: -2; background: radial-gradient(circle at var(--mx) var(--my), rgb(0 189 251 / 28%) 0, rgb(26 39 84 / 34%) 18%, transparent 42%), radial-gradient(circle at 4% 110%, rgb(0 189 251 / 14%), transparent 34%); filter: saturate(110%); }
.hero-grid { position: absolute; inset: 0; z-index: -3; opacity: .17; background-image: linear-gradient(rgb(255 255 255 / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-copy { position: relative; z-index: 2; width: 100%; }
.eyebrow { margin: 0 0 clamp(36px, 5vh, 58px); display: flex; align-items: center; gap: 10px; color: rgb(244 242 235 / 66%); font: 500 10px/1 var(--font-geist-mono); letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--brand-cyan); box-shadow: 0 0 0 4px rgb(0 189 251 / 16%); }
.hero h1 { max-width: 1100px; margin: 0; font-size: clamp(58px, 8.8vw, 142px); font-weight: 560; line-height: .82; letter-spacing: -.073em; }
.hero h1 em { display: block; color: var(--brand-cyan); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.065em; }
.hero-bottom { width: 100%; margin-top: clamp(44px, 7vh, 84px); padding-top: 24px; display: grid; gap: 24px; border-top: 1px solid rgb(243 240 233 / 17%); }
.hero-bottom > p { max-width: 680px; margin: 0; color: #b7b7b2; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.55; }
.hero-conversion-row { display: grid; grid-template-columns: auto minmax(280px, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero-actions { gap: 8px; }
.hero-offer { justify-self: end; gap: 18px; }
.hero-offer .price-note { margin: 0; padding-right: 18px; border-right: 1px solid rgb(243 240 233 / 24%); color: #b7b7b2; font-size: 15px; white-space: nowrap; }
.price { gap: 0 !important; align-items: baseline !important; white-space: nowrap; }
.price h3 { margin: 0; font-size: clamp(30px, 3vw, 46px); font-weight: 560; letter-spacing: -.065em; }
.price p { margin: 0 0 0 8px; color: #b7b7b2; font-size: 14px; }
.hero-index { position: absolute; top: 113px; right: max(32px, calc((100vw - 1340px) / 2)); margin: 0; color: rgb(244 242 235 / 38%); font: 10px var(--font-geist-mono); }
.reveal { animation: reveal-in 850ms cubic-bezier(.22,.82,.2,1) both; }
.reveal-2 { animation-delay: 90ms; }
.reveal-3 { animation-delay: 180ms; }
@keyframes reveal-in { from { opacity: 0; transform: translateY(24px); filter: blur(6px); } to { opacity: 1; transform: none; filter: none; } }
.floating-sites { position: absolute; inset: 0; z-index: 0; clip-path: inset(0 0 0 46%); pointer-events: none; opacity: .4; }
.floating-site { position: absolute; overflow: hidden; border: 1px solid rgb(255 255 255 / 21%); border-radius: 5px; background: #161615; box-shadow: 0 28px 80px rgb(0 0 0 / 48%); transition: transform 200ms ease-out; }
.float-a { top: 12%; right: 4%; width: min(30vw, 440px); transform: translate3d(var(--fx1),var(--fy1),0) rotate(2.5deg); }
.float-b { top: 31%; right: 23%; width: min(22vw, 330px); transform: translate3d(var(--fx2),var(--fy2),0) rotate(-4deg); }
.float-c { top: 41%; right: -5%; width: min(22vw, 320px); transform: translate3d(var(--fx3),var(--fy3),0) rotate(5deg); }
.browser-bar { height: 25px; margin: 0; padding: 0 8px; display: flex; align-items: center; justify-content: space-between; background: #1b1b19; color: rgb(255 255 255 / 40%); font: 7px var(--font-geist-mono); letter-spacing: .08em; }
.browser-bar::before { content: "● ● ●"; letter-spacing: 0; color: rgb(255 255 255 / 28%); }
.hero-site-shot { margin: 0; overflow: hidden; background: #fff; }
.hero-site-shot-standard { aspect-ratio: 1536 / 1319; }
.hero-site-shot-apex { aspect-ratio: 1536 / 1356; }
.hero-site-shot img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: top center; }

/* Continuously moving native-block highlight strip */
.proof-strip { margin: 0; overflow: hidden; border-bottom: 1px solid rgb(26 39 84 / 20%); background: var(--brand-cyan-wash); color: var(--brand-navy); }
.proof-marquee { overflow: hidden; mask-image: linear-gradient(90deg,transparent,black 5%,black 95%,transparent); }
.proof-track { width: max-content; gap: 0 !important; animation: proof-scroll 34s linear infinite; will-change: transform; }
.proof-group { min-height: 88px; gap: 0 !important; flex-shrink: 0; }
.proof-group > p { height: 88px; margin: 0; padding: 0 clamp(34px,4vw,66px); display: flex; align-items: center; gap: 13px; border-right: 1px solid rgb(26 39 84 / 16%); font-size: clamp(14px,1.15vw,17px); font-weight: 600; white-space: nowrap; }
.proof-group > p::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--brand-cyan); box-shadow: 0 0 0 4px rgb(0 189 251 / 16%); }
@keyframes proof-scroll { to { transform: translateX(-50%); } }

/* Included cards */
.included { position: relative; margin: 0; background: var(--brand-ink); color: var(--brand-paper); }
.included .section-label { color: var(--brand-cyan); }
.included .section-label::before { display: none; }
.section-intro { margin-bottom: clamp(56px,7vw,92px); }
.included .section-intro h2 { max-width: 1240px; color: var(--brand-paper); }
.bento-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 1fr; gap: 18px; }
.bento-card { position: relative; min-height: clamp(285px,24vw,340px); padding: clamp(34px,3.6vw,48px); display: flex; flex-direction: column; border: 1px solid rgb(255 255 255 / 10%); border-radius: clamp(18px,2.2vw,30px); background: #151515; color: var(--brand-paper); transition: border-color 240ms ease, transform 240ms ease; }
.bento-card:hover { border-color: rgb(0 189 251 / 62%); transform: translateY(-3px); }
.card-label { margin: 0; color: #b7b7b2; font-size: 14px; }
.card-copy { margin-top: auto; }
.card-copy h3 { margin: 0 0 24px; font-size: clamp(28px,3vw,46px); font-weight: 560; line-height: 1.05; letter-spacing: -.045em; }
.card-copy p { max-width: 600px; margin: 0; color: #b7b7b2; font-size: clamp(16px,1.35vw,18px); line-height: 1.55; }

/* Old way / better way */
.old-better { margin: 0; padding-top: 0; padding-bottom: 104px; background: var(--brand-ink); }
.comparison-panel { width: 100%; padding: clamp(14px,1.6vw,24px); overflow: hidden; border-radius: clamp(20px,3vw,42px); background: var(--brand-paper); color: var(--brand-ink); }
.comparison-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(12px,1.5vw,20px); }
.comparison-card { min-height: clamp(500px,45vw,620px); padding: clamp(36px,4.5vw,66px); display: flex; flex-direction: column; border-radius: clamp(16px,2vw,28px); }
.comparison-traditional { border: 1px solid #c8c4ba; background: #e8e5dd; }
.comparison-plan { border: 1px solid rgb(255 255 255 / 10%); background: #151515; color: var(--brand-paper); }
.comparison-label { margin: 0 0 clamp(54px,7vw,90px); color: var(--brand-navy); font: 12px var(--font-geist-mono); letter-spacing: .14em; text-transform: uppercase; }
.comparison-plan .comparison-label { color: var(--brand-cyan); }
.comparison-card h2 { margin: 0; font-size: clamp(52px,6vw,94px); font-weight: 560; line-height: .88; letter-spacing: -.07em; }
.comparison-card h2 s { text-decoration-color: var(--brand-cyan); text-decoration-thickness: clamp(3px,.35vw,6px); text-decoration-skip-ink: none; }
.comparison-card h2 span { display: block; margin-top: 10px; color: #625f58; font-size: .34em; font-weight: 500; letter-spacing: -.035em; }
.comparison-plan h2 span { display: inline; margin: 0 0 0 9px; color: #b7b7b2; font-size: .32em; }
.comparison-card ul { margin: auto 0 0; padding: clamp(48px,5vw,70px) 0 0; display: grid; gap: 16px; list-style: none; }
.comparison-card li { padding-left: 22px; position: relative; color: #625f58; font-size: clamp(16px,1.25vw,18px); line-height: 1.5; }
.comparison-card li::before { content: ""; position: absolute; top: .65em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-cyan); }
.comparison-plan li { color: #b7b7b2; }
.comparison-plan .wp-block-buttons { margin-top: 34px; }
.comparison-plan .is-style-wic-wide .wp-block-button__link { min-height: 54px; border-radius: 7px; font-size: 16px; justify-content: space-between; }

/* Portfolio */
.portfolio-shell { position: relative; height: 380vh; margin: 0; background: var(--brand-ink); color: #f2f0e9; }
.portfolio-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.portfolio-head { position: absolute; z-index: 3; top: clamp(86px,10vh,110px); left: max(24px,calc((100vw - 1360px)/2)); right: max(24px,calc((100vw - 1360px)/2)); display: flex; justify-content: space-between; align-items: end; pointer-events: none; }
.portfolio-head h2 { font-size: clamp(43px,5.1vw,78px); white-space: nowrap; }
.portfolio-head h2 em { color: var(--brand-cyan); }
.portfolio-head > p { max-width: 250px; margin: 0 0 7px; color: rgb(242 240 233 / 48%); font-size: 14px; line-height: 1.5; }
.portfolio-track { position: absolute; z-index: 2; left: 0; top: clamp(220px,27vh,275px); gap: 22px !important; padding: 0 12vw 0 39vw; will-change: transform; }
.project-card { position: relative; flex: 0 0 min(64vw,720px); }
.project-image { position: relative; width: 100%; aspect-ratio: 1.7; margin: 0; overflow: hidden; border: 1px solid rgb(255 255 255 / 14%); background: #fff; }
.project-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; transition: transform 650ms cubic-bezier(.2,.8,.2,1); }
.project-card:hover .project-image img { transform: scale(1.025); }
.project-number { position: absolute; top: 12px; left: 12px; min-width: 34px; height: 25px; margin: 0; padding: 0 8px; display: grid; place-items: center; background: #10100f; color: #f2f0e9; font: 9px var(--font-geist-mono); }
.project-meta { padding-top: 17px; display: grid; grid-template-columns: 1fr 1fr; }
.project-meta > .wp-block-group:last-child { align-items: start; }
.project-meta h3 { margin: 0; font-size: clamp(20px,2.3vw,34px); font-weight: 540; letter-spacing: -.045em; }
.project-meta p { margin: 6px 0 0; color: rgb(242 240 233 / 47%); font-size: 11px; }
.project-meta .wp-block-buttons { margin-left: auto; }
.portfolio-progress { position: absolute; z-index: 3; right: 30px; bottom: 20px; margin: 0; display: flex; align-items: center; gap: 10px; color: rgb(242 240 233 / 35%); font: 8px var(--font-geist-mono); text-transform: uppercase; letter-spacing: .12em; }
.portfolio-progress span { width: 70px; height: 1px; background: linear-gradient(90deg,var(--brand-cyan) 45%,rgb(255 255 255 / 18%) 45%); }

/* Process */
.process { margin: 0; display: grid; grid-template-columns: minmax(340px,.9fr) 1.1fr; gap: clamp(60px,9vw,140px); background: var(--brand-paper); }
.process-head { position: sticky; top: 135px; align-self: start; }
.process-head h2 { font-size: clamp(48px,5.2vw,82px); }
.process-head h2 em { color: #625f58; }
.process-head > p:not(.section-label) { max-width: 420px; margin: 34px 0 0; color: #625f58; font-size: 16px; line-height: 1.6; }
.process-head .wp-block-buttons { margin-top: 30px; }
.process-steps { border: 0; }
.process-step { min-height: clamp(205px,25vh,270px); padding: 38px 0; display: grid; grid-template-columns: 72px 1fr; align-content: start; }
.process-step:not(:last-child) { border-bottom: 1px solid #c7c4bb; }
.process-step > p:first-child { margin: 0; color: var(--brand-navy); font: 12px var(--font-geist-mono); }
.process-step h3 { max-width: 570px; margin: 0; font-size: clamp(28px,3.5vw,55px); font-weight: 560; line-height: .98; letter-spacing: -.06em; }
.process-step .wp-block-group > p { max-width: 490px; margin: 18px 0 0; color: #625f58; font-size: 16px; line-height: 1.6; }

/* Pricing */
.pricing { margin: 0; padding-top: 0; padding-bottom: 0; background: var(--brand-paper); color: var(--brand-paper); }
.pricing-panel { padding: clamp(42px,6vw,82px); border: 1px solid rgb(255 255 255 / 10%); border-radius: clamp(24px,3vw,42px); background: var(--brand-ink); }
.pricing-intro .section-label { color: var(--brand-cyan); }
.pricing-intro h2 { max-width: 1000px; color: var(--brand-paper); font-size: clamp(48px,6vw,94px); }
.pricing-intro h2 em { color: var(--brand-cyan); }
.pricing-intro > p:last-child { max-width: 760px; margin: 30px 0 0; color: #b7b7b2; font-size: clamp(16px,1.45vw,19px); line-height: 1.55; }
.plan-card { margin-top: clamp(44px,6vw,70px); padding: clamp(34px,4vw,54px); border: 1px solid #cbc8be; border-radius: clamp(18px,2.2vw,30px); background: var(--brand-paper); color: var(--brand-ink); }
.plan-top { gap: 0 !important; align-items: baseline !important; }
.plan-top h3 { margin: 0; font-size: clamp(76px,9vw,126px); font-weight: 580; line-height: .78; letter-spacing: -.08em; }
.plan-top p { margin: 0 0 0 13px; color: #625f58; font-size: clamp(16px,2vw,26px); }
.plan-terms { margin-top: 34px; gap: 8px !important; }
.plan-terms p { min-height: 40px; margin: 0; padding: 0 14px; display: inline-flex; align-items: center; border: 1px solid #c8c4ba; border-radius: 999px; color: #4f4c46; font-size: 14px; }
.plan-groups { margin-top: clamp(46px,5vw,68px); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.plan-group { padding: clamp(24px,2.4vw,34px); border: 1px solid #d1cdc4; border-radius: 18px; background: #ece9e2; }
.plan-group h3 { margin: 0 0 22px; font-size: clamp(21px,1.8vw,27px); font-weight: 600; letter-spacing: -.035em; }
.plan-group ul { margin: 0; padding: 0; list-style: none; }
.plan-group li { position: relative; margin: 0; padding: 8px 0 8px 26px; color: #4f4c46; font-size: 16px; line-height: 1.45; }
.plan-group li::before { content: "✓"; position: absolute; left: 0; color: var(--brand-navy); font-weight: 700; }
.plan-card > .wp-block-buttons { margin-top: 34px; }

/* FAQ using native Details blocks */
.faq { margin: 0; background: var(--brand-paper); }
.faq-head { margin-bottom: clamp(48px,5.5vw,78px); }
.faq-head h2 { font-size: clamp(46px,5.7vw,88px); }
.faq-head h2 em { color: #625f58; }
.faq-list { border-top: 1px solid #aaa79f; counter-reset: wic-faq; }
.faq-item { margin: 0; border-bottom: 1px solid #aaa79f; counter-increment: wic-faq; }
.faq-item summary { position: relative; min-height: 98px; padding: 24px 52px 24px 80px; display: flex; align-items: center; color: var(--brand-ink); font-size: clamp(20px,2.3vw,34px); font-weight: 530; letter-spacing: -.04em; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: counter(wic-faq, decimal-leading-zero); position: absolute; left: 0; color: var(--brand-navy); font: 9px var(--font-geist-mono); letter-spacing: .1em; }
.faq-item summary::after { content: "+"; position: absolute; right: 5px; color: var(--brand-navy); font-size: 32px; font-weight: 300; transition: transform 220ms ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item > p { max-width: 855px; margin: 0; padding: 0 70px 30px 80px; color: #625f58; font-size: 16px; line-height: 1.65; }

/* Global footer and form block */
.footer { margin: 0; padding-bottom: 0; overflow: hidden; background: var(--brand-ink); color: var(--brand-paper); }
.footer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,10vw,160px); }
.contact-copy { position: sticky; top: 130px; align-self: start; }
.contact-copy h2 { font-size: clamp(50px,6vw,96px); }
.contact-copy h2 em { color: var(--brand-cyan); }
.contact-copy h2 + p { max-width: 450px; margin: 34px 0 0; color: #b7b7b2; font-size: 17px; line-height: 1.6; }
.contact-expectation { max-width: 450px; margin: 18px 0 0; padding-top: 18px; border-top: 1px solid rgb(255 255 255 / 12%); color: #b7b7b2; font-size: 15px; line-height: 1.6; }
.wic-contact-form { position: relative; padding-top: 5px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 18px; }
.field-grid label { display: flex; flex-direction: column; gap: 11px; }
.field-grid label.wide { grid-column: 1 / -1; }
.form-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field-grid label > span { color: #b7b7b2; font: 12px var(--font-geist-mono); letter-spacing: .08em; text-transform: uppercase; }
.field-grid input,
.field-grid textarea { width: 100%; height: 56px; padding: 0 14px; border: 1px solid rgb(255 255 255 / 28%); border-radius: 6px; background: rgb(255 255 255 / 3%); color: var(--brand-paper); box-shadow: none; font-size: 16px; transition: border-color 180ms ease, background 180ms ease; }
.field-grid textarea { min-height: 138px; padding-top: 14px; resize: vertical; }
.field-grid input:hover,
.field-grid textarea:hover { border-color: rgb(255 255 255 / 48%); }
.field-grid input:focus-visible,
.field-grid textarea:focus-visible { border-color: var(--brand-cyan); background: rgb(0 189 251 / 6%); box-shadow: 0 0 0 3px rgb(0 189 251 / 18%); }
.submit-button { width: 100%; height: 82px; margin-top: 40px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 3px; background: var(--brand-cyan); color: var(--brand-navy); font-size: 18px; font-weight: 650; cursor: pointer; }
.submit-button:hover { background: var(--brand-cyan-hover); }
.submit-button:disabled { background: var(--brand-navy); color: var(--brand-paper); cursor: wait; }
.form-helper { margin: 14px 0 0; color: #b7b7b2; font-size: 14px; line-height: 1.5; }
.form-status { display: block; max-height: 0; margin-top: 0; overflow: hidden; color: var(--brand-cyan); font-size: 14px; opacity: 0; transition: max-height 300ms ease, opacity 300ms ease, margin 300ms ease; }
.form-status.is-visible { max-height: 72px; margin-top: 16px; opacity: 1; }
.form-status.is-error { color: #ff8c8c; }
.footer-meta { margin-top: clamp(80px,10vw,140px); padding: 28px 0; border-top: 1px solid rgb(255 255 255 / 14%); color: rgb(242 240 233 / 45%); font-size: 10px; }
.footer-meta p { margin: 0; }
.wic-footer-links { color: inherit; font-size: 10px; }
.wic-footer-links .wp-block-navigation__container { column-gap: clamp(18px, 2vw, 30px) !important; row-gap: 12px !important; }
.wic-footer-links a:hover { color: #fff; }
.mega-wordmark { margin: 70px -5vw -3vw; color: var(--brand-paper); font-size: 14.8vw !important; font-weight: 800 !important; line-height: .7 !important; letter-spacing: -.082em !important; text-align: center; white-space: nowrap; }

/* Standard pages and reusable section patterns */
.wic-standard-page { min-height: 58vh; padding: clamp(148px,15vw,190px) 24px clamp(90px,10vw,140px); }
.wic-page-title { max-width: 920px; margin-bottom: 42px; color: var(--brand-navy); font-size: clamp(48px,7vw,92px); font-weight: 700; line-height: .94; letter-spacing: -.065em; }
.wic-standard-page .wp-block-post-content { color: #4f5661; font-size: clamp(17px,1.5vw,20px); line-height: 1.75; }
.wic-post-card { padding: 32px 0; border-bottom: 1px solid #c8c4ba; }
.wic-flex-section { margin: 0; background: var(--brand-paper); }
.wic-flex-section.is-dark { background: var(--brand-ink); color: var(--brand-paper); }

/* Blog, archives, search, and article pages */
.wic-blog-main { min-height: 65vh; margin: 0; background: var(--brand-paper); }
.wic-blog-hero { padding-bottom: clamp(52px,6vw,82px); }
.wic-blog-hero h1,
.wic-article-header h1 { max-width: 1050px; margin: 0; color: var(--brand-ink); font-size: clamp(52px,7.4vw,112px); font-weight: 570; line-height: .9; letter-spacing: -.07em; }
.wic-blog-hero h1 em { color: var(--brand-navy); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.wic-blog-hero > p:last-child { max-width: 660px; margin: 30px 0 0; color: var(--brand-muted); font-size: clamp(17px,1.5vw,20px); line-height: 1.6; }
.wic-blog-feed { padding-top: 0; }
.wic-blog-feed .wp-block-post-template { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(22px,2.8vw,38px); }
.wic-blog-card { height: 100%; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #cbc7bd; border-radius: 20px; background: #ece9e2; }
.wic-blog-card .wp-block-post-featured-image { aspect-ratio: 1.55; margin: 0; overflow: hidden; background: #dfdcd4; }
.wic-blog-card .wp-block-post-featured-image a { height: 100%; display: block; }
.wic-blog-card .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms cubic-bezier(.2,.8,.2,1); }
.wic-blog-card:hover .wp-block-post-featured-image img { transform: scale(1.025); }
.wic-blog-card-body { flex: 1; padding: clamp(24px,2.5vw,34px); display: flex; flex-direction: column; }
.wic-post-kicker { gap: 10px !important; color: var(--brand-navy); font: 500 11px/1.3 var(--font-geist-mono); letter-spacing: .08em; text-transform: uppercase; }
.wic-post-kicker a { color: inherit; }
.wic-blog-card h2 { margin: 24px 0 14px; font-size: clamp(26px,2.5vw,38px); font-weight: 590; line-height: 1.02; letter-spacing: -.05em; }
.wic-blog-card h2 a:hover { color: var(--brand-navy); }
.wic-blog-card .wp-block-post-excerpt { margin: 0; color: var(--brand-muted); font-size: 16px; line-height: 1.6; }
.wic-blog-card .wp-block-post-excerpt__more-text { margin-top: 24px; }
.wic-blog-card .wp-block-post-excerpt__more-link { border-bottom: 1px solid var(--brand-navy); color: var(--brand-navy); font-weight: 650; }
.wic-empty-state { padding: clamp(34px,5vw,70px); border: 1px solid #cbc7bd; border-radius: 20px; background: #ece9e2; }
.wic-empty-state h2 { margin: 0 0 12px; font-size: clamp(30px,4vw,52px); letter-spacing: -.045em; }
.wic-empty-state p { max-width: 620px; margin: 0; color: var(--brand-muted); font-size: 17px; line-height: 1.6; }
.wic-pagination { margin-top: 54px; }
.wic-pagination a { padding-bottom: 4px; border-bottom: 1px solid var(--brand-navy); color: var(--brand-navy); font-weight: 650; }
.wic-article { min-height: 65vh; margin: 0; padding: 0 24px clamp(88px,10vw,142px); background: var(--brand-paper); }
@keyframes wic-reading-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.wic-reading-progress { position: fixed; z-index: 110; top: 0; left: 0; width: 100%; height: 3px; margin: 0 !important; pointer-events: none; transform: scaleX(0); transform-origin: left center; background: var(--brand-cyan); }
@supports (animation-timeline: scroll()) {
  .wic-reading-progress { animation: wic-reading-progress linear both; animation-timeline: scroll(root block); }
}
body.admin-bar .wic-reading-progress { top: 32px; }
.wic-article-hero { margin: 0 -24px; padding: clamp(148px,15vw,190px) 24px clamp(60px,8vw,104px); border-bottom: 1px solid #d6d1c6; background: radial-gradient(circle at 85% 18%, rgb(0 189 251 / 13%), transparent 29%), linear-gradient(180deg,#f8f6f1 0%,var(--brand-paper) 100%); }
.wic-article-header { max-width: 1360px; margin: 0 auto; }
.wic-back-to-blog { margin: 0 0 clamp(42px,6vw,74px); color: var(--brand-navy); font: 500 12px var(--font-geist-mono); letter-spacing: .1em; text-transform: uppercase; }
.wic-back-to-blog a { text-decoration: none; }
.wic-back-to-blog a:hover { color: #005f86; }
.wic-article-meta { margin: 0 0 26px; gap: 0 !important; color: var(--brand-muted); font: 500 12px var(--font-geist-mono); letter-spacing: .055em; text-transform: uppercase; }
.wic-article-meta > * { margin: 0; }
.wic-article-meta > *:not(:last-child)::after { content: "\00b7"; margin: 0 12px; color: var(--brand-cyan); }
.wic-article-meta a { color: inherit; text-decoration: none; }
.wic-article-meta a:hover { color: var(--brand-navy); }
.wic-article-header h1 { max-width: 1140px; text-wrap: balance; }
.wic-article-deck { max-width: 790px; margin: clamp(26px,3.5vw,44px) 0 0; color: var(--brand-muted); font-size: clamp(20px,2vw,28px); line-height: 1.45; letter-spacing: -.018em; }
.wic-article-deck .wp-block-post-excerpt__excerpt { margin: 0; }
.wic-article-deck .wp-block-post-excerpt__more-text { display: none; }
.wic-article-featured { width: min(1360px,100%); aspect-ratio: 16 / 9; margin: clamp(42px,6vw,82px) auto clamp(50px,7vw,92px); overflow: hidden; border-radius: clamp(16px,2vw,28px); background: #e5e1d9; box-shadow: 0 24px 70px rgb(26 39 84 / 10%); }
.wic-article-featured a { height: 100%; display: block; }
.wic-article-featured img { width: 100%; height: 100%; object-fit: cover; }
.wic-article > .wp-block-post-content { width: min(760px,100%); margin: 0 auto; color: #34383f; font-size: clamp(18px,1.55vw,21px); line-height: 1.78; }
.wic-article .wp-block-post-content > * { margin-block-start: 0; margin-block-end: 1.45em; }
.wic-article .wp-block-post-content > :first-child { margin-top: 0; }
.wic-article .wp-block-post-content .wic-article-lead { margin-bottom: 1.7em; color: var(--brand-navy); font-size: clamp(22px,2vw,29px); font-weight: 500; line-height: 1.5; letter-spacing: -.022em; }
.wic-article .wp-block-post-content h2 { margin-top: 2.15em; margin-bottom: .65em; color: var(--brand-ink); font-size: clamp(34px,4vw,54px); line-height: 1.03; letter-spacing: -.052em; text-wrap: balance; }
.wic-article .wp-block-post-content h3 { margin-top: 1.9em; margin-bottom: .6em; color: var(--brand-ink); font-size: clamp(25px,3vw,35px); line-height: 1.13; letter-spacing: -.035em; }
.wic-article .wp-block-post-content h4 { margin-top: 1.7em; margin-bottom: .5em; color: var(--brand-ink); font-size: 22px; line-height: 1.25; }
.wic-article .wp-block-post-content ul,
.wic-article .wp-block-post-content ol { padding-left: 1.2em; }
.wic-article .wp-block-post-content li { margin-bottom: .55em; padding-left: .18em; }
.wic-article .wp-block-post-content blockquote { margin: 2.2em 0; padding: clamp(24px,4vw,42px); border: 0; border-left: 5px solid var(--brand-cyan); border-radius: 0 14px 14px 0; background: #e9e5dd; color: var(--brand-navy); font-size: clamp(22px,2.2vw,30px); font-weight: 540; line-height: 1.45; letter-spacing: -.025em; }
.wic-article .wp-block-post-content blockquote p { margin: 0; }
.wic-article .wp-block-post-content blockquote cite { margin-top: 16px; display: block; color: var(--brand-muted); font: 500 12px var(--font-geist-mono); letter-spacing: .06em; text-transform: uppercase; }
.wic-article .wp-block-post-content figure { margin-top: 2.4em; margin-bottom: 2.4em; }
.wic-article .wp-block-post-content figcaption { margin-top: 10px; color: var(--brand-muted); font-size: 13px; line-height: 1.5; }
.wic-article .wp-block-post-content pre { max-width: 100%; padding: 24px; overflow-x: auto; border-radius: 12px; background: var(--brand-ink); color: var(--brand-paper); font: 14px/1.65 var(--font-geist-mono); }
.wic-article .wp-block-post-content .wp-block-table { overflow-x: auto; }
.wic-article .wp-block-post-content table { width: 100%; border-collapse: collapse; font-size: 16px; line-height: 1.5; }
.wic-article .wp-block-post-content th,
.wic-article .wp-block-post-content td { padding: 14px; border: 1px solid #c8c4ba; text-align: left; }
.wic-article .wp-block-post-content th { background: #e7e3da; color: var(--brand-ink); }
.wic-article .wp-block-post-content details { padding: 20px 0; border-top: 1px solid #c8c4ba; border-bottom: 1px solid #c8c4ba; }
.wic-article .wp-block-post-content summary { color: var(--brand-ink); font-weight: 650; cursor: pointer; }
.wic-article .wp-block-post-content a,
.wic-standard-page .wp-block-post-content a { color: var(--brand-navy); text-decoration: underline; text-decoration-color: var(--brand-cyan); text-underline-offset: 3px; }
.wic-article .wp-block-post-content img { max-width: 100%; height: auto; }
.wic-article-cta { max-width: 1360px; margin: clamp(72px,9vw,124px) auto 0; padding: clamp(34px,5vw,72px); gap: 36px !important; border-radius: clamp(18px,2vw,28px); background: var(--brand-ink); color: var(--brand-paper); }
.wic-article-cta-copy { flex: 1 1 660px; }
.wic-article-cta .section-label { margin-bottom: 22px; }
.wic-article-cta h2 { max-width: 850px; margin: 0; font-size: clamp(36px,5vw,70px); font-weight: 570; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.wic-article-cta-copy > p:last-child { max-width: 660px; margin: 22px 0 0; color: rgb(243 240 233 / 66%); font-size: 17px; line-height: 1.6; }
.wic-article-cta .wp-block-buttons { flex: 0 0 auto; }
.wic-article-cta .wp-block-button__link { padding-inline: 26px; }
.wic-related-posts { max-width: 1360px; margin: clamp(76px,10vw,136px) auto 0; }
.wic-related-posts > h2 { max-width: 820px; margin: 0 0 clamp(34px,5vw,58px); color: var(--brand-ink); font-size: clamp(40px,5.5vw,76px); font-weight: 570; line-height: .96; letter-spacing: -.06em; }
.wic-related-posts .wp-block-post-template { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(18px,2.5vw,32px); }
.wic-related-card { height: 100%; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #cbc7bd; border-radius: 18px; background: #ebe7df; }
.wic-related-card .wp-block-post-featured-image { aspect-ratio: 3 / 2; margin: 0; overflow: hidden; background: #dfdcd4; }
.wic-related-card .wp-block-post-featured-image a { height: 100%; display: block; }
.wic-related-card .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms cubic-bezier(.2,.8,.2,1); }
.wic-related-card:hover .wp-block-post-featured-image img { transform: scale(1.025); }
.wic-related-card-body { flex: 1; padding: clamp(22px,2.5vw,32px); display: flex; flex-direction: column; }
.wic-related-card h3 { margin: 20px 0 12px; font-size: clamp(25px,2.4vw,34px); font-weight: 590; line-height: 1.03; letter-spacing: -.045em; }
.wic-related-card h3 a { text-decoration: none; }
.wic-related-card h3 a:hover { color: var(--brand-navy); }
.wic-related-card .wp-block-post-excerpt { margin: 0; color: var(--brand-muted); font-size: 15px; line-height: 1.6; }
.wic-related-card .wp-block-post-excerpt__more-text { margin-top: 20px; }
.wic-related-card .wp-block-post-excerpt__more-link { color: var(--brand-navy); font-weight: 650; text-decoration-color: var(--brand-cyan); text-underline-offset: 3px; }
.wic-post-navigation { max-width: 1360px; margin: clamp(22px,3vw,36px) auto 0; gap: clamp(14px,2vw,24px); }
.wic-post-navigation-item { min-height: 132px; padding: clamp(24px,3vw,34px); border: 1px solid #cbc7bd; border-radius: 16px; background: #ebe7df; transition: border-color 180ms ease, transform 180ms ease; }
.wic-post-navigation-item:hover { border-color: var(--brand-cyan); transform: translateY(-2px); }
.wic-post-navigation-item > p { margin: 0 0 12px; color: var(--brand-muted); font: 500 11px var(--font-geist-mono); letter-spacing: .09em; text-transform: uppercase; }
.wic-post-navigation-item .wp-block-post-navigation-link { margin: 0; color: var(--brand-navy); font-size: clamp(18px,2vw,24px); font-weight: 650; line-height: 1.25; letter-spacing: -.025em; }
.wic-post-navigation-item a { text-decoration: none; }
.wic-post-navigation-item.is-next { text-align: right; }
.wic-standard-page .wp-block-post-content h2 { margin-top: 1.8em; color: var(--brand-ink); font-size: clamp(30px,3.5vw,48px); line-height: 1.05; letter-spacing: -.045em; }
.wic-standard-page .wp-block-post-content h3 { margin-top: 1.6em; color: var(--brand-ink); font-size: clamp(23px,2.4vw,32px); line-height: 1.15; letter-spacing: -.03em; }
.wic-standard-page .wp-block-post-content ul { padding-left: 1.2em; }

@media (max-width: 1080px) {
  .floating-sites { opacity: .38; }
  .float-b { right: 10%; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .pricing-panel { padding: clamp(36px,5vw,56px); }
}

@media (max-width: 900px) {
  .site-nav { grid-template-columns: 1fr auto !important; }
  .wic-desktop-navigation,
  .wic-header-actions { display: none !important; }
  .wic-mobile-menu { display: block !important; justify-self: end; }
  .wic-mobile-menu summary { position: relative; width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 6px; background: var(--brand-cyan); color: transparent; font-size: 0; cursor: pointer; list-style: none; }
  .wic-mobile-menu summary::-webkit-details-marker { display: none; }
  .wic-mobile-menu summary::before,
  .wic-mobile-menu summary::after { content: ""; position: absolute; width: 19px; height: 2px; border-radius: 99px; background: var(--brand-navy); transition: transform 180ms ease, box-shadow 180ms ease; }
  .wic-mobile-menu summary::before { box-shadow: 0 -6px 0 var(--brand-navy), 0 6px 0 var(--brand-navy); }
  .wic-mobile-menu[open] summary::before { box-shadow: none; transform: rotate(45deg); }
  .wic-mobile-menu[open] summary::after { transform: rotate(-45deg); }
  nav.wic-mobile-navigation { position: absolute !important; top: calc(100% + 8px); right: 0; left: 0; max-height: calc(100vh - 106px); margin: 0; padding: 12px 20px 20px; overflow-y: auto; border: 1px solid rgb(255 255 255 / 13%); border-radius: 10px; background: rgb(5 5 5 / 98%); box-shadow: 0 26px 60px rgb(0 0 0 / 30%); color: var(--brand-paper); }
  nav.wic-mobile-navigation > .wp-block-navigation__container { position: static !important; width: 100%; max-height: none; padding: 0; overflow: visible; display: flex !important; align-items: stretch !important; flex-direction: column !important; gap: 0 !important; }
  .wic-mobile-navigation .wp-block-navigation-item { width: 100%; border-bottom: 1px solid rgb(255 255 255 / 12%); }
  .wic-mobile-navigation .wp-block-navigation-item__content { width: 100%; padding: 16px 2px; display: block; color: var(--brand-paper); font-size: clamp(21px,4vw,28px); font-weight: 560; line-height: 1.1; letter-spacing: -.035em; }
  .wic-mobile-navigation .wic-mobile-cta { margin-top: 12px; border: 0; }
  .wic-mobile-navigation .wic-mobile-cta .wp-block-navigation-item__content { padding: 15px 16px; border-radius: 6px; background: var(--brand-cyan); color: var(--brand-navy); font-size: 16px; font-weight: 700; }
  .hero { min-height: 850px; padding-inline: 22px; }
  .hero-conversion-row { grid-template-columns: 1fr; gap: 26px; }
  .hero-offer { justify-self: start; }
  .floating-sites { clip-path: inset(0 0 0 56%); opacity: .22; }
  .float-a { width: 48vw; right: -7%; }
  .float-b, .float-c { display: none; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-card { min-height: 470px; }
  .portfolio-shell { height: auto; padding: 110px 22px; }
  .portfolio-sticky { position: relative; height: auto; overflow: visible; }
  .portfolio-head { position: relative; inset: auto; display: block; }
  .portfolio-head > p { margin-top: 22px; }
  .portfolio-track { position: relative; inset: auto; margin-top: 70px; padding: 0; display: grid !important; gap: 60px !important; transform: none !important; }
  .project-card { width: 100%; }
  .portfolio-progress { display: none; }
  .process { grid-template-columns: 1fr; }
  .process-head { position: static; margin-bottom: 50px; }
  .process-step { min-height: 250px; }
  .plan-groups { grid-template-columns: 1fr; }
  .wic-blog-feed .wp-block-post-template { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wic-related-posts .wp-block-post-template { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 782px) {
  body.admin-bar .site-nav,
  body.admin-bar .site-nav.is-scrolled { top: 58px; }
  body.admin-bar .wic-reading-progress { top: 46px; }
}

@media (max-width: 660px) {
  .section-pad { padding-inline: 20px; }
  .site-nav, .site-nav.is-scrolled { top: 10px; width: calc(100% - 20px); min-height: 56px; }
  .hero { min-height: max(100svh,860px); padding: 120px 20px 36px; }
  .hero h1 { font-size: clamp(52px,17vw,82px); line-height: .87; }
  .hero-bottom { gap: 28px; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .wp-block-button,
  .hero-actions .wp-block-button__link { width: 100%; }
  .hero-actions .wp-block-button__link { justify-content: space-between; }
  .hero-offer { width: 100%; justify-content: space-between !important; gap: 12px; }
  .hero-offer .price-note { padding-right: 12px; font-size: 13px; white-space: normal; }
  .hero-index, .floating-sites { display: none; }
  .proof-group > p { height: 74px; padding-inline: 26px; font-size: 14px; }
  .proof-group { min-height: 74px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card { min-height: 285px; }
  .comparison-panel { padding: 10px; border-radius: 22px; }
  .comparison-card { min-height: 430px; padding: 34px 24px; }
  .comparison-card h2 { font-size: clamp(50px,16vw,72px); }
  .portfolio-shell { padding-inline: 20px; }
  .portfolio-head h2 { white-space: normal; }
  .project-image { aspect-ratio: 1.35; }
  .project-meta { grid-template-columns: 1fr; gap: 20px; }
  .process-step { min-height: 220px; grid-template-columns: 48px 1fr; }
  .pricing-panel { padding: 34px 20px; border-radius: 22px; }
  .plan-card { padding: 30px 20px; }
  .plan-top { align-items: flex-end !important; flex-wrap: wrap !important; }
  .plan-terms { align-items: stretch; flex-direction: column; }
  .plan-terms p { width: 100%; border-radius: 8px; }
  .plan-group { padding: 24px 20px; }
  .faq-item summary { min-height: 86px; padding-left: 48px; padding-right: 34px; }
  .faq-item > p { padding-left: 48px; padding-right: 10px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid label.wide { grid-column: auto; }
  .footer-meta { align-items: flex-start !important; flex-direction: column; gap: 18px !important; }
  .wic-footer-links { display: flex !important; }
  .wic-footer-links .wp-block-navigation__container { align-items: flex-start !important; flex-direction: column !important; gap: 10px !important; }
  .mega-wordmark { margin-top: 60px; font-size: 25.7vw !important; }
  .wic-standard-page { padding-top: 126px; }
  .wic-blog-feed .wp-block-post-template { grid-template-columns: 1fr; }
  .wic-blog-card h2 { font-size: 30px; }
  .wic-article { padding-inline: 20px; }
  .wic-article-hero { margin-inline: -20px; padding: 126px 20px 58px; }
  .wic-back-to-blog { margin-bottom: 42px; }
  .wic-article-meta { row-gap: 9px !important; }
  .wic-article-meta > *:not(:last-child)::after { margin-inline: 8px; }
  .wic-article-header h1 { font-size: clamp(48px,14.2vw,70px); line-height: .92; }
  .wic-article-deck { font-size: 19px; }
  .wic-article-featured { aspect-ratio: 4 / 3; margin-top: 32px; border-radius: 14px; }
  .wic-article > .wp-block-post-content { font-size: 18px; line-height: 1.72; }
  .wic-article .wp-block-post-content .wic-article-lead { font-size: 21px; }
  .wic-article .wp-block-post-content h2 { margin-top: 1.85em; font-size: 36px; }
  .wic-article .wp-block-post-content h3 { font-size: 27px; }
  .wic-article-cta { align-items: flex-start !important; padding: 32px 22px; }
  .wic-article-cta .wp-block-buttons,
  .wic-article-cta .wp-block-button,
  .wic-article-cta .wp-block-button__link { width: 100%; }
  .wic-article-cta .wp-block-button__link { justify-content: space-between; }
  .wic-related-posts .wp-block-post-template { grid-template-columns: 1fr; }
  .wic-related-card h3 { font-size: 28px; }
  .wic-post-navigation { grid-template-columns: 1fr; }
  .wic-post-navigation-item.is-next { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .proof-marquee { overflow-x: auto; mask-image: none; }
  .proof-track { animation: none; }
  .proof-group[aria-hidden="true"] { display: none; }
  .portfolio-shell { height: auto; padding: 110px 22px; }
  .portfolio-sticky { position: relative; height: auto; overflow: visible; }
  .portfolio-head, .portfolio-track { position: relative; inset: auto; }
  .portfolio-track { margin-top: 70px; padding: 0; display: grid !important; transform: none !important; }
}
