/* Visual edition 02 — bigger typography, original imagery and interactive detail.
   Sizes describe the actual layout; the page never uses CSS zoom or page scaling. */
:root {
  --muted: #756960;
  --display-size: clamp(80px, 7.3vw, 142px);
  --section-size: clamp(42px, 4.15vw, 76px);
  --space-section: clamp(84px, 7.5vw, 144px);
}
body { font-size: 16px; }
.container { width: min(1840px, calc(100% - 8vw)); }
.section-space { padding-block: var(--space-section); }
h1 { font-size: var(--display-size); letter-spacing: -.062em; word-spacing: .04em; line-height: 1.04; }
h2 { font-size: var(--section-size); letter-spacing: -.049em; line-height: 1.15; }
h2 em { font-size: 1.15em; letter-spacing: -.035em; }
.eyebrow { font-size: 11px; letter-spacing: 1.35px; gap: 13px; }
.small-note { font-size: 13px; }
.section-top { margin-bottom: 34px; }
.section-heading-row { gap: 42px; margin-bottom: 45px; }
.section-heading-row > p { font-size: 16px; line-height: 1.8; max-width: 350px; flex-shrink: 0; }
.status-dot { width: 8px; height: 8px; }
.button { min-height: 64px; font-size: 15px; padding: 10px 11px 10px 27px; gap: 23px; }
.button-icon { width: 43px; height: 43px; }
.button-icon .icon { width: 22px; height: 22px; }
.button-dark:hover { background: #4c362e; }
.button .button-icon { transition: background .35s, transform .45s var(--ease); }
.button:hover .button-icon { transform: rotate(45deg); background: var(--lime); color: var(--ink); }
.text-link { font-size: 14px; gap: 17px; }
.magnetic { translate: var(--magnet-x, 0px) var(--magnet-y, 0px); }
.header-inner { height: 102px; }
.brand { font-size: 25px; gap: 12px; }
.brand-mark { width: 43px; height: 43px; }
.brand-mark svg { width: 29px; height: 29px; }
.desktop-nav { margin-left: 30px; gap: 35px; }
.desktop-nav a { font-size: 14px; }
.header-cta { font-size: 14px; padding: 14px 22px; gap: 26px; }
.header-cta .icon { width: 20px; height: 20px; }

/* A layered, photographic hero with floating UI and a living sculpture. */
.hero { grid-template-columns: 1.03fr 1fr; padding-top: 57px; gap: 34px 4vw; align-items: center; }
.hero-copy { padding-top: 0; }
.hero-eyebrow { font-size: 11px; margin-bottom: 34px; }
.hero h1 { position: relative; isolation: isolate; }
.hero h1 em { position: relative; font-size: 1.12em; letter-spacing: -.054em; white-space: nowrap; }
.hero h1 em::after { content: ''; position: absolute; z-index: -1; height: 11px; left: -2%; right: -4%; bottom: 7%; background: var(--lime); border-radius: 50%; transform: rotate(-3deg); }
.headline-spark { position: absolute; right: 10px; top: -29px; font-family: Georgia, serif; font-size: 47px; color: #a4654e; transform: rotate(15deg); }
.hero-description { font-size: 18px; line-height: 1.8; margin-top: 32px; max-width: 565px; color: #756960; }
.hero-description .desktop-break { display: none; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 21px; }
.hero-benefits > span { display: flex; align-items: center; gap: 7px; font-size: 12px; color: #705146; }
.hero-benefits .icon { width: 17px; height: 17px; }
.hero-actions { gap: 26px; margin-top: 32px; flex-wrap: wrap; }
.hero-actions .button { min-height: 64px; font-size: 14px; gap: 20px; padding-left: 25px; }
.hero-actions .text-link { font-size: 13px; gap: 9px; }
.hero-person { margin-top: 35px; gap: 14px; }
.hero-person p { font-size: 12px; line-height: 1.8; }
.person-monogram { width: 46px; height: 46px; font-size: 23px; }
.hero-art { height: clamp(560px, 44vw, 740px); border-radius: 26px; background: #1e1a19; box-shadow: 0 14px 60px #3e261d14; }
.hero-art::before { inset: 0; z-index: 1; background: linear-gradient(180deg, #19141278, transparent 35%, #19141220 67%, #191412dc 100%); pointer-events: none; }
.hero-sculpture { position: absolute; inset: -3%; width: 106%; max-width: none; height: 106%; object-fit: cover; object-position: 55% center; opacity: .9; animation: sculpture-drift 16s ease-in-out infinite alternate; }
.art-topline { top: 27px; left: 29px; right: 29px; z-index: 4; font-size: 9px; color: #eaddd7; }
.art-word { top: 75px; left: 30px; color: #fff7f3; font-size: clamp(37px, 3.1vw, 54px); line-height: .97; letter-spacing: -2px; transform: none; z-index: 2; text-shadow: 0 2px 20px #0003; }
.art-word em { color: var(--lime); font-size: 1.24em; }
.art-orbit { z-index: 1; border-color: #ff805432; }
.orbit-one { width: 80%; height: auto; aspect-ratio: 1; top: 13%; }
.orbit-two { width: 120%; height: 45%; left: 43%; top: 30%; }
.art-spark { width: 64px; height: 64px; top: 71px; right: 31px; z-index: 2; filter: drop-shadow(0 2px 12px #0005); }
.showcase-browser { width: 64%; left: 6%; top: auto; bottom: 115px; border-radius: 10px; transform: perspective(1100px) rotateY(-7deg) rotateX(6deg) rotateZ(-9deg) translate(var(--mouse-x, 0px), var(--mouse-y, 0px)); box-shadow: 0 35px 45px #0007, 0 0 0 1px #ffffff54; animation: browser-bob 7s ease-in-out infinite; z-index: 3; }
.browser-bar { height: 30px; }
.browser-address { font-size: 8px; }
.browser-dots i { width: 5px; height: 5px; }
.browser-viewport { aspect-ratio: 1.54; }
.note-quality { right: 20px; top: auto; bottom: 140px; padding: 15px 18px; gap: 11px; transform: rotate(6deg); animation: chip-bob 6s ease-in-out infinite; }
.art-note { border: 1px solid #ffffff80; border-radius: 12px; z-index: 4; }
.art-note > span:last-child { font-size: 11px; }
.art-note strong { font-size: 12px; }
.note-check { width: 35px; height: 35px; }
.art-floating-chip { position: absolute; top: 38%; right: 18px; z-index: 4; display: flex; align-items: center; gap: 8px; background: var(--lime); color: #301c15; font-size: 11px; font-weight: 600; border-radius: 7px 7px 7px 0; padding: 9px 13px; transform: rotate(8deg); animation: chip-bob 5.5s ease-in-out infinite reverse; box-shadow: 0 8px 30px #0002; }
.chip-cursor { position: absolute; font-size: 33px; top: -28px; left: -14px; color: var(--lime); text-shadow: 1px 1px #301c15; }
.art-tag { left: 29px; bottom: 84px; font-size: 10px; padding: 8px 13px; background: #30231eea; transform: rotate(-4deg); }
.art-bottomline { left: 29px; right: 29px; bottom: 23px; font-size: 10px; color: #e4d0c6; padding-top: 14px; border-color: #dcaf9e40; }
.device-toggle { padding: 4px; }
.device-toggle button { width: 45px; height: 33px; }
.device-toggle .icon { width: 19px; height: 19px; }
.showcase-browser.is-mobile { width: 182px; left: calc(50% - 91px); top: 140px; bottom: auto; border: 7px solid #eee7e4; border-radius: 25px; animation: browser-bob 7s ease-in-out infinite; }
.is-mobile .browser-viewport { aspect-ratio: .56; }
.is-mobile .mobile-preview-content { padding: 21px 15px; }
.mobile-preview-content > span:first-child { font-size: 18px; margin-bottom: 29px; }
.mobile-preview-content strong { font-size: 31px; }
.mobile-preview-content small { font-size: 6px; }
.mobile-preview-shape { height: 105px; }
.hero-bottom { align-self: stretch; padding-block: 25px 32px; margin-top: 10px; gap: 25px; font-size: 12px; }
.hero-bottom > a { font-size: 10px; gap: 14px; }
.hero-bottom > span { font-size: 11px; }
.hero-coordinate { font-size: 10px; }
.scroll-cue { width: 31px; height: 40px; font-size: 18px; }

/* A continuous editorial ribbon with a local pause control. */
.capability-strip { position: relative; overflow: hidden; background: var(--lime); border-color: #e99576; }
.ribbon-track { display: flex; width: max-content; animation: ribbon-scroll 40s linear infinite; }
.strip-inner { display: flex; flex: none; width: max-content; min-height: 96px; padding: 0 26px; gap: 50px; flex-wrap: nowrap; }
.strip-inner > span { font-size: 19px; letter-spacing: -.5px; white-space: nowrap; }
.strip-inner > svg { width: 25px; height: 25px; stroke: #77402c; }
.strip-inner > span:last-child, .strip-inner > svg:nth-last-child(2) { display: block; }
.capability-strip:hover .ribbon-track, .capability-strip:focus-within .ribbon-track, .capability-strip.is-paused .ribbon-track { animation-play-state: paused; }
.ribbon-pause { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #ba836f; background: #ffdbc9; color: #452519; box-shadow: 0 0 20px 12px #ff8054; font-size: 13px; }
.ribbon-pause:disabled { opacity: .65; }

/* Photography + miniature interface layers make each project tangible. */
.projects-toolbar { margin-block: 50px 30px; }
.project-filters button { font-size: 13px; padding: 12px 21px; }
.project-filters button > span { font-size: 10px; }
.concept-label { font-size: 12px; }
.project-grid { gap: 44px 30px; perspective: 1500px; }
.project-image { border-radius: 20px; aspect-ratio: 1.35; transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .55s var(--ease), box-shadow .5s; }
.project-image::after { content: ''; position: absolute; inset: 0; z-index: 5; border-radius: inherit; background: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 30%), #ffffff24, transparent 55%); opacity: 0; transition: opacity .5s; pointer-events: none; }
.project-open:hover .project-image::after { opacity: 1; }
.project-open:hover .project-image { box-shadow: 0 20px 45px #311d1620; }
.project-image .project-photo { width: 100%; height: 100%; object-fit: cover; transition: transform 1.3s var(--ease), filter .8s; }
.project-image-forma .project-photo { object-position: 54% center; }
.project-image-rano .project-photo { object-position: 55% center; }
.project-open:hover .project-image .project-photo { transform: scale(1.07); filter: brightness(1.05); }
.project-number { position: absolute; top: 27px; left: 25px; color: #fff9e9; font: 11px var(--mono); letter-spacing: 1.4px; text-shadow: 0 2px 10px #0008; }
.project-image-rano .project-number { color: #5a2c18; text-shadow: none; }
.project-window { position: absolute; width: 60%; left: 6%; bottom: -12%; overflow: hidden; border: 1px solid #ffffff80; border-radius: 9px; transform: rotate(-8deg); box-shadow: 0 20px 50px #20140f66; transition: transform .9s var(--ease), bottom .9s var(--ease); }
.project-image-rano .project-window { width: 49%; left: auto; right: 5%; bottom: -15%; transform: rotate(8deg); }
.project-window img { width: 100%; height: auto; object-fit: contain; }
.project-open:hover .project-window { transform: rotate(-3deg) translateY(-20px); }
.project-open:hover .project-image-rano .project-window { transform: rotate(3deg) translateY(-20px); }
.project-open:hover .project-window img { transform: none; filter: none; }
.mini-window-bar { display: flex; align-items: center; gap: 4px; height: 23px; background: #f5f0ed; padding-inline: 10px; }
.mini-window-bar i { width: 4px; height: 4px; border-radius: 50%; background: #c5b6b1; }
.project-view { right: 22px; top: 22px; width: 50px; height: 50px; z-index: 6; }
.project-view .icon { width: 24px; height: 24px; }
.preview-label { left: auto; right: 20px; bottom: 22px; z-index: 6; font-size: 10px; padding: 9px 15px; }
.project-caption { padding-top: 25px; align-items: flex-start; }
.project-caption h3 { font-size: 32px; letter-spacing: -1.5px; }
.project-caption h3 > span { font-size: 22px; }
.project-caption p { font-size: 15px; margin-top: 9px; }
.project-type { font-size: 12px; gap: 22px; margin-top: 7px; }
.project-type > span { font-size: 25px; }
.project-invitation { padding: 55px; border-radius: 20px; background: #eee2dc; transition: background .5s; }
.project-invitation:hover { background: #edd4c7; }
.project-invitation > p { font-size: 11px; margin-bottom: 27px; }
.project-invitation h3 { font-size: clamp(40px, 3.4vw, 63px); letter-spacing: -.04em; }
.project-invitation .text-link { font-size: 15px; margin-top: 34px; }
.invitation-star { width: 230px; height: 230px; right: -24px; top: -13px; transition: transform 1.5s var(--ease); }
.project-invitation:hover .invitation-star { transform: rotate(120deg); }
.invitation-index { left: 55px; bottom: 29px; font-size: 10px; }
.projects-disclaimer { font-size: 12px; margin-top: 37px; }

/* Motion laboratory: each card has its own material and interaction. */
.design-lab { background: #282528; color: #f7f2ef; position: relative; overflow: hidden; }
.design-lab::before { content: ''; position: absolute; pointer-events: none; inset: 0; opacity: .22; background-image: radial-gradient(#c8ada330 .75px, transparent .75px); background-size: 20px 20px; }
.design-lab .container { position: relative; }
.design-lab .eyebrow { color: #cbb7b0; }
.design-lab .status-dot { background: var(--lime); box-shadow: 0 0 0 5px #ff805410; }
.design-lab h2 em { color: var(--lime); }
.design-lab .section-heading-row > p { color: #bdaba4; }
.lab-live { display: flex; align-items: center; gap: 9px; color: #c1a69c; font: 10px var(--mono); letter-spacing: 1px; }
.lab-live > span, .live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px #ff80540d; animation: live-breathe 3s ease-in-out infinite; }
.lab-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; margin-top: 51px; perspective: 1500px; }
.lab-grid > article { position: relative; border-radius: 22px; min-width: 0; overflow: hidden; }
.lab-card-top { position: relative; z-index: 3; display: flex; justify-content: space-between; align-items: center; gap: 15px; font: 10px var(--mono); letter-spacing: 1.1px; }
.lab-card-top .icon { width: 22px; height: 22px; }
.creative-playground { grid-column: 1 / 8; border: 1px solid #c8917d35; background: #242125; padding: 28px 30px 22px; }
.creative-playground::before { content: ''; position: absolute; width: 500px; height: 500px; left: calc(50% - 250px); top: -15px; background: radial-gradient(#d8856614, transparent 68%); pointer-events: none; }
.creative-playground .lab-card-top { color: #c0aba3; }
.canvas-stage { height: 365px; position: relative; margin-inline: -30px; }
#creative-canvas { display: block; width: 100%; height: 100%; position: relative; z-index: 2; }
.canvas-axis { position: absolute; pointer-events: none; background: #d49d890a; }
.axis-horizontal { left: 20px; right: 20px; height: 1px; top: 50%; }
.axis-vertical { width: 1px; top: 30px; bottom: 50px; left: 50%; }
.canvas-hint { position: absolute; bottom: 8px; left: 0; right: 0; text-align: center; color: #99796d; font: 9px var(--mono); letter-spacing: 1px; }
.playground-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid #c8917d28; }
.playground-bottom .eyebrow { font-size: 9px; color: #a8897e; }
.playground-bottom h3 { font-size: 25px; font-weight: 500; letter-spacing: -.8px; margin-top: 8px; }
.playground-switch { display: flex; gap: 5px; padding: 5px; background: #ffffff05; border: 1px solid #c8917d2a; border-radius: 30px; }
.playground-switch button { width: 44px; height: 39px; border-radius: 50%; color: #ccab9f; background: transparent; font-size: 25px; line-height: 1; transition: background .25s, color .25s; }
.playground-switch button:hover { background: #ff805415; }
.playground-switch button.active { background: var(--lime); color: var(--ink); }
.playground-pause { background: none; color: #b8998e; padding: 13px 0 0; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.playground-pause:disabled { text-decoration: none; color: #b8998e; }
.tilt-surface { transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .5s var(--ease), box-shadow .5s; }
.tilt-surface::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), #ffffff1f, transparent 60%); pointer-events: none; border-radius: inherit; opacity: 0; transition: opacity .4s; z-index: 4; }
.tilt-surface:hover::after { opacity: 1; }
.type-experiment { grid-column: 8 / 13; background: var(--lime); color: #34231d; padding: 28px 32px; display: flex; flex-direction: column; }
.type-composition { display: flex; flex-direction: column; margin-block: 35px 22px; font-size: clamp(56px, 5.2vw, 94px); font-weight: 500; letter-spacing: -.07em; line-height: .98; }
.type-composition > span, .type-composition > em { transition: transform .7s var(--ease), letter-spacing .7s var(--ease); transform-origin: left center; }
.type-composition > em { font-size: 1.2em; letter-spacing: -.04em; margin-left: 38px; }
.type-composition > span:nth-child(3) { position: relative; margin-left: 67px; }
.type-composition > em:last-child { margin-left: 0; }
.type-star { font-size: .78em; line-height: 1; display: inline-block; vertical-align: top; margin-left: 17px; color: #824b37; transition: transform 1s var(--ease); }
.type-experiment:is(:hover, :focus-visible) .type-composition > span:first-child { letter-spacing: -.095em; transform: translateX(12px); }
.type-experiment:is(:hover, :focus-visible) .type-composition > em { transform: translateX(-17px); }
.type-experiment:is(:hover, :focus-visible) .type-composition > span:nth-child(3) { transform: translateX(15px); }
.type-experiment:is(:hover, :focus-visible) .type-star { transform: rotate(140deg); }
.type-card-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-top: auto; padding-top: 18px; font: 9px var(--mono); letter-spacing: .8px; color: #683e2f; }
.type-cursor { font-size: 32px; line-height: 1; }
.palette-experiment { grid-column: 1 / 5; padding: 26px 28px; background: #f0e9e5; color: #322621; }
.palette-swatches { display: flex; align-items: center; height: 135px; padding-top: 13px; }
.palette-swatches > span { position: relative; width: 85px; height: 85px; border-radius: 50%; background: var(--lime); box-shadow: 0 4px 15px #3621190b; margin-left: -15px; transition: transform .65s var(--ease); border: 1px solid #34221b13; }
.palette-swatches > span:first-child { margin-left: 0; z-index: 3; }
.palette-swatches > span:nth-child(2) { background: var(--paper); z-index: 2; }
.palette-swatches > span:last-child { background: var(--ink); z-index: 1; color: var(--paper); }
.palette-swatches i { position: absolute; inset: 0; display: grid; place-items: center; font: 8px var(--mono); opacity: 0; transition: opacity .4s; }
.palette-experiment:is(:hover, :focus-visible) .palette-swatches > span:nth-child(2) { transform: translateX(15px) rotate(10deg); }
.palette-experiment:is(:hover, :focus-visible) .palette-swatches > span:last-child { transform: translateX(30px) rotate(20deg); }
.palette-experiment:is(:hover, :focus-visible) .palette-swatches i { opacity: 1; }
.palette-experiment h3, .responsive-experiment h3 { font-size: 27px; letter-spacing: -.8px; font-weight: 500; line-height: 1.2; }
.texture-experiment { grid-column: 5 / 9; background: #322622; min-height: 310px; }
.texture-experiment > img { width: 100%; height: calc(100% + 45px); max-width: none; object-fit: cover; position: absolute; top: -22px; translate: 0 var(--parallax-y, 0px); transition: scale 1.2s var(--ease); }
.texture-experiment::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 12%, #1b110dd4); pointer-events: none; }
.texture-experiment:hover > img { scale: 1.09; }
.texture-copy { position: absolute; z-index: 2; inset: auto 28px 28px; }
.texture-copy > span { font: 9px var(--mono); letter-spacing: .8px; color: #d8c5bb; }
.texture-copy h3 { font-size: 39px; line-height: 1.08; letter-spacing: -1.7px; font-weight: 500; margin-top: 18px; }
.texture-copy h3 em { color: var(--lime); font-size: 1.13em; }
.texture-cross { position: absolute; top: 15px; right: 22px; z-index: 2; font: 32px var(--mono); color: #efe2db; }
.responsive-experiment { grid-column: 9 / 13; background: #e2d7d2; color: #392923; padding: 26px 28px; }
.device-composition { position: relative; height: 148px; margin-top: 6px; }
.lab-monitor { width: 148px; height: 104px; border: 5px solid #4a3831; border-bottom-width: 11px; border-radius: 9px; background: #f7f2e9; position: absolute; left: 4px; top: 13px; transform: rotate(-7deg); box-shadow: 0 10px 25px #4a302620; transition: transform .7s var(--ease); }
.lab-monitor::after { content: ''; position: absolute; left: 56px; bottom: -25px; width: 33px; height: 18px; background: #4a3831; clip-path: polygon(28% 0, 75% 0, 100% 100%, 0 100%); }
.lab-monitor > span, .lab-phone > span { position: absolute; top: 5px; left: 8px; font-size: 10px; letter-spacing: -1px; font-weight: 700; }
.lab-monitor > b, .lab-phone > b { position: absolute; bottom: 10px; left: 8px; font-size: 19px; line-height: 1; letter-spacing: -1px; font-weight: 500; }
.lab-monitor > i { position: absolute; width: 44px; height: 44px; right: 9px; top: 27px; border: 8px solid #c6836a; border-radius: 50%; }
.lab-phone { width: 69px; height: 122px; position: absolute; left: 157px; top: 5px; border: 4px solid #42322c; background: var(--lime); border-radius: 11px; transform: rotate(11deg); box-shadow: 0 10px 25px #4a302620; transition: transform .7s var(--ease); }
.lab-phone > b { font-size: 16px; left: 6px; bottom: 18px; }.lab-phone > span { left: 6px; }.lab-phone > b em { font-size: 1.2em; }
.responsive-experiment:hover .lab-phone { transform: translate(8px, -5px) rotate(4deg); }
.responsive-experiment:hover .lab-monitor { transform: translateY(3px) rotate(-3deg); }
.lab-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 32px; color: #c3a99f; }
.lab-footer > span { display: flex; align-items: center; gap: 11px; font-size: 13px; }
.lab-footer > span .icon { width: 17px; height: 17px; color: var(--lime); }
.lab-footer .text-link { color: var(--lime); font-size: 13px; }

/* Service cards are larger and gain animated line illustrations on hover. */
.services-section { background: #f0ebe9; }
.services-grid { gap: 24px; margin-top: 47px; }
.service-card { display: block; padding: 36px 32px; border-radius: 18px; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, #f4cfbd, #f7f2e9 65%); opacity: 0; transition: opacity .5s; pointer-events: none; }
.service-card:hover::before { opacity: .65; }
.service-card > * { position: relative; }
.service-card-top { margin-bottom: 32px; display: flex; height: 94px; }
.service-card-top > span { font-size: 12px; }
.service-art { transform: scale(1.18); transform-origin: left top; }
.service-art span, .service-art svg { transition: transform .65s var(--ease), background .5s, height .5s; }
.service-card:hover .art-design > span:first-child { transform: translateX(-5px) rotate(-35deg); }
.service-card:hover .art-design > span:last-child { transform: translateX(8px) rotate(15deg); }
.service-card:hover .art-code > span:first-child { transform: translateX(-6px); }
.service-card:hover .art-code > span:last-child { transform: translateX(6px); }
.service-card:hover .art-code > span:nth-child(2) { transform: rotate(24deg); }
.service-card:hover .art-growth .icon { transform: translate(6px, -5px); }
.service-card:hover .art-growth > span:nth-child(2) { height: 35px; }
.service-card:hover .art-growth > span:nth-child(3) { height: 46px; }
.service-card h3 { font-size: 26px; letter-spacing: -1px; margin-bottom: 19px; }
.service-card > p { font-size: 16px; line-height: 1.85; max-width: 100%; min-height: 118px; }
.service-tags { gap: 7px; margin-top: 30px; }
.service-tags > span { font-size: 11px; padding: 7px 10px; border-radius: 6px; }
.services-footer { font-size: 13px; margin-top: 32px; gap: 13px; }
.services-footer p strong { display: inline; }
.services-footer > a { font-size: 13px; }

/* A fully keyboard-operable reveal comparison. */
.transformation-section { display: grid; grid-template-columns: .82fr 1.25fr; align-items: center; gap: 6vw; border-bottom: 1px solid var(--line); }
.transformation-intro h2 { margin-top: 29px; font-size: clamp(42px, 3.65vw, 67px); }
.transformation-intro > p:not(.eyebrow) { font-size: 16px; line-height: 1.85; margin-top: 26px; color: var(--muted); max-width: 440px; }
.transformation-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.transformation-tags > span { font-size: 11px; border: 1px solid #dac9c0; padding: 7px 11px; border-radius: 30px; color: #715247; }
.transformation-intro > p.comparison-disclaimer { font-size: 11px; margin-top: 24px; }
.comparison-wrap { min-width: 0; }
.comparison-stage { position: relative; aspect-ratio: 1.2; border: 1px solid #dfd1ca; border-radius: 18px; overflow: hidden; isolation: isolate; background: #e7e0dc; }
.comparison-old, .comparison-new { position: absolute; inset: 0; overflow: hidden; }
.comparison-old { background: #e5e7e6; color: #595250; font-family: Arial, sans-serif; }
.old-nav { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px; background: #877c78; color: white; font-size: 11px; }
.old-nav strong { font-size: 17px; }
.old-hero { padding: 50px 28px 30px; text-align: center; }
.old-hero > span:first-child { font-size: 9px; letter-spacing: .5px; }
.old-hero h3 { font: 700 39px/1.15 Arial, sans-serif; margin-top: 20px; }
.old-hero p { font-size: 12px; line-height: 1.6; margin-top: 17px; }
.old-button { display: inline-block; background: #978e8b; color: white; font-size: 11px; padding: 10px 21px; margin-top: 23px; }
.old-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 25px; border-top: 1px solid #d2cecc; font-size: 10px; }
.old-columns i { display: block; height: 4px; background: #c4bebb; margin-top: 10px; }
.old-columns i:last-child { width: 60%; }
.comparison-new { clip-path: inset(0 0 0 calc(100% - var(--reveal, 50%))); background: #282528; color: white; }
.comparison-new > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.comparison-new-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #18100dd9, #18100d30 75%); }
.new-nav { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 30px; }
.new-nav strong { font-size: 30px; font-weight: 600; letter-spacing: -1.5px; }
.new-nav > span { display: flex; align-items: center; gap: 13px; font-size: 10px; }
.new-nav i { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #ffffff70; border-radius: 50%; font-size: 16px; font-style: normal; }
.new-hero { position: relative; padding: 34px 35px; }
.new-hero > span:first-child { font: 9px var(--mono); letter-spacing: 1px; color: #e7d8d1; }
.new-hero h3 { font-size: clamp(41px, 4.1vw, 79px); font-weight: 400; line-height: 1.01; letter-spacing: -.065em; margin-top: 19px; }
.new-hero h3 em { color: var(--lime); font-size: 1.2em; letter-spacing: -.04em; }
.new-button { display: inline-block; font-size: 11px; background: var(--lime); color: var(--ink); padding: 11px 18px; border-radius: 30px; margin-top: 24px; }
.new-coordinate { position: absolute; right: 26px; bottom: 21px; font: 8px var(--mono); letter-spacing: 1px; color: #f4eae5; }
.comparison-label { position: absolute; top: 88px; z-index: 4; font: 9px var(--mono); letter-spacing: .6px; padding: 6px 9px; border-radius: 4px; pointer-events: none; }
.label-before { left: 14px; background: #f7f2e9eb; color: #56423a; }
.label-after { right: 14px; background: #ff8054ea; color: #391e14; }
.comparison-divider { position: absolute; width: 2px; top: 0; bottom: 0; left: calc(100% - var(--reveal, 50%)); transform: translateX(-50%); z-index: 5; background: white; pointer-events: none; box-shadow: 0 0 10px #0003; }
.comparison-divider > span { position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; border-radius: 50%; background: white; border: 1px solid #e0d5d0; display: grid; place-items: center; transform: translate(-50%, -50%); color: #482f26; font-size: 25px; box-shadow: 0 3px 16px #0002; }
.comparison-range { position: absolute; inset: 0; z-index: 6; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; direction: rtl; touch-action: pan-y; }
.comparison-stage:has(.comparison-range:focus-visible) { outline: 3px solid #9e6752; outline-offset: 5px; }
.comparison-help { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 16px 2px 0; font: 9px var(--mono); letter-spacing: .3px; color: #795e54; }

/* Larger editorial rhythm throughout the original information sections. */
.process-section, .faq-section { gap: 6vw; grid-template-columns: .85fr 1.15fr; }
.process-intro h2, .faq-intro h2 { margin-top: 30px; }
.process-intro > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) { font-size: 17px; line-height: 1.85; margin-top: 27px; }
.process-intro .text-link { font-size: 15px; margin-top: 27px; }
.process-decoration { transform: scale(1.2); transform-origin: top left; margin-top: 54px; }
.process-decoration > svg { animation: slow-spin 28s linear infinite; }
.process-step { padding-block: 35px; gap: 28px; transition: padding .4s, background .4s; }
.process-step:first-child { padding-top: 30px; }
.process-step:hover { padding-left: 15px; background: #eee1da66; }
.step-number { font-size: 13px; margin-top: 1px; }
.step-kicker { font-size: 10px; }
.process-step h3 { font-size: 23px; letter-spacing: -.8px; margin-block: 14px 16px; line-height: 1.25; }
.process-step p { font-size: 15px; line-height: 1.85; max-width: 510px; }
.step-symbol { font-size: 29px; transition: transform .4s; }
.process-step:hover .step-symbol { transform: rotate(45deg); color: #804934; }
.about-card { border-radius: 24px; grid-template-columns: .95fr 1.05fr; }
.about-visual { min-height: 610px; background: #e9d6cc; }
.about-monogram { font-size: clamp(280px, 23vw, 445px); letter-spacing: -.13em; left: 7%; top: 40px; transition: transform 1s var(--ease); }
.about-card:hover .about-monogram { transform: rotate(-2deg) translateY(-8px); }
.about-orbit { width: 115%; height: 58%; top: 9%; left: -12%; border-color: #b78d7d; }
.about-star { width: 108px; height: 108px; right: 43px; top: 49px; }
.about-visual-caption { font-size: 12px; left: 45px; bottom: 90px; }
.about-visual-coordinate { font-size: 10px; left: 45px; bottom: 36px; }
.about-copy { padding: 60px 65px; }
.about-copy h2 { margin-block: 30px; }
.about-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.85; max-width: 570px; margin-top: 20px; }
.about-signature { margin-top: 35px; padding-top: 26px; }
.about-signature > span:first-child { font-size: 21px; }
.about-signature > span:nth-child(2) { font-size: 12px; }
.about-signature .icon { width: 23px; height: 23px; }
.faq-list summary { font-size: 17px; padding-block: 27px; }
.faq-plus { width: 33px; height: 33px; }
.faq-plus::before, .faq-plus::after { width: 11px; left: 10px; top: 15px; }
.faq-answer { font-size: 15px; line-height: 1.85; padding-bottom: 28px; }
.contact-section { background: #282528; }
.contact-section::before { width: 900px; height: 900px; right: -480px; top: -240px; border-color: #ff805415; box-shadow: 0 0 0 80px #ff805405, 0 0 0 160px #ff805405; }
.contact-inner { padding-top: 64px; }
.contact-top > span { font-size: 10px; }
.contact-main { padding-block: 77px 83px; gap: 90px; }
.contact-main h2 { font-size: clamp(92px, 8.3vw, 159px); letter-spacing: -.055em; }
.contact-main h2 > svg { width: 88px; height: 88px; right: -145px; top: 19px; animation: slow-spin 35s linear infinite; }
.contact-side { width: 360px; padding-top: 17px; }
.contact-side > p { font-size: 17px; line-height: 1.85; }
.contact-phone { font-size: 41px; letter-spacing: -1.7px; margin-top: 22px; }
.contact-phone .icon { width: 32px; height: 32px; }
.contact-person { font-size: 12px; margin-top: 5px; }
.contact-side .button { font-size: 14px; margin-top: 34px; }
.contact-hint { font-size: 11px; margin-top: 15px; }
.contact-bottom { font-size: 12px; padding-block: 30px; }
.contact-bottom .icon { width: 17px; height: 17px; }
.site-footer { min-height: 130px; gap: 28px; }
.site-footer .brand { font-size: 22px; gap: 11px; }
.site-footer .brand-mark { width: 36px; height: 36px; }
.site-footer .brand-mark svg { width: 25px; height: 25px; }
.copyright, .motion-toggle, .back-top { font-size: 12px; }
.back-top > span { width: 34px; height: 34px; font-size: 18px; }
.motion-toggle { gap: 9px; padding-block: 14px; }

/* Dialogs follow the same readable, generous scale. */
dialog { max-height: 92dvh; border-radius: 22px; }
.project-dialog { width: 1100px; }
.dialog-header { padding: 20px 28px; }
.dialog-header .eyebrow { font-size: 11px; }
.dialog-close { width: 42px; height: 42px; }
.dialog-close .icon { width: 21px; height: 21px; }
.project-dialog > img { max-height: 51dvh; }
.project-dialog-body { padding: 32px 38px 24px; align-items: flex-end; gap: 32px; }
.project-dialog-body h2 { font-size: 46px; }
.project-dialog-body .eyebrow { font-size: 11px; }
.project-dialog-body p:not(.eyebrow) { font-size: 15px; max-width: 610px; }
.project-dialog-body > .button { font-size: 12px; min-height: 56px; gap: 15px; }
.dialog-disclaimer { font-size: 11px; padding: 0 38px 30px; }
.brief-dialog { width: 660px; }
.brief-body { padding: 11px 40px 35px; }
.brief-body h2 { font-size: 39px; letter-spacing: -1.8px; }
#brief-step-label { font-size: 10px; }
#brief-intro { font-size: 14px; margin-bottom: 28px; }
.choice-card { padding: 18px; margin-bottom: 11px; border-radius: 11px; }
.choice-card strong { font-size: 15px; }
.choice-card small { font-size: 12px; margin-top: 5px; }
.choice-circle { width: 20px; height: 20px; }
.field-label, select, textarea { font-size: 15px; }
.field-label { margin-top: 21px; }.field-label > span { font-size: 12px; }
select, textarea { padding: 13px 15px; }
.brief-navigation { margin-top: 29px; }
.brief-navigation .button { font-size: 14px; min-height: 55px; }
.brief-summary { padding: 20px 22px; }
.brief-summary-row small { font-size: 10px; }
.brief-summary-row p { font-size: 15px; }
.brief-privacy { font-size: 13px; }
.brief-export .button { min-height: 52px; font-size: 13px; }
.brief-export .text-link { font-size: 13px; }
.brief-call > span { font-size: 12px; }.brief-call strong { font-size: 29px; }
.copy-status { font-size: 12px; }

@keyframes sculpture-drift { 0% { transform: scale(1) rotate(-3deg) translateY(-5px); } 100% { transform: scale(1.09) rotate(4deg) translateY(9px); } }
@keyframes browser-bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 -11px; } }
@keyframes chip-bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 9px; } }
@keyframes ribbon-scroll { to { transform: translateX(-50%); } }
@keyframes live-breathe { 0%, 100% { box-shadow: 0 0 0 5px #ff80540d; } 50% { box-shadow: 0 0 0 9px #ff805400; } }
.js-motion .tilt-surface.is-visible { transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); }
.reduce-motion .hero-sculpture, .reduce-motion .showcase-browser, .reduce-motion .art-floating-chip, .reduce-motion .art-note { animation: none; }
.reduce-motion .tilt-surface, .reduce-motion .project-image { transform: none; }
.reduce-motion .magnetic { translate: none; }
.reduce-motion .texture-experiment > img { translate: none; }

@media (min-width: 2000px) {
  .hero { gap: 42px 90px; padding-top: 74px; }
  .hero-art { height: 790px; }
  .hero-description { font-size: 21px; max-width: 655px; }
  .hero-person p { font-size: 14px; }
  .hero-actions .button { font-size: 17px; min-height: 72px; }
  .hero-actions .text-link { font-size: 15px; }
  .showcase-browser { bottom: 150px; }
  .note-quality { bottom: 185px; }
  .canvas-stage { height: 430px; }
}
@media (max-width: 1240px) {
  .header-inner { height: 92px; }
  .brand { font-size: 22px; }
  .brand-mark { width: 37px; height: 37px; }.brand-mark svg { width: 26px; height: 26px; }
  .desktop-nav { gap: 26px; margin-left: 0; }.desktop-nav a, .header-cta { font-size: 12px; }
  .header-cta { padding: 13px 18px; gap: 17px; }
  .hero { gap: 25px 3vw; padding-top: 44px; }
  h1 { font-size: 7.2vw; }
  .hero-eyebrow { font-size: 10px; margin-bottom: 29px; }
  .hero-description { font-size: 17px; line-height: 1.75; margin-top: 25px; }
  .hero-benefits { font-size: 11px; gap: 12px; }
  .hero-benefits > span { font-size: 11px; }
  .hero-actions { gap: 17px; margin-top: 27px; }
  .hero-actions .button { min-height: 58px; font-size: 12px; padding-left: 20px; gap: 15px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-person { margin-top: 26px; }.hero-person p { font-size: 11px; }
  .hero-art { height: 590px; }.art-topline { font-size: 8px; left: 23px; right: 23px; }
  .art-word { font-size: 43px; left: 25px; top: 73px; }.art-spark { width: 49px; height: 49px; right: 24px; }
  .showcase-browser { width: 70%; bottom: 144px; left: 7%; }
  .note-quality { bottom: 143px; padding: 12px 14px; right: 15px; }
  .art-note > span:last-child { font-size: 10px; }.art-note strong { font-size: 11px; }
  .art-floating-chip { font-size: 10px; right: 20px; top: 38%; }
  .hero-bottom > span { font-size: 10px; }.hero-bottom > a { font-size: 9px; }
  h2 { font-size: 4.15vw; }
  .section-heading-row > p { font-size: 14px; max-width: 260px; }
  .project-caption h3 { font-size: 29px; }.project-caption p { font-size: 13px; }.project-type { font-size: 11px; gap: 14px; }
  .project-invitation { padding: 39px; }.project-invitation h3 { font-size: 43px; }
  .invitation-index { left: 39px; }.invitation-star { width: 180px; height: 180px; }
  .lab-grid { gap: 18px; }.canvas-stage { height: 330px; }
  .type-composition { font-size: 6vw; }.type-composition > em { margin-left: 22px; }.type-composition > span:nth-child(3) { margin-left: 45px; }
  .lab-card-top { font-size: 9px; }.type-card-bottom { font-size: 8px; }
  .playground-bottom h3 { font-size: 23px; }.playground-switch button { width: 36px; height: 34px; font-size: 22px; }
  .palette-experiment, .responsive-experiment { padding: 23px; }
  .palette-experiment h3, .responsive-experiment h3 { font-size: 23px; }
  .texture-copy { inset-inline: 23px; }.texture-copy h3 { font-size: 35px; }
  .texture-copy > span { font-size: 8px; }
  .service-card { padding: 30px 26px; }.service-card h3 { font-size: 23px; }.service-card > p { font-size: 15px; min-height: 140px; }
  .service-tags > span { font-size: 10px; padding: 6px 8px; }
  .services-footer { font-size: 12px; }.services-footer p strong { display: block; }
  .transformation-section { gap: 4vw; }.transformation-intro h2 { font-size: 3.65vw; }.transformation-intro > p:not(.eyebrow) { font-size: 15px; }
  .comparison-stage { aspect-ratio: 1.1; }.comparison-help { font-size: 8px; }.comparison-help > span:nth-child(2) { display: none; }
  .old-hero { padding-top: 42px; }.old-hero h3 { font-size: 33px; }.old-nav { padding: 20px; }.old-nav > span { font-size: 9px; }
  .new-nav { padding: 20px 25px; }.new-hero { padding: 31px 27px; }.new-hero h3 { font-size: 4.4vw; }
  .process-section, .faq-section { gap: 5vw; }.process-step { gap: 20px; }.process-step h3 { font-size: 21px; }.process-step p { font-size: 14px; }
  .process-intro > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) { font-size: 15px; }
  .about-copy { padding: 43px; }.about-copy > p:not(.eyebrow) { font-size: 15px; }.about-visual { min-height: 590px; }
  .about-monogram { font-size: 25vw; top: 54px; }.about-star { width: 78px; height: 78px; right: 30px; }
  .about-signature > span:first-child { font-size: 18px; }.about-signature > span:nth-child(2) { font-size: 11px; }
  .faq-list summary { font-size: 16px; }.faq-answer { font-size: 14px; }
  .contact-main { gap: 65px; }.contact-main h2 { font-size: 8.4vw; }.contact-main h2 > svg { width: 66px; height: 66px; right: -100px; }
  .contact-side { width: 310px; }.contact-side > p { font-size: 16px; }.contact-phone { font-size: 36px; }.contact-side .button { font-size: 12px; gap: 10px; padding-left: 21px; }
  .site-footer { gap: 20px; }.site-footer .brand { font-size: 20px; }.copyright, .motion-toggle, .back-top { font-size: 11px; }
}

@media (max-width: 1040px) {
  .container { width: calc(100% - 56px); }
  .header-inner { height: 84px; }.desktop-nav { gap: 20px; }.desktop-nav a, .header-cta { font-size: 11px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 25px; padding-top: 38px; }
  h1 { font-size: 7.2vw; }.headline-spark { font-size: 32px; right: 1px; top: -25px; }
  .hero-eyebrow { font-size: 9px; letter-spacing: 1px; gap: 10px; }
  .hero-description { font-size: 16px; }.hero-benefits { gap: 8px 12px; }.hero-benefits > span { font-size: 10px; }
  .hero-actions { flex-wrap: wrap; gap: 15px 22px; }.hero-actions .button { min-height: 56px; font-size: 12px; }.hero-actions .text-link { font-size: 12px; }
  .hero-person p { font-size: 10px; }.person-monogram { width: 39px; height: 39px; font-size: 20px; }
  .hero-art { height: 595px; border-radius: 20px; }.art-topline { font-size: 7px; left: 20px; right: 20px; }.art-topline > span:last-child { display: none; }
  .art-word { left: 23px; font-size: 40px; }.art-spark { width: 43px; height: 43px; right: 22px; }
  .showcase-browser { width: 77%; left: 5%; bottom: 171px; }.note-quality { bottom: 145px; right: 12px; }.art-note > span:last-child { font-size: 9px; }.art-note strong { font-size: 10px; }
  .art-floating-chip { top: 36%; font-size: 9px; right: 13px; }.art-bottomline { font-size: 9px; left: 21px; right: 21px; }.art-tag { left: 21px; font-size: 9px; }
  .hero-coordinate { display: none; }.hero-bottom > span { max-width: none; font-size: 10px; }
  h2 { font-size: 42px; }.section-heading-row > p { font-size: 14px; max-width: 250px; }
  .projects-toolbar { margin-top: 37px; }.project-filters button { font-size: 12px; padding: 11px 17px; }.concept-label { font-size: 11px; }
  .project-grid { gap: 34px 22px; }.project-image { aspect-ratio: 1.1; border-radius: 17px; }.project-caption { display: block; }.project-type { margin-top: 15px; justify-content: space-between; }
  .project-caption h3 { font-size: 29px; }.project-caption p { font-size: 14px; }
  .project-invitation { padding: 33px; }.project-invitation h3 { font-size: 40px; }.project-invitation > p { font-size: 10px; }.project-invitation .text-link { font-size: 14px; }.invitation-index { left: 33px; }
  .lab-grid { gap: 16px; }.creative-playground { padding: 24px; grid-column: 1 / 8; }.canvas-stage { margin-inline: -24px; height: 295px; }
  .type-experiment { grid-column: 8 / 13; padding: 24px; }.type-composition { font-size: 6.2vw; margin-top: 40px; }.type-composition > span:nth-child(3) { margin-left: 30px; }.type-star { margin-left: 8px; }
  .playground-bottom { gap: 12px; }.playground-bottom h3 { font-size: 21px; }.playground-switch { gap: 2px; padding: 3px; }.playground-switch button { width: 32px; height: 31px; font-size: 20px; }
  .playground-bottom .eyebrow { font-size: 8px; }.lab-card-top { font-size: 8px; letter-spacing: .6px; }.canvas-hint { font-size: 8px; }
  .palette-experiment, .responsive-experiment { padding: 22px; }.palette-swatches > span { width: 69px; height: 69px; margin-left: -12px; }
  .palette-experiment h3, .responsive-experiment h3 { font-size: 22px; }.device-composition { transform: scale(.83); transform-origin: left center; }
  .texture-copy { inset: auto 22px 28px; }.texture-copy h3 { font-size: 34px; }.texture-copy > span { font-size: 7px; }
  .lab-footer { gap: 20px; }.lab-footer > span, .lab-footer .text-link { font-size: 12px; }
  .services-grid { gap: 17px; }.service-card { padding: 28px 22px; }.service-card h3 { font-size: 21px; }.service-card > p { font-size: 14px; min-height: 165px; }
  .service-tags { gap: 5px; }.service-tags > span { font-size: 9px; padding: 6px; }
  .transformation-section { grid-template-columns: 1fr 1.15fr; gap: 35px; }.transformation-intro h2 { font-size: 39px; }.transformation-intro > p:not(.eyebrow) { font-size: 15px; }
  .transformation-tags > span { font-size: 10px; }.comparison-stage { aspect-ratio: .9; }.new-hero h3 { font-size: 49px; }.new-hero { padding: 43px 25px; }.old-hero { padding-top: 49px; }.old-hero h3 { font-size: 32px; }
  .old-nav { padding: 20px 16px; gap: 10px; }.old-nav strong { font-size: 14px; }.old-nav > span { font-size: 8px; }.new-nav { padding: 21px; }.new-nav > span { font-size: 9px; }
  .process-section, .faq-section { gap: 34px; }.process-step { gap: 18px; }.process-step h3 { font-size: 20px; }.process-step p { font-size: 14px; }.step-kicker { font-size: 9px; }.step-symbol { font-size: 23px; }
  .about-copy { padding: 35px; }.about-visual { min-height: 585px; }.about-copy > p:not(.eyebrow) { font-size: 15px; }.about-copy h2 { font-size: 46px; }
  .about-monogram { font-size: 28vw; top: 75px; left: 5%; }.about-star { width: 65px; height: 65px; }.about-visual-caption { font-size: 10px; left: 31px; }.about-visual-coordinate { font-size: 9px; left: 31px; }
  .about-signature > span:nth-child(2) { font-size: 11px; }.about-signature .icon { display: none; }.faq-list summary { font-size: 15px; }
  .contact-main { gap: 50px; padding-block: 65px; }.contact-main h2 { font-size: 8.1vw; }.contact-main h2 > svg { right: -67px; width: 48px; height: 48px; }
  .contact-side { width: 285px; }.contact-phone { font-size: 32px; }.contact-side > p { font-size: 15px; }.contact-person { font-size: 11px; }.contact-side .button { font-size: 11px; }.contact-hint { font-size: 10px; }
  .contact-bottom { font-size: 11px; }.contact-top > span { font-size: 9px; }.site-footer .brand { font-size: 19px; }.site-footer { gap: 18px; }.copyright, .motion-toggle, .back-top { font-size: 10px; }
}

@media (max-width: 759px) {
  :root { --space-section: 76px; }
  html { scroll-padding-top: 96px; }
  .container { width: calc(100% - 40px); }
  .header-inner { height: 80px; gap: 12px; }.brand { font-size: 20px; gap: 9px; }.brand-mark { width: 34px; height: 34px; }.brand-mark svg { width: 24px; height: 24px; }
  .desktop-nav { display: none; }.header-cta { font-size: 11px; padding: 11px 15px; gap: 13px; }.header-cta .icon { width: 17px; height: 17px; }
  .menu-toggle { width: 35px; height: 44px; padding: 6px; }.menu-toggle span { width: 23px; }.mobile-nav { top: 80px; padding: 18px 20px 27px; }.mobile-nav > a { font-size: 19px; padding-block: 17px; }.mobile-nav > a > span { font-size: 11px; }
  .hero { grid-template-columns: 1fr; padding-top: 41px; gap: 32px; }
  .hero-copy { padding: 0; }.hero-eyebrow { font-size: 11px; margin-bottom: 29px; letter-spacing: 1px; }
  h1 { font-size: clamp(73px, 11.6vw, 91px); letter-spacing: -.063em; line-height: 1.05; }.hero h1 em { letter-spacing: -.05em; }
  .headline-spark { font-size: 38px; right: 25px; top: 4px; }
  .hero h1 em::after { height: 8px; }
  .hero-description { font-size: 18px; line-height: 1.75; max-width: 535px; margin-top: 29px; }
  .hero-benefits { gap: 18px; margin-top: 20px; }.hero-benefits > span { font-size: 12px; }
  .hero-actions { gap: 23px; margin-top: 28px; flex-wrap: wrap; }.hero-actions .button { font-size: 14px; min-height: 61px; padding-left: 23px; gap: 19px; }.hero-actions .text-link { font-size: 13px; }
  .hero-actions .button-icon { width: 41px; height: 41px; }.hero-person { gap: 13px; margin-top: 28px; }.hero-person p { font-size: 12px; }.person-monogram { width: 42px; height: 42px; font-size: 22px; }
  .hero-art { height: 590px; max-width: none; border-radius: 22px; }.hero-sculpture { object-position: center; }
  .art-topline { top: 26px; left: 27px; right: 27px; font-size: 9px; }.art-topline > span:last-child { display: block; }
  .art-word { font-size: 51px; top: 78px; left: 28px; }.art-spark { top: 78px; right: 33px; width: 63px; height: 63px; }
  .showcase-browser { width: 64%; left: 8%; bottom: 108px; top: auto; }.browser-bar { height: 27px; }.browser-address { font-size: 8px; }
  .art-floating-chip { top: 38%; right: 24px; font-size: 11px; }.note-quality { bottom: 120px; right: 22px; padding: 15px 18px; }.art-note > span:last-child { font-size: 11px; }.art-note strong { font-size: 12px; }.note-check { width: 32px; height: 32px; }
  .art-tag { bottom: 77px; left: 25px; font-size: 10px; }.art-bottomline { left: 25px; right: 25px; bottom: 19px; font-size: 10px; }.device-toggle button { width: 42px; height: 33px; }.device-toggle .icon { width: 18px; height: 18px; }
  .showcase-browser.is-mobile { top: 139px; width: 175px; left: calc(50% - 87.5px); }.mobile-preview-content strong { font-size: 29px; }.mobile-preview-shape { height: 96px; }
  .hero-bottom { margin-top: 0; padding-block: 21px 27px; gap: 22px; }.hero-bottom > a { font-size: 9px; }.hero-bottom > span { font-size: 10px; max-width: 230px; text-align: right; }.hero-coordinate { display: none; }
  .strip-inner { min-height: 82px; gap: 35px; padding-inline: 18px; }.strip-inner > span { font-size: 18px; }.strip-inner > svg { width: 23px; height: 23px; }
  .section-top { margin-bottom: 26px; }.eyebrow { font-size: 11px; gap: 11px; }.small-note { display: none; }
  h2 { font-size: clamp(39px, 6.1vw, 49px); letter-spacing: -.048em; }.section-heading-row { display: block; margin-bottom: 31px; }.section-heading-row > p { font-size: 16px; max-width: 440px; margin-top: 24px; }
  .projects-toolbar { margin-block: 35px 25px; gap: 15px; }.project-filters { gap: 3px; }.project-filters button { font-size: 11px; padding: 11px 14px; }.project-filters button > span { font-size: 9px; }.concept-label { font-size: 10px; }
  .project-grid { gap: 34px 20px; }.project-image { aspect-ratio: .96; border-radius: 15px; }.project-number { top: 22px; left: 19px; font-size: 9px; }.project-view { width: 42px; height: 42px; top: 15px; right: 15px; }.project-view .icon { width: 20px; height: 20px; }
  .project-window { width: 82%; left: 5%; bottom: -3%; }.project-image-rano .project-window { width: 70%; bottom: -9%; right: 5%; }
  .project-caption { padding-top: 19px; }.project-caption h3 { font-size: 28px; }.project-caption p { font-size: 13px; line-height: 1.65; }.project-type { font-size: 11px; margin-top: 12px; gap: 12px; }
  .project-invitation { padding: 28px; min-height: 350px; }.project-invitation > p { font-size: 9px; margin-bottom: 22px; }.project-invitation h3 { font-size: 35px; }.project-invitation .text-link { font-size: 12px; margin-top: 25px; }.invitation-index { left: 28px; font-size: 9px; bottom: 23px; }.invitation-star { width: 150px; height: 150px; }.projects-disclaimer { font-size: 12px; max-width: 540px; margin-top: 29px; }
  .lab-live { display: none; }.lab-grid { grid-template-columns: repeat(6, 1fr); gap: 17px; margin-top: 35px; }.lab-grid > article { border-radius: 19px; }
  .creative-playground { grid-column: 1 / 7; padding: 25px; }.canvas-stage { height: 350px; margin-inline: -25px; }.lab-card-top { font-size: 10px; letter-spacing: .7px; }.canvas-hint { font-size: 9px; }
  .playground-bottom h3 { font-size: 26px; }.playground-bottom .eyebrow { font-size: 9px; }.playground-switch { padding: 5px; gap: 4px; }.playground-switch button { width: 40px; height: 37px; font-size: 25px; }.playground-pause { font-size: 12px; }
  .type-experiment { grid-column: 1 / 4; padding: 25px; }.type-composition { font-size: 8.7vw; margin-top: 35px; }.type-composition > em { margin-left: 17px; }.type-composition > span:nth-child(3) { margin-left: 25px; }.type-star { margin-left: 10px; }.type-card-bottom { font-size: 8px; letter-spacing: .3px; gap: 9px; }.type-cursor { font-size: 27px; }
  .palette-experiment { grid-column: 4 / 7; display: flex; flex-direction: column; padding: 25px; }.palette-experiment .lab-card-top { font-size: 9px; }.palette-swatches { flex: 1; min-height: 170px; }.palette-swatches > span { width: 70px; height: 70px; margin-left: -16px; }.palette-experiment h3 { font-size: 30px; margin-bottom: 15px; }
  .texture-experiment { grid-column: 1 / 4; min-height: 325px; }.texture-copy { inset: auto 24px 26px; }.texture-copy h3 { font-size: 38px; }.texture-copy > span { font-size: 9px; line-height: 1.6; display: block; max-width: 170px; }
  .responsive-experiment { grid-column: 4 / 7; padding: 25px; }.responsive-experiment .lab-card-top { font-size: 9px; }.responsive-experiment h3 { font-size: 27px; }.device-composition { height: 185px; transform: scale(.9); }
  .lab-footer { flex-direction: column; align-items: flex-start; gap: 18px; padding-top: 28px; }.lab-footer > span, .lab-footer .text-link { font-size: 13px; }
  .services-grid { grid-template-columns: 1fr; gap: 17px; margin-top: 35px; }.service-card { display: grid; grid-template-columns: 110px 1fr; gap: 0 28px; padding: 33px; }
  .service-card-top { grid-row: 1 / 4; display: block; height: auto; margin: 0; }.service-card-top > span { position: absolute; bottom: 0; left: 0; font-size: 12px; }.service-art { transform: scale(1.2); }
  .service-card h3 { font-size: 26px; margin-bottom: 16px; }.service-card > p { font-size: 16px; min-height: 0; }.service-tags { margin-top: 25px; gap: 7px; }.service-tags > span { font-size: 11px; padding: 6px 9px; }
  .services-footer { font-size: 12px; gap: 10px; }.services-footer > p { min-width: 260px; }.services-footer > a { font-size: 13px; margin-left: 18px; }
  .transformation-section { grid-template-columns: 1fr; gap: 38px; }.transformation-intro h2 { font-size: 44px; margin-top: 25px; }.transformation-intro > p:not(.eyebrow) { font-size: 16px; max-width: 540px; margin-top: 23px; }.transformation-tags > span { font-size: 11px; }.transformation-intro > p.comparison-disclaimer { font-size: 11px; margin-top: 20px; }
  .comparison-stage { aspect-ratio: 1.16; border-radius: 17px; }.old-nav { padding: 24px; }.old-nav strong { font-size: 18px; }.old-nav > span { font-size: 11px; }.old-hero { padding-top: 48px; }.old-hero h3 { font-size: 37px; }.old-hero p { font-size: 13px; }
  .new-nav { padding: 23px 29px; }.new-nav > span { font-size: 11px; }.new-hero { padding: 34px 33px; }.new-hero h3 { font-size: 9vw; }.new-button { font-size: 12px; }.comparison-help { font-size: 10px; }
  .process-section, .faq-section { grid-template-columns: 1fr; gap: 37px; }.process-intro h2, .faq-intro h2 { margin-top: 25px; }.process-intro > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) { font-size: 17px; margin-top: 25px; }.process-intro .text-link { font-size: 15px; margin-top: 23px; }
  .process-decoration { position: absolute; right: 0; bottom: 0; transform: scale(.82); transform-origin: right bottom; opacity: .5; }.process-step { padding-block: 30px; gap: 24px; }.process-step h3 { font-size: 23px; }.process-step p { font-size: 16px; max-width: 100%; }.step-kicker { font-size: 10px; }.step-number { font-size: 12px; }.step-symbol { font-size: 27px; }
  .about-card { grid-template-columns: .75fr 1fr; border-radius: 20px; }.about-visual { min-height: 620px; }.about-copy { padding: 33px; }.about-copy h2 { font-size: 43px; }.about-copy > p:not(.eyebrow) { font-size: 15px; }.about-copy .eyebrow { font-size: 10px; gap: 8px; }.about-monogram { font-size: 31vw; top: 115px; left: 3%; }.about-star { width: 55px; height: 55px; right: 23px; top: 52px; }.about-orbit { top: 15%; height: 45%; }
  .about-visual-caption { left: 25px; bottom: 92px; font-size: 9px; letter-spacing: 1px; }.about-visual-coordinate { left: 25px; bottom: 36px; font-size: 8px; }.about-signature { margin-top: 28px; padding-top: 23px; }.about-signature > span:first-child { font-size: 18px; }.about-signature > span:nth-child(2) { flex-basis: 100%; margin-left: 0; font-size: 11px; }
  .faq-list summary { font-size: 17px; padding-block: 26px; }.faq-answer { font-size: 15px; }
  .contact-inner { padding-top: 45px; }.contact-top .eyebrow { font-size: 11px; }.contact-top > span { display: none; }.contact-main { display: block; padding-block: 47px; }.contact-main h2 { font-size: 11.8vw; letter-spacing: -.055em; }.contact-main h2 > svg { right: -82px; width: 55px; height: 55px; top: 13px; }
  .contact-side { width: 100%; padding-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; }.contact-side > p { font-size: 16px; }.contact-phone { font-size: 32px; margin: 0; }.contact-person { font-size: 11px; }.contact-side .button { font-size: 12px; min-height: 59px; margin-top: 24px; padding-left: 19px; }.contact-side .button-icon { width: 37px; height: 37px; }.contact-hint { font-size: 10px; max-width: 280px; }.contact-bottom { font-size: 11px; padding-block: 26px; gap: 25px; }.contact-bottom > a { font-size: 11px; white-space: nowrap; }
  .site-footer { min-height: 135px; padding-block: 29px; gap: 22px; }.site-footer .brand { font-size: 21px; }.copyright { font-size: 11px; }.motion-toggle, .back-top { font-size: 11px; }.site-footer .brand-mark { width: 33px; height: 33px; }
  .project-dialog-body { display: block; padding: 25px; }.project-dialog-body > .button { margin-top: 25px; font-size: 13px; }.project-dialog-body p:not(.eyebrow) { font-size: 15px; }.project-dialog-body h2 { font-size: 39px; }.project-dialog-body .service-tags > span { font-size: 11px; }.dialog-header { padding: 17px 21px; }.dialog-header .eyebrow { font-size: 9px; }.dialog-disclaimer { font-size: 11px; padding-inline: 25px; }
  .brief-body { padding: 9px 28px 27px; }.brief-body h2 { font-size: 34px; }#brief-intro { font-size: 14px; }.choice-card strong { font-size: 15px; }.choice-card small { font-size: 12px; }.brief-export { flex-wrap: wrap; gap: 15px 23px; }
}

@media (max-width: 479px) {
  :root { --space-section: 65px; }
  .container { width: calc(100% - 36px); }
  .header-inner { height: 77px; gap: 8px; }.brand { font-size: 18px; letter-spacing: -.7px; gap: 8px; }.brand-mark { width: 31px; height: 31px; }.brand-mark svg { width: 23px; height: 23px; }
  .header-cta { font-size: 10px; padding: 11px 12px; gap: 7px; }.header-cta .icon { width: 15px; height: 15px; }.menu-toggle { width: 29px; padding-inline: 3px; }.mobile-nav { top: 77px; }
  .hero { padding-top: 35px; gap: 30px; }.hero-eyebrow { font-size: 10px; letter-spacing: .8px; gap: 10px; margin-bottom: 26px; }
  h1 { font-size: 14.2vw; letter-spacing: -.061em; }.headline-spark { font-size: 29px; top: -15px; right: 2px; }.hero h1 em::after { height: 7px; bottom: 4%; }
  .hero-description { font-size: 16px; line-height: 1.8; margin-top: 27px; max-width: none; }
  .hero-benefits { gap: 10px 15px; margin-top: 17px; }.hero-benefits > span { font-size: 11px; gap: 5px; }.hero-benefits .icon { width: 15px; height: 15px; }
  .hero-actions { gap: 14px; margin-top: 25px; }.hero-actions .button { font-size: 12px; min-height: 58px; padding-left: 19px; gap: 13px; }.hero-actions .button-icon { width: 37px; height: 37px; }.hero-actions .button-icon .icon { width: 20px; height: 20px; }.hero-actions .text-link { font-size: 11px; gap: 7px; }
  .hero-person { margin-top: 25px; gap: 12px; }.hero-person p { font-size: 10px; }.person-monogram { width: 38px; height: 38px; font-size: 21px; }
  .hero-art { height: 485px; border-radius: 18px; }.art-topline { font-size: 7px; left: 22px; right: 22px; top: 23px; }.art-topline > span:last-child { display: none; }
  .art-word { font-size: 42px; top: 66px; left: 24px; }.art-spark { width: 47px; height: 47px; top: 69px; right: 23px; }
  .showcase-browser { width: 74%; left: 6%; bottom: 135px; top: auto; }.browser-bar { height: 23px; }.browser-address { font-size: 7px; }.browser-dots i { width: 4px; height: 4px; }
  .art-floating-chip { top: 37%; right: 13px; font-size: 9px; padding: 8px 10px; }.chip-cursor { font-size: 29px; top: -26px; }
  .note-quality { bottom: 124px; right: 13px; padding: 11px 13px; gap: 8px; }.note-check { width: 28px; height: 28px; }.art-note > span:last-child { font-size: 9px; }.art-note strong { font-size: 10px; }
  .art-tag { bottom: 79px; left: 21px; font-size: 9px; padding: 7px 10px; }.art-bottomline { left: 21px; right: 21px; bottom: 20px; font-size: 8px; }.device-toggle button { width: 37px; height: 29px; }.device-toggle .icon { width: 17px; height: 17px; }
  .showcase-browser.is-mobile { top: 122px; width: 155px; left: calc(50% - 77.5px); border-width: 6px; border-radius: 22px; }.is-mobile .mobile-preview-content { padding: 19px 12px; }.mobile-preview-content > span:first-child { font-size: 16px; margin-bottom: 23px; }.mobile-preview-content strong { font-size: 27px; }.mobile-preview-content small { font-size: 5px; }.mobile-preview-shape { height: 83px; }
  .hero-bottom { padding-block: 17px 24px; gap: 16px; }.hero-bottom > a { font-size: 7px; gap: 9px; }.hero-bottom > span { font-size: 9px; max-width: 163px; }.scroll-cue { width: 29px; height: 36px; }
  .strip-inner { min-height: 74px; gap: 28px; padding-inline: 14px; flex-wrap: nowrap; }.strip-inner > span { font-size: 17px; }.strip-inner > svg { width: 21px; height: 21px; }.strip-inner > svg:nth-child(4) { display: block; }.strip-inner > span:nth-child(5) { margin-left: 0; }.strip-inner > span:last-child, .strip-inner > svg:nth-last-child(2) { display: block; }.ribbon-pause { width: 33px; height: 33px; right: 12px; }
  .eyebrow { font-size: 10px; gap: 10px; letter-spacing: .9px; }.section-top { margin-bottom: 24px; }h2 { font-size: clamp(34px, 8.8vw, 42px); letter-spacing: -.055em; }.section-heading-row > p { font-size: 15px; margin-top: 22px; }
  .projects-toolbar { gap: 12px; flex-wrap: wrap; margin-block: 29px 24px; }.project-filters { gap: 2px; }.project-filters button { font-size: 10px; padding: 10px 12px; }.project-filters button > span { font-size: 8px; margin-left: 5px; }.concept-label { font-size: 10px; margin-left: 3px; }
  .project-grid { grid-template-columns: 1fr; gap: 33px; }.project-image { aspect-ratio: 1.11; border-radius: 17px; }.project-number { font-size: 10px; top: 25px; left: 22px; }.project-view { width: 45px; height: 45px; }
  .project-window { width: 64%; bottom: -5%; left: 6%; }.project-image-rano .project-window { width: 52%; right: 5%; bottom: -8%; }.project-caption { display: flex; align-items: flex-start; gap: 14px; padding-top: 18px; }.project-caption h3 { font-size: 29px; }.project-caption h3 > span { font-size: 20px; }.project-caption p { font-size: 12px; max-width: 240px; margin-top: 8px; }.project-type { font-size: 10px; gap: 11px; margin-top: 6px; }.project-type > span { font-size: 21px; }
  .project-invitation { min-height: 345px; padding: 34px; }.project-invitation h3 { font-size: 43px; }.project-invitation > p { font-size: 10px; }.project-invitation .text-link { font-size: 14px; }.invitation-index { left: 34px; bottom: 27px; font-size: 9px; }.invitation-star { width: 190px; height: 190px; right: -13px; }.projects-disclaimer { font-size: 11px; line-height: 1.8; }
  .lab-grid { grid-template-columns: 1fr; gap: 16px; }.lab-grid > article { grid-column: auto; }.creative-playground { padding: 22px; }.canvas-stage { height: 310px; margin-inline: -22px; }.lab-card-top { font-size: 9px; }.canvas-hint { font-size: 7px; letter-spacing: .7px; }
  .playground-bottom { gap: 12px; padding-top: 19px; }.playground-bottom .eyebrow { font-size: 7px; }.playground-bottom h3 { font-size: 22px; margin-top: 9px; }.playground-switch { padding: 3px; gap: 2px; }.playground-switch button { width: 33px; height: 32px; font-size: 22px; }.playground-pause { font-size: 11px; padding-top: 18px; }
  .type-experiment { padding: 26px; min-height: 480px; }.type-composition { font-size: 21vw; line-height: .95; margin-top: 34px; }.type-composition > em { margin-left: 30px; }.type-composition > span:nth-child(3) { margin-left: 70px; }.type-star { margin-left: 20px; }.type-card-bottom { font-size: 9px; padding-top: 22px; }.type-cursor { font-size: 33px; }
  .palette-experiment { min-height: 330px; padding: 26px; }.palette-experiment .lab-card-top { font-size: 10px; }.palette-swatches { min-height: 150px; height: 155px; flex: none; }.palette-swatches > span { width: 90px; height: 90px; margin-left: -15px; }.palette-swatches i { font-size: 9px; }.palette-experiment h3 { font-size: 33px; margin-bottom: 0; }
  .texture-experiment { min-height: 350px; }.texture-copy { inset: auto 27px 30px; }.texture-copy h3 { font-size: 44px; }.texture-copy > span { font-size: 9px; max-width: none; }
  .responsive-experiment { min-height: 355px; padding: 26px; }.responsive-experiment .lab-card-top { font-size: 10px; }.device-composition { height: 183px; transform: scale(1.07); transform-origin: 10% center; margin-top: 10px; }.responsive-experiment h3 { font-size: 31px; }.lab-footer > span, .lab-footer .text-link { font-size: 12px; }.lab-footer { padding-top: 27px; gap: 19px; }
  .service-card { display: block; padding: 28px; }.service-card-top { display: flex; height: 92px; margin-bottom: 23px; }.service-card-top > span { position: static; font-size: 12px; }.service-art { transform: scale(1.13); }.service-card h3 { font-size: 26px; margin-bottom: 18px; }.service-card > p { font-size: 16px; min-height: 0; }.service-tags > span { font-size: 11px; padding: 6px 9px; }.services-footer { font-size: 12px; align-items: flex-start; }.services-footer > p { min-width: 230px; }.services-footer > a { margin-left: 17px; font-size: 13px; }
  .transformation-intro h2 { font-size: 38px; }.transformation-intro > p:not(.eyebrow) { font-size: 15px; }.transformation-tags { gap: 7px; }.transformation-tags > span { font-size: 10px; }.transformation-intro > p.comparison-disclaimer { font-size: 11px; }
  .comparison-stage { aspect-ratio: .85; }.old-nav { padding: 21px 16px; gap: 10px; }.old-nav strong { font-size: 13px; }.old-nav > span { font-size: 8px; }.old-hero { padding: 43px 18px 28px; }.old-hero > span:first-child { font-size: 8px; }.old-hero h3 { font-size: 31px; }.old-hero p { font-size: 11px; }.old-button { font-size: 10px; padding: 9px 17px; }.old-columns { gap: 15px; padding: 21px; font-size: 9px; }
  .new-nav { padding: 20px; gap: 10px; }.new-nav strong { font-size: 25px; }.new-nav > span { font-size: 9px; }.new-nav i { width: 27px; height: 27px; font-size: 14px; }.new-hero { padding: 32px 24px; }.new-hero > span:first-child { font-size: 8px; }.new-hero h3 { font-size: 13.1vw; margin-top: 18px; }.new-button { font-size: 10px; padding: 10px 15px; margin-top: 20px; }.new-coordinate { font-size: 6px; bottom: 18px; right: 17px; }
  .comparison-label { top: 76px; font-size: 8px; padding: 5px 7px; }.comparison-divider > span { width: 43px; height: 43px; font-size: 23px; }.comparison-help { font-size: 8px; }
  .process-decoration { transform: scale(.55); opacity: .35; }.process-intro > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) { font-size: 16px; }.process-intro .text-link { font-size: 14px; }
  .process-step { gap: 17px; padding-block: 27px; }.process-step h3 { font-size: 21px; margin-top: 12px; }.process-step p { font-size: 15px; }.step-kicker { font-size: 8px; letter-spacing: .7px; }.step-number { font-size: 11px; }.step-symbol { font-size: 22px; }
  .about-card { grid-template-columns: 1fr; }.about-visual { min-height: 365px; }.about-monogram { font-size: 270px; top: -16px; left: 32px; letter-spacing: -.13em; }.about-star { width: 67px; height: 67px; right: 25px; top: 34px; }.about-orbit { width: 115%; height: 73%; top: 0; left: -16%; }.about-visual-caption { font-size: 9px; left: 29px; bottom: 60px; }.about-visual-coordinate { font-size: 8px; left: 29px; bottom: 28px; }
  .about-copy { padding: 33px 28px; }.about-copy h2 { font-size: 47px; margin-block: 26px; }.about-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.85; }.about-copy .eyebrow { font-size: 10px; }.about-signature { gap: 12px; }.about-signature > span:first-child { font-size: 18px; }.about-signature > span:nth-child(2) { font-size: 10px; flex-basis: auto; margin-left: auto; }
  .faq-list summary { font-size: 16px; padding-block: 24px; gap: 20px; }.faq-answer { font-size: 15px; padding-right: 20px; }.faq-plus { width: 31px; height: 31px; }.faq-plus::before, .faq-plus::after { left: 9px; top: 14px; }
  .contact-top .eyebrow { font-size: 10px; }.contact-main h2 { font-size: 14.9vw; }.contact-main h2 > svg { width: 39px; height: 39px; right: -46px; top: 9px; }
  .contact-side { display: block; padding-top: 32px; }.contact-side > p { font-size: 16px; }.contact-phone { font-size: 39px; max-width: none; gap: 24px; margin-top: 20px; }.contact-person { font-size: 12px; margin-top: 7px; }.contact-side .button { max-width: none; font-size: 13px; min-height: 62px; margin-top: 29px; padding-left: 23px; }.contact-side .button-icon { width: 41px; height: 41px; }.contact-hint { font-size: 11px; max-width: none; margin-top: 13px; }
  .contact-bottom { gap: 25px; font-size: 10px; padding-block: 25px; align-items: flex-start; }.contact-bottom > span { max-width: 166px; }.contact-bottom > a { font-size: 10px; white-space: normal; align-items: flex-start; max-width: 140px; }.contact-bottom .icon { width: 15px; height: 15px; margin-top: 2px; }
  .site-footer { gap: 23px 12px; padding-block: 29px; }.site-footer .brand { font-size: 18px; }.site-footer .brand-mark { width: 31px; height: 31px; }.copyright { font-size: 10px; }.motion-toggle, .back-top { font-size: 10px; }.back-top > span { width: 28px; height: 28px; font-size: 16px; }
  dialog { max-width: calc(100vw - 24px); border-radius: 18px; }.dialog-header { padding: 15px 18px; gap: 12px; }.dialog-header .eyebrow { font-size: 8px; letter-spacing: .6px; }.dialog-close { width: 39px; height: 39px; }
  .project-dialog-body { padding: 23px; }.project-dialog-body p:not(.eyebrow) { font-size: 14px; }.project-dialog-body h2 { font-size: 38px; }.project-dialog-body .eyebrow { font-size: 10px; }.project-dialog-body > .button { font-size: 11px; white-space: normal; text-align: left; }.dialog-disclaimer { font-size: 10px; padding-inline: 23px; }
  .brief-body { padding: 9px 22px 24px; }.brief-body h2 { font-size: 31px; letter-spacing: -1.4px; }#brief-step-label { font-size: 10px; }#brief-intro { font-size: 13px; line-height: 1.7; }
  .choice-card { padding: 15px; gap: 13px; }.choice-card strong { font-size: 14px; }.choice-card small { font-size: 11px; line-height: 1.6; }.choice-circle { width: 19px; height: 19px; }
  .brief-navigation .button { font-size: 13px; min-height: 53px; }.brief-navigation .text-link { font-size: 13px; }.field-label, select, textarea { font-size: 16px; }.field-label > span { font-size: 11px; }.brief-summary { padding: 17px; }.brief-summary-row p { font-size: 14px; }.brief-summary-row small { font-size: 9px; }.brief-privacy { font-size: 12px; }.brief-export .button { font-size: 12px; }.brief-export .text-link { font-size: 12px; }.brief-call > span { font-size: 11px; }.brief-call strong { font-size: 27px; }
}

@media (max-width: 359px) {
  .header-cta { font-size: 9px; padding-inline: 9px; gap: 5px; }.brand { font-size: 16px; }.brand-mark { width: 28px; height: 28px; }.menu-toggle { width: 26px; }
  .hero-eyebrow { font-size: 9px; }.hero-benefits > span { font-size: 10px; }.hero-actions .button { font-size: 12px; }.hero-actions .text-link { font-size: 12px; }
  .headline-spark { font-size: 25px; }.hero-art { height: 450px; }.art-word { font-size: 36px; }.art-spark { width: 39px; height: 39px; }.showcase-browser { bottom: 141px; width: 77%; }.note-quality { bottom: 130px; }.art-floating-chip { font-size: 8px; }
  .hero-bottom > span { font-size: 8px; max-width: 130px; }.hero-bottom > a { font-size: 6px; }
  h2 { font-size: 31px; }.project-filters button { font-size: 9px; padding: 10px; }.project-caption { display: block; }.project-type { justify-content: flex-start; margin-top: 11px; }
  .project-invitation h3 { font-size: 37px; }.project-invitation { padding: 28px; }.invitation-index { left: 28px; }
  .creative-playground { padding: 19px; }.playground-bottom { flex-wrap: wrap; }.canvas-stage { height: 280px; margin-inline: -19px; }.playground-bottom h3 { font-size: 22px; }.playground-switch { margin-top: 6px; }
  .type-experiment { min-height: 430px; }.type-composition { font-size: 21vw; }.type-composition > span:nth-child(3) { margin-left: 50px; }.type-star { margin-left: 13px; }
  .palette-swatches > span { width: 82px; height: 82px; }.device-composition { transform: scale(.95); }.responsive-experiment h3 { font-size: 28px; }
  .transformation-intro h2 { font-size: 34px; }.new-nav > span { font-size: 8px; }.old-nav > span { font-size: 7px; }.comparison-stage { aspect-ratio: .77; }
  .about-monogram { font-size: 245px; left: 22px; top: 0; }.about-star { width: 56px; height: 56px; right: 21px; }.about-signature > span:nth-child(2) { margin: 0; flex-basis: 100%; }
  .contact-main h2 > svg { width: 32px; height: 32px; right: -35px; }.contact-phone { font-size: 34px; }.contact-side .button { font-size: 12px; padding-left: 17px; }.copyright { font-size: 9px; }.site-footer .brand { font-size: 16px; }
}
@media (hover: none) {
  .preview-label { opacity: 1; transform: none; font-size: 9px; background: #f7f2e9e8; }
  .palette-swatches i { opacity: 1; font-size: 8px; }
  .type-card-bottom > span:first-child { visibility: hidden; position: relative; }
  .type-card-bottom > span:first-child::after { content: 'VÝRAZ, KTERÝ SI ZAPAMATUJETE.'; visibility: visible; position: absolute; left: 0; top: 0; width: 220px; }
  .canvas-hint { visibility: hidden; }
  .canvas-hint::after { content: 'VYZKOUŠEJTE JEDNOTLIVÉ PODOBY DOLE.'; visibility: visible; position: absolute; inset: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html:not([data-motion=on]) .tilt-surface, html:not([data-motion=on]) .project-image { transform: none; }
  html:not([data-motion=on]) .magnetic, html:not([data-motion=on]) .texture-experiment > img { translate: none; }
}

/* Both design approaches remain legible at the comparison's initial midpoint. */
.old-hero { text-align: left; }
.new-hero { position: absolute; top: 112px; right: 5%; width: 42%; padding: 0; }
.new-hero h3 { font-size: clamp(35px, 3.8vw, 70px); }
.new-hero > span:first-child { font-size: 8px; letter-spacing: .6px; }
@media (max-width: 1240px) { .new-hero { top: 110px; }.new-hero h3 { font-size: 4.1vw; }.new-button { font-size: 10px; padding: 10px 14px; } }
@media (max-width: 759px) { .new-hero { top: 116px; }.new-hero h3 { font-size: 7.9vw; }.new-hero > span:first-child { font-size: 8px; }.old-hero h3 { font-size: 34px; } }
@media (max-width: 479px) { .new-hero { top: 103px; right: 5%; width: 42%; }.new-hero h3 { font-size: 9.5vw; }.new-hero > span:first-child { font-size: 6px; letter-spacing: .2px; }.new-button { font-size: 8px; padding: 9px 11px; }.old-hero h3 { font-size: 27px; }.old-hero p { font-size: 10px; } }
