:root {
  --ink: #17162f;
  --paper: #f8f5ef;
  --cream: #eee8dc;
  --blue: #77bdf2;
  --blue-light: #cceaff;
  --pink: #ff9db4;
  --rose: #ffd6df;
  --lime: #d5ed81;
  --white: #fff;
  --border: rgba(23, 22, 47, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .022; z-index: 10; 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)'/%3E%3C/svg%3E"); }

.site-header { height: 86px; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.03em; font-size: 18px; }
.brand em { font-family: var(--serif); color: #5377ae; font-weight: 700; }
.brand-mark { width: 52px; height: 52px; display: grid; place-items: center; background: var(--white); border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 1px rgba(23,22,47,.11); flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; display: block; mix-blend-mode: multiply; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: 14px; font-weight: 600; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; background: var(--ink); left: 0; right: 100%; bottom: -5px; transition: right .25s ease; }
nav a:hover::after { right: 0; }
.nav-cta { padding: 13px 19px; background: var(--ink); color: var(--white); border-radius: 999px; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px; transition: .25s; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); gap: 50px; align-items: center; padding: 70px clamp(24px, 6vw, 96px) 80px; }
.eyebrow { text-transform: uppercase; font-size: 12px; letter-spacing: .18em; font-weight: 700; display: flex; align-items: center; gap: 10px; margin: 0 0 24px; }
.eyebrow span { width: 34px; height: 2px; background: var(--pink); }
.eyebrow.light { color: rgba(255,255,255,.72); }
.eyebrow.light span { background: var(--blue); }
h1, h2 { font-family: var(--serif); letter-spacing: -.045em; line-height: .98; margin: 0; }
h1 { font-size: clamp(56px, 6.4vw, 98px); }
h1 em, h2 em { color: #5685c4; font-weight: 700; }
.hero-text { max-width: 575px; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.7; color: #55536a; margin: 32px 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; padding: 17px 24px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(23,22,47,.16); }
.button-primary { background: var(--ink); color: var(--white); }
.button span { color: var(--blue); font-size: 20px; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding: 5px 0; }
.text-link span { margin-left: 8px; color: #5685c4; }
.trust-row { display: flex; gap: 25px; margin-top: 44px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #747181; }
.trust-row span::first-letter { color: var(--pink); }

.hero-art { height: 590px; position: relative; background: var(--blue-light); border-radius: 48% 52% 43% 57% / 46% 42% 58% 54%; isolation: isolate; box-shadow: inset 0 0 0 1px rgba(23,22,47,.05); }
.hero-art::before { content: ""; position: absolute; width: 80%; height: 80%; background: var(--rose); border-radius: 50%; top: 10%; left: 10%; z-index: -2; filter: blur(4px); opacity: .72; }
.orbit { position: absolute; border: 1px solid rgba(23,22,47,.17); border-radius: 50%; z-index: -1; }
.orbit-one { width: 110%; height: 58%; left: -5%; top: 22%; transform: rotate(-18deg); }
.orbit-two { width: 65%; height: 104%; left: 18%; top: -2%; transform: rotate(28deg); }
.art-card { position: absolute; box-shadow: 0 24px 55px rgba(23,22,47,.18); }
.card-logo { width: 250px; height: 310px; background: #fffaf2; left: 7%; top: 9%; transform: rotate(-8deg); padding: 22px; display: flex; flex-direction: column; justify-content: space-between; }
.tiny-label { font-size: 8px; letter-spacing: .2em; font-weight: 700; }
.sample-logo { font-family: var(--serif); font-style: italic; font-size: 62px; letter-spacing: -.09em; text-align: center; }
.sample-logo span { color: #e66f8d; }
.studio-logo-card { width: 145px; height: 145px; margin: 2px auto -5px; overflow: hidden; border-radius: 50%; background: var(--white); }
.studio-logo-card img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.studio-wordmark { font-family: var(--serif); font-size: 23px; line-height: .8; text-align: center; letter-spacing: -.04em; }
.studio-wordmark span { display: block; font-family: var(--sans); font-size: 7px; letter-spacing: .42em; margin-top: 10px; }
.card-logo p { margin: 0; font-size: 9px; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.card-poster { width: 235px; height: 345px; background: var(--ink); color: var(--white); right: 3%; top: 16%; transform: rotate(8deg); padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.card-poster b { font-size: 47px; line-height: .84; letter-spacing: -.07em; }
.card-poster b i { color: var(--pink); font-family: var(--serif); font-weight: 700; }
.poster-star { position: absolute; top: 22px; right: 25px; color: var(--blue); font-size: 24px; }
.card-poster small { position: absolute; bottom: 24px; font-size: 8px; letter-spacing: .11em; color: rgba(255,255,255,.55); }
.card-3d { width: 205px; height: 225px; background: var(--lime); left: 34%; bottom: 0; transform: rotate(2deg); padding: 18px; }
.card-3d p { position: absolute; margin: 0; bottom: 15px; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.bloomflower-thumb { position: relative; width: 100%; height: 154px; margin-top: 8px; overflow: hidden; background: #f7f5ef; }
.bloomflower-thumb img { position: absolute; width: 200%; height: 200%; max-width: none; left: -100%; top: -100%; object-fit: cover; }
.crystal { position: relative; width: 110px; height: 130px; margin: 20px auto 0; filter: drop-shadow(12px 14px 8px rgba(23,22,47,.2)); }
.crystal i { position: absolute; bottom: 0; clip-path: polygon(50% 0, 100% 75%, 65% 100%, 25% 95%, 0 72%); }
.crystal i:nth-child(1) { width: 65px; height: 115px; left: 22px; background: linear-gradient(100deg,#8f74de 0 42%,#6c4fbc 43% 68%,#c5adff 69%); }
.crystal i:nth-child(2) { width: 44px; height: 77px; left: 0; background: linear-gradient(100deg,#7252be 0 52%,#ad99eb 53%); transform: rotate(-18deg); }
.crystal i:nth-child(3) { width: 40px; height: 64px; right: 0; background: linear-gradient(100deg,#a994ed 0 45%,#765bc6 46%); transform: rotate(19deg); }
.floating-note { position: absolute; right: 2%; bottom: 7%; padding: 11px 17px; background: var(--white); border: 1px solid var(--ink); border-radius: 999px; transform: rotate(-7deg); font-family: var(--serif); font-style: italic; font-size: 14px; }
.floating-note span { color: #ef6686; }

.marquee { background: var(--ink); color: var(--white); overflow: hidden; padding: 17px 0; transform: rotate(-1deg) scale(1.02); }
.marquee div { display: flex; gap: 28px; align-items: center; width: max-content; animation: marquee 28s linear infinite; }
.marquee span { font-size: 13px; letter-spacing: .16em; font-weight: 700; }
.marquee b { color: var(--pink); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px clamp(24px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: .9fr 1.3fr 1fr; align-items: end; gap: 60px; margin-bottom: 60px; }
.section-heading .eyebrow { align-self: start; }
h2 { font-size: clamp(45px, 5vw, 72px); }
.section-heading > p:last-child, .work-header > p { color: #626074; line-height: 1.7; font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.service-card { padding: 32px 28px 35px; min-height: 430px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; transition: transform .25s, background .25s; }
.service-card:hover { transform: translateY(-7px); background: var(--white); z-index: 2; }
.service-card.featured { background: var(--rose); }
.service-card.dark { background: var(--ink); color: var(--white); }
.service-number { font-size: 11px; letter-spacing: .14em; opacity: .55; }
.service-icon { width: 112px; height: 112px; margin: 36px auto 42px; position: relative; display: grid; place-items: center; }
.icon-brand { background: var(--blue-light); border-radius: 68% 32% 48% 52% / 51% 54% 46% 49%; transform: rotate(-8deg); }
.icon-brand span { font-family: var(--serif); font-size: 56px; font-style: italic; transform: rotate(8deg); }
.icon-social { border: 2px solid var(--ink); border-radius: 24px; background: #fff7f3; }
.icon-social::before { content: ""; position: absolute; width: 8px; height: 8px; background: var(--ink); border-radius: 50%; top: 13px; right: 13px; }
.icon-social span { color: var(--pink); font-size: 37px; }
.icon-print { background: var(--white); border: 1px solid var(--ink); transform: rotate(5deg); box-shadow: 8px 8px 0 var(--blue); }
.icon-print span { font-family: var(--serif); font-size: 36px; }
.icon-game { width: 118px; height: 118px; }
.icon-game span { font-size: 96px; line-height: 1; color: var(--lime); filter: drop-shadow(8px 8px 0 rgba(119,189,242,.5)); }
.service-card h3 { font-family: var(--serif); font-size: 25px; margin: 0 0 14px; }
.service-card p { font-size: 14px; line-height: 1.6; opacity: .74; }
.service-card ul { list-style: none; padding: 15px 0 0; margin: 0; font-size: 12px; line-height: 1.9; opacity: .72; }
.service-card li::before { content: "→"; color: #6189be; margin-right: 8px; }
.custom-note { border: 1px dashed rgba(23,22,47,.3); padding: 17px 22px; border-radius: 999px; width: fit-content; margin: 35px auto 0; font-size: 14px; }
.custom-note span { color: #d85f7e; margin-right: 7px; }
.tattoo-feature { margin-top: 50px; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 450px; border: 1px solid var(--border); background: linear-gradient(135deg,#e7edf7,#fae4e8 62%,#f8f5ef); overflow: hidden; }
.tattoo-art { min-height: 450px; overflow: hidden; background: var(--white); }
.tattoo-art img { width: 100%; height: 100%; object-fit: cover; display: block; mix-blend-mode: multiply; }
.tattoo-copy { padding: clamp(35px,5vw,70px); align-self: center; }
.tattoo-copy h3 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(40px,4.5vw,62px); line-height: .95; letter-spacing: -.04em; }
.tattoo-copy h3 em { color: #668fc2; }
.tattoo-copy > p:not(.eyebrow,.tattoo-note) { max-width: 640px; color: #625f70; line-height: 1.7; }
.tattoo-copy ul { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 8px 0 15px; }
.tattoo-copy li { padding: 8px 12px; border: 1px solid rgba(23,22,47,.16); border-radius: 999px; background: rgba(255,255,255,.5); font-size: 11px; }
.tattoo-note { color: #817d88; font-size: 10px; margin: 0 0 18px; }
.coming-soon { display: inline-block; margin: 0 0 18px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.6); color: #656077; font-size: 10px; letter-spacing: .04em; }

.work-section { background: var(--ink); color: var(--white); }
.work-header { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.work-header h2 em { color: var(--pink); }
.work-header > p { color: rgba(255,255,255,.6); }
.portfolio-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px 28px; }
.portfolio-item:nth-child(3) { grid-column: 1 / -1; width: 72%; margin-left: auto; }
.portfolio-visual { height: 450px; overflow: hidden; position: relative; transition: transform .35s ease; }
.portfolio-item:hover .portfolio-visual { transform: scale(.985); }
.portfolio-caption { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.3); padding-top: 16px; margin-top: 16px; font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.portfolio-caption b { color: var(--pink); }
.flower-brand { background: #e8b6c1; display: flex; align-items: center; justify-content: center; gap: 35px; }
.flower { width: 150px; height: 150px; position: relative; }
.flower i { position: absolute; width: 75px; height: 75px; background: #802e52; border-radius: 70% 30% 70% 30%; }
.flower i:nth-child(1) { left: 38px; top: 0; transform: rotate(45deg); }
.flower i:nth-child(2) { right: 0; top: 38px; transform: rotate(135deg); }
.flower i:nth-child(3) { left: 38px; bottom: 0; transform: rotate(225deg); }
.flower i:nth-child(4) { left: 0; top: 38px; transform: rotate(315deg); }
.flower b { position: absolute; width: 50px; height: 50px; background: #f5d5a7; border-radius: 50%; top: 50px; left: 50px; }
.flower-word { font-family: var(--serif); font-style: italic; font-size: 54px; color: #54213b; }
.flower-word span { display: block; font-family: var(--sans); font-style: normal; text-transform: uppercase; font-size: 9px; letter-spacing: .5em; margin-left: 8px; }
.social-set { background: #d9e8bf; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 40px; }
.phone-post { width: 30%; height: 80%; padding: 18px; color: #27321f; box-shadow: 0 16px 30px rgba(23,22,47,.12); display: flex; flex-direction: column; }
.post-a { background: #f8f1e6; transform: rotate(-5deg); justify-content: space-between; }
.post-a small { font-family: var(--serif); font-size: 25px; font-style: italic; }
.post-a span { font-size: 75px; text-align: center; color: #ec9b68; }
.post-b { background: #ef956d; transform: translateY(-16px); justify-content: center; }
.post-b b { font-size: 26px; text-transform: uppercase; line-height: .95; }
.post-b i { margin-top: auto; font-size: 25px; }
.post-c { background: #454f2d; color: #f2e9cf; transform: rotate(4deg); justify-content: space-between; }
.post-c span { font-size: 34px; }
.post-c small { font-family: var(--serif); font-style: italic; font-size: 22px; }
.game-set { background: linear-gradient(#28284f,#525287 65%,#22223a 66%); height: 500px; }
.moon { position: absolute; width: 125px; height: 125px; background: #ece7b6; border-radius: 50%; top: 45px; right: 100px; box-shadow: 0 0 55px rgba(236,231,182,.28); }
.lowpoly-tree { position: absolute; width: 250px; height: 340px; bottom: 0; left: 18%; }
.lowpoly-tree i { position: absolute; width: 250px; height: 280px; clip-path: polygon(50% 0, 68% 33%, 60% 31%, 86% 67%, 68% 62%, 100% 100%, 0 100%, 32% 62%, 13% 68%, 41% 31%, 32% 34%); background: linear-gradient(120deg,#579c84,#1b5c5c); bottom: 50px; }
.lowpoly-tree b { position: absolute; width: 27px; height: 80px; background: #59434d; left: 112px; bottom: 0; }
.lowpoly-rock { position: absolute; background: linear-gradient(125deg,#7b6f91 0 45%,#4d496b 46%); clip-path: polygon(34% 0, 80% 16%, 100% 73%, 70% 100%, 0 91%, 9% 37%); bottom: 15px; }
.lowpoly-rock.one { width: 140px; height: 105px; left: 5%; }
.lowpoly-rock.two { width: 105px; height: 80px; right: 9%; }
.game-set > span { position: absolute; right: 8%; bottom: 33%; font-family: var(--serif); font-size: clamp(30px,4vw,58px); line-height: .85; color: var(--white); text-shadow: 4px 4px 0 #7e598d; }
.bloomflower-model { background: #f3f0e9; padding: 30px; display: grid; place-items: center; }
.bloomflower-model > img { width: 100%; height: 100%; object-fit: contain; display: block; }
.model-badge { position: absolute; left: 28px; bottom: 28px; background: var(--ink); color: var(--white); padding: 15px 20px; box-shadow: 7px 7px 0 var(--pink); display: flex; flex-direction: column; }
.model-badge small { color: var(--blue); font-size: 7px; letter-spacing: .18em; font-weight: 700; }
.model-badge b { font-family: var(--serif); font-size: 25px; margin: 2px 0; }
.model-badge span { color: rgba(255,255,255,.66); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.real-work-heading { margin: 120px 0 42px; padding-top: 42px; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; align-items: start; }
.real-work-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(38px,4.5vw,64px); line-height: .96; letter-spacing: -.04em; }
.real-work-heading h3 em { color: var(--blue); }
.real-work-heading > div > p { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.7; }
.personal-art-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.personal-art-card { margin: 0; min-width: 0; }
.personal-art-card:nth-child(2) { margin-top: 80px; }
.personal-media { position: relative; width: 100%; aspect-ratio: 1 / 1.12; overflow: hidden; background: #252445; }
.personal-media img, .personal-media video { width: 100%; height: 100%; display: block; }
.portrait-art img { object-fit: contain; background: linear-gradient(135deg,#d8d6ec,#accbe6); }
.motion-art video { object-fit: cover; }
.motion-label { position: absolute; top: 18px; right: 18px; z-index: 2; padding: 9px 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: var(--white); background: rgba(23,22,47,.62); backdrop-filter: blur(8px); font-size: 8px; font-weight: 700; letter-spacing: .14em; pointer-events: none; }
.personal-art-card figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.3); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.personal-art-card figcaption b { color: var(--pink); }

.section-heading.centered { display: flex; text-align: center; flex-direction: column; align-items: center; gap: 0; }
.process-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: start; gap: 22px; margin-top: 70px; }
.process-steps article { text-align: center; }
.process-steps article > span { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 24px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-style: italic; font-size: 22px; background: var(--paper); }
.process-steps article:nth-of-type(2) > span { background: var(--rose); }
.process-steps article:nth-of-type(3) > span { background: var(--blue-light); }
.process-steps article:nth-of-type(4) > span { background: var(--lime); }
.process-steps h3 { font-family: var(--serif); font-size: 23px; margin: 0 0 12px; }
.process-steps p { font-size: 13px; line-height: 1.7; color: #6d6a7a; margin: 0; }
.step-arrow { padding-top: 16px; color: #9c98a4; }

.pricing { background: #e9e4da; }
.pricing-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.pricing-intro > p { margin: 0; color: #666271; line-height: 1.75; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.price-card { position: relative; min-width: 0; padding: 34px 28px 30px; border: 1px solid rgba(23,22,47,.15); background: var(--paper); }
.price-card.other-price { background: linear-gradient(145deg,#f8eef2,#dceafa); transform: translateY(-14px); box-shadow: 10px 12px 0 rgba(23,22,47,.1); }
.price-card.dark-price { background: var(--ink); color: var(--white); }
.price-icon { display: block; margin-bottom: 30px; color: #628fc3; font-family: var(--serif); font-size: 42px; }
.other-price .price-icon { color: #df7792; }
.dark-price .price-icon { color: var(--lime); }
.price-badge { position: absolute; top: 20px; right: 20px; padding: 7px 10px; border-radius: 999px; color: var(--white); background: #d56e88; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.price-category { margin: 0 0 8px; color: #6c88ac; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.price-card h3 { min-height: 58px; margin: 0 0 25px; font-family: var(--serif); font-size: 27px; line-height: 1.05; }
.price-card dl { margin: 0; }
.price-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid rgba(23,22,47,.13); font-size: 12px; }
.dark-price dl div { border-color: rgba(255,255,255,.15); }
.price-card dt { color: #6e6a78; }
.dark-price dt { color: rgba(255,255,255,.6); }
.price-card dd { margin: 0; flex: 0 0 auto; font-weight: 700; }
.price-details { display: grid; grid-template-columns: .8fr 1.3fr auto; gap: 35px; align-items: center; margin-top: 40px; padding: 28px 0 0; border-top: 1px solid rgba(23,22,47,.2); }
.price-details p { margin: 0; color: #6c6874; font-size: 12px; line-height: 1.6; }
.price-details b { color: var(--ink); }

.contact-section { background: #466fa9; color: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,8vw,130px); padding: 120px clamp(24px, 8vw, 130px); }
.contact-copy h2 em { color: var(--rose); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); line-height: 1.7; max-width: 590px; margin: 28px 0 45px; }
.contact-details { border-top: 1px solid rgba(255,255,255,.22); }
.contact-details div { display: flex; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); padding: 18px 0; }
.contact-details span { color: var(--rose); font-family: var(--serif); font-style: italic; font-size: 18px; }
.contact-details p { margin: 0; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.65); }
.contact-details b { color: var(--white); }
.contact-form { background: var(--paper); color: var(--ink); padding: 38px; box-shadow: 14px 14px 0 var(--ink); transform: rotate(1deg); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 22px; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid #bdb8af; background: transparent; padding: 11px 2px; border-radius: 0; color: var(--ink); outline: none; margin-top: 4px; resize: vertical; }
.contact-form textarea { border: 1px solid #c9c3b9; padding: 13px; margin-top: 10px; }
.contact-form input:focus, .contact-form select:focus { border-color: #466fa9; }
.contact-form textarea:focus { border-color: #466fa9; box-shadow: 0 0 0 2px rgba(70,111,169,.15); }
.form-submit { width: 100%; }
.form-hint { text-align: center; font-size: 10px; color: #7b7784; margin: 12px 0 0; }
.form-linktree { margin: 18px 0 0; padding-top: 15px; border-top: 1px solid #d6d0c7; text-align: center; color: #7b7784; font-size: 10px; }
.form-linktree a { color: #466fa9; font-weight: 700; border-bottom: 1px solid currentColor; }
.honey-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

footer { padding: 55px clamp(24px, 6vw, 96px) 30px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; position: relative; }
.footer-brand { font-size: 20px; }
footer > p { color: #777482; font-size: 12px; line-height: 1.6; }
.footer-links { display: flex; gap: 26px; font-size: 12px; font-weight: 700; }
.copyright { grid-column: 1 / -1; border-top: 1px solid var(--border); padding-top: 25px; margin: 5px 0 0; text-align: center; }

/* Impressum */
.legal-body { min-height: 100vh; }
.legal-header .nav-cta { font-size: 13px; }
.legal-page { width: min(1080px, calc(100% - 48px)); margin: 0 auto; padding: 75px 0 110px; }
.legal-hero { min-height: 310px; display: grid; grid-template-columns: 1fr 280px; align-items: center; gap: 60px; padding: 42px 55px; border: 1px solid var(--border); background: radial-gradient(circle at 83% 13%, rgba(255,255,255,.92), transparent 17rem), linear-gradient(135deg, var(--blue-light), var(--rose) 61%, #e3f0d4); overflow: hidden; position: relative; }
.legal-hero h1 { font-size: clamp(58px, 7vw, 92px); }
.legal-hero > div > p:last-child { max-width: 620px; color: #5f5b6d; line-height: 1.7; }
.legal-hero > img { width: 280px; height: 280px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; transform: rotate(4deg); }
.imprint-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 25px; margin-top: 30px; }
.imprint-card, .imprint-notes article { padding: 28px; border: 1px solid var(--border); background: rgba(255,255,255,.74); box-shadow: 0 14px 40px rgba(23,22,47,.05); }
.primary-imprint { position: sticky; top: 24px; }
.card-label { color: #6b86ab; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.imprint-card h2 { margin: 10px 0 22px; font-family: var(--serif); font-size: 30px; }
.imprint-card address { display: grid; gap: 7px; padding: 18px; background: #f1eee7; color: #656171; font-size: 14px; font-style: normal; }
.imprint-card address strong { margin-bottom: 4px; color: var(--ink); }
.imprint-contact { margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--border); }
.imprint-contact span, .imprint-contact a { display: block; }
.imprint-contact span { margin-bottom: 6px; color: #85818c; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.imprint-contact a { width: fit-content; color: #466fa9; font-size: 13px; font-weight: 700; overflow-wrap: anywhere; border-bottom: 1px solid currentColor; }
.imprint-notes { display: grid; gap: 16px; }
.imprint-notes h3 { margin: 9px 0 10px; font-family: var(--serif); font-size: 25px; }
.imprint-notes p { margin: 0; color: #6c6877; font-size: 14px; line-height: 1.7; }
.privacy-content { display: grid; gap: 18px; margin-top: 30px; }
.privacy-content section { padding: 30px 34px; border: 1px solid var(--border); background: rgba(255,255,255,.74); box-shadow: 0 14px 40px rgba(23,22,47,.04); }
.privacy-content h2 { margin: 10px 0 14px; font-family: var(--serif); font-size: clamp(24px,3vw,32px); letter-spacing: -.025em; }
.privacy-content p, .privacy-content address { color: #666271; font-size: 14px; line-height: 1.75; }
.privacy-content address { padding: 17px 20px; background: #f1eee7; font-style: normal; }
.privacy-content a { color: #466fa9; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.thanks-body { min-height: 100vh; display: grid; place-items: center; padding: 25px; background: radial-gradient(circle at 30% 20%,var(--rose),transparent 30rem),radial-gradient(circle at 80% 80%,var(--blue-light),transparent 32rem),var(--paper); }
.thanks-card { width: min(620px,100%); padding: 55px; border: 1px solid var(--border); background: rgba(255,255,255,.82); text-align: center; box-shadow: 15px 15px 0 var(--ink); }
.thanks-card > img { width: 150px; height: 150px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.thanks-card .eyebrow { justify-content: center; margin-top: 20px; }
.thanks-card h1 { font-size: clamp(50px,8vw,78px); }
.thanks-card h1 em { color: #5685c4; }
.thanks-card > p:not(.eyebrow) { margin: 25px auto 30px; color: #666271; line-height: 1.7; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-art { max-width: 700px; width: 100%; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr 1.5fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .contact-section { grid-template-columns: 1fr; }
  .contact-copy { max-width: 700px; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }
  .site-header .brand-mark { width: 42px; height: 42px; }
  .site-header .brand { font-size: 14px; }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  nav { position: fixed; inset: 0; background: var(--paper); flex-direction: column; justify-content: center; font-family: var(--serif); font-size: 30px; transform: translateX(100%); transition: transform .3s ease; }
  nav.open { transform: translateX(0); }
  .nav-cta { font-family: var(--sans); font-size: 15px; margin-top: 15px; }
  .hero { display: block; min-height: 0; padding: 58px 20px 70px; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-text { font-size: 16px; }
  .trust-row { gap: 10px; justify-content: space-between; font-size: 9px; }
  .hero-art { height: 465px; margin-top: 65px; }
  .card-logo { width: 185px; height: 235px; padding: 16px; }
  .studio-logo-card { width: 102px; height: 102px; margin-top: -3px; }
  .studio-wordmark { font-size: 18px; }
  .studio-wordmark span { font-size: 5px; margin-top: 7px; }
  .sample-logo { font-size: 47px; }
  .card-poster { width: 165px; height: 260px; padding: 19px; }
  .card-poster b { font-size: 35px; }
  .card-3d { width: 170px; height: 190px; left: 25%; }
  .crystal { transform: scale(.75); transform-origin: top; }
  .floating-note { display: none; }
  .section { padding: 85px 20px; }
  .section-heading, .work-header { display: block; }
  .section-heading h2, .work-header h2 { margin-bottom: 24px; }
  .section-heading > p:last-child { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; }
  .custom-note { border-radius: 18px; line-height: 1.5; }
  .tattoo-feature { grid-template-columns: 1fr; }
  .tattoo-art { min-height: 330px; max-height: 420px; }
  .tattoo-copy { padding: 36px 24px 42px; }
  .work-header > p { margin-top: 25px; }
  .portfolio-grid { grid-template-columns: 1fr; gap: 45px; }
  .portfolio-item:nth-child(3) { grid-column: auto; width: 100%; }
  .portfolio-visual { height: 340px; }
  .flower-brand { gap: 12px; }
  .flower { transform: scale(.75); margin: -15px; }
  .flower-word { font-size: 38px; }
  .social-set { padding: 24px 12px; gap: 8px; }
  .phone-post { padding: 10px; width: 31%; }
  .post-a small, .post-c small { font-size: 15px; }
  .post-b b { font-size: 17px; }
  .game-set { height: 370px; }
  .bloomflower-model { height: 370px; padding: 10px; }
  .model-badge { left: 14px; bottom: 14px; padding: 10px 13px; box-shadow: 5px 5px 0 var(--pink); }
  .model-badge b { font-size: 18px; }
  .real-work-heading { margin-top: 80px; display: block; }
  .real-work-heading > .eyebrow { margin-bottom: 22px; }
  .personal-art-grid { grid-template-columns: 1fr; gap: 48px; }
  .personal-art-card:nth-child(2) { margin-top: 0; }
  .personal-media { aspect-ratio: 1 / 1.15; }
  .lowpoly-tree { transform: scale(.72); transform-origin: left bottom; }
  .moon { width: 85px; height: 85px; right: 45px; }
  .process-steps { grid-template-columns: 1fr; gap: 26px; }
  .step-arrow { transform: rotate(90deg); padding: 0; text-align: center; }
  .process-steps article { max-width: 330px; margin: 0 auto; }
  .pricing-intro { display: block; }
  .pricing-intro > p { margin-top: 25px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 20px; }
.price-card.other-price { transform: none; }
  .price-card h3 { min-height: 0; }
  .price-details { grid-template-columns: 1fr; gap: 18px; }
  .contact-section { padding: 85px 20px; }
  .contact-form { padding: 25px 20px; box-shadow: 8px 8px 0 var(--ink); transform: none; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .copyright { grid-column: auto; width: 100%; }
  .legal-header .brand { display: flex; }
  .legal-header .nav-cta { padding: 10px 13px; font-size: 11px; }
  .legal-page { width: min(100% - 30px, 620px); padding: 45px 0 75px; }
  .legal-hero { min-height: 0; grid-template-columns: 1fr; gap: 20px; padding: 30px 24px; }
  .legal-hero > img { width: 150px; height: 150px; position: absolute; right: -32px; bottom: -38px; opacity: .28; }
  .legal-hero > div { position: relative; z-index: 1; }
  .legal-hero h1 { font-size: 54px; }
  .legal-hero > div > p:last-child { max-width: 85%; font-size: 13px; }
  .imprint-layout { grid-template-columns: 1fr; }
  .primary-imprint { position: static; }
  .imprint-card, .imprint-notes article { padding: 22px; }
  .privacy-content section { padding: 23px 20px; }
  .thanks-card { padding: 38px 22px; box-shadow: 8px 8px 0 var(--ink); }
  .thanks-card > img { width: 110px; height: 110px; }
}

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