:root{--bg:#f4f1ea;--ink:#11110f;--muted:#67645f;--accent:#d6ff4b;--accent2:#f1a7ff;--line:rgba(17,17,15,.16);--max:1240px;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}img{display:block;max-width:100%}a{color:inherit}button,input,select,textarea{font:inherit}.wrap{width:min(calc(100% - 32px),var(--max));margin:auto}.nav{position:fixed;top:14px;left:0;right:0;z-index:50}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 10px 18px;background:rgba(244,241,234,.78);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.brand{display:flex;gap:10px;align-items:center;text-decoration:none;font-weight:900;letter-spacing:-.03em}.brand img{width:40px;height:40px;object-fit:contain}.nav-links{display:flex;gap:20px;align-items:center}.nav-links a{text-decoration:none;font-weight:700;font-size:.94rem}.pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ink);color:white!important;text-decoration:none;border-radius:999px;padding:12px 18px;font-weight:800;border:0;cursor:pointer}.menu-btn{display:none;background:none;border:0;font-size:1.35rem}.hero{min-height:100svh;padding:120px 0 42px;display:grid;align-items:end}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch}.hero-copy{display:flex;flex-direction:column;justify-content:space-between;padding:24px 0}.eyebrow{display:flex;gap:10px;align-items:center;text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:900}.dot{width:10px;height:10px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 5px rgba(214,255,75,.28)}h1{font-size:clamp(4rem,9vw,9.2rem);line-height:.82;letter-spacing:-.075em;margin:24px 0 30px;max-width:8ch}.stroke{-webkit-text-stroke:2px var(--ink);color:transparent}.hero-bottom{display:flex;justify-content:space-between;align-items:end;gap:20px}.hero-bottom p{font-size:clamp(1.05rem,1.6vw,1.35rem);max-width:38ch;margin:0}.hero-media{position:relative;min-height:650px;border-radius:var(--radius);overflow:hidden;background:#222}.hero-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .8s ease}.hero-media:hover img{transform:scale(1.035)}.hero-tag{position:absolute;right:18px;bottom:18px;background:var(--accent);padding:12px 16px;border-radius:999px;font-weight:900;transform:rotate(-3deg)}section{padding:105px 0}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:44px}.section-head h2{font-size:clamp(2.7rem,6vw,6rem);line-height:.93;letter-spacing:-.06em;margin:0}.section-head p{max-width:42ch;color:var(--muted);margin:0}.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;background:var(--accent)}.marquee-track{display:flex;width:max-content;gap:40px;animation:scroll 26s linear infinite;font-size:clamp(1.5rem,3vw,3rem);font-weight:950;letter-spacing:-.04em;text-transform:uppercase}.marquee-track span:after{content:'✦';margin-left:40px}@keyframes scroll{to{transform:translateX(-50%)}}.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:280px;gap:14px}.tile{position:relative;overflow:hidden;border-radius:22px;background:#ddd}.tile img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:.55s ease}.tile:hover img{filter:grayscale(0);transform:scale(1.04)}.tile.tall{grid-row:span 2}.tile.wide{grid-column:span 2}.tile-label{position:absolute;left:14px;bottom:14px;background:rgba(244,241,234,.88);backdrop-filter:blur(10px);padding:8px 12px;border-radius:999px;font-weight:800;font-size:.85rem}.services{background:var(--ink);color:white}.service-list{border-top:1px solid rgba(255,255,255,.2)}.service{display:grid;grid-template-columns:90px 1fr auto;gap:24px;align-items:center;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.2)}.service .num{color:var(--accent);font-weight:900}.service h3{font-size:clamp(1.55rem,3vw,3rem);letter-spacing:-.04em;margin:0}.service p{max-width:48ch;color:#bdbdb7;margin:8px 0 0}.service .arrow{font-size:2rem}.prices{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{background:white;border:1px solid var(--line);border-radius:24px;padding:26px;display:flex;flex-direction:column;min-height:360px;box-shadow:0 18px 45px rgba(0,0,0,.05)}.price-card.featured{background:var(--accent)}.price-card h3{font-size:1.55rem;margin:8px 0}.price{font-size:clamp(2.6rem,4vw,4.4rem);font-weight:950;letter-spacing:-.06em;margin:10px 0}.price small{font-size:1rem;letter-spacing:0}.price-card ul{padding-left:20px;color:var(--muted);margin:12px 0 24px}.price-card.featured ul{color:#333}.price-card .pill{margin-top:auto}.note{margin-top:20px;color:var(--muted);font-size:.92rem}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px}.about-visual{min-height:560px;border-radius:var(--radius);background:linear-gradient(135deg,var(--accent2),var(--accent));display:grid;place-items:center;overflow:hidden;position:relative}.about-visual img{width:72%;height:82%;object-fit:cover;filter:grayscale(1);opacity:.28;border-radius:180px 180px 30px 30px}.placeholder{position:absolute;text-align:center;font-weight:950;font-size:clamp(1.7rem,3vw,3.2rem);max-width:10ch;line-height:.95}.about-copy{padding:28px;display:flex;flex-direction:column;justify-content:center}.about-copy h2{font-size:clamp(3rem,6vw,6rem);letter-spacing:-.06em;line-height:.9;margin:0 0 24px}.about-copy p{font-size:1.2rem;max-width:48ch;color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.chip{border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-weight:800}.contact{background:linear-gradient(135deg,#e8d8ff 0%,#f4f1ea 55%,#e7ff9c 100%)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px}.contact h2{font-size:clamp(3.8rem,8vw,8rem);line-height:.84;letter-spacing:-.07em;margin:0}.contact-meta{margin-top:28px}.contact-meta a{font-weight:850}.form{background:rgba(255,255,255,.74);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.9);border-radius:28px;padding:26px;box-shadow:0 25px 60px rgba(0,0,0,.08)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.field label{font-weight:800;font-size:.9rem}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:white;padding:13px 14px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,15,.1)}.check{display:flex;gap:10px;align-items:flex-start;font-size:.88rem;margin:12px 0 18px}.footer{background:var(--ink);color:white;padding:44px 0 24px}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}.footer-logo{font-size:clamp(2.2rem,5vw,5rem);font-weight:950;letter-spacing:-.06em}.footer-links{display:flex;flex-wrap:wrap;gap:16px}.footer a{color:white}.legal{padding:120px 0 70px}.legal article{max-width:860px}.legal h1{font-size:clamp(3rem,7vw,7rem);max-width:none}.legal h2{margin-top:40px}.legal p,.legal li{color:#3f3d39}.legal .download{margin:24px 0}.reveal{opacity:0;transform:translateY(28px);transition:.7s ease}.reveal.show{opacity:1;transform:none}@media(max-width:900px){.nav-links{display:none}.nav-links.open{display:flex;position:absolute;top:64px;left:16px;right:16px;flex-direction:column;align-items:stretch;background:var(--bg);padding:18px;border:1px solid var(--line);border-radius:22px}.menu-btn{display:block}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero{padding-top:100px}.hero-media{min-height:58svh;order:-1}.hero-copy{padding-top:10px}.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:230px}.tile.wide{grid-column:span 2}.prices{grid-template-columns:1fr}.service{grid-template-columns:48px 1fr}.service .arrow{display:none}.field-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}}@media(max-width:560px){.wrap{width:min(calc(100% - 20px),var(--max))}.nav{top:8px}.brand span{display:none}h1{font-size:19vw}.hero-bottom{align-items:flex-start;flex-direction:column}.hero-media{min-height:60svh}.gallery{grid-template-columns:1fr;grid-auto-rows:340px}.tile.wide{grid-column:auto}.tile.tall{grid-row:auto}.service{padding:22px 0}.about-visual{min-height:430px}.contact h2{font-size:18vw}.form{padding:18px}section{padding:78px 0}}

/* Refinements: stronger navigation, full hero and sliding portfolio */
.nav-inner{padding:8px 12px 8px 14px}
.brand{width:64px;height:52px;justify-content:center;flex:0 0 auto}
.brand img{width:64px;height:52px;object-fit:contain}
.hero{padding:104px 0 28px;align-items:stretch}
.hero-grid{min-height:calc(100svh - 132px);align-items:stretch}
.hero-copy{padding:34px 0 18px}
.hero-media{min-height:0;height:100%}
.hero-media img{object-position:center 35%}

.portfolio-slider{position:relative}
.slider-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,42%);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 16px;scrollbar-width:none;overscroll-behavior-inline:contain}
.slider-track::-webkit-scrollbar{display:none}
.slide{position:relative;height:560px;border-radius:24px;overflow:hidden;background:#ddd;scroll-snap-align:start;margin:0}
.slide img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .55s ease,filter .55s ease}
.slide:hover img{filter:grayscale(0);transform:scale(1.035)}
.couple-slide img{object-position:center 25%}
.couple-close-slide img{object-position:center center}
.creative-slide img{object-position:center 20%}
.tattoo-slide img{object-position:center 42%}
.studio-slide img{object-position:center center}
.tattoo-wide-slide img{object-position:center center}
.portrait2-slide img{object-position:center 18%}
.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:52px;height:52px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(17,17,15,.78);color:#fff;font-size:1.4rem;cursor:pointer;backdrop-filter:blur(12px);transition:.2s ease}
.slider-btn:hover{background:var(--accent);color:var(--ink);transform:translateY(-50%) scale(1.06)}
.slider-btn.prev{left:16px}.slider-btn.next{right:16px}
.slider-hint{margin-top:8px;color:var(--muted);font-size:.88rem;text-align:right}

