:root {
  --paper: #efeee8;
  --paper-dark: #deddd6;
  --ink: #11110f;
  --blue: #2d63c8;
  --blue-dark: #16479f;
  --acid: #d5ff48;
  --line: rgba(17, 17, 15, .3);
  --mono: "DM Mono", monospace;
  --display: "Archivo Black", sans-serif;
  --sans: "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.dialog-open { overflow: hidden; }
body::before { content: ""; position: fixed; z-index: 99; inset: 0; pointer-events: none; box-shadow: inset 0 0 100px rgba(28, 24, 17, .08); }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }

.grain { position: fixed; z-index: 98; inset: 0; width: 100%; height: 100%; opacity: .095; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); animation: noise .55s steps(2) infinite; }
@keyframes noise { 0% { background-position: 0 0; } 25% { background-position: 5px -7px; } 50% { background-position: -8px 5px; } 75% { background-position: 7px 7px; } 100% { background-position: -5px -5px; } }

.registration-mark { display: none; position: absolute; top: 106px; z-index: 3; width: 64px; height: 64px; pointer-events: none; }
.registration-mark::before, .registration-mark::after { content: ""; position: absolute; background: var(--ink); }
.registration-mark::before { top: 31px; width: 64px; height: 2px; }
.registration-mark::after { left: 31px; width: 2px; height: 64px; }
.mark-left { left: max(18px, calc((100vw - 1320px)/2)); }
.mark-right { right: max(18px, calc((100vw - 1320px)/2)); }

