@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #191917;
  --ink-soft: #242422;
  --blue: #216a9b;
  --sky: #5d96bc;
  --red: #b11d1e;
  --gold: #c1911f;
  --silver: #a9bcc7;
  --white: #fff;
  --paper: #f5f3ed;
  --muted: #6c6b67;
  --line: rgba(25, 25, 23, .13);
  --radius: 24px;
  --shadow: 0 22px 70px rgba(12, 25, 38, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; color: #fff; background: var(--blue); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.announcement { min-height: 35px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 7px 20px; color: rgba(255,255,255,.78); background: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.announcement i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 82px; display: grid; grid-template-columns: 190px 1fr 190px; align-items: center; gap: 26px; padding: 8px clamp(24px, 5vw, 76px); background: rgba(245, 243, 237, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { justify-self: start; width: 88px; height: 66px; display: grid; place-items: center; }
.brand img { max-height: 72px; }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); font-size: 14px; font-weight: 600; }
.site-nav a { position: relative; padding: 12px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--red); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-shop { justify-self: end; padding: 13px 18px; color: #fff; background: var(--blue); border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.header-shop:hover { transform: translateY(-2px); background: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 5vw; overflow: hidden; padding: clamp(70px, 8vw, 125px) clamp(24px, 7vw, 110px); background: var(--ink); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 75%); z-index: -1; }
.hero-glow { position: absolute; width: 540px; height: 540px; border-radius: 50%; filter: blur(120px); opacity: .25; z-index: -1; }
.hero-glow-blue { right: 3%; top: 8%; background: var(--blue); }
.hero-glow-red { left: 33%; bottom: -36%; background: var(--red); opacity: .15; }
.hero-copy { position: relative; z-index: 2; max-width: 700px; color: #fff; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--red); }
.eyebrow.light { color: var(--silver); }
.hero h1 { max-width: 760px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(48px, 6.2vw, 96px); line-height: .98; letter-spacing: -.06em; }
.hero h1 em { display: block; color: var(--sky); font-style: normal; }
.hero-lede { max-width: 625px; margin: 30px 0 34px; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 35px rgba(177, 29, 30, .25); }
.button-primary:hover { background: #cf2627; }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: var(--sky); background: rgba(93,150,188,.12); }
.button-dark { color: #fff; background: var(--ink); }
.button-white { color: var(--ink); background: #fff; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { color: #fff; font-size: 14px; }
.hero-proof span { color: rgba(255,255,255,.48); font-size: 12px; }
.hero-art { position: relative; min-height: 590px; display: grid; place-items: center; }
.logo-stage { position: relative; z-index: 3; width: min(88%, 520px); aspect-ratio: 1; display: grid; place-items: center; }
.logo-stage img { position: relative; z-index: 2; width: 100%; filter: drop-shadow(0 30px 45px rgba(0,0,0,.48)); animation: float 5s ease-in-out infinite; }
.logo-halo { position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(93,150,188,.38), rgba(33,106,155,.09) 48%, transparent 70%); filter: blur(8px); }
.orbit { position: absolute; border: 1px solid rgba(169,188,199,.18); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 25px var(--gold); }
.orbit-one { width: 560px; height: 560px; animation: spin 22s linear infinite; }
.orbit-one::before { left: 18%; top: 4%; }
.orbit-two { width: 430px; height: 430px; animation: spin 15s linear infinite reverse; }
.orbit-two::before { right: 3%; bottom: 27%; background: var(--red); box-shadow: 0 0 25px var(--red); }
.floating-tag { position: absolute; z-index: 4; padding: 11px 16px; color: #fff; background: rgba(25,25,23,.8); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; backdrop-filter: blur(12px); font-size: 12px; font-weight: 700; box-shadow: var(--shadow); }
.tag-one { left: 0; top: 22%; }
.tag-two { right: -2%; top: 42%; }
.tag-three { left: 9%; bottom: 13%; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }

.marquee { overflow: hidden; color: #fff; background: var(--blue); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(0,0,0,.16); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 17px 0; animation: marquee 28s linear infinite; }
.marquee span { font-family: "Manrope", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.marquee b { color: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(78px, 9vw, 145px) clamp(24px, 7vw, 110px); }

.web-promo { padding-top: clamp(58px, 7vw, 95px); padding-bottom: clamp(58px, 7vw, 95px); background: #fff; }
.web-promo-card { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: clamp(45px, 6vw, 95px); overflow: hidden; padding: clamp(44px, 6vw, 86px); color: #fff; background: var(--ink); border-radius: 34px; box-shadow: 0 30px 90px rgba(12,25,38,.2); isolation: isolate; }
.web-promo-card::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, #000 10%, transparent 92%); }
.web-promo-card::after { content: ""; position: absolute; z-index: -2; width: 720px; height: 720px; right: -300px; top: -265px; border-radius: 50%; background: radial-gradient(circle, rgba(33,106,155,.8), rgba(33,106,155,.22) 46%, transparent 70%); }
.web-promo-copy { position: relative; z-index: 3; max-width: 780px; }
.web-promo-label { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 28px; }
.web-promo-label span, .web-promo-label b { padding: 8px 12px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.web-promo-label span { color: var(--ink); background: var(--gold); transform: rotate(-2deg); }
.web-promo-label b { color: #fff; background: var(--red); }
.web-promo-kicker { margin: 0 0 13px; color: var(--sky); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.web-promo h2 { max-width: 790px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(42px, 5vw, 76px); line-height: .98; letter-spacing: -.055em; }
.web-promo h2 em { display: block; color: var(--gold); font-style: normal; }
.web-promo-lede { max-width: 690px; margin: 24px 0 28px; color: rgba(255,255,255,.69); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; }
.web-promo-value { display: flex; align-items: center; gap: 30px; margin: 0 0 28px; }
.web-promo-price { flex: 0 0 auto; display: grid; grid-template-columns: auto auto; align-items: end; column-gap: 8px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.16); }
.web-promo-price span { grid-column: 1 / -1; color: var(--silver); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.web-promo-price strong { font-family: "Manrope", sans-serif; font-size: 72px; line-height: .9; letter-spacing: -.08em; }
.web-promo-price sup { color: var(--gold); font-size: 25px; vertical-align: top; }
.web-promo-price b { padding-bottom: 8px; color: var(--gold); font-size: 11px; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.web-promo-features { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; }
.web-promo-features span { color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700; white-space: nowrap; }
.web-promo-features i { color: var(--gold); font-style: normal; }
.web-promo-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.web-promo-button { color: #fff; background: var(--red); box-shadow: 0 14px 38px rgba(177,29,30,.32); }
.web-promo-button:hover { background: #cf2627; }
.web-promo-button span { margin-left: 12px; font-size: 18px; }
.no-fee-note { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.no-fee-note b { color: var(--gold); font-family: "Manrope", sans-serif; font-size: 25px; }
.web-promo-copy small { display: block; max-width: 710px; margin-top: 19px; color: rgba(255,255,255,.39); font-size: 9px; line-height: 1.5; }
.web-promo-showcase { position: relative; min-height: 500px; z-index: 2; }
.browser-mockup { position: absolute; width: min(100%, 570px); right: 0; top: 42px; overflow: hidden; background: #fff; border: 7px solid #eef0f2; border-radius: 18px; box-shadow: 0 35px 75px rgba(0,0,0,.42); transform: perspective(1100px) rotateY(-8deg) rotateZ(2deg); }
.browser-bar { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 11px; color: #8b9299; background: #e8eaed; }
.browser-bar i { width: 7px; height: 7px; background: var(--red); border-radius: 50%; }
.browser-bar i:nth-child(2) { background: var(--gold); }
.browser-bar i:nth-child(3) { background: var(--blue); }
.browser-bar span { flex: 1; margin-left: 8px; padding: 5px 10px; background: #fff; border-radius: 5px; font-size: 8px; text-align: center; }
.browser-page { min-height: 310px; padding: 18px; color: var(--ink); background: #f7f3e9; }
.mock-nav { display: flex; align-items: center; gap: 10px; font-size: 8px; }
.mock-nav b { margin-right: auto; color: var(--blue); font-size: 10px; }
.mock-nav span { width: 27px; height: 3px; background: #bbb9b2; border-radius: 2px; }
.mock-hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 16px; margin-top: 18px; padding: 24px; color: #fff; background: var(--blue); border-radius: 11px; }
.mock-hero small { display: block; margin-bottom: 8px; color: var(--gold); font-size: 6px; letter-spacing: .16em; }
.mock-hero strong { font-family: "Manrope", sans-serif; font-size: clamp(19px, 2vw, 28px); line-height: .95; }
.mock-hero strong em { color: #fff; font-style: normal; }
.mock-hero div > i { display: block; width: 53px; height: 13px; margin-top: 14px; background: var(--red); border-radius: 999px; }
.mock-art { aspect-ratio: 1; display: block; background: linear-gradient(135deg, var(--gold), #f2d883); border-radius: 50% 50% 13px 50%; transform: rotate(8deg); }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 11px; }
.mock-cards i { height: 55px; display: block; background: #fff; border-radius: 7px; box-shadow: 0 6px 14px rgba(25,25,23,.07); }
.mock-cards i::before { content: ""; width: 21px; height: 21px; display: block; margin: 8px; background: var(--blue); border-radius: 5px; }
.mock-cards i:nth-child(2)::before { background: var(--red); }
.mock-cards i:nth-child(3)::before { background: var(--gold); }
.phone-mockup { position: absolute; z-index: 3; width: 126px; height: 255px; left: -16px; bottom: 15px; padding: 8px; background: #111; border: 3px solid #4d5053; border-radius: 25px; box-shadow: 0 26px 50px rgba(0,0,0,.45); transform: rotate(-6deg); }
.phone-speaker { position: absolute; z-index: 2; width: 35px; height: 4px; left: 50%; top: 8px; background: #343434; border-radius: 5px; transform: translateX(-50%); }
.phone-screen { height: 100%; padding: 23px 10px 10px; overflow: hidden; color: var(--ink); background: #f7f3e9; border-radius: 17px; }
.phone-screen b { color: var(--blue); font-size: 7px; }
.phone-screen > span { width: 14px; height: 2px; float: right; background: var(--ink); box-shadow: 0 4px var(--ink), 0 8px var(--ink); }
.phone-screen strong { display: block; margin: 24px 0 12px; font-family: "Manrope", sans-serif; font-size: 20px; line-height: .95; }
.phone-screen i { height: 68px; display: block; margin-top: 8px; background: var(--blue); border-radius: 7px; }
.phone-screen i:last-child { height: 34px; background: var(--gold); }
.web-promo-stamp { position: absolute; z-index: 4; right: -8px; bottom: 5px; width: 116px; height: 116px; display: flex; align-items: center; justify-content: center; gap: 5px; color: var(--ink); background: var(--gold); border: 4px solid var(--ink); outline: 2px dashed var(--gold); outline-offset: 4px; border-radius: 50%; box-shadow: 0 18px 35px rgba(0,0,0,.3); transform: rotate(8deg); }
.web-promo-stamp b { font-family: "Manrope", sans-serif; font-size: 33px; }
.web-promo-stamp span { font-size: 9px; font-weight: 800; line-height: 1.05; }
.showcase-caption { position: absolute; right: 120px; bottom: -5px; margin: 0; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.design-spark { position: absolute; z-index: 5; color: var(--gold); font-size: 30px; font-weight: 800; }
.spark-one { right: 10px; top: 0; }
.spark-two { left: 22%; top: 10px; color: var(--red); transform: rotate(15deg); }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.section-heading h2, .services h2, .process h2, .about h2, .cta h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(36px, 4.5vw, 67px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p { max-width: 520px; margin: 0 0 6px; color: var(--muted); line-height: 1.7; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; }
.filter:hover, .filter.active { color: #fff; border-color: var(--blue); background: var(--blue); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid rgba(25,25,23,.07); border-radius: 20px; box-shadow: 0 7px 30px rgba(25,25,23,.05); transition: transform .3s ease, box-shadow .3s ease, opacity .25s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.product-card.filtered-out { display: none; }
.product-image { position: relative; display: block; aspect-ratio: 1 / .88; overflow: hidden; background: #e8e5df; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.2,1); }
.product-card:hover .product-image img { transform: scale(1.055); }
.product-badge { position: absolute; left: 14px; top: 14px; padding: 8px 11px; color: #fff; background: var(--red); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-badge.gold { color: var(--ink); background: var(--gold); }
.product-info { padding: 22px; }
.product-info > p { margin: 0 0 8px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { margin: 0 0 22px; font-family: "Manrope", sans-serif; font-size: 20px; }
.product-info > div { display: flex; align-items: center; justify-content: space-between; }
.product-info strong { font-size: 18px; }
.product-info a { color: var(--muted); font-size: 13px; font-weight: 700; }
.product-info a span { color: var(--red); }
.center-action { display: flex; justify-content: center; margin-top: 48px; }

.services { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; color: #fff; background: var(--blue); }
.services-intro { position: sticky; top: 130px; align-self: start; }
.services-intro p:last-child { max-width: 520px; color: rgba(255,255,255,.67); line-height: 1.75; }
.service-list { border-top: 1px solid rgba(255,255,255,.2); }
.service-card { display: grid; grid-template-columns: 46px 1fr 32px; gap: 18px; align-items: start; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.service-card > span { color: var(--gold); font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 0 0 8px; font-family: "Manrope", sans-serif; font-size: clamp(22px, 2.3vw, 33px); }
.service-card p { margin: 0; color: rgba(255,255,255,.63); line-height: 1.6; }
.service-card b { color: var(--gold); font-size: 20px; }

.process { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { position: relative; min-height: 330px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.step > span { position: absolute; right: 24px; top: 22px; color: rgba(25,25,23,.2); font-family: "Manrope", sans-serif; font-size: 44px; font-weight: 800; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 65px; color: #fff; background: var(--blue); border-radius: 16px; font-size: 22px; }
.step:nth-child(2) .step-icon { background: var(--red); }
.step:nth-child(3) .step-icon { color: var(--ink); background: var(--gold); }
.step h3 { margin: 0 0 11px; font-family: "Manrope", sans-serif; font-size: 24px; }
.step p { margin: 0; color: var(--muted); line-height: 1.65; }

.about { min-height: 650px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 8vw; padding: clamp(80px, 10vw, 150px) clamp(24px, 9vw, 150px); color: #fff; background: var(--ink); }
.about-mark { position: relative; display: grid; place-items: center; }
.about-mark::before { content: ""; position: absolute; width: 85%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(33,106,155,.35), transparent 70%); }
.about-mark img { position: relative; width: min(100%, 430px); }
.about-copy p { max-width: 700px; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.8; }
.about-copy a { display: inline-block; margin-top: 18px; padding-bottom: 6px; color: var(--sky); border-bottom: 1px solid var(--sky); font-weight: 800; }
.about-copy a span { color: var(--gold); }

.cta { background: var(--paper); }
.cta-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 55px; padding: clamp(40px, 6vw, 78px); color: #fff; background: linear-gradient(135deg, var(--red), #8e1415); border-radius: 32px; box-shadow: 0 25px 80px rgba(177,29,30,.2); }
.cta-card h2 { max-width: 950px; }

.site-footer { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; padding: 70px clamp(24px, 7vw, 110px) 28px; color: rgba(255,255,255,.62); background: #111110; font-size: 13px; }
.footer-brand img { width: 115px; margin-bottom: 20px; }
.footer-brand p { max-width: 330px; line-height: 1.65; }
.site-footer h3 { margin: 0 0 18px; color: #fff; font-family: "Manrope", sans-serif; font-size: 14px; }
.site-footer > div:not(.footer-bottom) > a, .site-footer > div:not(.footer-bottom) > span { display: block; margin: 11px 0; transition: color .2s ease; }
.site-footer a:hover { color: var(--sky); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 30px; margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 120px 1fr 160px; padding-inline: 25px; }
  .site-nav { gap: 19px; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { max-width: 820px; }
  .hero-art { min-height: 500px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .web-promo-card { grid-template-columns: 1fr; }
  .web-promo-showcase { width: min(100%, 650px); min-height: 475px; justify-self: center; }
  .services { grid-template-columns: 1fr; }
  .services-intro { position: static; }
  .site-footer { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .announcement { gap: 9px; font-size: 8px; }
  .site-header { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand { width: 76px; height: 58px; }
  .header-shop { display: none; }
  .menu-toggle { position: relative; z-index: 102; width: 46px; height: 46px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 23px; height: 2px; display: block; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; visibility: hidden; opacity: 0; color: #fff; background: rgba(25,25,23,.98); font-family: "Manrope", sans-serif; font-size: 28px; transition: opacity .25s ease, visibility .25s ease; }
  .site-nav.open { visibility: visible; opacity: 1; }
  .hero { min-height: auto; padding: 75px 24px 60px; }
  .hero h1 { font-size: clamp(46px, 14vw, 70px); }
  .hero-art { min-height: 390px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 300px; height: 300px; }
  .floating-tag { font-size: 10px; }
  .tag-one { left: -8px; }
  .tag-two { right: -5px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .product-grid, .steps { grid-template-columns: 1fr; }
  .web-promo { padding-inline: 18px; }
  .web-promo-card { padding: 38px 22px; border-radius: 24px; }
  .web-promo h2 em { display: inline; }
  .web-promo-value { align-items: flex-start; flex-direction: column; gap: 22px; }
  .web-promo-price { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .web-promo-price strong { font-size: 62px; }
  .web-promo-features { grid-template-columns: 1fr; }
  .web-promo-actions { align-items: flex-start; flex-direction: column; }
  .web-promo-showcase { min-height: 350px; }
  .browser-mockup { width: 95%; top: 35px; right: -7%; }
  .browser-page { min-height: 225px; padding: 12px; }
  .mock-hero { padding: 15px; }
  .mock-cards i { height: 39px; }
  .phone-mockup { width: 91px; height: 190px; left: -4px; }
  .phone-screen strong { font-size: 14px; }
  .phone-screen i { height: 45px; }
  .web-promo-stamp { width: 88px; height: 88px; right: 0; }
  .web-promo-stamp b { font-size: 24px; }
  .showcase-caption { display: none; }
  .product-grid { gap: 20px; }
  .services { padding-inline: 24px; }
  .about { grid-template-columns: 1fr; text-align: left; }
  .about-mark img { width: 280px; }
  .cta-card { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Creative services page — intentionally image-free */
.text-brand { justify-self: start; display: inline-grid; gap: 2px; line-height: 1; text-transform: uppercase; }
.text-brand strong { font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.text-brand span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .27em; }
.site-nav [aria-current="page"]::after { right: 0; }

.service-hero { position: relative; min-height: 710px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 5vw; overflow: hidden; padding: clamp(75px, 9vw, 135px) clamp(24px, 7vw, 110px); color: #fff; background: var(--ink); isolation: isolate; }
.service-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 70px 70px; }
.service-hero::after { content: ""; position: absolute; z-index: -1; width: 740px; height: 740px; right: -220px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(33,106,155,.52), rgba(33,106,155,.08) 58%, transparent 72%); }
.service-hero-copy { position: relative; z-index: 2; max-width: 790px; }
.service-hero h1 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(48px, 6.3vw, 94px); line-height: .99; letter-spacing: -.06em; }
.service-hero h1 em { color: var(--sky); font-style: normal; }
.service-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 30px 0 34px; color: rgba(255,255,255,.68); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }
.type-art { position: relative; min-height: 520px; }
.type-art-ring { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.ring-a { width: 470px; height: 470px; right: 1%; top: 2%; }
.ring-b { width: 330px; height: 330px; right: 15%; top: 15%; border-color: rgba(193,145,31,.35); }
.type-word { position: absolute; z-index: 2; font-family: "Manrope", sans-serif; font-weight: 800; line-height: .8; letter-spacing: -.07em; text-shadow: 0 20px 55px rgba(0,0,0,.3); }
.word-web { top: 15%; right: 7%; color: var(--sky); font-size: clamp(72px, 9vw, 142px); transform: rotate(-7deg); }
.word-brand { top: 42%; right: 1%; color: #fff; font-size: clamp(56px, 7vw, 108px); transform: rotate(4deg); }
.word-print { bottom: 13%; right: 15%; color: var(--gold); font-size: clamp(55px, 6.5vw, 95px); transform: rotate(-3deg); }
.shape { position: absolute; z-index: 1; display: block; }
.shape-red { width: 85px; height: 85px; left: 7%; top: 20%; background: var(--red); transform: rotate(18deg); }
.shape-gold { width: 24px; height: 180px; left: 20%; bottom: 7%; background: var(--gold); transform: rotate(-20deg); }

.service-menu { background: var(--paper); }
.creative-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.creative-card { position: relative; min-height: 485px; padding: 30px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s ease, box-shadow .3s ease; }
.creative-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.creative-card-featured { color: #fff; background: var(--blue); border-color: var(--blue); }
.creative-number { position: absolute; right: 26px; top: 24px; color: rgba(25,25,23,.18); font-family: "Manrope", sans-serif; font-size: 44px; font-weight: 800; }
.creative-card-featured .creative-number { color: rgba(255,255,255,.2); }
.creative-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 60px; color: #fff; background: var(--ink); border-radius: 17px; font-size: 22px; }
.creative-card:nth-child(3n + 2) .creative-icon { background: var(--red); }
.creative-card:nth-child(3n) .creative-icon { color: var(--ink); background: var(--gold); }
.creative-card-featured .creative-icon { color: var(--ink); background: var(--gold); }
.creative-kicker { margin: 0 0 7px !important; color: var(--blue) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.creative-card-featured .creative-kicker { color: var(--gold) !important; }
.creative-card h3 { margin: 0 0 14px; font-family: "Manrope", sans-serif; font-size: 27px; }
.creative-card > p:not(.creative-kicker) { min-height: 82px; margin: 0 0 23px; color: var(--muted); line-height: 1.63; }
.creative-card-featured > p:not(.creative-kicker) { color: rgba(255,255,255,.68); }
.creative-card ul { display: grid; gap: 9px; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--ink); font-size: 13px; font-weight: 700; }
.creative-card-featured ul { color: #fff; border-color: rgba(255,255,255,.2); }
.creative-card li::before { content: "+"; margin-right: 9px; color: var(--red); font-weight: 800; }
.creative-card-featured li::before { color: var(--gold); }

.studio-statement { padding: clamp(80px, 11vw, 175px) clamp(24px, 9vw, 150px); color: #fff; background: var(--blue); }
.studio-statement p { max-width: 1200px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(42px, 6vw, 88px); line-height: 1.08; letter-spacing: -.055em; }
.studio-statement strong { color: var(--gold); font-weight: 800; }
.studio-statement strong:last-child { color: #fff; text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 7px; text-underline-offset: 9px; }

.service-process { background: #fff; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-line::before { content: ""; position: absolute; left: 3%; right: 3%; top: 31px; height: 1px; background: var(--line); }
.process-line li { position: relative; padding: 0 30px 0 0; }
.process-line li > span { position: relative; z-index: 1; width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 30px; color: #fff; background: var(--ink); border: 7px solid #fff; border-radius: 50%; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.process-line li:nth-child(2) > span { background: var(--blue); }
.process-line li:nth-child(3) > span { background: var(--red); }
.process-line li:nth-child(4) > span { color: var(--ink); background: var(--gold); }
.process-line h3 { margin: 0 0 10px; font-family: "Manrope", sans-serif; font-size: 23px; }
.process-line p { max-width: 265px; margin: 0; color: var(--muted); line-height: 1.65; }

.service-cta { background: var(--paper); }
.service-cta-card { position: relative; overflow: hidden; padding: clamp(45px, 7vw, 92px); color: #fff; background: var(--ink); border-radius: 32px; }
.service-cta-card::after { content: "DESIGN"; position: absolute; right: -25px; bottom: -38px; color: rgba(93,150,188,.13); font-family: "Manrope", sans-serif; font-size: clamp(90px, 17vw, 250px); font-weight: 800; letter-spacing: -.08em; line-height: .8; }
.service-cta-card > * { position: relative; z-index: 1; }
.service-cta-card h2 { max-width: 900px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(43px, 6vw, 83px); line-height: 1; letter-spacing: -.055em; }
.service-cta-card > p:not(.eyebrow) { max-width: 550px; margin: 24px 0 30px; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.7; }
.text-brand-light strong { color: #fff; }
.text-brand-light span { color: var(--sky); }

@media (max-width: 1040px) {
  .service-hero { grid-template-columns: 1fr; }
  .type-art { min-height: 420px; }
  .creative-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-line { grid-template-columns: repeat(2, 1fr); gap: 45px 20px; }
  .process-line::before { display: none; }
}

@media (max-width: 760px) {
  .services-header .text-brand { max-width: 150px; }
  .service-hero { min-height: auto; padding-top: 75px; }
  .service-hero h1 { font-size: clamp(46px, 13.5vw, 68px); }
  .type-art { min-height: 330px; }
  .ring-a { width: 320px; height: 320px; }
  .ring-b { width: 225px; height: 225px; }
  .word-web { top: 13%; right: 4%; font-size: 82px; }
  .word-brand { top: 43%; font-size: 62px; }
  .word-print { font-size: 57px; }
  .shape-red { width: 52px; height: 52px; }
  .shape-gold { height: 110px; }
  .creative-grid, .process-line { grid-template-columns: 1fr; }
  .creative-card { min-height: auto; }
  .creative-card > p:not(.creative-kicker) { min-height: 0; }
  .process-line { gap: 35px; }
  .service-cta-card { border-radius: 24px; }
}
