:root {
  --black: #0b0c10;
  --ink: #171921;
  --blue: #5c7cff;
  --blue-light: #dfe5ff;
  --white: #ffffff;
  --paper: #f3f4f6;
  --muted: #6c707c;
  --line: #d9dbe1;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.6 "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.contact-form #contact-package, .contact-form #contact-package:focus { background: #f4f5f8; color: #171921; color-scheme: light; }
.contact-form #contact-package option, .contact-form #contact-package optgroup { background: #fff; color: #171921; }
.commerce-logos .commerce-brand { justify-content: center; }
.commerce-brand > img { display: block; max-width: 90px; width: 100%; height: 28px; object-fit: contain; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 10px 15px; background: var(--blue); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(11,12,16,.94); box-shadow: 0 8px 30px rgba(0,0,0,.16); backdrop-filter: blur(16px); }
.nav-row { height: 78px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: Manrope, sans-serif; font-weight: 600; letter-spacing: -.03em; }
.brand-symbol { display: grid; place-items: center; width: 37px; height: 37px; background: var(--blue); color: white; border-radius: 9px; font-size: 19px; font-weight: 800; }
.brand-name { font-size: 19px; }.brand-name strong { font-weight: 800; }
nav { display: flex; gap: 22px; margin-left: auto; }
nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 600; transition: color .2s; }
nav a:hover { color: white; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span { display: block; width: 26px; height: 2px; margin: 6px 0; background: white; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid transparent; border-radius: 10px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible { outline: 3px solid rgba(92,124,255,.5); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 17px; background: white; color: var(--black); font-size: 14px; }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: #4969ee; }
.button-text { color: white; padding-inline: 5px; }
.button-outline { border-color: var(--line); }

.hero { position: relative; min-height: 790px; overflow: hidden; color: white; background: var(--black); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: 30px; border-radius: 50%; background: var(--blue); filter: blur(130px); opacity: .22; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .65fr; gap: 85px; align-items: center; padding-top: 150px; padding-bottom: 105px; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: rgba(255,255,255,.64); font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.kicker span { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(92,124,255,.16); }
h1, h2, h3 { margin: 0; font-family: Manrope, sans-serif; line-height: 1.06; letter-spacing: -.05em; }
h1 { max-width: 780px; font-size: clamp(52px, 7vw, 88px); }
h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 34px; color: rgba(255,255,255,.68); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-card { min-height: 470px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: linear-gradient(150deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: 0 35px 90px rgba(0,0,0,.32); backdrop-filter: blur(18px); transform: rotate(2deg); }
.card-top, .card-bottom { display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.56); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.live-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #65e6a4; }
.card-center { margin: auto 0; }
.card-center p { color: var(--blue-light); }.card-center strong { font-family: Manrope, sans-serif; font-size: clamp(38px, 4vw, 54px); line-height: 1.05; letter-spacing: -.05em; }
.card-bottom { flex-wrap: wrap; }
.hero-foot { position: relative; z-index: 1; display: flex; justify-content: space-between; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 118px 0; }
.section-index { margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.statement { background: var(--blue); color: white; }
.statement-grid { display: grid; grid-template-columns: .4fr 1.35fr .65fr; gap: 60px; align-items: start; }
.statement .section-index { color: var(--blue-light); }
.statement h2 { font-size: clamp(38px, 5vw, 64px); }.statement h2 span { color: var(--black); }
.statement-grid > p:last-child { margin: 54px 0 0; color: rgba(255,255,255,.76); }
.ownership { background: #fff; }
.ownership-heading { display: grid; grid-template-columns: 1.15fr .62fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.ownership-heading h2 { font-size: clamp(38px, 5vw, 62px); }
.ownership-heading h2 span { color: var(--blue); }
.ownership-heading > p { margin: 0 0 7px; color: var(--muted); }
.ownership-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ownership-card { min-height: 285px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f7f8fc); }
.ownership-card > span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 9px; background: var(--blue-light); color: #314fc6; font-size: 11px; font-weight: 800; }
.ownership-card h3 { margin-top: 45px; font-size: 23px; }
.ownership-card p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.ownership-promise { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; margin-top: 16px; padding: 24px 26px; border-radius: 15px; background: var(--black); color: white; }
.ownership-promise strong { color: var(--blue-light); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.ownership-promise p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.ownership-promise a { font-size: 13px; font-weight: 800; white-space: nowrap; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; margin-bottom: 52px; }
.section-heading h2 { max-width: 760px; font-size: clamp(38px, 5vw, 60px); }
.section-heading > p { max-width: 380px; margin: 0 0 7px; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 105px 1fr .8fr; gap: 35px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.service-label { align-self: start; width: max-content; padding: 6px 9px; border-radius: 6px; background: var(--blue-light); color: #314fc6; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.service-row h3 { font-size: 31px; }.service-row p { max-width: 560px; margin: 12px 0 0; color: var(--muted); }
.service-more { display: inline-block; margin-top: 15px; color: #405fd8; font-size: 14px; font-weight: 800; }.service-more:hover { color: var(--black); }
.service-row ul { margin: 2px 0 0; padding: 0; list-style: none; color: var(--muted); }
.service-row li { padding: 5px 0; }.service-row li::before { content: "—"; margin-right: 9px; color: var(--blue); }

.work { color: white; background: var(--black); }.section-heading.light > p { color: rgba(255,255,255,.55); }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.showcase-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #11131a; transition: transform .3s, border-color .3s; }.showcase-card:hover { transform: translateY(-5px); border-color: rgba(92,124,255,.7); }.showcase-preview { position: relative; aspect-ratio: 1.05; overflow: hidden; background: #1e2028; }.showcase-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s; }.showcase-card:hover .showcase-image img { transform: scale(1.03); }.showcase-info { display: flex; min-height: 220px; flex-direction: column; padding: 24px; }.showcase-info span { color: var(--blue-light); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }.showcase-info h3 { margin-top: 7px; font-size: 29px; }.showcase-info p { margin: auto 0 20px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.55; }.showcase-info strong { color: white; font-size: 13px; }.demo-browserbar { display: flex; align-items: center; gap: 5px; height: 26px; padding: 0 11px; color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }.demo-browserbar i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.4); }.demo-browserbar span { margin-left: auto; }.makeup-preview { color: #241f22; background: linear-gradient(145deg, #f2d8dc, #f8eee7 58%, #d6c5f0); }.makeup-nav, .tech-nav { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px 10px; font-size: 9px; letter-spacing: .04em; }.makeup-nav b { font-family: Manrope, sans-serif; font-size: 16px; letter-spacing: -.08em; }.makeup-nav span, .makeup-nav em, .tech-nav span, .tech-nav em { font-style: normal; opacity: .58; }.makeup-hero { display: flex; flex-direction: column; padding: 32px 18px 22px; }.makeup-hero small, .tech-hero small { font-size: 8px; font-weight: 800; letter-spacing: .13em; }.makeup-hero strong { margin-top: 12px; font-family: Manrope, sans-serif; font-size: 37px; line-height: .92; letter-spacing: -.08em; }.makeup-hero button, .tech-hero button { align-self: flex-start; margin-top: 19px; padding: 8px 11px; border: 0; border-radius: 4px; background: #241f22; color: white; font-size: 9px; }.makeup-products { display: flex; justify-content: space-between; margin-top: auto; padding: 14px 18px; border-top: 1px solid rgba(36,31,34,.15); font-size: 8px; letter-spacing: .08em; }.tech-preview { color: #eef1ff; background: linear-gradient(145deg, #151922, #202a42); }.tech-nav { color: rgba(255,255,255,.8); }.tech-nav b { font-family: Manrope, sans-serif; font-size: 16px; letter-spacing: .06em; }.tech-hero { display: flex; flex-direction: column; padding: 32px 18px 22px; }.tech-hero small { color: #9eb0ff; }.tech-hero strong { margin-top: 12px; font-family: Manrope, sans-serif; font-size: 31px; line-height: .98; letter-spacing: -.07em; }.tech-hero button { background: #9eb0ff; color: #151922; }.tech-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: auto; padding: 14px 18px; border-top: 1px solid rgba(255,255,255,.14); }.tech-products div { display: grid; gap: 3px; padding: 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 5px; font-size: 8px; }.tech-products b { color: #9eb0ff; font-size: 8px; }.tech-products span { opacity: .65; }
.case-note { margin: 14px 0 0; color: rgba(255,255,255,.42); font-size: 12px; }
.demo-button { display: inline-block; align-self: flex-start; margin-top: 19px; padding: 8px 11px; border-radius: 4px; background: #241f22; color: white; font-size: 9px; }
.tech-preview .demo-button { background: #9eb0ff; color: #151922; }

.process { background: var(--paper); }.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }.process-copy { position: sticky; top: 120px; align-self: start; }.process-copy h2 { font-size: clamp(38px, 4vw, 56px); }.process-copy > p:last-child { color: var(--muted); }
.process-steps { margin: 0; padding: 0; list-style: none; }.process-steps li { display: grid; grid-template-columns: 92px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid var(--line); }.process-steps li:last-child { border-bottom: 1px solid var(--line); }.process-steps > li > span { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.process-steps h3 { font-size: 24px; }.process-steps p { margin: 8px 0 0; color: var(--muted); }

.testimonials { background: white; }.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.testimonial-card { display: flex; min-height: 360px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #f7f8fc); box-shadow: 0 16px 45px rgba(19,24,42,.06); }.testimonial-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.example-badge { flex: 0 0 auto; padding: 5px 7px; border-radius: 5px; background: #eef1ff; color: #5264af; font-size: 9px; }.testimonial-card blockquote { position: relative; margin: 52px 0 36px; color: #252832; font-family: Manrope, sans-serif; font-size: 19px; font-weight: 600; line-height: 1.55; letter-spacing: -.025em; }.testimonial-card blockquote::before { content: "“"; position: absolute; top: -46px; left: -2px; color: var(--blue); font-family: Georgia, serif; font-size: 58px; font-weight: 700; line-height: 1; }.testimonial-client { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }.client-initials { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--black); color: white; font-size: 12px; font-weight: 800; letter-spacing: .04em; }.testimonial-client div { display: grid; }.testimonial-client strong { font-size: 14px; }.testimonial-client div span { color: var(--muted); font-size: 12px; }.reviews-policy { max-width: 850px; margin: 22px 0 0; padding-left: 16px; border-left: 3px solid var(--blue); color: var(--muted); font-size: 13px; }

.campaign-banner { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; margin: -18px 0 28px; padding: 19px 22px; border: 1px solid #fecaca; border-radius: 14px; background: #fff7f7; }.campaign-banner > span { padding: 7px 10px; border-radius: 7px; background: #c81e1e; color: white; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.campaign-banner strong { display: block; color: #8f1717; font-size: 17px; }.campaign-banner p { margin: 2px 0 0; color: #8a4a4a; font-size: 14px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-items: stretch; }.price-card { position: relative; display: flex; flex-direction: column; min-height: 540px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); }.price-card.featured { border: 2px solid var(--blue); box-shadow: 0 24px 70px rgba(50,70,150,.13); }.price-card.campaign-card { border-color: #efb0b0; box-shadow: 0 18px 55px rgba(200,30,30,.08); }.popular { position: absolute; top: 0; right: 24px; padding: 7px 12px; border-radius: 0 0 8px 8px; background: var(--blue); color: white; font-size: 12px; font-weight: 800; text-transform: uppercase; }.price-card > p { margin: 0 0 7px; font-weight: 800; }.price-now { display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; }.price-now > small { color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }.campaign-card .price-now > small, .campaign-price { color: #c81e1e; }.price-card h3 { font-size: 45px; }.price-card h3 small { font-size: 18px; }.price-card > span { min-height: 52px; margin-top: 12px; color: var(--muted); }.price-card > span.price-regular { min-height: 0; margin-top: 0; color: var(--muted); font-size: 13px; text-decoration: line-through; }.price-card > span.limited-label { min-height: 0; width: max-content; max-width: 100%; margin-top: 12px; padding: 6px 9px; border-radius: 6px; background: #fff0f0; color: #b42318; font-size: 11px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }.price-card ul { flex: 1; margin: 30px 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }.price-card li { margin: 9px 0; }.price-card li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 800; }
.order-note { max-width: 840px; margin: 22px 0 0; padding-left: 16px; border-left: 3px solid var(--blue); color: var(--muted); font-size: 13px; }

.about { color: white; background: var(--blue); }.about-grid { display: grid; grid-template-columns: .4fr 1fr .75fr; gap: 65px; }.about .section-index { color: var(--blue-light); }.about h2 { font-size: clamp(42px, 5vw, 64px); }.about h2 span { color: var(--black); }.about-grid > div:last-child { color: rgba(255,255,255,.78); }.about-grid strong { display: block; margin-top: 28px; color: white; }.company-details { display: block; margin-top: 7px; color: rgba(255,255,255,.58); font-size: 12px; }

.contact { color: white; background: var(--black); }.contact-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 100px; }.contact-copy h2 { max-width: 700px; font-size: clamp(42px, 5vw, 68px); }.contact-copy > p:not(.section-index) { max-width: 580px; color: rgba(255,255,255,.62); }.contact-copy > a { display: inline-block; margin-top: 25px; color: var(--blue-light); font-weight: 800; }
.contact-form { display: grid; gap: 16px; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.04); }.contact-form label { display: grid; gap: 7px; }.contact-form label span { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 700; }.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(255,255,255,.06); color: white; padding: 13px 14px; }.contact-form input, .contact-form select { height: 50px; }.contact-form select { color-scheme: dark; }.contact-form textarea { resize: vertical; }.contact-form > p { margin: -3px 0 0; color: rgba(255,255,255,.38); font-size: 12px; text-align: center; }.contact-form > p a { color: var(--blue-light); text-decoration: underline; text-underline-offset: 2px; }.contact-form .form-status { margin: 0; padding: 12px 14px; border: 1px solid rgba(123, 232, 181, .35); border-radius: 9px; background: rgba(123, 232, 181, .1); color: #baf8d7; font-size: 13px; line-height: 1.45; }.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; opacity: 0 !important; pointer-events: none !important; }
.contact-form button:disabled { cursor: wait; opacity: .7; transform: none; }

.location { background: var(--paper); }.location-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }.location-copy h2 { max-width: 520px; font-size: clamp(40px, 5vw, 62px); }.location-copy > p:not(.section-index) { max-width: 490px; color: var(--muted); }.location-copy address { display: grid; gap: 2px; margin: 28px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-style: normal; }.location-copy address strong { font-family: Manrope, sans-serif; font-size: 20px; }.location-copy address span { color: var(--muted); }.map-card { min-height: 470px; overflow: hidden; border: 1px solid #cfd2da; border-radius: 22px; background: #e7e9ee; box-shadow: 0 30px 70px rgba(20,24,38,.12); }.map-card iframe { display: block; width: 100%; height: 470px; border: 0; filter: saturate(.72) contrast(.96); }

footer { padding: 60px 0 25px; background: #06070a; color: rgba(255,255,255,.6); }.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; }.footer-brand { color: white; }.footer-top p { max-width: 390px; }.footer-top > a:last-child { color: white; font-weight: 800; }.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 48px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.1); }.footer-nav div { display: grid; align-content: start; gap: 8px; }.footer-nav strong { margin-bottom: 4px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }.footer-nav a { width: max-content; max-width: 100%; font-size: 14px; }.footer-nav a:hover { color: white; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }.footer-bottom a:hover { color: white; }
.commerce-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }.commerce-strip > span { flex: 0 0 auto; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }.commerce-logos { display: grid; grid-template-columns: repeat(5, minmax(108px, 1fr)); gap: 8px; width: min(680px, 100%); }.commerce-brand { display: flex; min-width: 0; height: 48px; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: #fff; color: #171921; }.commerce-brand strong { overflow: hidden; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }.commerce-icon { display: grid; flex: 0 0 30px; width: 30px; height: 26px; place-items: center; overflow: hidden; border-radius: 4px; }.commerce-icon img { width: 100%; height: 100%; object-fit: contain; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s, transform .7s; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .header-cta { display: none; }.menu-button { display: block; margin-left: auto; }nav { position: fixed; inset: 78px 0 0; display: none; flex-direction: column; justify-content: center; align-items: center; gap: 28px; background: var(--black); }nav.open { display: flex; }nav a { font-size: 24px; }
  .hero-layout { grid-template-columns: 1fr; gap: 55px; }.hero-card { max-width: 600px; min-height: 380px; transform: none; }.statement-grid, .about-grid, .ownership-heading { grid-template-columns: 1fr; gap: 24px; }.statement-grid > p:last-child { margin-top: 0; max-width: 650px; }.ownership-heading > p { max-width: 680px; }.ownership-grid { grid-template-columns: repeat(2, 1fr); }.ownership-promise { grid-template-columns: 1fr; gap: 10px; }.ownership-promise a { white-space: normal; }.showcase-grid { grid-template-columns: 1fr; }.showcase-preview { aspect-ratio: 1.45; }.process-layout, .contact-grid, .location-grid { grid-template-columns: 1fr; gap: 60px; }.process-copy { position: static; }.testimonial-grid { grid-template-columns: 1fr; }.testimonial-card { min-height: 0; }.price-grid { grid-template-columns: 1fr; }.price-card { min-height: 0; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-top > a:last-child { grid-column: 2; }.footer-nav { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1200px); }.nav-row { height: 70px; }nav { inset: 70px 0 0; }.brand-name { font-size: 17px; }
  .hero { min-height: auto; }.hero-layout { padding-top: 120px; padding-bottom: 65px; }h1 { font-size: 48px; }.hero-lead { font-size: 17px; }.hero-actions { align-items: stretch; flex-direction: column; }.button-text { justify-content: flex-start; }.hero-card { min-height: 345px; padding: 21px; }.hero-foot { display: block; }.hero-foot span { display: block; }
  .section { padding: 82px 0; }.section-heading { display: block; margin-bottom: 34px; }.section-heading > p { margin-top: 17px; }.statement h2, .section-heading h2, .ownership-heading h2, .about h2, .contact-copy h2 { font-size: 38px; }.ownership-grid { grid-template-columns: 1fr; }.ownership-card { min-height: 0; }.ownership-card h3 { margin-top: 30px; }.ownership-promise { padding: 22px 20px; }.commerce-strip { align-items: flex-start; flex-direction: column; }.commerce-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }.commerce-brand { width: 100%; }.commerce-brand strong { font-size: 12px; }
  .service-row { grid-template-columns: 1fr; gap: 14px; }.service-row ul { grid-column: auto; }.service-row h3 { font-size: 26px; }.service-label { margin-bottom: 3px; }
  .showcase-preview { aspect-ratio: 1.1; }.showcase-info { min-height: 0; padding: 25px 20px; }.showcase-info h3 { font-size: 32px; }
  .process-steps li { grid-template-columns: 1fr; gap: 8px; }.campaign-banner { grid-template-columns: 1fr; gap: 12px; }.campaign-banner > span { width: max-content; }.price-card, .contact-form, .testimonial-card { padding: 25px 20px; }.testimonial-card blockquote { margin-top: 50px; font-size: 18px; }.map-card { min-height: 360px; }.map-card iframe { height: 360px; }.footer-top { grid-template-columns: 1fr; }.footer-top > a:last-child { grid-column: auto; }.footer-nav { grid-template-columns: 1fr; gap: 26px; }.footer-bottom { display: block; }.footer-bottom span, .footer-bottom a { display: block; margin-top: 5px; }
}

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