:root { --acc: oklch(0.82 0.055 85); --gate: 1.5s; --ink: #f2f0ed; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #000; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: #000; color: var(--ink);
  font-family: 'Jost', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-user-select: none; user-select: none;
  -webkit-touch-callout: none;
}
a, .sel { -webkit-user-select: text; user-select: text; }
img { -webkit-user-drag: none; user-drag: none; -webkit-touch-callout: none; }
a { color: var(--acc); text-decoration: none; -webkit-tap-highlight-color: transparent; transition: color .3s ease, opacity .3s ease, border-color .3s ease, background .3s ease; }
a, button { transform: translateZ(0); }
a:hover { color: #fff; }
button { font-family: 'Jost', sans-serif; }
::selection { background: var(--acc); color: #000; }

.t-en { display: none; }
.en .t-it { display: none; }
.en .t-en { display: inline; }

section[id] { scroll-margin-top: 64px; }

.rv { opacity: 1; }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .rv { animation: fadeUp 1s cubic-bezier(.16,1,.3,1) both; animation-timeline: view(); animation-range: entry 0% entry 45%; }
  }
}

@keyframes gateL { 0%,34% { transform: translateX(0); } 100% { transform: translateX(-101%); } }
@keyframes gateR { 0%,34% { transform: translateX(0); } 100% { transform: translateX(101%); } }
@keyframes gateOff { to { visibility: hidden; pointer-events: none; } }
@keyframes seam { 0% { opacity: 0; } 34% { opacity: 1; } 100% { opacity: 0; } }
@keyframes logoIn { 0% { opacity: 0; transform: scale(1.1); } 55%,100% { opacity: 1; transform: scale(1); } }
@keyframes fadeUp { 0% { opacity: 0; transform: translateY(24px); } 100% { opacity: 1; transform: none; } }
@keyframes glow { 0%,100% { transform: translate3d(0,0,0) scale(1); opacity: .45; } 50% { transform: translate3d(2%,-3%,0) scale(1.12); opacity: .7; } }
@keyframes lbIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes lbImg { from { opacity: 0; transform: scale(.965); } to { opacity: 1; transform: none; } }
@keyframes ctaFloat { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,-9px); } }
@keyframes ctaPulse { 0%,100% { scale: 1; } 50% { scale: 1.028; } }

.gate { position: fixed; inset: 0; z-index: 9000; display: flex; animation: gateOff 0s var(--gate) forwards; }
.gate-half { position: relative; width: 50%; height: 100%; overflow: hidden; background: #000; }
.gate-l { animation: gateL var(--gate) cubic-bezier(.76,0,.24,1) forwards; }
.gate-r { animation: gateR var(--gate) cubic-bezier(.76,0,.24,1) forwards; }
.gate-inner { position: absolute; top: 0; width: 100vw; height: 100%; display: flex; align-items: center; justify-content: center; }
.gi-l { left: 0; }
.gi-r { left: -50vw; }
.gate img { width: min(28vh, 230px); animation: logoIn .95s cubic-bezier(.16,1,.3,1) both; }
.gate-seam { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.55), transparent); animation: seam var(--gate) linear forwards; }

.topnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 12px clamp(16px, 4vw, 54px);
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}
.brand { display: flex; align-items: center; gap: 12px; color: inherit; }
.brand img { width: 32px; height: 32px; object-fit: contain; }
.brand span { font-family: 'Cormorant Garamond', serif; font-size: 15px; letter-spacing: .34em; text-transform: uppercase; color: #e9e6e1; }
.navlinks { display: flex; align-items: center; gap: clamp(14px, 2vw, 32px); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 300; }
.navlinks a { white-space: nowrap; color: rgba(242,240,237,.66); }
.navlinks a:hover { color: #fff; }
.langbtn {
  background: transparent; border: 1px solid rgba(255,255,255,.18); color: rgba(242,240,237,.8);
  font-size: 10px; letter-spacing: .2em; padding: 9px 13px; border-radius: 999px; cursor: pointer;
  transition: border-color .3s, color .3s;
}
.langbtn:hover { border-color: var(--acc); color: #fff; }

.cta {
  position: fixed; left: 50%; bottom: calc(clamp(18px, 3vw, 34px) + env(safe-area-inset-bottom, 0px)); z-index: 790;
  display: inline-flex; align-items: center; gap: 12px; padding: 19px 44px; border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #d5d0c7); color: #000;
  font-size: 12.5px; letter-spacing: .26em; text-transform: uppercase; font-weight: 500;
  box-shadow: 0 14px 50px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.2);
  animation: ctaFloat 6.5s ease-in-out infinite, ctaPulse 5.5s ease-in-out infinite;
  white-space: nowrap;
}
.cta:hover { color: #000; animation-play-state: paused, paused; box-shadow: 0 18px 66px rgba(255,255,255,.34); }

.glow { position: absolute; pointer-events: none; }
.glow-a { top: -14%; left: 50%; transform: translateX(-50%); width: min(1000px, 120vw); height: min(1000px, 120vw); background: radial-gradient(circle, rgba(255,255,255,.085), transparent 62%); filter: blur(40px); animation: glow 16s ease-in-out infinite; }
.glow-b { bottom: -18%; right: -12%; width: min(680px, 90vw); height: min(680px, 90vw); background: radial-gradient(circle, rgba(212,196,168,.10), transparent 66%); filter: blur(50px); animation: glow 21s ease-in-out infinite reverse; }
.glow-c { top: 0; left: 50%; transform: translateX(-50%); width: min(860px, 110vw); height: min(860px, 110vw); background: radial-gradient(circle, rgba(212,196,168,.09), transparent 64%); filter: blur(50px); animation: glow 18s ease-in-out infinite; }

.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 130px 24px 90px; background: #000; overflow: hidden;
}
.hero-logo { position: relative; width: min(150px, 32vw); opacity: 0; animation: fadeUp 1.1s cubic-bezier(.16,1,.3,1) calc(var(--gate) + .05s) forwards; }
.hero-brand { position: relative; margin-top: 22px; font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 2.6vw, 34px); letter-spacing: .3em; text-transform: uppercase; color: #f4f2ee; opacity: 0; animation: fadeUp 1.1s cubic-bezier(.16,1,.3,1) calc(var(--gate) + .18s) forwards; }
.hero-sub { position: relative; margin-top: 6px; font-family: 'Cormorant Garamond', serif; font-size: clamp(14px, 1.7vw, 22px); letter-spacing: .44em; text-transform: uppercase; color: rgba(242,240,237,.72); opacity: 0; animation: fadeUp 1.1s cubic-bezier(.16,1,.3,1) calc(var(--gate) + .26s) forwards; }
.hero-tag { position: relative; margin-top: 26px; font-size: 10.5px; letter-spacing: .42em; text-transform: uppercase; color: var(--acc); font-weight: 300; opacity: 0; animation: fadeUp 1.1s cubic-bezier(.16,1,.3,1) calc(var(--gate) + .34s) forwards; }
.hero h1 { position: relative; margin: 20px 0 0; font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(38px, 6.4vw, 92px); line-height: 1.04; letter-spacing: -.01em; color: #f7f5f2; opacity: 0; animation: fadeUp 1.2s cubic-bezier(.16,1,.3,1) calc(var(--gate) + .42s) forwards; }
.hero-p { position: relative; max-width: 560px; margin: 24px auto 0; font-size: clamp(14px, 1.4vw, 17px); line-height: 1.75; font-weight: 300; color: rgba(242,240,237,.62); text-wrap: pretty; opacity: 0; animation: fadeUp 1.2s cubic-bezier(.16,1,.3,1) calc(var(--gate) + .5s) forwards; }
.hero-btns { position: relative; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 40px; opacity: 0; animation: fadeUp 1.2s cubic-bezier(.16,1,.3,1) calc(var(--gate) + .58s) forwards; }

.btn-glass, .btn-line, .btn-dir, .btn-tel, .btn-call, .btn-social {
  border-radius: 999px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px;
}
.btn-glass { padding: 20px 42px; background: rgba(255,255,255,.05); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.18); color: #f2f0ed; font-size: 11.5px; letter-spacing: .24em; }
.btn-glass:hover { background: rgba(255,255,255,.11); border-color: var(--acc); color: #fff; }
.btn-line { padding: 20px 42px; border: 1px solid rgba(255,255,255,.14); color: rgba(242,240,237,.75); font-size: 11.5px; letter-spacing: .24em; }
.btn-line:hover { border-color: var(--acc); color: #fff; }

.studio, .services, .products, .locations { position: relative; padding: clamp(70px, 10vw, 140px) clamp(20px, 6vw, 90px); background: #000; }
.wrap { max-width: 1320px; margin: 0 auto; }
.wrap-narrow { position: relative; max-width: 900px; margin: 0 auto; }
.intro { max-width: 620px; }
.kicker { font-size: 10px; letter-spacing: .4em; text-transform: uppercase; color: var(--acc); }
h2 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(32px, 4.4vw, 62px); line-height: 1.08; margin: 16px 0 0; color: #f6f4f1; }
.h2-gap { margin-bottom: 44px; }
.lead { font-size: 15.5px; line-height: 1.75; font-weight: 300; color: rgba(242,240,237,.58); margin: 16px 0 0; text-wrap: pretty; }

.studio-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 3vw, 44px); margin-top: 46px; align-items: start; }

.ba { position: relative; aspect-ratio: 3/4; border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #050505; cursor: ew-resize; touch-action: pan-y; -webkit-user-select: none; user-select: none; }
.ba-after { position: absolute; inset: 0; background-size: cover; background-position: center 22%; }
.ba-before { position: absolute; top: 0; bottom: 0; left: 0; width: 50%; overflow: hidden; }
.ba-before-img { position: absolute; top: 0; left: 0; height: 100%; width: 200%; background-size: cover; background-position: center 22%; }
.ba-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(255,255,255,.75); box-shadow: 0 0 22px rgba(0,0,0,.8); pointer-events: none; }
.ba-handle { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(0,0,0,.5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.45); display: flex; align-items: center; justify-content: center; gap: 4px; pointer-events: none; }
.ba-handle span { width: 1px; height: 13px; background: rgba(255,255,255,.8); }
.ba-lab { position: absolute; top: 18px; font-size: 9.5px; letter-spacing: .24em; text-transform: uppercase; pointer-events: none; }
.ba-lab-l { left: 20px; color: rgba(255,255,255,.7); }
.ba-lab-r { right: 20px; color: var(--acc); }

.chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; align-items: center; }
.chip {
  display: flex; align-items: center; gap: 9px; padding: 8px 14px 8px 8px; border-radius: 10px; cursor: pointer;
  background: transparent; border: 1px solid rgba(255,255,255,.14); color: rgba(242,240,237,.62);
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  transition: background .3s, border-color .3s, color .3s;
}
.chip.on { background: rgba(255,255,255,.11); border-color: var(--acc); color: #fff; }
.chip-sw { width: 22px; height: 22px; border-radius: 5px; box-shadow: 0 0 0 1px rgba(255,255,255,.18) inset; }

.info { margin-top: 22px; padding: 24px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.info-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: #fff; }
.info-cat { font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--acc); margin-top: 6px; }
.info-desc { font-size: 14px; line-height: 1.7; font-weight: 300; color: rgba(242,240,237,.6); margin: 12px 0 18px; }
.btn-call { padding: 14px 28px; border: 1px solid rgba(255,255,255,.2); color: #f2f0ed; font-size: 10.5px; letter-spacing: .2em; }
.btn-call:hover { border-color: var(--acc); color: #fff; }

.looks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.look { position: relative; aspect-ratio: 3/4; border-radius: 12px; overflow: hidden; cursor: pointer; padding: 0; background: #0b0b0b; border: 1px solid rgba(255,255,255,.1); transition: transform .4s cubic-bezier(.16,1,.3,1), border-color .3s; }
.look:hover { transform: translateY(-4px); }
.look.on { border-color: var(--acc); }
.look-img { position: absolute; inset: 0; background-size: cover; background-position: center 20%; opacity: .5; transition: opacity .3s; }
.look.on .look-img { opacity: 1; }
.look-name { position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 6px; font-size: 8.5px; letter-spacing: .1em; text-transform: uppercase; background: linear-gradient(to top, rgba(0,0,0,.92), transparent); color: rgba(242,240,237,.62); text-align: left; }
.look.on .look-name { color: #fff; }

.price-board {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 70px);
  margin-top: clamp(52px, 7vw, 92px); padding: clamp(28px, 4vw, 54px);
  border-radius: 24px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.price-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: #fff; letter-spacing: .04em; }
.rule { height: 1px; background: linear-gradient(to right, var(--acc), transparent); margin: 14px 0 18px; }
.price-row { display: flex; align-items: baseline; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.price-name { font-size: 15px; font-weight: 300; color: rgba(242,240,237,.82); }
.dotline { flex: 1; height: 1px; background: repeating-linear-gradient(to right, rgba(255,255,255,.18) 0 2px, transparent 2px 6px); }
.price-val { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: var(--acc); }
.price-note { font-size: 11.5px; letter-spacing: .06em; color: rgba(242,240,237,.35); margin-top: 16px; font-weight: 300; }

.gallery { position: relative; padding: clamp(70px, 10vw, 140px) 0; background: #000; overflow: hidden; }
.gal-pad { padding: 0; }
.gal-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px; padding: 0 clamp(20px, 6vw, 90px); }
.gal-head h2 { margin-top: 14px; }
.gal-arrows { display: flex; gap: 10px; }
.arrow { width: 48px; height: 48px; border-radius: 50%; cursor: pointer; background: transparent; border: 1px solid rgba(255,255,255,.16); color: #f2f0ed; font-size: 17px; font-weight: 200; transition: border-color .3s, color .3s; }
.arrow:hover { border-color: var(--acc); color: #fff; }

.stage {
  --gw: clamp(230px, 27vw, 430px); --gg: clamp(14px, 1.6vw, 28px);
  position: relative; margin-top: clamp(34px, 4vw, 56px); overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}
.track { display: flex; gap: var(--gg); align-items: center; transition: transform 1.15s cubic-bezier(.55,0,.15,1); will-change: transform; }
.track.noanim { transition: none; }
.slide { position: relative; flex: 0 0 var(--gw); aspect-ratio: 3/4; overflow: hidden; border-radius: 3px; cursor: pointer; background: #070707; transition: opacity .9s ease, filter .9s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.slide img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.slide::after { content: ''; position: absolute; inset: 0; box-shadow: 0 0 0 1px rgba(212,196,168,.28) inset; opacity: 0; transition: opacity .8s ease; }
.slide.on::after { opacity: 1; }

.dots { display: flex; gap: 8px; justify-content: center; margin-top: clamp(26px, 3vw, 40px); }
.dot { width: 14px; height: 2px; border: 0; padding: 0; cursor: pointer; background: rgba(255,255,255,.22); transition: width .6s cubic-bezier(.16,1,.3,1), background .6s ease; }
.dot.on { width: 34px; background: var(--acc); }

.lb { position: fixed; inset: 0; z-index: 900; background: rgba(0,0,0,.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); display: flex; align-items: center; justify-content: center; padding: clamp(16px, 4vw, 60px); animation: lbIn .35s ease both; }
.lb[hidden] { display: none; }
.lb-img { width: min(100%, 760px); height: 82vh; background-size: contain; background-repeat: no-repeat; background-position: center; border-radius: 14px; animation: lbImg .55s cubic-bezier(.16,1,.3,1) both; }
.lb-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 19px; font-weight: 200; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: background .3s; }
.lb-btn:hover { background: rgba(255,255,255,.16); }
.lb-prev { left: clamp(10px, 2.5vw, 34px); }
.lb-next { right: clamp(10px, 2.5vw, 34px); }
.lb-x { position: absolute; top: clamp(14px, 3vw, 32px); right: clamp(14px, 3vw, 32px); width: 46px; height: 46px; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 17px; font-weight: 200; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: background .3s; }
.lb-x:hover { background: rgba(255,255,255,.16); }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.03); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: transform .5s cubic-bezier(.16,1,.3,1), border-color .4s; }
.card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.24); }
.card-ph { aspect-ratio: 1/1; background: repeating-linear-gradient(135deg, #0a0a0a 0 12px, #111 12px 24px); display: flex; align-items: center; justify-content: center; font-size: 9.5px; letter-spacing: .26em; text-transform: uppercase; color: rgba(242,240,237,.4); }
.card-body { padding: 20px 20px 24px; }
.card-name { font-family: 'Cormorant Garamond', serif; font-size: 21px; color: #fff; }
.card-tag { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--acc); margin-top: 8px; }

.sedi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sede { position: relative; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: #0b0b0b; transition: border-color .4s; }
.sede:hover { border-color: rgba(255,255,255,.24); }
.map { position: relative; aspect-ratio: 16/9; background: #0a0a0a; overflow: hidden; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: brightness(.94) saturate(1.05); }
.sede-body { padding: clamp(24px, 3vw, 38px); }
.sede-tag { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--acc); }
.sede-addr { font-size: 16px; line-height: 1.8; font-weight: 300; color: rgba(242,240,237,.7); margin-top: 14px; }
.sede-hours { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }
.hours-lab { font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: rgba(242,240,237,.45); }
.hours-row { display: flex; align-items: baseline; gap: 12px; margin-top: 10px; }
.hours-days { font-size: 14px; font-weight: 300; color: rgba(242,240,237,.78); }
.hours-val { font-family: 'Cormorant Garamond', serif; font-size: 17px; color: #fff; }
.sede-note { font-size: 11.5px; line-height: 1.6; color: rgba(242,240,237,.34); margin-top: 12px; font-weight: 300; }
.sede-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.btn-dir { padding: 14px 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); color: #f2f0ed; font-size: 10.5px; letter-spacing: .2em; }
.btn-dir:hover { border-color: var(--acc); color: #fff; }
.btn-tel { padding: 14px 26px; border: 1px solid rgba(255,255,255,.14); color: rgba(242,240,237,.8); font-size: 10.5px; letter-spacing: .2em; }
.btn-tel:hover { border-color: var(--acc); color: #fff; }

.social { position: relative; padding: clamp(60px, 8vw, 110px) clamp(20px, 6vw, 90px); background: #000; text-align: center; }
.social h2 { font-size: clamp(28px, 3.6vw, 52px); line-height: 1.1; }
.lead-c { margin-left: auto; margin-right: auto; max-width: 540px; }
.social-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }
.btn-social { padding: 16px 32px; gap: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); color: #f2f0ed; font-size: 11px; letter-spacing: .22em; }
.btn-social:hover { border-color: var(--acc); background: rgba(255,255,255,.1); color: #fff; }

.contact { position: relative; padding: clamp(70px, 10vw, 140px) clamp(20px, 6vw, 90px); background: #000; text-align: center; overflow: hidden; }
.contact-logo { width: 62px; opacity: .92; }
.contact h2 { font-size: clamp(32px, 5vw, 66px); line-height: 1.06; margin-top: 24px; }
.contact .lead-c { font-size: 16px; line-height: 1.8; margin-top: 18px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 26px; justify-content: center; align-items: center; margin-top: 32px; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; }
.contact-links a { color: #f2f0ed; }
.contact-links a:hover { color: #fff; }
.contact-links a.dim { color: rgba(242,240,237,.6); }
.contact-links a.dim:hover { color: #fff; }

footer { position: relative; padding: 48px clamp(20px, 6vw, 90px) calc(100px + env(safe-area-inset-bottom, 0px)); background: #000; display: flex; flex-direction: column; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: center; text-align: center; }
.akula { position: absolute; left: clamp(20px, 6vw, 90px); bottom: 44px; display: flex; align-items: center; gap: 12px; color: rgba(242,240,237,.72); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.akula:hover { color: #fff; }
.akula img { width: 34px; height: 34px; object-fit: contain; }
.foot-brand { display: flex; align-items: center; gap: 14px; }
.foot-brand img { width: 26px; opacity: .75; }
.foot-brand span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(242,240,237,.4); }
.foot-links { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.foot-links a { color: rgba(242,240,237,.45); }
.foot-links a:hover { color: #fff; }
.copy { color: rgba(242,240,237,.25); }

@media (max-width: 1120px) {
  .navlinks { display: none; }
}
@media (max-width: 900px) {
  .akula { position: static; left: auto; bottom: auto; }
}
@media (max-width: 860px) {
  .studio-grid { grid-template-columns: 1fr; }
  .looks { grid-template-columns: repeat(3, 1fr); }
  .price-board { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .sedi-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hero { padding: 110px 20px 80px; }
  .hero-tag { letter-spacing: .3em; }
  .btn-glass, .btn-line { padding: 17px 32px; }
  .studio, .services, .products, .locations { padding-left: 18px; padding-right: 18px; }
  .gal-head { padding: 0 18px; }
  .info { padding: 20px; }
  .price-board { padding: 24px 18px; }
  .price-name { font-size: 14px; }
  .sede-body { padding: 22px 18px; }
  .lb-img { height: 72vh; }
  .lb-btn { width: 46px; height: 46px; }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
}
@media (max-width: 480px) {
  .brand span { font-size: 13px; letter-spacing: .26em; }
  .cta { padding: 16px 34px; font-size: 11.5px; letter-spacing: .22em; }
  .looks { gap: 8px; }
  .look-name { font-size: 8px; padding: 6px 5px; }
  .chips { gap: 8px; }
  .chip { padding: 7px 11px 7px 7px; font-size: 9.5px; }
  .chip-sw { width: 19px; height: 19px; }
  .arrow { width: 44px; height: 44px; }
  .cards { gap: 12px; }
  .card-body { padding: 14px 14px 18px; }
  .card-name { font-size: 18px; }
  .contact-links { gap: 18px; }
  .foot-links { gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta { animation: none; transform: translateX(-50%); }
  .glow { animation: none; }
}
