/*
Theme Name: Oneclick 2026
Theme URI: https://oneclick-dropshipping.com/
Author: Oneclick Dropshipping
Description: Custom Oneclick sourcing and fulfillment website.
Version: 1.0.0
Text Domain: oneclick-2026
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --ink: #0a2444;
  --navy: #071c35;
  --cream: #f2efe7;
  --paper: #fbfaf6;
  --lime: #d7f26b;
  --muted: #657080;
  --line: rgba(10, 36, 68, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header { height: 86px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; background: var(--paper); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 202px; height: auto; }
.desktop-nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { transition: opacity .2s; }
.desktop-nav a:hover { opacity: .55; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; font-size: 13px; letter-spacing: .02em; font-weight: 700; }
.account-actions { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.login-link { padding: 14px 17px; transition: opacity .2s; }
.login-link:hover { opacity: .55; }
.signup-link { display: inline-flex; align-items: center; gap: 24px; padding: 14px 18px; background: var(--ink); color: white; border: 1px solid var(--ink); border-radius: 2px; transition: background .2s, color .2s; }
.signup-link:hover { background: transparent; color: var(--ink); }
.mobile-menu { display: none; }
.hero { min-height: calc(100vh - 86px); position: relative; color: white; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media, .about-photo, .service-image { background-size: cover; background-position: center; }
.hero-media { position: absolute; inset: 0; background-image: url("/wp-content/themes/oneclick-2026/assets/warehouse/order-processing.jpg"); background-position: center 42%; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,15,30,.94) 0%, rgba(2,15,30,.62) 46%, rgba(2,15,30,.13) 85%), linear-gradient(0deg, rgba(2,15,30,.55), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: 64%; padding: 9vh 7vw 11vh; }
.eyebrow { font-size: 11px; line-height: 1.4; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; margin: 0 0 26px; }
.eyebrow::before { content: ""; display: inline-block; width: 35px; border-top: 1px solid currentColor; margin-right: 12px; transform: translateY(-3px); }
.light { color: white; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(50px, 5.6vw, 80px); line-height: 1.02; letter-spacing: -.045em; margin: 0 0 30px; font-weight: 600; }
h1 em, h2 em { font-family: inherit; font-weight: inherit; font-style: italic; color: var(--lime); }
.hero-copy { max-width: 590px; font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.button { padding: 18px 22px; min-width: 230px; border: 1px solid currentColor; }
.button-light { background: var(--lime); color: var(--navy); border-color: var(--lime); }
.text-link { display: inline-flex; align-items: center; gap: 13px; font-size: 13px; letter-spacing: .02em; font-weight: 700; padding-bottom: 6px; border-bottom: 1px solid currentColor; }
.text-link.light { border: 0; }
.play { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 9px; }
.hero-card { position: absolute; z-index: 3; right: 4vw; bottom: 5vh; background: rgba(242,239,231,.95); color: var(--ink); padding: 25px 28px; width: 285px; }
.hero-card span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; display: block; margin-bottom: 13px; font-weight: 700; }
.hero-card strong { font: 600 21px/1.4 "Manrope", Arial, sans-serif; letter-spacing: -.02em; }
.scroll-note { position: absolute; z-index: 2; right: 3vw; top: 22%; font-size: 8px; letter-spacing: .15em; transform: rotate(90deg); transform-origin: right center; }
.scroll-note span { margin-left: 14px; }
.proof-strip { min-height: 165px; background: var(--lime); display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); align-items: center; padding: 28px 5vw; gap: 30px; }
.proof-strip > p { font-size: 11px; line-height: 1.45; letter-spacing: .14em; font-weight: 700; max-width: 160px; margin: 0; }
.proof-strip div { border-left: 1px solid rgba(10,36,68,.25); padding-left: 30px; display: flex; flex-direction: column; }
.proof-strip strong { font-size: 28px; line-height: 1.1; letter-spacing: -.035em; font-weight: 700; }
.proof-strip sup { font-size: 12px; }
.proof-strip span { font-size: 12px; line-height: 1.45; margin-top: 8px; }
.section { padding: 132px 7vw; }
.intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; background: var(--paper); }
h2 { font-size: clamp(40px, 4.35vw, 56px); line-height: 1.1; letter-spacing: -.035em; font-weight: 600; margin-bottom: 0; }
.intro-copy { padding-bottom: 8px; }
.intro-copy p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.intro-copy p:first-child { color: var(--ink); font-size: 20px; line-height: 1.5; }
.intro-copy .text-link { margin-top: 18px; }
.services { background: var(--cream); padding-top: 110px; }
.section-heading { margin-bottom: 60px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--paper); padding: 0 28px 32px; position: relative; transition: transform .3s; }
.service-card:hover { transform: translateY(-7px); }
.service-image { height: 250px; margin: 0 -28px 28px; filter: saturate(.72); }
.image-1 { background-image: url("/wp-content/themes/oneclick-2026/assets/warehouse/zoned-storage.jpg"); background-position: 42% center; }
.image-2 { background-image: url("/wp-content/themes/oneclick-2026/assets/warehouse/storage-aisle.jpg"); }
.image-3 { background-image: url("/wp-content/themes/oneclick-2026/assets/warehouse/outbound.jpg"); }
.service-number { font-size: 14px; line-height: 1.4; font-weight: 700; color: #73804a; }
.service-card h3 { font-size: 26px; line-height: 1.25; font-weight: 600; letter-spacing: -.025em; margin: 16px 0; }
.service-card p { color: var(--muted); font-size: 15px; line-height: 1.7; min-height: 104px; }
.service-card ul { list-style: none; padding: 18px 0; margin: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card li { font-size: 13px; line-height: 1.5; padding: 5px 0; }
.service-card li::before { content: "✓"; margin-right: 10px; color: #718336; }
.service-card > a { font-size: 13px; letter-spacing: .02em; font-weight: 700; display: flex; justify-content: space-between; }
.video-section { min-height: 720px; padding: 100px 7vw; display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: center; color: white; background: var(--navy); }
.video-copy h2 { font-size: clamp(40px, 4.35vw, 58px); }
.video-copy > p:not(.eyebrow) { max-width: 480px; margin: 28px 0; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.75; }
.video-facts { display: flex; flex-wrap: wrap; gap: 9px; }
.video-facts span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.video-frame { position: relative; background: #020b14; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #020b14; }
.video-frame p { position: absolute; left: 18px; bottom: 14px; margin: 0; padding: 6px 9px; background: rgba(4,20,40,.78); color: rgba(255,255,255,.78); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; pointer-events: none; }
.split { display: grid; grid-template-columns: 1fr 370px; gap: 10vw; align-items: end; }
.split > p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0; }
.steps { list-style: none; padding: 0; margin: 70px 0 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 110px 1fr; padding: 27px 0; border-bottom: 1px solid var(--line); align-items: center; transition: padding .2s; }
.steps li:hover { padding-left: 12px; background: rgba(215,242,107,.1); }
.steps > li > span { font-size: 13px; line-height: 1.4; font-weight: 700; color: #73804a; }
.steps div { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; }
.steps h3 { margin: 0; font-size: 22px; line-height: 1.3; font-weight: 600; letter-spacing: -.02em; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--navy); color: white; }
.about-photo { background-image: url("/wp-content/themes/oneclick-2026/assets/warehouse/pallets.jpg"); background-position: 58% center; min-height: 720px; }
.about-copy { padding: 100px 7vw; display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { font-size: clamp(40px, 4.2vw, 56px); }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; margin: 30px 0; }
.about-points > div { border-top: 1px solid rgba(255,255,255,.18); padding: 19px 0; display: grid; grid-template-columns: 150px 1fr; gap: 20px; }
.about-points strong { font-size: 15px; line-height: 1.4; font-weight: 600; }
.about-points span { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; }
.platforms { padding: 65px 7vw; background: var(--cream); text-align: center; }
.platforms p { font-size: 11px; letter-spacing: .14em; font-weight: 700; margin-bottom: 38px; }
.platform-logo-row { display: grid; grid-template-columns: repeat(5, minmax(110px, 1fr)); align-items: center; gap: 50px; max-width: 1220px; margin: 0 auto; }
.platform-logo-row a { height: 58px; display: flex; align-items: center; justify-content: center; padding: 5px 12px; transition: transform .2s, opacity .2s; }
.platform-logo-row a:hover { transform: translateY(-2px); opacity: .82; }
.platform-logo-row img { display: block; width: 100%; max-width: 160px; max-height: 48px; object-fit: contain; }
.platform-logo-row a:nth-child(2) img { max-width: 112px; }
.platform-logo-row a:nth-child(3) img { max-width: 150px; }
.platform-logo-row a:nth-child(4) img { max-width: 105px; max-height: 43px; }
.platform-logo-row a:nth-child(5) img { max-width: 125px; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.faq-lead { color: var(--muted); max-width: 410px; font-size: 16px; line-height: 1.75; margin: 35px 0 25px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 24px 0; }
.faq-list summary { list-style: none; font-size: 18px; line-height: 1.45; font-weight: 600; letter-spacing: -.015em; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font: 300 24px Arial; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { color: var(--muted); font-size: 15px; line-height: 1.75; padding-right: 50px; margin: 18px 0 0; }
.contact { background: var(--navy); color: white; padding: 120px 7vw; display: grid; grid-template-columns: 1fr .7fr; gap: 12vw; align-items: end; }
.contact h2 { font-size: clamp(46px, 5.2vw, 68px); }
.contact > div:last-child > p { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; max-width: 460px; }
.contact .button { margin: 24px 0 13px; }
.contact small { display: block; color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .04em; }
.direct-contact { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.direct-contact a { color: rgba(255,255,255,.78); font-size: 12px; }
.direct-contact a:hover { color: var(--lime); }
footer { background: #041428; color: white; padding: 70px 7vw 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.footer-brand { background: var(--paper); width: fit-content; padding: 8px 14px 8px 8px; }
.footer-brand img { width: 186px; }
footer > p { text-align: right; color: rgba(255,255,255,.55); font-size: 15px; line-height: 1.6; font-style: italic; }
.footer-links { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.15); padding: 27px 0; display: flex; gap: 35px; font-size: 13px; }
.footer-contact { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px 28px; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-contact a { color: rgba(255,255,255,.72); font-size: 12px; }
.footer-contact a:hover { color: var(--lime); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 11px; letter-spacing: .03em; }

/* Team match funnel */
.funnel-page { min-height: 100vh; background: var(--paper); }
.funnel-header { height: 86px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--paper); }
.funnel-header-links { display: flex; align-items: center; gap: 18px; font-size: 12px; color: var(--muted); }
.funnel-header-links a { padding: 10px 15px; border: 1px solid var(--ink); color: var(--ink); font-weight: 700; }
.funnel-hero { display: grid; grid-template-columns: .86fr 1.14fr; background: var(--navy); }
.funnel-intro { min-height: 920px; padding: 80px 6vw 90px; color: white; background: linear-gradient(180deg, rgba(3,20,40,.34), rgba(3,20,40,.92)), url("/wp-content/themes/oneclick-2026/assets/warehouse/order-processing.jpg") center/cover; position: sticky; top: 0; align-self: start; }
.back-link { display: inline-block; margin-bottom: 90px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 600; }
.funnel-intro h1 { font-size: clamp(46px, 4.5vw, 68px); }
.funnel-intro > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.75; }
.funnel-promises { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.funnel-promises div { padding: 22px 18px 0 0; }
.funnel-promises strong, .funnel-promises span { display: block; }
.funnel-promises strong { font-size: 12px; line-height: 1.4; margin-bottom: 7px; }
.funnel-promises span { color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.5; }
.match-form-wrap { background: var(--paper); padding: 70px 6vw 90px; }
.form-heading { padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.form-heading > span { display: block; margin-bottom: 13px; color: #73804a; font-size: 10px; letter-spacing: .16em; font-weight: 700; }
.form-heading strong { display: block; font-size: 32px; line-height: 1.25; letter-spacing: -.03em; font-weight: 600; }
.form-heading p { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.form-direct-contact { margin-top: 25px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 8px 18px; border-top: 1px solid var(--line); font-size: 11px; }
.form-direct-contact span { width: 100%; color: var(--muted); }
.form-direct-contact a { color: var(--ink); font-weight: 700; }
.match-form fieldset { border: 0; padding: 44px 0; margin: 0; border-bottom: 1px solid var(--line); }
.match-form legend { width: 100%; margin-bottom: 28px; font-size: 19px; font-weight: 700; }
.match-form legend span { display: inline-grid; width: 34px; height: 34px; margin-right: 12px; place-items: center; border-radius: 50%; background: var(--lime); font-size: 11px; }
.match-form label { display: block; margin-bottom: 22px; font-size: 12px; line-height: 1.5; font-weight: 700; }
.match-form input, .match-form select, .match-form textarea { display: block; width: 100%; margin-top: 9px; border: 1px solid rgba(10,36,68,.22); border-radius: 0; background: white; color: var(--ink); padding: 14px 15px; font: 400 14px/1.5 "Manrope", Arial, sans-serif; outline: 0; }
.match-form textarea { resize: vertical; }
.match-form input:focus, .match-form select:focus, .match-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(10,36,68,.08); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-note { margin: -18px 0 16px; color: var(--muted); font-size: 11px; }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 28px; }
.match-form .check-option { position: relative; margin: 0; cursor: pointer; }
.check-option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check-option span { display: block; padding: 14px 15px; border: 1px solid rgba(10,36,68,.18); background: white; font-size: 12px; font-weight: 600; transition: background .15s, border-color .15s; }
.check-option input:checked + span { background: var(--lime); border-color: var(--lime); }
.check-option span::before { content: "＋"; margin-right: 8px; font-weight: 400; }
.check-option input:checked + span::before { content: "✓"; }
.match-submit { width: 100%; margin-top: 38px; padding: 18px 20px; display: flex; justify-content: space-between; border: 1px solid var(--ink); background: var(--ink); color: white; font: 700 13px/1.4 "Manrope", Arial, sans-serif; cursor: pointer; }
.match-submit:hover { background: #11345b; }
.form-privacy { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.form-success { padding: 12px; margin-top: 15px; background: rgba(215,242,107,.4); font-size: 12px; }
.after-submit { padding: 95px 7vw 110px; }
.after-submit > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.after-submit article { padding: 36px; background: var(--paper); }
.after-submit article > span { color: #73804a; font-size: 11px; font-weight: 700; }
.after-submit h2 { margin: 34px 0 15px; font-size: 23px; line-height: 1.3; }
.after-submit article p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

/* Blog */
.blog-page { background: var(--paper); }
.blog-hero { padding: 110px 7vw 95px; text-align: center; background: var(--cream); }
.blog-hero h1 { max-width: 960px; margin: 0 auto 28px; color: var(--ink); font-size: clamp(52px, 6vw, 82px); }
.blog-hero h1 em { color: #75883a; }
.blog-hero > p:last-child { max-width: 660px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.75; }
.featured-article { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 650px; background: var(--navy); color: white; }
.featured-photo { background: url("/wp-content/themes/oneclick-2026/assets/warehouse/zoned-storage.jpg") 42% center/cover; }
.featured-article article { padding: 85px 7vw 75px 6vw; display: flex; flex-direction: column; justify-content: center; }
.featured-article article > span { color: var(--lime); font-size: 10px; letter-spacing: .15em; font-weight: 700; }
.featured-article h2 { margin: 28px 0; font-size: clamp(38px, 4vw, 55px); }
.featured-article article > p { color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.75; }
.article-meta { display: flex; gap: 25px; margin-top: 22px; color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.featured-article .coming-note { margin: 28px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.blog-topics { padding: 110px 7vw 125px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { border: 1px solid var(--line); background: white; }
.article-image { height: 230px; background-size: cover; background-position: center; filter: saturate(.78); }
.article-card-copy { padding: 25px 25px 28px; }
.article-kicker { display: flex; justify-content: space-between; gap: 15px; color: #73804a; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
.article-kicker span:last-child { color: var(--muted); }
.article-card h3 { margin: 20px 0 15px; font-size: 22px; line-height: 1.35; }
.article-card p { min-height: 92px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.planned-label { display: block; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.blog-conversion { padding: 90px 7vw; display: grid; grid-template-columns: 1fr .72fr; gap: 10vw; align-items: end; background: var(--lime); }
.blog-conversion h2 { font-size: clamp(42px, 4.8vw, 64px); }
.blog-conversion > div:last-child p { max-width: 500px; color: rgba(10,36,68,.72); }
.blog-conversion .button-light { margin-top: 18px; background: var(--navy); border-color: var(--navy); color: white; }
.blog-footer { padding-top: 60px; }

@media (max-width: 900px) {
  .desktop-nav, .account-actions { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; width: 38px; height: 38px; display: grid; align-content: center; gap: 7px; padding: 8px; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; border-top: 2px solid var(--ink); }
  .mobile-menu nav { position: absolute; left: 0; right: 0; top: 86px; background: var(--paper); padding: 22px 7vw 30px; display: grid; gap: 18px; border-top: 1px solid var(--line); }
  .mobile-menu .mobile-signup { display: flex; align-items: center; justify-content: space-between; max-width: 230px; padding: 13px 16px; background: var(--ink); color: white; }
  .hero { min-height: 780px; }
  .hero-content { width: 100%; padding: 100px 7vw 120px; }
  .hero-media { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,15,30,.94), rgba(2,15,30,.35)); }
  .hero-card, .scroll-note { display: none; }
  .proof-strip { grid-template-columns: 1fr 1fr; padding: 42px 7vw; gap: 32px 15px; }
  .proof-strip > p { grid-column: 1 / -1; }
  .proof-strip div { padding-left: 15px; }
  .intro, .split, .faq, .contact { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card p { min-height: 0; }
  .video-section { min-height: 0; grid-template-columns: 1fr; padding: 90px 7vw; }
  .about { grid-template-columns: 1fr; }
  .about-photo { min-height: 520px; }
  .platform-logo-row { grid-template-columns: repeat(3, 1fr); gap: 34px 24px; }
  .funnel-hero { grid-template-columns: 1fr; }
  .funnel-intro { min-height: 680px; position: relative; padding: 70px 7vw; }
  .back-link { margin-bottom: 70px; }
  .match-form-wrap { padding-left: 7vw; padding-right: 7vw; }
  .after-submit > div { grid-template-columns: 1fr; }
  .featured-article { grid-template-columns: 1fr; }
  .featured-photo { min-height: 500px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .blog-conversion { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; padding: 0 6vw; }
  .brand img { width: 170px; }
  .mobile-menu nav { top: 72px; }
  .hero { min-height: calc(100svh - 72px); }
  .hero-content { padding: 100px 6vw 65px; }
  h1 { font-size: 46px; }
  .hero-copy { font-size: 17px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .section { padding: 82px 6vw; }
  h2 { font-size: 36px; }
  .proof-strip { padding-left: 6vw; padding-right: 6vw; }
  .proof-strip strong { font-size: 23px; }
  .intro { gap: 40px; }
  .intro-copy p:first-child { font-size: 18px; }
  .service-image { height: 220px; }
  .video-copy h2 { font-size: 38px; }
  .video-section { padding: 80px 6vw; }
  .steps li { grid-template-columns: 48px 1fr; align-items: start; }
  .steps div { grid-template-columns: 1fr; gap: 8px; }
  .about-photo { min-height: 430px; }
  .about-copy { padding: 80px 6vw; }
  .about-points > div { grid-template-columns: 1fr; gap: 8px; }
  .platforms { padding: 50px 6vw; }
  .platform-logo-row { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .platform-logo-row a:last-child { grid-column: 1 / -1; }
  .platform-logo-row img { max-width: 140px; }
  .contact { padding: 80px 6vw; }
  .contact h2 { font-size: 44px; }
  footer { padding: 60px 6vw 22px; grid-template-columns: 1fr; }
  footer > p { text-align: left; }
  .footer-links, .footer-bottom { grid-column: 1; }
  .footer-contact { grid-column: 1; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .funnel-header { height: 72px; padding: 0 6vw; }
  .funnel-header .brand img { width: 158px; }
  .funnel-header-links span { display: none; }
  .funnel-intro { min-height: 620px; padding: 55px 6vw 65px; }
  .funnel-intro h1 { font-size: 42px; }
  .back-link { margin-bottom: 55px; }
  .funnel-promises { grid-template-columns: 1fr; padding-top: 14px; }
  .funnel-promises div { padding: 11px 0; }
  .match-form-wrap { padding: 55px 6vw 70px; }
  .form-heading strong { font-size: 27px; }
  .field-grid, .option-grid { grid-template-columns: 1fr; gap: 0; }
  .option-grid { gap: 9px; }
  .after-submit { padding: 75px 6vw; }
  .blog-header .account-actions { display: none; }
  .blog-hero { padding: 80px 6vw 70px; }
  .blog-hero h1 { font-size: 46px; }
  .featured-photo { min-height: 380px; }
  .featured-article article { padding: 65px 6vw; }
  .blog-topics { padding: 80px 6vw 90px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card p { min-height: 0; }
  .blog-conversion { padding: 75px 6vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