.site-header { position: sticky; z-index: 100; top: 0; width: 100%; height: 82px; margin: 0; padding-inline: max(28px, calc((100% - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(239,238,232,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transform: translateY(0); transition: transform .32s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.site-header.header-hidden { transform: translateY(calc(-100% - 2px)); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand b { font: 400 23px/1 var(--display); letter-spacing: -2px; }
.brand span { width: 74px; font: 500 8px/1.1 var(--mono); }
nav { display: flex; align-items: center; gap: 30px; font: 500 11px var(--mono); text-transform: uppercase; }
nav a { padding-block: 8px; border-bottom: 1px solid transparent; }
nav a:hover { border-color: var(--ink); }
.lang-toggle { padding: 8px 0; border: 0; border-bottom: 1px solid transparent; background: transparent; cursor: pointer; font: inherit; text-transform: uppercase; }
.lang-toggle:hover, .lang-toggle:focus-visible { border-color: var(--ink); outline: 0; }
.nav-contact { padding: 12px 16px; border: 1px solid var(--ink); }

.hero { padding-bottom: 90px; }
.hero-spacer { height: 260px; padding-top: 24px; display: flex; justify-content: space-between; font: 400 9px var(--mono); letter-spacing: .12em; }
.meta-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; margin-bottom: 5px; }
.meta-row div { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; font: 11px/1.35 var(--mono); }
.meta-row b { font-weight: 500; }
.meta-row span { color: #575752; }
.hero-title { position: relative; z-index: 2; }
.hero-title > p { margin: 42px 0 7px; font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
h1 { margin: 0 0 clamp(-145px, -10.5vw, -35px) -7px; font: 400 clamp(82px, 15vw, 205px)/.73 var(--display); letter-spacing: -.085em; }
h1 span { color: var(--blue); }
.hero-image { position: relative; z-index: 1; width: calc(100% - 9%); height: min(66vw, 770px); margin: 0 0 0 auto; overflow: hidden; background: var(--blue); }
.hero-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(17,17,15,.35); box-shadow: inset 0 0 70px rgba(10,20,40,.12); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 80%; filter: saturate(.86) contrast(1.08); }
.hero-image figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; padding: 12px 15px; display: flex; justify-content: space-between; background: rgba(239,238,232,.9); font: 500 9px var(--mono); letter-spacing: .08em; }
.image-stamp { position: absolute; z-index: 2; top: 24px; right: 22px; width: 85px; height: 85px; padding: 12px; display: grid; place-content: center; border-radius: 50%; background: var(--acid); border: 1px solid var(--ink); font: 500 11px/1.2 var(--mono); text-align: center; transform: rotate(9deg); }
.hero-bottom { display: grid; grid-template-columns: .8fr 1.4fr auto; gap: 70px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.6; }
.hero-bottom p { margin: 0; }
.hero-bottom p:first-child { font-weight: 600; }
.hero-bottom a { min-width: 150px; padding: 11px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); font: 500 11px var(--mono); text-transform: uppercase; }

.marquee { overflow: hidden; padding: 15px 0; background: var(--blue); color: white; border-block: 1px solid var(--ink); font: 500 11px var(--mono); white-space: nowrap; }
.marquee-track { width: max-content; display: flex; will-change: transform; animation: marquee 44s linear infinite; }
.marquee-group { min-width: 100vw; display: flex; flex: none; align-items: center; justify-content: space-around; gap: 28px; padding-inline: 18px; }
.marquee-group span { display: inline-flex; align-items: center; flex: none; }
.marquee-group span::after { content: "·"; margin-left: 28px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section { padding-block: 120px; }
.section-label { display: grid; grid-template-columns: 120px 1fr; padding-bottom: 16px; border-bottom: 1px solid var(--line); font: 500 10px var(--mono); letter-spacing: .1em; }
.section-label.light { color: rgba(255,255,255,.75); border-color: rgba(255,255,255,.35); }
.section-intro { margin: 80px 0 70px; display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; }
.section-intro > p, .contact-copy > p { margin: 8px 0 0; font: 500 10px var(--mono); text-transform: uppercase; }
h2 { margin: 0; font: 400 clamp(45px, 6vw, 80px)/.98 var(--display); letter-spacing: -.06em; }

.service-list { border-top: 1px solid var(--ink); }
.service-list article { min-height: 160px; padding: 24px 0; display: grid; grid-template-columns: 80px .7fr 1.3fr 230px; align-items: start; gap: 28px; border-bottom: 1px solid var(--ink); }
.service-list article > span { font: 500 10px var(--mono); }
.service-list h3 { margin: 0; font: 400 26px/1.05 var(--display); letter-spacing: -.04em; }
.service-list p { max-width: 520px; margin: 0; color: #4f4f4a; font-size: 14px; line-height: 1.7; }
.service-list small { padding: 7px 9px; border: 1px solid var(--ink); font: 500 9px var(--mono); text-align: center; }

.pricing { background: var(--blue); color: white; }
.pricing-head { margin: 72px 0 55px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; }
.pricing-head p { max-width: 420px; margin: 0; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.7; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.5); }
.price-card { position: relative; min-height: 625px; padding: 27px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.5); }
.price-card:last-child { border-right: 0; }
.price-card.featured { background: var(--paper); color: var(--ink); }
.popular { position: absolute; top: -27px; left: 0; right: 0; padding: 7px; background: var(--acid); color: var(--ink); border: 1px solid var(--ink); font: 500 9px var(--mono); text-align: center; }
.price-top { display: flex; justify-content: space-between; font: 500 10px var(--mono); letter-spacing: .08em; }
.price-card h3 { margin: 70px 0 12px; font: 400 31px/1 var(--display); letter-spacing: -.05em; }
.price { margin: 0; font: 400 clamp(43px, 4.5vw, 64px)/1 var(--display); letter-spacing: -.07em; }
.price sup { vertical-align: top; font: 500 8px var(--mono); letter-spacing: .06em; }
.price-desc { min-height: 85px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.6; }
.featured .price-desc { color: #55554f; }
.price-card ul { margin: 14px 0 35px; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.3); list-style: none; font-size: 12px; line-height: 1.55; }
.featured ul { border-color: var(--line); }
.price-card li { margin: 9px 0; }
.price-card li::before { content: "+"; margin-right: 9px; font-family: var(--mono); }
.price-card > a { margin-top: auto; padding: 14px; border: 1px solid currentColor; font: 500 10px var(--mono); text-align: center; text-transform: uppercase; transition: .2s; }
.price-card > a:hover { background: white; color: var(--blue); }
.featured > a { background: var(--ink); color: white; }
.featured > a:hover { background: var(--blue); }

.automation-prices { margin-top: 78px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; }
.automation-title small { font: 500 9px var(--mono); letter-spacing: .1em; }
.automation-title h3 { margin: 18px 0; font: 400 43px/.98 var(--display); letter-spacing: -.06em; }
.automation-list { border-top: 1px solid rgba(255,255,255,.55); }
.automation-list a { padding: 22px 4px; display: grid; grid-template-columns: 1fr 145px 20px; gap: 25px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 13px; }
.automation-list b { font: 500 11px var(--mono); }
.automation-list i { font-style: normal; }
.automation-list a:hover span { text-decoration: underline; text-underline-offset: 4px; }
.automation-example { margin-top: 65px; padding: 32px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; border: 1px solid rgba(255,255,255,.55); }
.automation-example small { font: 500 9px var(--mono); }
.automation-example h3 { margin: 18px 0 0; font: 400 30px/1.05 var(--display); letter-spacing: -.05em; }
.automation-example ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.45); list-style: none; }
.automation-example li { padding: 17px 0; display: grid; grid-template-columns: 42px 1fr; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 12px; line-height: 1.55; }
.automation-example li b { font: 500 9px var(--mono); }
.automation-example > p { grid-column: 2; margin: 0; color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.6; }
.bundle { margin-top: 70px; padding: 28px; display: grid; grid-template-columns: 170px 1fr auto; gap: 35px; align-items: center; background: var(--acid); color: var(--ink); border: 1px solid var(--ink); transform: rotate(-.35deg); }
.bundle > span { font: 500 10px var(--mono); }
.bundle small { font: 500 9px var(--mono); }
.bundle h3 { margin: 8px 0 3px; font: 400 27px var(--display); letter-spacing: -.05em; }
.bundle p { margin: 0; font-size: 12px; }
.bundle a { padding: 14px 18px; border: 1px solid var(--ink); font: 500 10px var(--mono); text-transform: uppercase; }
.price-note { max-width: 850px; margin: 30px 0 0; color: rgba(255,255,255,.65); font: 400 9px/1.65 var(--mono); }

.project-case { margin-top: 70px; display: grid; grid-template-columns: .67fr 1.33fr; min-height: 620px; border: 1px solid var(--ink); }
.project-copy { padding: 45px; display: flex; flex-direction: column; }
.project-copy > span { font: 500 9px var(--mono); }
.project-copy h2 { margin-top: 70px; color: var(--blue); font-size: clamp(68px, 7vw, 106px); }
.project-copy h3 { max-width: 430px; margin: 18px 0 25px; font: 400 24px/1.12 var(--display); letter-spacing: -.045em; }
.project-copy p { max-width: 450px; margin-top: auto; color: #50504b; font-size: 14px; line-height: 1.75; }
.project-actions { margin: 20px 0; display: flex; flex-wrap: wrap; gap: 10px; }
.project-actions button { padding: 12px 14px; border: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; font: 500 9px var(--mono); }
.project-actions button:hover { background: var(--blue); }
.project-actions span { padding: 12px 0; color: #55554f; font: 500 8px var(--mono); }
.project-copy ul { padding: 18px 0 0; display: flex; flex-wrap: wrap; gap: 12px 25px; border-top: 1px solid var(--line); list-style: none; font: 500 9px var(--mono); text-transform: uppercase; }
.project-visual { position: relative; padding: 50px; display: grid; place-items: center; background: var(--blue); overflow: hidden; }
.project-link img { width: 100%; height: 100%; object-fit: cover; border: 5px solid var(--ink); box-shadow: 22px 22px 0 var(--acid); transform: rotate(2deg); }
.project-link > span { position: absolute; top: 18px; left: 18px; padding: 9px 12px; background: var(--acid); color: var(--ink); border: 1px solid var(--ink); font: 500 8px var(--mono); }
.project-link > button { position: absolute; right: 24px; bottom: 24px; padding: 14px 18px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); cursor: pointer; font: 500 9px var(--mono); }
.project-link > button:hover { background: var(--acid); }
.mini-browser { width: 100%; max-width: 680px; aspect-ratio: 1.3; background: #14251e; color: #f0e7d7; border: 5px solid var(--ink); box-shadow: 24px 24px 0 var(--acid); transform: rotate(2.5deg); }
.browser-dots { height: 30px; padding: 9px; display: flex; gap: 6px; background: var(--paper); }
.browser-dots i { width: 8px; height: 8px; background: #999; border-radius: 50%; }
.klar-nav { padding: 22px 28px; display: flex; justify-content: space-between; font: 500 8px var(--mono); }
.klar-nav b { font: 400 16px var(--display); letter-spacing: .22em; }
.klar-hero { padding: 70px 40px 20px; }
.klar-hero small { color: #c0a878; font: 500 8px var(--mono); letter-spacing: .14em; }
.klar-hero strong { display: block; margin: 18px 0 35px; font: 400 clamp(38px, 5vw, 70px)/.95 Georgia, serif; }
.klar-hero em { padding: 13px 17px; border: 1px solid #c0a878; font: normal 500 8px var(--mono); }

.contact { background: var(--ink); color: white; }
.contact-grid { margin-top: 75px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; }
.contact-copy h2 { margin: 17px 0 55px; color: var(--blue); font-size: clamp(68px, 9vw, 130px); }
.contact-copy > a { display: inline-block; padding-bottom: 7px; border-bottom: 1px solid white; font: 500 12px var(--mono); }
.contact-form label { display: block; margin-bottom: 25px; color: rgba(255,255,255,.6); font: 500 9px var(--mono); text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: 0; resize: vertical; background: transparent; color: white; }
.contact-form select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: 0; background: transparent; color: white; }
.contact-form select option { color: var(--ink); background: var(--paper); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }
.contact-form button { width: 100%; padding: 17px; display: flex; justify-content: space-between; border: 1px solid white; background: transparent; color: white; cursor: pointer; font: 500 10px var(--mono); transition: .2s; }
.contact-form button:hover { background: var(--blue); }
.contact-form > p { color: rgba(255,255,255,.45); font: 400 9px/1.5 var(--mono); }

footer { padding: 30px 0; background: var(--ink); color: rgba(255,255,255,.6); border-top: 1px solid rgba(255,255,255,.2); }
footer .shell { display: flex; justify-content: space-between; font: 500 9px var(--mono); }
footer b { color: white; }
footer i { font-style: normal; }

.contact-page { background: var(--blue); color: white; }
.contact-page::before { box-shadow: inset 0 0 100px rgba(10,20,45,.15); }
.contact-page .site-header { color: var(--ink); }
.contact-subpage { min-height: calc(100vh - 82px); padding: 34px 0 110px; }
.contact-page-meta { padding-bottom: 16px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.4); font: 500 9px var(--mono); letter-spacing: .1em; }
.contact-page-title { padding: 105px 0 85px; }
.contact-page-title p { margin: 0 0 12px; font: 500 10px var(--mono); text-transform: uppercase; }
.contact-page-title h1 { margin: 0; font-size: clamp(72px, 12vw, 170px); line-height: .76; }
.contact-page-title h1 span { color: var(--acid); }
.contact-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.4); }
.contact-details > div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-details small { display: block; margin-bottom: 9px; color: rgba(255,255,255,.55); font: 500 9px var(--mono); }
.contact-details a, .contact-details p { margin: 0; font-size: 13px; line-height: 1.6; }
.contact-details .contact-hint { margin-top: 45px; padding: 22px; background: var(--acid); color: var(--ink); border: 1px solid var(--ink); transform: rotate(-1deg); }
.contact-hint b { font: 400 20px/1.1 var(--display); letter-spacing: -.04em; }
.contact-hint p { margin-top: 12px; }
.contact-page-form { padding: 34px; border: 1px solid rgba(255,255,255,.5); }
.contact-page footer { background: var(--blue-dark); }

.case-dialog { width: min(1180px, calc(100% - 32px)); max-width: none; max-height: calc(100vh - 32px); margin: auto; padding: 0; overflow: auto; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); box-shadow: 0 24px 90px rgba(0,0,0,.4); }
.case-dialog::backdrop { background: rgba(17,17,15,.78); backdrop-filter: blur(4px); }
.case-dialog[open] { animation: dialog-in .3s ease both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(18px) scale(.985); } }
.case-dialog-inner { min-height: 100%; }
.case-dialog-bar { position: sticky; z-index: 3; top: 0; padding: 15px 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); background: rgba(239,238,232,.95); backdrop-filter: blur(10px); font: 500 9px var(--mono); }
.case-dialog-bar button { padding: 7px 10px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font: inherit; }
.case-dialog-hero { padding: 65px 50px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; }
.case-dialog-hero small { font: 500 8px var(--mono); }
.case-dialog-hero h2 { margin-top: 24px; color: var(--blue); font-size: clamp(70px, 10vw, 145px); }
.case-dialog-hero p { max-width: 420px; margin: 0; font-size: 15px; line-height: 1.7; }
.case-dialog-shot { margin: 0 50px; background: var(--blue); border: 1px solid var(--ink); }
.case-dialog-shot img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.case-dialog-shot figcaption { padding: 13px 16px; display: flex; justify-content: space-between; background: var(--acid); border-top: 1px solid var(--ink); font: 500 9px var(--mono); }
.case-dialog-section { margin-top: 75px; padding: 55px 50px; border-top: 1px solid var(--ink); }
.case-dialog-number { display: block; margin-bottom: 50px; font: 500 9px var(--mono); }
.case-dialog-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; }
.case-dialog-heading h3, .case-dialog-responsive h3, .case-dialog-footer h3 { margin: 0; font: 400 clamp(36px, 5vw, 62px)/1 var(--display); letter-spacing: -.06em; }
.case-dialog-heading p, .case-dialog-responsive p { margin: 0; color: #55554f; font-size: 14px; line-height: 1.75; }
.case-dialog-cards { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--ink); }
.case-dialog-cards article { min-height: 220px; padding: 25px; border-right: 1px solid var(--ink); }
.case-dialog-cards article:last-child { border-right: 0; }
.case-dialog-cards b, .case-dialog-decisions b { font: 500 9px var(--mono); }
.case-dialog-cards h4, .case-dialog-decisions h4 { margin: 55px 0 12px; font: 400 20px var(--display); letter-spacing: -.04em; }
.case-dialog-cards p, .case-dialog-decisions p { color: #55554f; font-size: 12px; line-height: 1.65; }
.case-dialog-dark { background: var(--blue); color: white; border-color: var(--ink); }
.case-dialog-dark .case-dialog-heading p { color: rgba(255,255,255,.72); }
.case-dialog-decisions { margin-top: 55px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.5); }
.case-dialog-decisions article { padding: 25px 24px 20px 0; border-right: 1px solid rgba(255,255,255,.5); }
.case-dialog-decisions article + article { padding-left: 24px; }
.case-dialog-decisions article:last-child { border-right: 0; }
.case-dialog-decisions p { color: rgba(255,255,255,.72); }
.case-dialog-booking { background: var(--paper-dark); }
.booking-flow { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.booking-flow article { min-height: 205px; padding: 24px; border-right: 1px solid var(--ink); }
.booking-flow article:last-child { border-right: 0; }
.booking-flow b { font: 500 9px var(--mono); }
.booking-flow h4 { margin: 42px 0 12px; font: 400 19px var(--display); letter-spacing: -.04em; }
.booking-flow p { color: #55554f; font-size: 12px; line-height: 1.65; }
.booking-gallery { margin-top: 55px; display: grid; grid-template-columns: 1fr; gap: 20px; align-items: start; }
.booking-calendar { align-self: start; }
.booking-gallery > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.booking-gallery figure { margin: 0; overflow: hidden; background: var(--ink); border: 1px solid var(--ink); }
.booking-gallery img { width: 100%; height: auto; object-fit: initial; }
.booking-gallery figure { display: block; }
.booking-gallery figcaption { padding: 12px 14px; background: var(--acid); color: var(--ink); border-top: 1px solid var(--ink); font: 500 8px var(--mono); }
.case-dialog-responsive { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: center; background: var(--paper-dark); }
.case-dialog-responsive h3 { margin: 25px 0; }
.case-live-label { display: block; margin-top: 30px; color: #55554f; font: 500 8px var(--mono); }
.case-phone { width: min(100%, 250px); margin-inline: auto; }
.case-phone > span { display: block; margin-bottom: 12px; font: 500 9px var(--mono); }
.case-phone-frame { padding: 10px; border-radius: 28px; background: var(--ink); box-shadow: 18px 20px 0 var(--blue); }
.case-phone img { width: 100%; border-radius: 19px; }
.case-dialog-footer { padding: 60px 50px; display: flex; align-items: end; justify-content: space-between; gap: 50px; background: var(--ink); color: white; }
.case-dialog-footer small { display: block; margin-bottom: 16px; font: 500 9px var(--mono); }
.case-dialog-footer h3 { color: var(--blue); }
.case-dialog-footer button { padding: 16px 20px; border: 1px solid white; background: transparent; color: white; cursor: pointer; font: 500 9px var(--mono); }
.case-dialog-footer button:hover { background: var(--blue); }

.meta-row > *, .hero-bottom > *, .section-intro > *, .service-list > *,
.pricing-head > *, .price-grid > *, .automation-prices > *, .bundle > *,
.project-case > *, .contact-grid > *, .contact-page-grid > * { min-width: 0; }
.contact-copy a, .contact-details a { overflow-wrap: anywhere; }

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

@media (max-width: 900px) {
  .hero-spacer { height: 180px; }
  .meta-row { grid-template-columns: 1fr 1fr; }
  h1 { margin-bottom: -7vw; }
  .hero-image { width: 94%; }
  .hero-bottom { grid-template-columns: 1fr 1fr; }
  .hero-bottom a { grid-column: 2; }
  .section-intro { grid-template-columns: 1fr; }
  .service-list article { grid-template-columns: 50px 1fr 1fr; }
  .service-list small { grid-column: 2; justify-self: start; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.5); }
  .price-card:last-child { border-bottom: 0; }
  .price-card h3 { margin-top: 40px; }
  .price-desc { min-height: auto; }
  .price-card > a { margin-top: 20px; }
  .popular { position: static; margin: -27px -27px 25px; }
  .automation-prices { grid-template-columns: 1fr; }
  .automation-example { grid-template-columns: 1fr; }
  .automation-example > p { grid-column: 1; }
  .bundle { grid-template-columns: 120px 1fr; }
  .bundle a { grid-column: 2; justify-self: start; }
  .project-case { grid-template-columns: 1fr; }
  .project-copy { min-height: 500px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-page-grid { grid-template-columns: 1fr; gap: 60px; }
  .case-dialog-hero, .case-dialog-heading, .case-dialog-responsive { grid-template-columns: 1fr; }
  .case-dialog-cards { grid-template-columns: 1fr; }
  .case-dialog-cards article { border-right: 0; border-bottom: 1px solid var(--ink); }
  .case-dialog-cards article:last-child { border-bottom: 0; }
  .case-dialog-decisions { grid-template-columns: 1fr 1fr; }
  .case-dialog-decisions article:nth-child(2) { border-right: 0; }
  .booking-gallery { grid-template-columns: 1fr; }
  .booking-gallery > div { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 32px); }
  .site-header { width: 100%; height: 70px; padding-inline: 16px; }
  nav { gap: 14px; }
  nav a:not(.nav-contact) { display: none; }
  .registration-mark { top: 91px; width: 42px; height: 42px; }
  .registration-mark::before { top: 20px; width: 42px; }
  .registration-mark::after { left: 20px; height: 42px; }
  .hero-spacer { height: 135px; }
  .meta-row { gap: 18px; }
  .meta-row div { display: block; font-size: 9px; }
  .meta-row b, .meta-row span { display: block; }
  .hero-title > p { margin-top: 30px; }
  h1 { margin: 0 0 -3vw -3px; font-size: clamp(56px, 20vw, 82px); line-height: .82; }
  .hero-image { width: 100%; height: 115vw; }
  .hero-image img { object-position: center 68%; }
  .hero-image figcaption { left: 10px; right: 10px; font-size: 7px; }
  .image-stamp { width: 68px; height: 68px; top: 13px; right: 12px; font-size: 9px; }
  .hero-bottom { grid-template-columns: 1fr; gap: 20px; }
  .hero-bottom a { grid-column: 1; }
  .section { padding-block: 85px; }
  .section-label { grid-template-columns: 70px 1fr; }
  h2 { font-size: clamp(36px, 11.5vw, 45px); }
  .service-list article { grid-template-columns: 38px 1fr; gap: 16px; }
  .service-list p { grid-column: 2; }
  .service-list small { grid-column: 2; }
  .pricing-head { grid-template-columns: 1fr; gap: 28px; }
  .price { font-size: 50px; }
  .automation-prices { grid-template-columns: minmax(0, 1fr); }
  .automation-title, .automation-list { min-width: 0; width: 100%; }
  .automation-title h3 { font-size: 34px; overflow-wrap: anywhere; }
  .automation-list a { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .automation-list a span { min-width: 0; overflow-wrap: anywhere; }
  .automation-example { padding: 24px 18px; gap: 35px; }
  .automation-list i { display: none; }
  .bundle { grid-template-columns: 1fr; }
  .bundle, .contact-details .contact-hint { transform: none; }
  .bundle a { grid-column: 1; }
  .project-copy { min-height: 440px; padding: 28px; }
  .project-visual { padding: 35px 18px 55px; }
  .project-link img { min-height: 370px; box-shadow: 12px 14px 0 var(--acid); }
  .project-link > button { right: 12px; bottom: 16px; }
  .mini-browser { box-shadow: 12px 14px 0 var(--acid); }
  .klar-hero { padding: 42px 25px; }
  .contact-grid { gap: 65px; }
  .contact-copy h2 { font-size: clamp(48px, 17vw, 64px); }
  footer .shell { gap: 15px; flex-wrap: wrap; }
  .contact-page-title { padding: 75px 0 60px; }
  .contact-page-title h1 { font-size: clamp(50px, 19vw, 76px); line-height: .88; }
  .contact-page-grid { padding-top: 20px; }
  .contact-page-form { padding: 22px 18px; }
  .case-dialog { width: calc(100% - 16px); max-height: calc(100vh - 16px); }
  .case-dialog-hero, .case-dialog-section, .case-dialog-footer { padding: 40px 20px; }
  .case-dialog-hero { gap: 30px; }
  .case-dialog-hero h2 { font-size: 64px; }
  .case-dialog-shot { margin-inline: 20px; }
  .case-dialog-shot figcaption { gap: 12px; font-size: 7px; }
  .case-dialog-number { margin-bottom: 30px; }
  .case-dialog-heading { gap: 25px; }
  .case-dialog-heading h3, .case-dialog-responsive h3, .case-dialog-footer h3 { font-size: 34px; }
  .case-dialog-decisions { grid-template-columns: 1fr; }
  .case-dialog-decisions article, .case-dialog-decisions article + article { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.5); }
  .case-dialog-footer { align-items: flex-start; flex-direction: column; }
  .booking-flow { grid-template-columns: 1fr; }
  .booking-flow article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .booking-flow article:last-child { border-bottom: 0; }
}

@media (min-width: 1340px) {
  .registration-mark { display: block; }
}

@media (max-width: 350px) {
  .brand span { display: none; }
  .nav-contact { padding-inline: 11px; }
  .meta-row { grid-template-columns: 1fr; }
  .hero-title > p { max-width: 240px; line-height: 1.5; }
  .hero-image figcaption { font-size: 6px; }
  .price-card { padding: 22px 18px; }
  .popular { margin-inline: -18px; }
  .bundle { padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .grain, .marquee div { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