.custom-package{margin-top:18px;border:1px solid var(--line);border-radius:24px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(135deg,rgba(241,167,255,.26),rgba(214,255,75,.25))}
.custom-package h3{font-size:clamp(1.55rem,3vw,2.6rem);line-height:1;letter-spacing:-.04em;margin:10px 0}
.custom-package p{max-width:62ch;color:var(--muted);margin:0}
.custom-package .pill{flex:0 0 auto}

.contact-meta{display:grid;gap:12px}
.contact-link{display:flex;align-items:center;gap:12px;text-decoration:none;width:fit-content}
.contact-link strong,.contact-link small{display:block}
.contact-link small{font-size:.92rem;color:var(--muted);font-weight:700}
.contact-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:white;flex:0 0 auto}
.contact-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-icon svg .fill{fill:currentColor;stroke:none}

@media(max-width:900px){
  .hero-grid{min-height:auto}
  .hero-media{height:58svh;min-height:480px}
  .slider-track{grid-auto-columns:minmax(300px,72%)}
  .slide{height:500px}
  .custom-package{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .brand{width:52px;height:44px}.brand img{width:52px;height:44px}
  .hero{padding-top:84px}
  .hero-media{height:56svh;min-height:410px}
  .slider-track{grid-auto-columns:88%}
  .slide{height:470px}
  .slider-btn{width:44px;height:44px}
  .slider-btn.prev{left:8px}.slider-btn.next{right:8px}
  .slider-hint{text-align:left}
  .custom-package{padding:22px}
}

/* V3: landscape hero, clean headline, unclipped logo and seamless gallery */
.nav-inner{
  min-height:68px;
  overflow:visible;
  padding:7px 14px;
}
.brand{
  width:72px;
  height:54px;
  overflow:visible;
  padding:0;
}
.brand img{
  content:url("assets/images/logo-mark-padded.png");
  width:72px;
  height:54px;
  object-fit:contain;
  object-position:center;
  transform:none;
}

.hero{
  min-height:auto;
  padding:112px 0 48px;
  align-items:center;
}
.hero-grid{
  min-height:auto;
  grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
  gap:32px;
  align-items:center;
}
.hero-copy{
  min-height:620px;
  padding:24px 0;
}
h1{
  font-size:clamp(4.4rem,8.4vw,8.5rem);
  line-height:.88;
  letter-spacing:-.045em;
  max-width:none;
  text-wrap:balance;
}
.hero-word-video{
  display:inline-block;
  letter-spacing:-.025em;
  -webkit-text-stroke:1.5px var(--ink);
  paint-order:stroke fill;
  padding-right:.04em;
}
.hero-media{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:4/3;
  border-radius:var(--radius);
}
.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 44%;
}

