:root {
  --ink: #171611;
  --paper: #f4f0e6;
  --paper-2: #ebe5d8;
  --accent: #f36b2b;
  --lime: #dfff67;
  --green: #1f4d3a;
  --muted: #6e6a60;
  --line: rgba(23, 22, 17, .15);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 48px));
}

* { 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; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; background: var(--ink); color: white; padding: 12px 18px; z-index: 999; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { height: 88px; position: relative; z-index: 100; }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; font: 800 25px/1 "Manrope", sans-serif; letter-spacing: -.8px; }
.brand-dot { color: var(--accent); }
.brand-mark { width: 30px; height: 30px; border-radius: 50%; background: var(--ink); display: grid; place-items: center; transform: rotate(-12deg); }
.brand-mark span { display: block; width: 14px; height: 7px; border: 2px solid var(--paper); border-top: 0; border-radius: 0 0 12px 12px; }
.desktop-nav { display: flex; gap: 36px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--accent); transition: right .25s; }
.desktop-nav a:hover:after { right: 0; }
.nav-cta { font-size: 14px; font-weight: 700; border: 1px solid var(--ink); border-radius: 100px; padding: 12px 18px; transition: .25s; }
.nav-cta:hover { background: var(--ink); color: white; }
.nav-cta span { color: var(--accent); margin-left: 5px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 670px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 54px; padding-block: 60px 80px; }
.eyebrow, .kicker { font-size: 11px; letter-spacing: 1.8px; font-weight: 700; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.eyebrow span { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 5px rgba(243,107,43,.15); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -3.2px; }
h1 { font-size: clamp(55px, 6.2vw, 88px); line-height: .98; margin-bottom: 28px; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--accent); letter-spacing: -4px; }
.hero-lede { max-width: 560px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.static-pill { display: inline-grid; grid-template-columns: auto auto; align-items: center; column-gap: 8px; row-gap: 2px; margin-top: 2px; padding: 9px 13px; background: var(--paper-2); border-radius: 10px; }
.static-pill > span { color: var(--accent); font-size: 9px; }
.static-pill strong { font-size: 10px; }
.static-pill small { grid-column: 2; color: var(--muted); font-size: 8px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; border: 0; border-radius: 100px; padding: 17px 24px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); box-shadow: 0 10px 24px rgba(23,22,17,.17); }
.button-dark:hover { background: #302e27; }
.button span { color: var(--accent); font-size: 18px; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { color: var(--accent); margin-left: 6px; }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 43px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; margin-left: -8px; border: 2px solid var(--paper); color: white; font-size: 9px; background: #a65336; }
.avatar-stack span:first-child { margin-left: 0; background: #283d2e; }
.avatar-stack span:last-child { background: #b99567; }
.hero-proof p { margin: 0; font-size: 12px; line-height: 1.4; color: var(--muted); }
.hero-proof strong { color: var(--ink); }
.hero-offer { margin-top: 38px; max-width: 570px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.38); border-radius: 16px; padding: 15px 17px; box-shadow: 0 10px 30px rgba(23,22,17,.06); }
.offer-price { border-right: 1px solid var(--line); padding-right: 20px; }
.offer-price small { display: block; font-size: 7px; letter-spacing: 1.2px; color: var(--muted); font-weight: 800; margin-bottom: 4px; }
.offer-price strong { font: 800 28px/1 "Manrope", sans-serif; letter-spacing: -1.5px; }
.offer-price sup { font-size: 13px; margin-right: 2px; }
.offer-details { display: flex; gap: 16px; }
.offer-details span { color: var(--muted); font-size: 9px; line-height: 1.25; }
.offer-details b { display: block; color: var(--ink); font-size: 13px; }
.hero-offer > a { font-size: 10px; font-weight: 700; white-space: nowrap; }
.hero-offer > a span { color: var(--accent); }

.hero-visual { height: 520px; position: relative; display: grid; place-items: center; }
.sun-orbit { width: 510px; height: 510px; background: var(--accent); border-radius: 50%; position: absolute; right: -80px; top: 0; }
.sun-orbit:before, .sun-orbit:after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; inset: 65px; }
.sun-orbit:after { inset: 130px; }
.browser-card { width: min(580px, 94%); height: 390px; border-radius: 13px; background: white; position: relative; transform: rotate(2deg); box-shadow: 0 28px 60px rgba(34,24,16,.27); overflow: hidden; }
.browser-top { height: 32px; background: #f6f5f1; border-bottom: 1px solid #ddd; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; color: #817f79; font-size: 8px; }
.browser-dots { display: flex; gap: 4px; }
.browser-dots span { width: 6px; height: 6px; border-radius: 50%; background: #d6d2ca; }
.browser-menu { letter-spacing: 1px; }
.mock-site { padding: 20px 24px 0; height: calc(100% - 32px); background: #f6eee0; }
.mock-nav { display: flex; justify-content: space-between; font-size: 7px; letter-spacing: 1px; }
.mock-nav strong { font-family: Georgia, serif; font-size: 12px; }
.mock-hero { height: 100%; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 20px; }
.mock-copy small { color: #9b593d; font-size: 7px; letter-spacing: 1.2px; }
.mock-copy h2 { font: 400 33px/1.05 Georgia, serif; letter-spacing: -.8px; margin: 12px 0; }
.mock-copy h2 i { color: #b15a3c; }
.mock-copy p { font-size: 8px; color: #7e756b; line-height: 1.5; }
.mock-copy b { font-size: 7px; border-bottom: 1px solid; padding-bottom: 2px; }
.interior-art { height: 275px; background: #d9b88d; align-self: end; position: relative; overflow: hidden; }
.interior-art:before { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, transparent 45%, rgba(255,255,255,.23) 46%, transparent 70%); }
.arch { position: absolute; width: 90px; height: 200px; left: 30px; bottom: 0; border-radius: 60px 60px 0 0; background: #ead9bb; box-shadow: inset 12px 0 rgba(108,72,47,.15); }
.sofa { position: absolute; width: 135px; height: 54px; border-radius: 28px 28px 8px 8px; background: #6b7658; left: 35px; bottom: 20px; box-shadow: 0 15px 0 -8px #4c4a39; }
.lamp { position: absolute; width: 45px; height: 35px; border-radius: 50% 50% 10px 10px; background: #4a3227; right: 18px; top: 52px; }
.lamp:after { content: ""; position: absolute; width: 2px; height: 100px; background: #4a3227; left: 21px; top: 30px; }
.plant { position: absolute; right: 27px; bottom: 40px; color: #354c37; font-size: 50px; transform: rotate(20deg); }
.floating-note { position: absolute; display: flex; align-items: center; gap: 11px; background: white; border-radius: 12px; box-shadow: 0 15px 35px rgba(35,27,20,.18); padding: 12px 16px; }
.floating-note > span { display: grid; place-items: center; width: 30px; height: 30px; background: var(--lime); border-radius: 50%; font-weight: 800; }
.floating-note p { margin: 0; font-size: 10px; color: var(--muted); line-height: 1.4; }
.floating-note strong { color: var(--ink); font-size: 11px; }
.note-one { left: -6px; top: 55px; transform: rotate(-4deg); }
.note-two { right: -8px; bottom: 28px; transform: rotate(3deg); }

.trust-strip { background: var(--ink); color: white; padding: 18px 0 20px; overflow: hidden; }
.trust-strip > p { text-align: center; color: #908f88; font-size: 9px; letter-spacing: 2.3px; margin-bottom: 13px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%); }
.marquee-track { width: max-content; display: flex; align-items: center; animation: marquee 24s linear infinite; font: 600 17px "Manrope", sans-serif; will-change: transform; }
.marquee-group { flex: 0 0 auto; min-width: 100vw; display: flex; align-items: center; justify-content: space-around; gap: 33px; padding-inline: 24px; }
.marquee-track i { color: var(--accent); font-style: normal; font-size: 10px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 65px; }
.kicker { color: var(--accent); display: block; margin-bottom: 20px; }
.section-heading h2, .process-intro h2, .pricing-copy h2, .faq-heading h2, .contact-copy h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.04; margin: 0; }
.section-heading > p { color: var(--muted); line-height: 1.7; margin-bottom: 2px; }
.static-section { display: grid; gap: 55px; }
.static-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: end; }
.static-heading .kicker { grid-column: 1 / -1; margin-bottom: -35px; }
.static-heading h2 { font-size: clamp(42px,5vw,64px); line-height: 1.02; margin: 0; }
.static-heading p { color: var(--muted); line-height: 1.7; margin: 0; }
.static-board { display: grid; grid-template-columns: 1.05fr .95fr; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fffdf8; box-shadow: 0 25px 65px rgba(23,22,17,.08); }
.static-browser { padding: 45px; background: #ded8ca; display: grid; place-items: center; }
.static-browser-top { height: 27px; width: 100%; max-width: 480px; background: #f5f3ed; border-radius: 9px 9px 0 0; display: flex; align-items: center; gap: 4px; padding: 0 10px; }
.static-browser-top > span { width: 5px; height: 5px; border-radius: 50%; background: #bbb6ac; }
.static-browser-top small { margin: auto; padding-right: 30px; font-size: 6px; color: #8d887e; }
.static-browser-body { width: 100%; max-width: 480px; height: 310px; background: #f5f1e6; box-shadow: 0 20px 35px rgba(44,38,30,.18); padding: 16px; }
.static-screen-nav { display: flex; align-items: center; gap: 9px; height: 25px; }
.static-screen-nav b { margin-right: auto; font-size: 7px; }
.static-screen-nav i { width: 28px; height: 3px; background: #c4bfb3; border-radius: 2px; }
.static-screen-hero { height: 185px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 15px; }
.static-screen-hero > div { padding-left: 15px; }
.static-screen-hero small { display: block; color: var(--accent); font-size: 6px; font-weight: 800; letter-spacing: 1px; margin-bottom: 10px; }
.static-screen-hero b { display: block; font: 700 22px/1.04 "Manrope",sans-serif; letter-spacing: -1px; }
.static-screen-hero i { display: block; height: 4px; width: 80%; background: #d1cbbf; margin-top: 9px; border-radius: 2px; }
.static-screen-hero i + i { width: 60%; }
.static-screen-hero button { margin-top: 13px; padding: 7px 10px; border-radius: 15px; border: 0; background: var(--accent); color: white; font-size: 6px; }
.static-screen-hero > span { height: 150px; background: var(--green); color: rgba(255,255,255,.35); display: grid; place-items: center; text-align: center; font: 700 10px/1.4 "Manrope",sans-serif; border-radius: 70px 70px 5px 5px; }
.static-screen-cards { height: 62px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.static-screen-cards i { background: white; border: 1px solid #e3ded4; border-radius: 6px; position: relative; }
.static-screen-cards i:before { content: ""; position: absolute; width: 17px; height: 17px; left: 9px; top: 9px; border-radius: 50%; background: var(--paper-2); }
.static-screen-cards i:after { content: ""; position: absolute; left: 9px; right: 20px; top: 36px; height: 3px; background: #d2cdc2; box-shadow: 0 7px #e0dcd3; }
.static-lists { display: grid; grid-template-rows: 1fr 1fr; }
.static-lists > div { padding: 35px 40px; }
.static-lists > div + div { border-top: 1px solid var(--line); background: #f8f5ed; }
.static-lists strong { font: 700 16px "Manrope",sans-serif; }
.static-lists strong span { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--lime); margin-right: 8px; }
.static-no strong span { background: #efe2dc; color: #a84c2c; }
.static-lists ul { list-style: none; padding: 0 0 0 35px; margin: 17px 0 0; columns: 2; column-gap: 25px; }
.static-lists li { color: var(--muted); font-size: 11px; margin-bottom: 9px; break-inside: avoid; }
.static-lists li:before { content: "•"; color: var(--accent); margin-right: 7px; }
.static-no a { display: inline-block; color: var(--accent); font-size: 9px; font-weight: 700; margin: 8px 0 0 35px; border-bottom: 1px solid; }
.work-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 55px 30px; }
.project-large { grid-column: span 1; }
.project:nth-child(1), .project:nth-child(4) { margin-top: 55px; }
.project-image { height: 370px; border-radius: 6px; overflow: hidden; position: relative; }
.project-image:has(.project-open) { cursor: zoom-in; }
.project-open { position: absolute; inset: auto 13px 13px 13px; z-index: 10; background: rgba(255,255,255,.94); color: var(--ink); border-radius: 10px; padding: 11px 12px; display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 800; box-shadow: 0 10px 25px rgba(0,0,0,.14); transform: translateY(5px); opacity: .92; transition: .25s; backdrop-filter: blur(7px); }
.project-open b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 12px; }
.project-image:hover .project-open { transform: translateY(0); opacity: 1; background: white; }
.project-meta { display: flex; justify-content: space-between; padding-top: 18px; }
.project-meta h3 { font: 700 18px "Manrope", sans-serif; margin-bottom: 5px; }
.project-meta p { color: var(--muted); font-size: 12px; margin: 0; }
.project-meta > span { color: #aaa398; font: 500 12px "Manrope", sans-serif; }
.clinic-project { background: #a6c1b0; padding: 30px; }
.project-browser { height: 100%; background: #f9f7ef; box-shadow: 0 15px 40px rgba(21,45,31,.2); }
.tiny-nav { height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font-size: 6px; }
.tiny-nav b { font: 24px Georgia, serif; color: #2d4c3d; }
.tiny-nav i { background: #314e3f; color: white; font-style: normal; padding: 7px 10px; border-radius: 20px; }
.clinic-layout { display: grid; grid-template-columns: 1.1fr .9fr; height: calc(100% - 43px); padding: 25px 25px 0; }
.clinic-layout small { color: #8f6f5c; font-size: 6px; letter-spacing: 1px; }
.clinic-layout h3 { font: 400 30px/1 Georgia, serif; margin: 18px 0 11px; color: #2d473b; }
.clinic-layout p { font-size: 7px; color: #7d817a; max-width: 120px; line-height: 1.5; }
.clinic-layout button { font-size: 6px; background: #2d473b; color: white; border: 0; border-radius: 20px; padding: 8px 11px; }
.face-art { align-self: end; height: 250px; border-radius: 100px 100px 0 0; background: #e7c8ad; position: relative; overflow: hidden; }
.face-art:before { content: ""; position: absolute; width: 90px; height: 180px; border-radius: 55% 45% 50% 50%; background: #a9674f; left: 38px; top: 45px; box-shadow: -30px -30px 0 10px #5e4338; }
.face-art span { position: absolute; background: #f2bd9d; width: 62px; height: 95px; border-radius: 55% 45%; left: 57px; top: 68px; z-index: 1; }
.face-art i { position: absolute; width: 13px; height: 4px; border-top: 2px solid #56382f; border-radius: 50%; left: 83px; top: 99px; z-index: 2; }
.food-project { background: #d64d2c; display: grid; place-items: center; }
.food-label { width: 80%; height: 80%; border: 1px solid rgba(255,235,195,.55); color: #f9e7bd; position: relative; padding: 23px; }
.food-label > span { position: absolute; right: 18px; top: 18px; font-size: 12px; }
.food-label strong { display: block; font: 700 44px/1 "Manrope", sans-serif; letter-spacing: 6px; }
.food-label small { font-size: 7px; letter-spacing: 2px; }
.food-label b { position: absolute; left: 25px; bottom: 24px; font: 400 20px/1.1 Georgia, serif; }
.bowl { position: absolute; width: 150px; height: 75px; border-radius: 0 0 80px 80px; background: #f4d58d; color: #c44727; font-size: 105px; line-height: 17px; text-align: center; right: 15px; bottom: 50px; box-shadow: inset 0 11px #f6e6c2; }
.law-project { background: #1d2824; color: #e7dec9; }
.law-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 38px 38px; }
.law-copy { position: absolute; left: 45px; top: 45px; z-index: 1; }
.law-copy small { color: #c79d56; letter-spacing: 2px; font-size: 8px; }
.law-copy h3 { font: 400 32px/1.1 Georgia, serif; margin: 42px 0 12px; }
.law-copy p, .law-copy b { font-size: 8px; font-weight: 400; color: #a8aaa3; }
.law-copy b { color: #d7b26f; position: absolute; top: 220px; }
.law-seal { position: absolute; right: 50px; bottom: 30px; width: 120px; height: 180px; border: 1px solid #b79254; border-radius: 60px 60px 0 0; text-align: center; font: 35px/.9 Georgia, serif; padding-top: 37px; color: #caa45f; }
.law-seal span { font-size: 16px; }
.solar-project { background: #dae5a5; overflow: hidden; }
.solar-sun { position: absolute; width: 270px; height: 270px; border-radius: 50%; background: #ff7136; right: -35px; top: -70px; }
.solar-copy { position: absolute; left: 40px; top: 34px; z-index: 2; }
.solar-copy small { font-weight: 800; font-size: 8px; letter-spacing: 1.5px; }
.solar-copy h3 { font: 600 34px/1.05 "Manrope", sans-serif; letter-spacing: -1.6px; margin: 45px 0 13px; }
.solar-copy h3 i { font-family: Georgia, serif; color: #f45d26; font-weight: 400; }
.solar-copy p { font-size: 8px; max-width: 150px; line-height: 1.5; }
.solar-copy button { border: 0; background: #132e27; color: white; border-radius: 30px; padding: 9px 13px; font-size: 7px; margin-top: 10px; }
.solar-panels { position: absolute; right: 20px; bottom: -30px; width: 290px; height: 170px; background: #193e4c; transform: skewY(-12deg) rotate(-7deg); display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; padding: 6px; box-shadow: 0 25px 30px rgba(0,0,0,.22); }
.solar-panels i { border: 1px solid #6e9ca3; background: repeating-linear-gradient(90deg,#234b5a 0 13px,#4f7a81 14px); }
.concept-note { text-align: right; color: var(--muted); font-size: 11px; font-style: italic; margin-top: 24px; }
.academy-project { background: #7465d6; color: white; }
.academy-project:before { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; background: #f6cf4f; right: -90px; bottom: -115px; }
.academy-doodle { position: absolute; right: 38px; top: 24px; width: 54px; height: 54px; display: grid; place-items: center; border: 2px dashed rgba(255,255,255,.65); border-radius: 50%; font-size: 25px; transform: rotate(12deg); }
.academy-copy { position: absolute; left: 42px; top: 38px; z-index: 2; }
.academy-copy small { font-size: 8px; font-weight: 800; letter-spacing: 1.5px; color: #e3dcff; }
.academy-copy h3 { font: 650 38px/1.02 "Manrope", sans-serif; letter-spacing: -2px; margin: 43px 0 14px; }
.academy-copy h3 i { color: #f6cf4f; font-family: Georgia, serif; font-weight: 400; }
.academy-copy p { font-size: 9px; color: #ded9f9; }
.academy-copy button { background: #f6cf4f; color: #271e5b; border: 0; border-radius: 20px; padding: 9px 13px; font-size: 7px; font-weight: 800; margin-top: 8px; }
.academy-cards { position: absolute; right: 28px; bottom: 24px; width: 220px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; transform: rotate(-3deg); }
.academy-cards > span { background: white; color: #392e77; padding: 14px; border-radius: 10px; font-size: 7px; box-shadow: 0 12px 25px rgba(29,19,86,.2); }
.academy-cards > span b { display: block; font: 700 22px "Manrope", sans-serif; }
.academy-face { grid-column: span 2; height: 74px; background: #ff7868; border-radius: 12px; display: grid; place-items: center; color: #3b285e; font-size: 48px; box-shadow: 0 12px 25px rgba(29,19,86,.2); }
.factory-project { background: #d9d8d2; color: #161a1c; }
.factory-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,0,0,.055) 1px, transparent 1px),linear-gradient(90deg,rgba(0,0,0,.055) 1px,transparent 1px); background-size: 32px 32px; }
.factory-top { position: absolute; left: 27px; right: 27px; top: 22px; display: flex; justify-content: space-between; align-items: center; z-index: 1; }
.factory-top strong { font: 800 14px "Manrope", sans-serif; letter-spacing: -.5px; }
.factory-top strong span { color: #ec5d2f; }
.factory-top small { font-size: 6px; letter-spacing: 1.2px; }
.factory-copy { position: absolute; left: 30px; top: 95px; z-index: 2; }
.factory-copy small { font-size: 7px; letter-spacing: 1.5px; color: #ec5d2f; font-weight: 800; }
.factory-copy h3 { font: 700 34px/.95 "Manrope", sans-serif; letter-spacing: -2px; margin: 17px 0 14px; }
.factory-copy p { font-size: 8px; line-height: 1.5; max-width: 160px; color: #616568; }
.factory-copy b { display: inline-block; margin-top: 15px; font-size: 7px; border-bottom: 1px solid; padding-bottom: 3px; }
.factory-part { position: absolute; right: -30px; bottom: -25px; width: 235px; height: 235px; background: radial-gradient(circle at 50% 50%, #272b2c 0 18%, #c2c2bd 19% 25%, #4e5354 26% 43%, #999a95 44% 47%, #222729 48% 64%, transparent 65%); border-radius: 50%; transform: rotate(-15deg); filter: drop-shadow(-15px 20px 15px rgba(0,0,0,.25)); }
.factory-part i { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: #c9c8c0; left: 50%; top: 8%; transform: translateX(-50%); box-shadow: 0 193px #c9c8c0, 83px 48px #c9c8c0, -83px 48px #c9c8c0, 83px 145px #c9c8c0, -83px 145px #c9c8c0; }

.services-section { background: var(--ink); color: white; }
.section-heading.light > p { color: #aaa79f; }
.section-heading.light h2 em { color: var(--lime); }
.service-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 14px; align-items: center; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.035); border-radius: 16px; padding: 16px; margin: -10px 0 42px; }
.service-flow > div { min-height: 72px; display: grid; grid-template-columns: 34px 1fr; align-content: center; column-gap: 10px; padding: 10px; border-radius: 11px; }
.service-flow > div.flow-accent { background: var(--lime); color: var(--ink); }
.service-flow span { grid-row: span 2; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--accent); font-weight: 800; font-size: 11px; }
.service-flow .flow-accent span { border-color: rgba(0,0,0,.15); color: var(--green); }
.service-flow b { font-size: 12px; align-self: end; }
.service-flow small { color: #8e8c86; font-size: 8px; }
.service-flow .flow-accent small { color: #596327; }
.service-flow > i { font-style: normal; color: #5d5b56; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-item { min-height: 390px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; padding: 25px; display: flex; flex-direction: column; background: rgba(255,255,255,.025); overflow: hidden; transition: background .25s, transform .25s; }
.service-item:hover { background: rgba(255,255,255,.055); transform: translateY(-3px); }
.service-icon { height: 145px; border-radius: 12px; background: #292823; margin-bottom: 25px; position: relative; overflow: hidden; }
.service-copy small { display: block; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: 1.4px; margin-bottom: 9px; }
.service-copy h3 { font: 600 24px "Manrope", sans-serif; letter-spacing: -.7px; margin: 0 0 10px; }
.service-copy p { color: #aaa79f; line-height: 1.55; margin: 0; font-size: 13px; max-width: 500px; }
.service-tags { display: flex; gap: 7px; margin-top: auto; padding-top: 20px; }
.service-tags span { border: 1px solid rgba(255,255,255,.15); border-radius: 20px; padding: 6px 9px; color: #aaa79f; font-size: 8px; }
.strategy-icon { display: grid; gap: 8px; padding: 30px 40px; }
.strategy-icon > span { height: 15px; background: #494740; border-radius: 4px; position: relative; }
.strategy-icon > span:before { content: ""; position: absolute; width: 7px; height: 7px; border: 1px solid #77736a; left: -18px; top: 3px; border-radius: 2px; }
.strategy-icon > span:nth-child(2) { width: 72%; }
.strategy-icon > span:nth-child(3) { width: 88%; }
.strategy-icon i { position: absolute; right: 35px; bottom: 25px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--lime); color: var(--ink); border-radius: 50%; font-style: normal; box-shadow: 0 8px 20px rgba(0,0,0,.25); }
.design-icon { background: #e9cdbb; }
.design-icon > div { position: absolute; width: 115px; height: 90px; left: 30px; bottom: -10px; background: var(--green); border-radius: 60px 60px 4px 4px; transform: rotate(-7deg); }
.design-icon > i { position: absolute; right: 50px; top: 25px; color: var(--accent); font-size: 48px; font-style: normal; }
.design-icon > b { position: absolute; right: 34px; bottom: 17px; font: 400 28px Georgia,serif; color: #433a34; }
.copy-icon { padding: 28px 34px; }
.copy-icon b { display: block; font: 600 17px "Manrope",sans-serif; margin-bottom: 16px; }
.copy-icon span { display: block; height: 5px; border-radius: 3px; background: #514f49; margin-top: 8px; width: 85%; }
.copy-icon span:nth-of-type(2) { width: 67%; }
.copy-icon span:nth-of-type(3) { width: 44%; }
.copy-icon i { position: absolute; right: 30px; bottom: 19px; color: var(--lime); font-size: 27px; font-style: normal; transform: rotate(-12deg); }
.device-icon { background: #bdcb9c; }
.desktop-mini { position: absolute; left: 45px; top: 25px; width: 150px; height: 95px; border: 5px solid #27392e; border-radius: 7px; background: linear-gradient(135deg,#f5f0df 0 50%,var(--accent) 51%); box-shadow: 0 9px 0 -5px #27392e; }
.phone-mini { position: absolute; right: 60px; bottom: 14px; width: 45px; height: 82px; border: 4px solid #27392e; border-radius: 8px; background: #f5f0df; box-shadow: -7px 9px 16px rgba(0,0,0,.2); }
.device-icon > i { position: absolute; left: 22px; bottom: 17px; width: 31px; height: 31px; border-radius: 50%; background: var(--lime); color: #27392e; display: grid; place-items: center; font-style: normal; font-weight: 800; }
.included-row { border: 1px solid rgba(255,255,255,.18); border-radius: 15px; margin-top: 50px; padding: 25px; display: flex; gap: 40px; align-items: center; }
.included-row p { margin: 0; font-weight: 700; min-width: 100px; }
.included-row div { display: flex; flex-wrap: wrap; gap: 12px 30px; color: #b6b2a9; font-size: 12px; }
.included-row span::first-letter { color: var(--lime); }

.value-section { background: var(--ink); color: white; padding: 0 0 120px; }
.value-card { border: 1px solid rgba(255,255,255,.16); border-radius: 28px; padding: 64px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; background: linear-gradient(135deg, rgba(255,255,255,.035), transparent); }
.value-statement { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 230px; position: relative; }
.value-statement:before { content: ""; position: absolute; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.value-number { font: 700 54px/1 "Manrope", sans-serif; letter-spacing: -3px; color: #8b8983; position: relative; }
.value-number:first-child:after { content: ""; position: absolute; left: -5px; right: -5px; top: 54%; height: 2px; background: var(--accent); transform: rotate(-8deg); }
.value-arrow { color: var(--lime); font-size: 27px; position: relative; }
.value-number.accent-number { color: white; }
.value-copy h2 { font-size: clamp(38px,4vw,56px); margin-bottom: 22px; }
.value-copy h2 em { color: var(--lime); }
.value-copy > p { color: #aaa79f; line-height: 1.7; max-width: 620px; }
.value-copy .motto { margin: 27px 0 0; color: white; border-left: 2px solid var(--accent); padding-left: 17px; font-weight: 600; }
.motto span { color: var(--lime); margin-right: 6px; }

.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.process-intro { position: sticky; top: 60px; align-self: start; }
.process-intro h2 { margin-bottom: 25px; }
.process-intro p { color: var(--muted); line-height: 1.7; max-width: 470px; margin-bottom: 30px; }
.timeline { position: relative; }
.timeline:before { content: ""; position: absolute; left: 24px; top: 10px; bottom: 40px; width: 1px; background: #cfc8ba; }
.timeline-item { display: grid; grid-template-columns: 50px 1fr; gap: 25px; min-height: 155px; position: relative; }
.step-dot { width: 49px; height: 49px; border: 1px solid #bdb6a8; background: var(--paper); border-radius: 50%; display: grid; place-items: center; font-weight: 700; z-index: 1; }
.step-dot.accent { background: var(--accent); color: white; border-color: var(--accent); }
.timeline-item small { color: var(--accent); font-weight: 700; letter-spacing: 1.3px; font-size: 9px; }
.timeline-item h3 { font: 600 21px "Manrope", sans-serif; margin: 9px 0; }
.timeline-item p { color: var(--muted); line-height: 1.55; font-size: 14px; max-width: 480px; }

.pricing-section { background: #e4d8c3; position: relative; overflow: hidden; }
.pricing-section:before { content: "₹"; position: absolute; left: -35px; bottom: -190px; font: 500 500px/1 Georgia, serif; color: rgba(255,255,255,.25); }
.pricing-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; position: relative; }
.pricing-copy h2 { margin-bottom: 25px; }
.pricing-copy p { color: #6f675b; line-height: 1.7; }
.good-for { display: flex; flex-direction: column; align-items: start; gap: 9px; margin-top: 35px; font-size: 12px; }
.good-for strong { font-size: 10px; letter-spacing: 1.3px; text-transform: uppercase; margin-bottom: 6px; }
.good-for span { background: rgba(255,255,255,.55); border-radius: 20px; padding: 7px 12px; }
.price-card { background: #fffdf8; border-radius: 20px; padding: 38px; box-shadow: 0 25px 60px rgba(82,61,35,.15); }
.price-top { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.price-top span { font-size: 11px; letter-spacing: 1.4px; font-weight: 800; }
.price-top p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.price-top b { font-size: 10px; background: var(--lime); border-radius: 20px; padding: 7px 11px; align-self: start; }
.price { display: flex; align-items: baseline; gap: 10px; margin: 29px 0 24px; }
.price small { color: var(--muted); }
.price strong { font: 700 55px/1 "Manrope", sans-serif; letter-spacing: -3px; }
.price sup { font-size: 24px; margin-right: 3px; }
.price > span { color: var(--muted); font-size: 11px; }
.price-card ul { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 14px; font-size: 13px; }
.price-card li span { color: var(--green); font-weight: 800; margin-right: 9px; }
.button-accent { width: 100%; background: var(--accent); color: white; }
.button-accent span { color: white; }
.button-accent:hover { box-shadow: 0 10px 25px rgba(243,107,43,.25); }
.price-note { color: var(--muted); font-size: 10px; text-align: center; margin: 14px 0 0; }
.custom-quote { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 25px 28px; border: 1px solid rgba(23,22,17,.18); background: rgba(255,255,255,.38); border-radius: 16px; margin-top: -50px; }
.custom-icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--lime); font-size: 21px; }
.custom-quote span { display: block; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: 1.3px; margin-bottom: 5px; }
.custom-quote h3 { font: 700 18px "Manrope",sans-serif; margin: 0 0 4px; }
.custom-quote p { color: #6f675b; font-size: 10px; margin: 0; }
.custom-quote > a { background: var(--ink); color: white; padding: 12px 16px; border-radius: 30px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.custom-quote > a b { color: var(--accent); margin-left: 8px; }

.faq-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-heading { position: sticky; top: 60px; align-self: start; }
.faq-heading h2 { font-size: 45px; letter-spacing: -2.5px; }
.faq-heading p { color: var(--muted); margin-top: 18px; }
.faq-heading a { color: var(--accent); border-bottom: 1px solid; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 25px 0; display: flex; justify-content: space-between; text-align: left; font-weight: 700; cursor: pointer; }
.faq-question { display: grid; grid-template-columns: 25px 38px 1fr; align-items: center; gap: 10px; }
.faq-question > b { color: #a5a096; font-size: 9px; }
.faq-symbol { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--paper-2); color: var(--accent); font-style: normal; font-size: 15px; }
.faq-plus { font-style: normal; font-size: 24px; font-weight: 400; transition: transform .25s; }
.faq-item.open .faq-plus { transform: rotate(45deg); color: var(--accent); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { color: var(--muted); line-height: 1.65; font-size: 14px; padding: 0 40px 25px 73px; margin: 0; }
.faq-visual { height: 225px; margin-top: 40px; border-radius: 18px; background: var(--paper-2); position: relative; overflow: hidden; border: 1px solid var(--line); }
.faq-visual:before { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: var(--accent); opacity: .15; right: -45px; bottom: -55px; }
.chat-bubble { position: absolute; background: white; border-radius: 11px 11px 11px 2px; box-shadow: 0 8px 20px rgba(0,0,0,.08); padding: 10px 12px; font-size: 9px; z-index: 2; }
.chat-bubble span { display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--paper-2); color: var(--accent); margin-right: 5px; font-weight: 800; }
.bubble-one { left: 20px; top: 25px; }
.bubble-two { right: 18px; top: 80px; border-radius: 11px 11px 2px 11px; }
.bubble-two span { background: var(--lime); color: var(--ink); }
.support-face { position: absolute; left: 46px; bottom: -30px; width: 105px; height: 105px; display: grid; place-items: start center; padding-top: 22px; border-radius: 55px 55px 15px 15px; background: var(--green); color: white; font-size: 38px; }
.support-face i { position: absolute; width: 120px; height: 45px; border: 7px solid var(--ink); border-left-color: transparent; border-radius: 50%; top: -8px; transform: rotate(-8deg); }
.faq-visual > small { position: absolute; right: 15px; bottom: 15px; width: 130px; color: var(--muted); font-size: 8px; line-height: 1.4; }

.contact-section { padding-top: 0; background: var(--paper); }
.contact-card { background: var(--green); color: white; border-radius: 28px; padding: 65px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; position: relative; overflow: hidden; }
.contact-card:after { content: "✦"; color: rgba(255,255,255,.05); font-size: 400px; line-height: 1; position: absolute; left: -70px; bottom: -130px; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { margin-bottom: 25px; }
.contact-copy h2 em { color: var(--lime); }
.contact-copy p { color: #bbc9c0; line-height: 1.7; max-width: 500px; }
.contact-assurance { display: flex; gap: 25px; font-size: 11px; margin-top: 35px; color: #c8d4cc; }
.contact-assurance span:first-letter { color: var(--lime); }
.lead-form { background: white; color: var(--ink); padding: 30px; border-radius: 18px; position: relative; z-index: 1; }
.lead-form label { display: block; font-size: 11px; font-weight: 700; margin-bottom: 18px; }
.lead-form input, .lead-form textarea { display: block; width: 100%; margin-top: 8px; border: 1px solid #dedbd3; border-radius: 8px; padding: 13px 14px; resize: vertical; outline: none; background: #faf9f5; font-size: 13px; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(243,107,43,.1); }
.lead-form > p { color: var(--muted); text-align: center; font-size: 9px; margin: 12px 0 0; }

footer { background: var(--ink); color: white; padding: 55px 0 25px; }
.brand-light .brand-mark { background: var(--paper); }
.brand-light .brand-mark span { border-color: var(--ink); }
.footer-top { display: grid; grid-template-columns: .8fr 1fr 1fr .9fr; gap: 40px; align-items: start; }
.footer-top > p { color: #96938b; font-size: 13px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 12px; }
.footer-cta { border-bottom: 1px solid var(--accent); padding-bottom: 8px; justify-self: end; color: var(--accent); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); margin-top: 50px; padding-top: 22px; color: #74726d; font-size: 10px; }
.footer-bottom b { color: var(--accent); }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 80; background: white; border: 1px solid rgba(23,22,17,.1); border-radius: 30px; padding: 10px 14px; display: flex; align-items: center; box-shadow: 0 10px 30px rgba(0,0,0,.18); transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(0,0,0,.22); }
.whatsapp-float img { display: block; width: 112px; height: auto; }
.toast { position: fixed; left: 50%; bottom: -80px; transform: translateX(-50%); background: var(--ink); color: white; border-radius: 8px; padding: 13px 20px; z-index: 200; font-size: 13px; transition: bottom .3s; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.toast.show { bottom: 25px; }

.demo-modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 22px; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.demo-modal.open { visibility: visible; opacity: 1; }
.demo-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(12,12,10,.78); backdrop-filter: blur(8px); cursor: zoom-out; }
.demo-modal-window { position: relative; width: min(1400px,100%); height: min(900px,calc(100vh - 44px)); border-radius: 17px; overflow: hidden; background: white; box-shadow: 0 35px 100px rgba(0,0,0,.45); transform: translateY(20px) scale(.985); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.demo-modal.open .demo-modal-window { transform: translateY(0) scale(1); }
.demo-modal-toolbar { height: 58px; padding: 0 14px 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #e6e3dc; background: #f7f5ef; }
.modal-dots { display: flex; gap: 6px; }
.modal-dots span { width: 8px; height: 8px; border-radius: 50%; background: #d1cdc4; }
.modal-dots span:first-child { background: var(--accent); }
.modal-title { text-align: center; line-height: 1.15; }
.modal-title small { display: block; color: #918d84; font-size: 7px; letter-spacing: 1.4px; font-weight: 800; margin-bottom: 4px; }
.modal-title strong { font: 700 12px "Manrope",sans-serif; }
.demo-modal-close { justify-self: end; border: 1px solid #d7d3ca; background: white; border-radius: 30px; padding: 5px 5px 5px 12px; display: flex; align-items: center; gap: 9px; cursor: pointer; color: var(--ink); font-size: 9px; font-weight: 700; transition: .2s; }
.demo-modal-close:hover { border-color: var(--ink); background: var(--ink); color: white; }
.demo-modal-close b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: 19px; line-height: 1; font-weight: 400; transition: .2s; }
.demo-modal-close:hover b { background: var(--accent); }
.demo-modal-frame { display: block; width: 100%; height: calc(100% - 58px); border: 0; background: var(--paper); }

.mobile-slider-nav, .faq-show-more { display: none; }

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

@media (max-width: 950px) {
  :root { --shell: min(100% - 36px, 720px); }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--ink); background: transparent; display: grid; align-content: center; gap: 6px; padding: 0 11px; z-index: 102; }
  .menu-button span { height: 1px; background: var(--ink); display: block; transition: .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { display: flex; position: fixed; inset: 0; background: var(--paper); padding: 120px 30px 40px; flex-direction: column; gap: 28px; font: 600 32px "Manrope", sans-serif; transform: translateY(-110%); transition: transform .35s ease; z-index: 99; }
  .mobile-nav.open { transform: translateY(0); }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-copy { max-width: 660px; }
  .hero-visual { margin-top: 10px; }
  .sun-orbit { right: 0; }
  .work-grid { grid-template-columns: 1fr; }
  .static-heading { grid-template-columns: 1fr; gap: 22px; }
  .static-heading .kicker { grid-column: auto; margin-bottom: 0; }
  .static-board { grid-template-columns: 1fr; }
  .project:nth-child(1), .project:nth-child(4) { margin-top: 0; }
  .section-heading, .pricing-shell { grid-template-columns: 1fr; gap: 28px; }
  .section-heading > p { max-width: 560px; }
  .service-flow { overflow-x: auto; grid-template-columns: 160px 20px 160px 20px 160px 20px 160px; }
  .process-section { grid-template-columns: 1fr; gap: 65px; }
  .process-intro, .faq-heading { position: static; }
  .pricing-shell { gap: 55px; }
  .custom-quote { margin-top: 0; }
  .value-card { grid-template-columns: 1fr; gap: 25px; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .contact-card { grid-template-columns: 1fr; gap: 45px; padding: 50px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-cta { justify-self: start; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 28px); --radius: 18px; }
  body { max-width: 100vw; overflow-x: hidden; }
  .site-header { height: 72px; }
  .marquee { -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%); }
  .brand { font-size: 22px; }
  .brand-mark { width: 27px; height: 27px; }
  .hero { min-height: auto; padding: 48px 0 62px; gap: 30px; overflow: hidden; }
  h1 { font-size: clamp(45px, 13.5vw, 60px); letter-spacing: -3.4px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: center; flex-direction: row; gap: 14px; }
  .hero-actions .button { padding: 14px 17px; font-size: 12px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-offer { grid-template-columns: auto 1fr; gap: 14px; margin-top: 30px; }
  .offer-price { padding-right: 14px; }
  .offer-details { gap: 8px; }
  .offer-details span:nth-child(2) { display: none; }
  .hero-offer > a { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 10px; }
  .hero-visual { height: 350px; width: 100%; margin: 0; overflow: hidden; border-radius: 22px; }
  .sun-orbit { width: 330px; height: 330px; right: -55px; top: 5px; }
  .browser-card { width: 91%; height: 260px; }
  .mock-site { padding: 13px 15px 0; }
  .mock-hero { gap: 10px; }
  .mock-copy h2 { font-size: 22px; }
  .interior-art { height: 190px; }
  .arch { transform: scale(.7); transform-origin: left bottom; }
  .sofa { transform: scale(.65); transform-origin: left bottom; }
  .lamp { transform: scale(.7); transform-origin: right top; }
  .plant { font-size: 30px; }
  .floating-note { padding: 8px 10px; }
  .floating-note > span { width: 24px; height: 24px; }
  .floating-note p { font-size: 8px; }
  .floating-note strong { font-size: 9px; }
  .note-one { left: -3px; top: 20px; }
  .note-two { right: -3px; bottom: 5px; }
  .section { padding-block: 68px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .process-intro h2, .pricing-copy h2, .contact-copy h2 { font-size: 42px; letter-spacing: -2.5px; }
  h1 em, h2 em { letter-spacing: -3px; }
  .mobile-slider-nav { display: flex; align-items: center; justify-content: space-between; margin: -8px 0 16px; font-size: 9px; color: var(--muted); }
  .mobile-slider-nav > span:before { content: "↔"; color: var(--accent); font-size: 13px; margin-right: 7px; }
  .mobile-slider-nav > div { display: flex; gap: 6px; }
  .mobile-slider-nav button { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .mobile-slider-nav.light-nav { color: #aaa79f; }
  .mobile-slider-nav.light-nav button { color: white; border-color: rgba(255,255,255,.22); }
  .work-grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 2px 14px 14px 0; margin-right: -14px; scrollbar-width: none; }
  .work-grid::-webkit-scrollbar, .service-list::-webkit-scrollbar, .timeline::-webkit-scrollbar, .static-lists::-webkit-scrollbar { display: none; }
  .project { flex: 0 0 86%; scroll-snap-align: start; }
  .project-image { height: 285px; }
  .static-browser { padding: 25px 16px; }
  .static-browser-body { height: 275px; }
  .static-screen-hero { height: 160px; }
  .static-screen-hero > span { height: 130px; }
  .static-screen-hero b { font-size: 17px; }
  .static-lists { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .static-lists > div { flex: 0 0 87%; padding: 28px 22px; scroll-snap-align: start; }
  .static-lists > div + div { border-top: 0; border-left: 1px solid var(--line); }
  .static-lists ul { columns: 1; }
  .clinic-project { padding: 18px; }
  .clinic-layout { padding: 15px 15px 0; }
  .clinic-layout h3 { font-size: 23px; }
  .face-art { height: 180px; }
  .face-art:before { transform: scale(.7); transform-origin: left top; }
  .face-art span, .face-art i { transform: scale(.7); transform-origin: left top; }
  .food-label { width: 88%; height: 84%; }
  .food-label strong { font-size: 35px; }
  .bowl { transform: scale(.68); transform-origin: right bottom; }
  .law-copy { left: 25px; top: 30px; }
  .law-seal { transform: scale(.7); transform-origin: right bottom; right: 20px; }
  .solar-copy { left: 25px; top: 25px; }
  .solar-copy h3 { font-size: 28px; }
  .solar-panels { transform: skewY(-12deg) rotate(-7deg) scale(.68); transform-origin: right bottom; }
  .academy-copy { left: 25px; top: 28px; }
  .academy-copy h3 { font-size: 30px; }
  .academy-cards { transform: scale(.68) rotate(-3deg); transform-origin: right bottom; right: 16px; }
  .factory-part { transform: scale(.72) rotate(-15deg); transform-origin: right bottom; }
  .service-list { display: flex; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 2px 14px 14px 0; margin-right: -14px; scrollbar-width: none; }
  .service-item { flex: 0 0 85%; min-height: 350px; padding: 18px; scroll-snap-align: start; }
  .service-item h3 { font-size: 21px; }
  .service-item p { font-size: 13px; }
  .service-flow { margin-top: 0; padding: 10px; }
  .included-row { display: block; padding: 20px; }
  .included-row p { margin-bottom: 16px; }
  .included-row div { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 8px; line-height: 1.35; }
  .process-section { gap: 28px; }
  .value-section { padding-bottom: 85px; }
  .value-card { padding: 28px 18px 32px; border-radius: 20px; gap: 28px; }
  .value-statement { min-height: 0; display: grid; grid-template-columns: 1fr 25px 1fr; gap: 7px; width: 100%; }
  .value-statement:before { display: none; }
  .value-number { min-width: 0; padding: 15px 8px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.045); color: #9b9993; font-size: 29px; letter-spacing: -1.8px; text-align: center; white-space: nowrap; }
  .value-number:before { content: attr(data-label); display: block; min-height: 19px; margin-bottom: 7px; color: #817f79; font: 700 7px/1.25 "DM Sans",sans-serif; letter-spacing: .7px; text-transform: uppercase; white-space: normal; }
  .value-number:first-child:after { left: 18%; right: 18%; top: 66%; }
  .value-number.accent-number { background: var(--lime); color: var(--ink); border-color: var(--lime); }
  .value-number.accent-number:before { color: #596327; }
  .value-arrow { font-size: 18px; text-align: center; }
  .value-copy h2 { font-size: 35px; letter-spacing: -2px; }
  .value-copy > p { font-size: 13px; }
  .value-copy .motto { font-size: 12px; margin-top: 22px; }
  .timeline { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 2px 14px 12px 0; margin-right: -14px; scrollbar-width: none; }
  .timeline:before { display: none; }
  .timeline-item { flex: 0 0 84%; min-height: 230px; gap: 16px; padding: 20px 18px; border-radius: 17px; background: var(--paper-2); scroll-snap-align: start; }
  .timeline-item .step-dot { background: var(--paper); }
  .pricing-section:before { font-size: 330px; }
  .price-card { padding: 25px 20px; }
  .price-top b { display: none; }
  .price strong { font-size: 47px; }
  .custom-quote { grid-template-columns: auto 1fr; gap: 15px; padding: 22px 18px; }
  .custom-quote > a { grid-column: 1 / -1; text-align: center; }
  .faq-heading h2 { font-size: 40px; }
  .faq-visual { max-width: 360px; }
  .faq-question { grid-template-columns: 34px 1fr; }
  .faq-question > b { display: none; }
  .faq-answer p { padding-left: 44px; }
  .accordion .faq-item:nth-of-type(n+4) { display: none; }
  .accordion.expanded .faq-item:nth-of-type(n+4) { display: block; }
  .faq-show-more { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 17px; padding: 12px; border: 1px solid var(--line); border-radius: 30px; background: transparent; color: var(--ink); font-size: 10px; font-weight: 700; }
  .faq-show-more span { color: var(--accent); transition: transform .2s; }
  .accordion.expanded .faq-show-more span { transform: rotate(180deg); }
  .contact-card { width: 100%; border-radius: 0; padding: 55px 22px; }
  .contact-section .shell { width: 100%; }
  .contact-assurance { flex-direction: column; gap: 10px; }
  .lead-form { padding: 23px 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-links { max-width: 220px; }
  .footer-bottom { align-items: flex-start; gap: 13px; flex-direction: column; }
  .whatsapp-float { right: 12px; bottom: 12px; padding: 9px 12px; }
  .whatsapp-float img { width: 102px; }
  .demo-modal { padding: 7px; }
  .demo-modal-window { height: calc(100vh - 14px); border-radius: 12px; }
  .demo-modal-toolbar { height: 52px; grid-template-columns: 34px 1fr auto; padding: 0 8px 0 12px; }
  .modal-dots span { width: 6px; height: 6px; }
  .modal-title { text-align: left; padding-left: 7px; }
  .modal-title small { display: none; }
  .modal-title strong { font-size: 10px; }
  .demo-modal-close { padding: 4px; border: 0; background: transparent; }
  .demo-modal-close > span { display: none; }
  .demo-modal-close b { width: 34px; height: 34px; font-size: 22px; }
  .demo-modal-frame { height: calc(100% - 52px); }
}

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