.portfolio-loop{
  position:relative;
  overflow:hidden;
  width:100%;
  padding:2px 0 16px;
  mask-image:linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%);
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%);
}
.portfolio-loop-track{
  display:flex;
  width:max-content;
  animation:portfolio-seamless 58s linear infinite;
  will-change:transform;
}
.portfolio-loop:hover .portfolio-loop-track,
.portfolio-loop:focus-within .portfolio-loop-track{
  animation-play-state:paused;
}
.portfolio-loop-group{
  display:flex;
  gap:16px;
  padding-right:16px;
  flex:0 0 auto;
}
.portfolio-loop .slide{
  flex:0 0 clamp(310px,34vw,500px);
  height:560px;
  scroll-snap-align:none;
}
@keyframes portfolio-seamless{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media (prefers-reduced-motion:reduce){
  .portfolio-loop-track{animation:none}
  .portfolio-loop{overflow-x:auto;mask-image:none;-webkit-mask-image:none}
}

@media(max-width:900px){
  .nav-inner{min-height:62px}
  .brand{width:64px;height:48px}
  .brand img{width:64px;height:48px}
  .hero{padding-top:94px}
  .hero-grid{grid-template-columns:1fr;gap:20px}
  .hero-media{order:-1;aspect-ratio:16/10;height:auto;min-height:0}
  .hero-copy{min-height:auto;padding:8px 0 0}
  h1{font-size:clamp(4rem,15vw,7rem);line-height:.86}
  .portfolio-loop .slide{flex-basis:min(72vw,460px);height:500px}
}
@media(max-width:560px){
  .nav-inner{min-height:58px;padding:5px 10px}
  .brand{width:58px;height:46px}
  .brand img{width:58px;height:46px}
  .hero{padding-top:78px;padding-bottom:34px}
  .hero-media{aspect-ratio:4/3}
  h1{font-size:18vw;letter-spacing:-.04em}
  .hero-word-video{letter-spacing:-.015em;-webkit-text-stroke:1px var(--ink)}
  .portfolio-loop{mask-image:none;-webkit-mask-image:none}
  .portfolio-loop .slide{flex-basis:82vw;height:450px}
}

/* V4: viewport hero, clean Video lettering, fully visible logo and interactive infinite gallery */
.nav-inner{min-height:72px;padding:7px 16px}
.brand{width:76px;height:58px;display:grid;place-items:center;overflow:visible}
.brand img{
  content:url("assets/images/logo-mark-clean.png");
  width:58px;height:58px;object-fit:contain;object-position:center;
}

.hero{min-height:92svh;padding:112px 0 38px;display:flex;align-items:stretch}
.hero-grid{min-height:calc(92svh - 150px);width:100%;align-items:stretch}
.hero-copy{min-height:0;height:100%;padding:20px 0;justify-content:space-between}
.hero-media{height:100%;min-height:580px;aspect-ratio:auto}
.hero-word-video-svg{display:block;width:min(5.2em,100%);height:.92em;overflow:visible;margin:.01em 0 -.01em}
.hero-word-video-svg text{font-family:Arial,Helvetica,sans-serif;font-size:118px;font-weight:900;letter-spacing:-2px;fill:transparent;stroke:var(--ink);stroke-width:1.7;paint-order:stroke fill;stroke-linejoin:round}

.portfolio-loop{
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  padding:2px 0 18px;
  mask-image:linear-gradient(to right,transparent 0,#000 2%,#000 98%,transparent 100%);
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 2%,#000 98%,transparent 100%);
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
  touch-action:pan-x;
  cursor:grab;
}
.portfolio-loop:active{cursor:grabbing}
.portfolio-loop::-webkit-scrollbar{display:none}
.portfolio-loop-track{display:flex;width:max-content;animation:none!important;will-change:auto}
.portfolio-loop-group{display:flex;gap:16px;padding-right:16px;flex:0 0 auto}
.portfolio-loop .slide{flex:0 0 clamp(310px,34vw,500px);height:560px}

@media(max-width:900px){
  .nav-inner{min-height:64px}.brand{width:66px;height:52px}.brand img{width:52px;height:52px}
  .hero{min-height:auto;padding-top:94px}
  .hero-grid{min-height:auto}
  .hero-media{height:auto;min-height:0;aspect-ratio:16/10}
  .hero-copy{height:auto}
  .portfolio-loop{mask-image:none;-webkit-mask-image:none}
}
@media(max-width:560px){
  .nav-inner{min-height:60px}.brand{width:60px;height:48px}.brand img{width:48px;height:48px}
  .hero-word-video-svg text{stroke-width:1.3}
}

/* V5: balanced hero, full wordmark and controllable gallery */
.nav-inner{min-height:68px;padding:7px 14px 7px 18px}
.brand{width:178px;height:50px;display:flex;align-items:center;justify-content:flex-start;overflow:visible;flex:0 0 auto}
.brand img{content:none;width:168px;height:48px;object-fit:contain;object-position:left center;display:block}

.hero{min-height:auto;padding:128px 0 72px;display:block}
.hero-grid{min-height:auto;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:34px;align-items:center}
.hero-copy{min-height:590px;height:auto;padding:28px 0;justify-content:space-between}
.hero-media{height:auto;min-height:0;aspect-ratio:4/3}
.hero-media img{object-position:center 42%}

.portfolio-carousel{position:relative}
.portfolio-loop{overflow-x:auto;overflow-y:hidden;width:100%;padding:2px 0 18px;scrollbar-width:none;overscroll-behavior-inline:contain;touch-action:pan-x;cursor:grab;mask-image:linear-gradient(to right,transparent 0,#000 2%,#000 98%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 2%,#000 98%,transparent 100%)}
.portfolio-loop:active{cursor:grabbing}.portfolio-loop::-webkit-scrollbar{display:none}
.portfolio-loop-track{display:flex;width:max-content;animation:none!important}
.portfolio-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:52px;height:52px;border-radius:999px;border:1px solid rgba(255,255,255,.85);background:rgba(17,17,15,.82);color:#fff;font-size:1.45rem;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(0,0,0,.18);transition:.2s ease}
.portfolio-arrow:hover{background:var(--accent);color:var(--ink);transform:translateY(-50%) scale(1.06)}
.portfolio-prev{left:14px}.portfolio-next{right:14px}

@media(max-width:900px){
  .brand{width:148px;height:46px}.brand img{width:140px;height:42px}
  .hero{padding:104px 0 54px}
  .hero-grid{grid-template-columns:1fr;gap:22px}
  .hero-media{order:-1;aspect-ratio:16/10}
  .hero-copy{min-height:auto;padding:12px 0 0}
  .portfolio-loop{mask-image:none;-webkit-mask-image:none}
}
@media(max-width:560px){
  .nav-inner{min-height:58px;padding:5px 10px 5px 13px}
  .brand{width:124px;height:42px}.brand img{width:118px;height:38px}
  .hero{padding:84px 0 42px}
  .hero-media{aspect-ratio:4/3}
  .portfolio-arrow{width:44px;height:44px;font-size:1.2rem}
  .portfolio-prev{left:7px}.portfolio-next{right:7px}
}

/* V6: viewport-balanced hero, stable gallery controls and final navigation polish */
.hero{
  min-height:calc(100svh - 76px);
  padding:clamp(104px,12vh,150px) 0 clamp(42px,8vh,88px);
  display:flex;
  align-items:center;
}
.hero-grid{
  width:min(calc(100% - 32px),var(--max));
  min-height:0;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:clamp(24px,3vw,42px);
  align-items:center;
}
.hero-copy{
  min-height:520px;
  height:auto;
  padding:18px 0;
}
.hero-media{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16/10;
}
.hero-media img{object-position:center 42%}

.portfolio-carousel{
  position:relative;
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:visible;
}
.portfolio-loop{
  position:relative;
  width:100%;
  max-width:100%;
  min-width:0;
}
.portfolio-arrow{
  position:absolute;
  top:50%;
  z-index:30;
  flex:0 0 auto;
}
.portfolio-prev{left:14px}
.portfolio-next{right:14px}

@media(max-width:900px){
  .hero{
    min-height:auto;
    padding:96px 0 52px;
  }
  .hero-grid{
    width:min(calc(100% - 32px),var(--max));
    grid-template-columns:1fr;
  }
  .hero-copy{min-height:auto}
  .hero-media{aspect-ratio:16/10}
}
@media(max-width:560px){
  .hero{padding:78px 0 38px}
  .hero-grid{width:min(calc(100% - 20px),var(--max))}
  .hero-media{aspect-ratio:4/3}
  .portfolio-prev{left:7px}
  .portfolio-next{right:7px}
}

/* V7: integrated hero composition and robust finite portfolio */
.hero{
  min-height:calc(100svh - 36px);
  padding:clamp(96px,12vh,138px) 0 clamp(36px,7vh,76px);
  display:flex;
  align-items:center;
}
.hero-frame{width:min(calc(100% - 32px),var(--max));}
.hero-stage{
  position:relative;
  width:100%;
  aspect-ratio:16/8.8;
  min-height:520px;
  max-height:690px;
  overflow:hidden;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 24px 70px rgba(17,17,15,.09);
}
.hero-stage-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:grayscale(1);
}
.hero-overlay{
  position:absolute;
  z-index:2;
  left:clamp(28px,5vw,72px);
  bottom:clamp(26px,4vw,58px);
  width:min(42%,510px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.hero-overlay h1{
  display:flex;
  flex-direction:column;
  gap:0;
  font-size:clamp(4rem,7.8vw,8rem);
  line-height:.82;
  letter-spacing:-.075em;
  margin:18px 0 24px;
  max-width:none;
}
.hero-overlay h1 span{display:block}
.hero-outline{
  color:transparent;
  -webkit-text-stroke:1.7px var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  letter-spacing:-.055em;
}
.hero-overlay p{font-size:clamp(1rem,1.4vw,1.22rem);max-width:34ch;margin:0 0 20px}
.hero-cta{align-self:center;min-width:164px}
.hero-tag{z-index:2}

.portfolio-carousel{
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 56px;
  gap:12px;
  align-items:center;
  width:100%;
  min-width:0;
  overflow:visible;
}
.portfolio-loop{
  width:100%;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 0 16px;
  scrollbar-width:none;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  overscroll-behavior-inline:contain;
  touch-action:pan-x;
  cursor:grab;
  mask-image:none;
  -webkit-mask-image:none;
}
.portfolio-loop:active{cursor:grabbing}
.portfolio-loop::-webkit-scrollbar{display:none}
.portfolio-loop-track{
  display:flex;
  gap:16px;
  width:max-content;
  animation:none!important;
  transform:none!important;
}
.portfolio-loop .slide{
  flex:0 0 clamp(300px,36vw,500px);
  height:560px;
  margin:0;
  scroll-snap-align:start;
}
.portfolio-arrow{
  position:static!important;
  transform:none!important;
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(17,17,15,.16);
  background:var(--ink);
  color:#fff;
  font-size:1.35rem;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:5;
  box-shadow:0 10px 28px rgba(0,0,0,.14);
  transition:.2s ease;
}
.portfolio-arrow:hover:not(:disabled){background:var(--accent);color:var(--ink);transform:scale(1.05)!important}
.portfolio-arrow:disabled{opacity:.28;cursor:not-allowed}
.portfolio-prev{justify-self:start}
.portfolio-next{justify-self:end}
.portfolio-hint{margin:10px 68px 0;text-align:right;color:var(--muted);font-size:.88rem}

@media(max-width:900px){
  .hero{min-height:auto;padding:96px 0 46px}
  .hero-stage{aspect-ratio:4/5;min-height:650px;max-height:none}
  .hero-stage-image{object-position:63% center}
  .hero-overlay{left:24px;right:24px;bottom:26px;width:auto;background:rgba(244,241,234,.86);backdrop-filter:blur(10px);padding:22px;border-radius:20px}
  .hero-overlay h1{font-size:clamp(3.6rem,14vw,6.5rem)}
  .portfolio-carousel{grid-template-columns:46px minmax(0,1fr) 46px;gap:7px}
  .portfolio-arrow{width:44px;height:44px}
  .portfolio-loop .slide{flex-basis:min(76vw,440px);height:500px}
  .portfolio-hint{margin-left:53px;margin-right:53px}
}
@media(max-width:560px){
  .hero-frame{width:min(calc(100% - 20px),var(--max))}
  .hero-stage{min-height:620px}
  .hero-overlay{left:14px;right:14px;bottom:14px;padding:18px}
  .hero-overlay h1{font-size:16vw;line-height:.84;margin:14px 0 18px}
  .hero-overlay p{font-size:.98rem}
  .hero-cta{align-self:stretch}
  .portfolio-carousel{grid-template-columns:40px minmax(0,1fr) 40px;gap:5px}
  .portfolio-arrow{width:38px;height:38px;font-size:1.05rem}
  .portfolio-loop .slide{flex-basis:78vw;height:440px}
  .portfolio-hint{margin:8px 45px 0;text-align:left}
}

/* V8: neues Hero-Motiv mit Textfläche links und Person rechts */
.hero-stage-image{object-position:center center}
@media(max-width:900px){
  .hero-stage-image{object-position:68% center}
}


/* V8: final hero with new image and stable manual gallery */

.nav-inner{
  min-height:68px;
  padding:7px 14px 7px 18px;
}
.brand{
  width:196px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:visible;
  flex:0 0 auto;
}
.brand img{
  width:186px;
  height:52px;
  object-fit:contain;
  object-position:left center;
  display:block;
}

.hero{
  min-height:calc(100svh - 76px);
  padding:110px 0 72px;
  display:flex;
  align-items:center;
}
.hero-frame{
  width:min(calc(100% - 32px),var(--max));
}
.hero-stage{
  position:relative;
  width:100%;
  min-height:clamp(520px,62svh,700px);
  height:min(62svh,700px);
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(17,17,15,.08);
  background:#ece9e2;
  box-shadow:0 24px 60px rgba(17,17,15,.06);
}
.hero-stage-image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:74% center;
  filter:grayscale(1);
}
.hero-overlay{
  position:absolute;
  z-index:2;
  left:clamp(28px,4.6vw,76px);
  bottom:clamp(28px,5vh,62px);
  width:min(38%,460px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0;
}
.hero-overlay h1{
  display:flex;
  flex-direction:column;
  gap:0;
  margin:14px 0 18px;
  font-size:clamp(4.4rem,8vw,8.2rem);
  line-height:.84;
  letter-spacing:-.078em;
}
.hero-overlay h1 span{
  display:block;
  margin:0;
}
.hero-outline{
  color:transparent;
  -webkit-text-stroke:1.6px var(--ink);
  text-stroke:1.6px var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  letter-spacing:-.055em;
}
.hero-overlay p{
  font-size:clamp(1rem,1.35vw,1.2rem);
  line-height:1.45;
  max-width:32ch;
  margin:0 0 22px;
}
.hero-cta{
  align-self:center;
  min-width:168px;
}
.hero-tag{
  right:20px;
  bottom:18px;
}

.portfolio-carousel{
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 56px;
  gap:12px;
  align-items:center;
  width:100%;
  min-width:0;
  overflow:visible;
}
.portfolio-loop{
  width:100%;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 0 16px;
  scrollbar-width:none;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  overscroll-behavior-inline:contain;
  touch-action:pan-x;
  cursor:grab;
  user-select:none;
  mask-image:none;
  -webkit-mask-image:none;
}
.portfolio-loop.dragging{
  cursor:grabbing;
  scroll-behavior:auto;
}
.portfolio-loop::-webkit-scrollbar{display:none}
.portfolio-loop-track{
  display:flex;
  gap:16px;
  width:max-content;
  animation:none!important;
  transform:none!important;
}
.portfolio-loop .slide{
  flex:0 0 clamp(300px,36vw,500px);
  height:560px;
  margin:0;
  scroll-snap-align:start;
}
.portfolio-arrow{
  position:relative!important;
  transform:none!important;
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(17,17,15,.16);
  background:var(--ink);
  color:#fff;
  font-size:1.35rem;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:5;
  box-shadow:0 10px 28px rgba(0,0,0,.14);
  transition:transform .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
}
.portfolio-arrow:hover:not(:disabled){background:var(--accent);color:var(--ink);transform:scale(1.05)!important}
.portfolio-arrow:disabled{opacity:.28;cursor:not-allowed}
.portfolio-prev{justify-self:start}
.portfolio-next{justify-self:end}
.portfolio-hint{margin:10px 68px 0;text-align:right;color:var(--muted);font-size:.88rem}

@media(max-width:900px){
  .nav-inner{min-height:62px;padding:6px 10px 6px 14px}
  .brand{width:164px;height:48px}
  .brand img{width:154px;height:44px}
  .hero{min-height:auto;padding:92px 0 48px}
  .hero-stage{min-height:620px;height:auto;aspect-ratio:4/5}
  .hero-stage-image{object-position:70% center}
  .hero-overlay{left:22px;right:22px;bottom:24px;width:min(72%,440px)}
  .hero-overlay h1{font-size:clamp(4rem,13vw,6.6rem)}
  .portfolio-carousel{grid-template-columns:46px minmax(0,1fr) 46px;gap:7px}
  .portfolio-arrow{width:44px;height:44px}
  .portfolio-loop .slide{flex-basis:min(76vw,440px);height:500px}
  .portfolio-hint{margin-left:53px;margin-right:53px}
}
@media(max-width:560px){
  .nav-inner{min-height:58px;padding:5px 10px 5px 12px}
  .brand{width:144px;height:42px}
  .brand img{width:136px;height:38px}
  .hero{padding:82px 0 40px}
  .hero-stage{min-height:560px;border-radius:24px}
  .hero-stage-image{object-position:73% center}
  .hero-overlay{left:16px;right:16px;bottom:16px;width:auto}
  .hero-overlay h1{font-size:16vw;line-height:.84;margin:12px 0 16px}
  .hero-overlay p{font-size:.98rem;max-width:28ch}
  .hero-cta{align-self:stretch;text-align:center}
  .hero-tag{right:14px;bottom:12px}
  .portfolio-carousel{grid-template-columns:40px minmax(0,1fr) 40px;gap:5px}
  .portfolio-arrow{width:38px;height:38px;font-size:1.05rem}
  .portfolio-loop .slide{flex-basis:78vw;height:440px}
  .portfolio-hint{margin:8px 45px 0;text-align:left}
}

/* FINAL: einheitliche Unterseiten, leicht auffindbarer Footer und präzises Galerie-Ende */
body.subpage{
  min-height:100svh;
  display:flex;
  flex-direction:column;
}
body.subpage main{flex:1}
body.subpage .legal{padding-top:132px}
body.subpage .footer{margin-top:auto}
.footer-links a{white-space:nowrap}
.footer-links a:first-child{
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}

.portfolio-carousel{
  position:relative;
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 56px;
  gap:12px;
  align-items:center;
  overflow:visible;
}
.portfolio-loop{
  width:100%;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 0 16px;
  scroll-padding-inline:0;
  scroll-snap-type:x proximity;
  overscroll-behavior-x:none;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-x;
}
.portfolio-loop-track{
  display:flex;
  gap:16px;
  width:max-content;
  min-width:100%;
  padding:0!important;
  margin:0!important;
}
.portfolio-loop .slide{
  margin:0!important;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.portfolio-loop .slide:last-child{
  scroll-snap-align:end;
}
.portfolio-loop-track::after,
.portfolio-loop::after{
  content:none!important;
  display:none!important;
}
.portfolio-arrow{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  flex:none;
}
.portfolio-prev{grid-column:1;justify-self:start}
.portfolio-loop{grid-column:2}
.portfolio-next{grid-column:3;justify-self:end}

@media(max-width:900px){
  body.subpage .legal{padding-top:104px}
  .portfolio-carousel{grid-template-columns:46px minmax(0,1fr) 46px;gap:7px}
}
@media(max-width:560px){
  body.subpage .legal{padding-top:88px}
  .footer-links{gap:12px 16px}
  .portfolio-carousel{grid-template-columns:40px minmax(0,1fr) 40px;gap:5px}
}


/* V10: stabile Galerie ohne leeren Bereich nach dem letzten Bild */
.portfolio-loop{
  overflow:hidden!important;
  padding:2px 0 16px!important;
  scroll-snap-type:none!important;
  touch-action:pan-y!important;
  cursor:grab;
}
.portfolio-loop:active{cursor:grabbing}
.portfolio-loop-track{
  display:flex!important;
  gap:16px!important;
  width:auto!important;
  min-width:0!important;
  transition:transform .55s cubic-bezier(.22,.61,.36,1);
  will-change:transform;
}
.portfolio-loop .slide{
  flex:0 0 calc((100% - 16px)/2)!important;
  width:calc((100% - 16px)/2)!important;
  height:560px;
  scroll-snap-align:none!important;
}
.portfolio-loop .slide:last-child{scroll-snap-align:none!important}
@media(max-width:900px){
  .portfolio-loop .slide{
    flex-basis:76vw!important;
    width:76vw!important;
    height:500px;
  }
}
@media(max-width:560px){
  .portfolio-loop .slide{
    flex-basis:78vw!important;
    width:78vw!important;
    height:440px;
  }
}

/* V11: Galerie-Fix – JS steuert eine CSS-Variable, damit alte !important-Regeln nicht blockieren. */
.portfolio-loop{
  overflow:hidden!important;
  touch-action:pan-y!important;
}
.portfolio-loop-track{
  display:flex!important;
  width:max-content!important;
  min-width:0!important;
  gap:16px!important;
  transform:translate3d(var(--gallery-offset, 0px),0,0)!important;
  will-change:transform;
}
.portfolio-loop .slide{
  flex:0 0 calc((100vw - 32px - 112px - 24px - 16px)/2)!important;
  width:calc((100vw - 32px - 112px - 24px - 16px)/2)!important;
  max-width:500px;
  min-width:300px;
}
@media(max-width:900px){
  .portfolio-loop .slide{
    flex-basis:min(76vw,440px)!important;
    width:min(76vw,440px)!important;
  }
}
@media(max-width:560px){
  .portfolio-loop .slide{
    flex-basis:78vw!important;
    width:78vw!important;
  }
}

/* V12: pixelgenaue Typografie- und Rasterausrichtung */
.hero-overlay h1{
  display:grid!important;
  grid-auto-flow:row;
  justify-items:start;
  align-items:start;
  row-gap:clamp(8px,0.8vw,14px)!important;
  margin:18px 0 24px!important;
  padding:0!important;
  line-height:.82!important;
  text-align:left!important;
}
.hero-overlay h1 span{
  display:block!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  translate:none!important;
  text-indent:0!important;
  justify-self:start!important;
  line-height:1!important;
  letter-spacing:-.065em!important;
  font-family:inherit!important;
  font-weight:950!important;
}
.hero-overlay h1 .hero-outline{
  color:transparent!important;
  -webkit-text-stroke:1.7px var(--ink);
  paint-order:stroke fill;
}

/* Überschrift und Beschreibung am sichtbaren Bildraster statt an den Pfeilen ausrichten */
#portfolio .section-head{
  width:calc(100% - 136px);
  margin-left:68px;
  margin-right:68px;
}
#portfolio .section-head h2,
#portfolio .section-head p{
  margin-left:0;
  margin-right:0;
}

@media(max-width:900px){
  .hero-overlay h1{
    row-gap:clamp(6px,1vw,10px)!important;
  }
  #portfolio .section-head{
    width:calc(100% - 106px);
    margin-left:53px;
    margin-right:53px;
  }
}
@media(max-width:560px){
  .hero-overlay h1{
    row-gap:6px!important;
    margin:12px 0 16px!important;
  }
  #portfolio .section-head{
    width:calc(100% - 90px);
    margin-left:45px;
    margin-right:45px;
  }
}


/* V13: kompakte Hero-Typografie mit sauberer Konturschrift */
.hero-overlay h1{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:0!important;
  row-gap:0!important;
  margin:14px 0 18px!important;
  padding:0!important;
  font-size:clamp(4.4rem,8vw,8.2rem)!important;
  line-height:.82!important;
  letter-spacing:-.072em!important;
}
.hero-overlay h1 > span{
  display:block!important;
  margin:0!important;
  padding:0!important;
  line-height:.82!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:900!important;
  letter-spacing:-.072em!important;
  transform:none!important;
  translate:none!important;
  text-indent:0!important;
}
.hero-overlay h1 .hero-video-word{
  position:relative;
  display:inline-flex!important;
  align-items:flex-end!important;
  gap:0!important;
  color:transparent!important;
  -webkit-text-stroke:1.45px var(--ink)!important;
  paint-order:stroke fill!important;
  letter-spacing:-.035em!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:800!important;
}
.hero-video-dot{
  width:.135em;
  height:.135em;
  margin-left:.065em!important;
  margin-bottom:.105em!important;
  flex:0 0 auto;
  background:var(--ink);
  -webkit-text-stroke:0!important;
}
@media(max-width:900px){
  .hero-overlay h1{
    font-size:clamp(3.6rem,14vw,6.5rem)!important;
    line-height:.82!important;
    margin:12px 0 16px!important;
  }
}
@media(max-width:560px){
  .hero-overlay h1{
    font-size:16vw!important;
    line-height:.82!important;
    margin:10px 0 14px!important;
  }
  .hero-overlay h1 .hero-video-word{
    -webkit-text-stroke:1.1px var(--ink)!important;
  }
}


/* V14: browserunabhängige Vektor-Typografie für „Video“ */
.hero-overlay h1 .hero-video-svg{
  display:block!important;
  width:3.52em!important;
  height:.82em!important;
  margin:0!important;
  padding:0!important;
  overflow:visible;
  flex:none;
}
.hero-video-path{
  fill:none;
  stroke:var(--ink);
  stroke-width:1.45;
  stroke-linejoin:round;
  stroke-linecap:round;
  vector-effect:non-scaling-stroke;
}
.hero-video-square{
  fill:none;
  stroke:var(--ink);
  stroke-width:1.45;
  vector-effect:non-scaling-stroke;
}
@media(max-width:560px){
  .hero-video-path,.hero-video-square{stroke-width:1.1}
}


/* EmailJS-Formularstatus */
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{min-height:1.5em;margin:.8rem 0 0;font-size:.92rem;font-weight:700}
.form-status.error{color:#a12525}
.form-status.success{color:#176b3a}
.form button:disabled{opacity:.65;cursor:wait;transform:none!important}

/* Mobile Hero: Text zuerst, Bild darunter */
@media (max-width: 560px) {
  .hero {
    padding: 82px 0 40px;
  }

  .hero-stage {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-overlay {
    position: static;
    order: 1;
    width: 100%;
    padding: 22px 18px;
    border: 1px solid rgba(17,17,15,.08);
    border-radius: 24px;
    background: var(--paper);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero-overlay h1 {
    font-size: clamp(4rem, 17vw, 5.5rem);
    line-height: .84;
    margin: 14px 0 18px;
  }

  .hero-overlay p {
    max-width: 31ch;
  }

  .hero-stage-image {
    position: static;
    order: 2;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: 72% center;
    border: 1px solid rgba(17,17,15,.08);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(17,17,15,.08);
  }

  .hero-tag {
    right: 14px;
    bottom: 14px;
  }
}


/* Final: echtes Portrait im Über-mich-Bereich */
.about-visual{
  background:#111;
  min-height:620px;
}
.about-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  filter:grayscale(1);
  opacity:1;
  border-radius:0;
}
@media(max-width:900px){
  .about-visual{min-height:720px;}
  .about-visual img{object-position:center 45%;}
}
@media(max-width:560px){
  .about-visual{min-height:520px;aspect-ratio:3/4;}
  .about-visual img{object-position:center 44%;}
}


/* V18: Paketverlinkungen und individuelle Business-/Content-Angebote */
.price-card[id]{scroll-margin-top:118px}
.service .arrow{
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#fff;
  text-decoration:none;
  line-height:1;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.service .arrow:hover{
  background:var(--accent);
  border-color:var(--accent);
  color:var(--ink);
  transform:translateY(-2px);
}
.service .arrow:focus-visible{
  outline:3px solid var(--accent);
  outline-offset:4px;
}
.price.price-request{
  max-width:11ch;
  font-size:clamp(1.8rem,3vw,3rem);
  line-height:.95;
  letter-spacing:-.045em;
  margin:18px 0 12px;
}
@media(max-width:560px){
  .service{grid-template-columns:42px minmax(0,1fr) 44px;gap:12px}
  .service .arrow{width:44px;height:44px;font-size:1.55rem}
  .price-card[id]{scroll-margin-top:92px}
}
