/* ============================================================
   CYPHR STUDIOS — main.css
   Black & white system. The work provides the color.
   ============================================================ */

:root {
  --black: #0a0a0a;
  --white: #f4f4f4;
  --white-dim: rgba(244, 244, 244, 0.62);
  --white-faint: rgba(244, 244, 244, 0.32);
  --line: rgba(244, 244, 244, 0.14);
  --header-h: 100px;
  --pad: clamp(20px, 4vw, 56px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Helvetica Neue", Helvetica, Arial, "Segoe UI", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

::selection { background: var(--white); color: var(--black); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--white); color: var(--black); padding: 10px 18px;
}
.skip-link:focus { left: 0; }

/* ---------- type utilities ---------- */

.kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--white-dim);
}

.h-display {
  font-size: clamp(30px, 5.4vw, 76px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.04;
  text-transform: uppercase;
}

/* ============================================================
   HEADER
   ============================================================ */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad);
  background: transparent;
  transition: background 0.45s var(--ease), border-color 0.45s var(--ease);
  border-bottom: 1px solid transparent;
}

.site-header.is-solid {
  background: rgba(10, 10, 10, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--line);
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand img {
  height: 60px; width: auto;
  transition: transform 0.4s var(--ease);
}
@media (max-width: 760px) { .brand img { height: 56px; } }
.brand:hover img { transform: scale(1.06); }

.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); }

.main-nav a {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-dim);
  position: relative;
  padding: 6px 0;
  transition: color 0.3s ease;
}
.main-nav a:hover, .main-nav a.is-active { color: var(--white); }
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--white);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }

/* mobile menu */
.menu-toggle {
  display: none;
  z-index: 130;
  width: 44px; height: 44px;
  position: relative;
}
.menu-toggle span {
  position: absolute; left: 10px; right: 10px; height: 2px;
  background: var(--white);
  transition: transform 0.35s var(--ease), opacity 0.25s ease, top 0.35s var(--ease);
}
.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 22px; }
.menu-toggle span:nth-child(3) { top: 28px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed; inset: 0; z-index: 90;
  background: var(--black);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 0 var(--pad);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu a {
  font-size: clamp(30px, 9vw, 44px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 10px 0;
  color: var(--white);
}
.mobile-menu a span { color: var(--white-faint); font-size: 12px; letter-spacing: 0.2em; display: block; }

@media (max-width: 760px) {
  :root { --header-h: 88px; }
  .main-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: flex; }
}

/* ============================================================
   BUNNY VIDEO COMPONENT — one consistent format everywhere
   ============================================================ */

.video-frame {
  position: relative;
  background: #000;
  overflow: hidden;
}
.video-frame::before { content: ""; display: block; padding-top: 56.25%; }
.video-frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.video-frame .video-poster {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: #000;
  transition: opacity 0.8s ease;
  z-index: 2;
  pointer-events: none;
}
.video-frame .video-poster::after {
  content: "";
  width: 34px; height: 34px;
  background: url("../img/cyphr-emblem-192.png") center/contain no-repeat;
  opacity: 0.28;
}
.video-frame.is-loaded .video-poster { opacity: 0; }

/* preview variant: background style, never interactive */
.video-frame.is-preview iframe { pointer-events: none; }

/* cover variant: fills its container edge-to-edge (home hero slides).
   Exact size is set by JS (true 16:9 cover measured from the container
   + 3% bleed). CRITICAL: the global `img, video, iframe { max-width:
   100% }` rule must NOT clamp this iframe — cover sizing requires it
   to grow wider/taller than its container so the overflow crops. */
.video-cover {
  position: absolute; inset: 0; overflow: hidden; background: #000;
}
.video-cover iframe {
  position: absolute; top: 50%; left: 50%;
  width: 100.5%;   /* pre-JS fallback only; JS sets exact px cover */
  height: 100.5%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.video-cover .video-poster {
  position: absolute; inset: 0; z-index: 2; background: #000;
  transition: opacity 0.9s ease;
  pointer-events: none;
}
.is-loaded > .video-poster { opacity: 0; }

/* ============================================================
   HOME — fullscreen work reel
   ============================================================ */

/* CSS snap only on touch devices; desktop uses JS slide-stepping.
   The footer is a snap target too, so the page never bounces back
   from the footer to the last slide. */
@media (hover: none) and (pointer: coarse) {
  html.snap-home { scroll-snap-type: y proximity; }
  html.snap-home .reel-slide { scroll-snap-align: start; }
  html.snap-home .site-footer { scroll-snap-align: end; }
}
.reel { position: relative; }

.reel-slide {
  position: relative;
  height: 100svh;
  min-height: 480px;
  overflow: hidden;
}

.reel-slide .slide-link {
  position: absolute; inset: 0; z-index: 5;
  display: flex; align-items: flex-end;
}

.reel-slide .slide-shade {
  position: absolute; inset: 0; z-index: 3;
  background: linear-gradient(to top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0) 38%),
              linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 22%);
  pointer-events: none;
}

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ---- project title wheel (Denim-style, middle-left) ----
   The container sits at the page's left padding, anchored at 50vh;
   the small translate centers the ACTIVE title itself on the middle
   of the viewport. Wheel animation/typography unchanged. */
.title-wheel {
  position: fixed;
  left: var(--pad);
  top: 50%;
  z-index: 40;
  perspective: 640px;
  pointer-events: none;
  transition: opacity 0.6s ease;
  font-size: clamp(22px, 3vw, 44px);
  transform: translateY(0.53em);
}
.title-wheel.is-hidden { opacity: 0; }
.title-wheel.is-hidden .tw-item { pointer-events: none; }
.title-wheel ul { list-style: none; position: relative; }
.tw-item {
  position: absolute;
  left: 0; bottom: 0;
  transform-origin: left center;
  white-space: nowrap;
  pointer-events: auto;
  display: block;
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--white);
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.5);
  will-change: transform, opacity;
}
.tw-client {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: var(--white-dim);
  margin-top: 5px;
}

.scroll-hint {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--white-dim);
  animation: hint 2.6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes hint {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.55; }
  50% { transform: translate(-50%, 7px); opacity: 1; }
}

/* ---- Cyphr logo intro (first entrance, home) ---- */
.intro-hold { overflow: hidden; }
.intro-veil {
  position: fixed; inset: 0; z-index: 150;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 1.1s var(--ease);
}
.intro-hold .intro-veil { display: flex; }
.intro-veil img {
  width: min(66vw, 540px);
  height: auto;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 1.2s var(--ease), transform 1.2s var(--ease);
}
.intro-veil.is-in img { opacity: 1; transform: scale(1); }
.intro-veil.is-out { opacity: 0; }
.intro-veil.is-out img {
  opacity: 0;
  transform: scale(1.16);
  transition: opacity 1.05s var(--ease), transform 1.15s var(--ease);
}
/* chrome stays hidden until the intro finishes, then fades in */
.intro-hold .site-header,
.intro-hold .title-wheel,
.intro-hold .scroll-hint { opacity: 0 !important; pointer-events: none; }
.site-header, .scroll-hint { transition: opacity 0.9s ease 0.15s, background 0.45s var(--ease), border-color 0.45s var(--ease); }

/* ============================================================
   PAGE SHELL (inner pages)
   ============================================================ */

.page {
  padding: calc(var(--header-h) + clamp(28px, 6vh, 72px)) var(--pad) clamp(48px, 8vh, 110px);
  max-width: 1680px;
  margin: 0 auto;
}

.page-head { margin-bottom: clamp(30px, 5vh, 64px); }
.page-head .kicker { display: block; margin-bottom: 14px; }

/* ============================================================
   SELECTED WORK — grid
   ============================================================ */

/* flex, not grid: a final row of 3 centers itself, tiles keep 4-across size */
.work-grid {
  --wg-gap: clamp(14px, 1.6vw, 26px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--wg-gap);
}
.work-grid > * { width: calc((100% - 3 * var(--wg-gap)) / 4); }
@media (max-width: 1100px) { .work-grid > * { width: calc((100% - var(--wg-gap)) / 2); } }
@media (max-width: 560px)  { .work-grid > * { width: 100%; } }

.work-card { display: block; }
.work-card .video-frame {
  transition: transform 0.5s var(--ease), opacity 0.5s ease;
}
.work-card:hover .video-frame { transform: scale(0.985); }
.work-card:hover .work-card-title { color: var(--white); }

.work-card-meta {
  padding: 12px 2px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.work-card-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.work-card-client {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white-dim);
  font-weight: 400;
}
.work-card-year {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--white-faint);
  white-space: nowrap;
}

/* reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* testimonials — the supplied thumbnail IS the card (no play icon of
   any kind, same clean look as the Selected Work tiles). The Bunny
   player preloads hidden beneath it; one click hides the image and
   starts playback with sound. */
.testimonial-tile { cursor: pointer; }
.testimonial-tile .video-frame { transition: transform 0.5s var(--ease); }
.testimonial-tile:hover .video-frame { transform: scale(0.985); }
.testimonial-thumb {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 2; /* stays above the preloaded iframe until clicked */
}
.testimonial-tile .video-frame iframe { pointer-events: none; }
.testimonial-tile.is-playing .testimonial-thumb { display: none; }
.testimonial-tile.is-playing .video-frame iframe { pointer-events: auto; }

#testimonials { scroll-margin-top: calc(var(--header-h) + 24px); }

.section-divider {
  margin: clamp(48px, 9vh, 120px) 0 clamp(28px, 5vh, 56px);
  border: 0;
  border-top: 1px solid var(--line);
}

/* ============================================================
   CLIENT LOGO MARQUEE
   ============================================================ */

.logo-marquee {
  overflow: hidden;
  position: relative;
  padding: clamp(20px, 4vh, 44px) 0;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 75s linear infinite;
}
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-track img {
  width: 160px;
  height: 58px;
  object-fit: contain;
  margin: 0 clamp(22px, 3vw, 44px);
  opacity: 0.85;
  flex: none;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (max-width: 700px) {
  .logo-track img { width: 118px; height: 44px; }
  .logo-track { animation-duration: 55s; }
}
@media (prefers-reduced-motion: reduce) {
  .logo-track { animation: none; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   PROJECT PAGE (ethos-style)
   ============================================================ */

.project-layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: clamp(28px, 4vw, 72px);
  align-items: start;
}
@media (max-width: 900px) {
  .project-layout { grid-template-columns: 1fr; }
  .project-info { order: 2; }
  .project-media { order: 1; }
}

.project-info { position: sticky; top: calc(var(--header-h) + 24px); }
@media (max-width: 900px) { .project-info { position: static; } }

.project-info h1 {
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin: 14px 0 26px;
}
.project-fields { display: grid; gap: 18px; }
.project-field .kicker { display: block; margin-bottom: 5px; }
.project-field p { font-size: 14px; letter-spacing: 0.04em; }
.project-desc:empty { display: none; }

.back-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--white-dim);
  transition: color 0.3s ease;
}
.back-link:hover { color: var(--white); }
.back-link::before { content: "←"; font-size: 14px; }

.project-nav {
  margin-top: clamp(40px, 8vh, 90px);
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.project-nav a { color: var(--white-dim); transition: color 0.3s ease; max-width: 46%; }
.project-nav a:hover { color: var(--white); }

/* ============================================================
   ABOUT
   ============================================================ */

.about-intro {
  position: relative;
  height: 100svh;
  min-height: 480px;
  background: var(--black);
  overflow: hidden;
}
.about-intro-bg {
  position: absolute; inset: 0;
  background: url("../img/about-hero.jpg") center / cover no-repeat;
  filter: grayscale(1);
  opacity: 0;
  transform: scale(1.045);
  transition: opacity 2.4s ease, transform 6s var(--ease);
}
@media (max-width: 700px) {
  .about-intro-bg { background-image: url("../img/about-hero-mobile.jpg"); }
}
.about-intro.is-on .about-intro-bg { opacity: 1; transform: scale(1); }
.about-intro::after {
  /* keeps the slogan legible against the sky */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.34), rgba(0,0,0,0.05) 45%, rgba(0,0,0,0.25));
  opacity: 0;
  transition: opacity 2.4s ease;
}
.about-intro.is-on::after { opacity: 1; }
.about-slogan {
  /* sits above the treeline, in the sky */
  position: absolute;
  left: 0; right: 0;
  top: clamp(16%, 22vh, 26%);
  z-index: 2;
  text-align: center;
  padding: 0 var(--pad);
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  transition: opacity 2.2s var(--ease) 0.9s, transform 2.2s var(--ease) 0.9s;
  text-shadow: 0 2px 30px rgba(0,0,0,0.45);
}
.about-intro.is-on .about-slogan { opacity: 1; transform: none; }
.about-intro .scroll-hint { z-index: 2; }

.about-main {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(28px, 5vw, 90px);
  padding: clamp(60px, 12vh, 140px) var(--pad);
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .about-main { grid-template-columns: 1fr; padding-top: 70px; }
}

.about-logo-wrap {
  display: flex; align-items: center; justify-content: center;
  perspective: 1200px;
  opacity: 0;
  transform: translateY(46px);
  transition: opacity 2s var(--ease), transform 2s var(--ease);
}
.about-logo-wrap.is-visible { opacity: 1; transform: none; }

.about-logo {
  width: min(58vw, 380px);
  transform-style: preserve-3d;
  position: relative;
  will-change: transform;
}
.about-logo img { width: 100%; height: auto; }
.about-logo .gleam {
  position: absolute; inset: 0;
  background: linear-gradient(115deg,
    transparent 30%,
    rgba(255,255,255,0.65) 46%,
    rgba(160,160,160,0.35) 52%,
    transparent 68%);
  mix-blend-mode: overlay;
  -webkit-mask-image: url("../img/cyphr-emblem-800.png");
  mask-image: url("../img/cyphr-emblem-800.png");
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  background-size: 300% 100%;
  animation: gleam 5.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes gleam {
  0%, 55%, 100% { background-position: 120% 0; }
  75% { background-position: -20% 0; }
}

.about-copy {
  opacity: 0;
  transform: translateY(46px);
  transition: opacity 2s var(--ease) 0.25s, transform 2s var(--ease) 0.25s;
}
.about-copy.is-visible { opacity: 1; transform: none; }
.about-copy h2 {
  font-size: clamp(22px, 2.6vw, 36px);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 12px 0 22px;
  line-height: 1.1;
}
.about-copy h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 26px 0 10px;
  color: var(--white);
}
.about-inline-link {
  color: var(--white);
  border-bottom: 1px solid var(--white-faint);
  transition: border-color 0.3s ease;
}
.about-inline-link:hover { border-color: var(--white); }
.about-closer { margin-top: 22px; }
.about-closer strong { font-weight: 600; }
.about-copy p {
  color: var(--white-dim);
  max-width: 54ch;
  margin-bottom: 16px;
  font-size: 15px;
}
.about-copy strong { color: var(--white); font-weight: 500; }

.about-cta {
  display: inline-block;
  margin-top: 14px;
  border: 1px solid rgba(244,244,244,0.4);
  border-radius: 999px;
  padding: 13px 28px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: background 0.35s ease, color 0.35s ease;
}
.about-cta:hover { background: var(--white); color: var(--black); }

/* ============================================================
   CONTACT
   ============================================================ */

.contact-layout {
  display: grid;
  grid-template-columns: minmax(240px, 420px) 1fr;
  gap: clamp(30px, 5vw, 90px);
}
@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; } }

.contact-email {
  font-size: clamp(17px, 2vw, 24px);
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--white-faint);
  padding-bottom: 3px;
  transition: border-color 0.3s ease;
}
.contact-email:hover { border-color: var(--white); }

.contact-form { display: grid; gap: 22px; max-width: 720px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 620px) { .form-row { grid-template-columns: 1fr; } }

.field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-dim);
  margin-bottom: 9px;
}
.field input, .field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--white);
  font: inherit;
  padding: 10px 2px 12px;
  border-radius: 0;
  transition: border-color 0.3s ease;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-bottom-color: var(--white);
}
.field textarea { min-height: 140px; resize: vertical; }

/* honeypot — hidden from humans */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0;
  height: 0; width: 0;
  overflow: hidden;
}

.submit-btn {
  justify-self: start;
  border: 1px solid rgba(244,244,244,0.5);
  border-radius: 999px;
  padding: 15px 44px;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  transition: background 0.35s ease, color 0.35s ease, opacity 0.3s ease;
}
.submit-btn:hover { background: var(--white); color: var(--black); }
.submit-btn[disabled] { opacity: 0.4; pointer-events: none; }

.form-status { font-size: 14px; color: var(--white-dim); min-height: 22px; }
.form-status.is-error { color: #ff6b6b; }
.form-status.is-success { color: var(--white); }

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  border-top: 1px solid var(--line);
  padding: clamp(44px, 8vh, 90px) var(--pad) 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.footer-lockup img { width: min(72vw, 330px); height: auto; margin: 0 auto; }

.footer-social { display: flex; align-items: center; gap: 26px; }
.footer-social a {
  display: inline-flex;
  opacity: 0.65;
  transition: opacity 0.3s ease, transform 0.3s var(--ease);
}
.footer-social a:hover { opacity: 1; transform: translateY(-2px); }
.footer-social svg { width: 20px; height: 20px; fill: var(--white); }

.footer-email {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white-dim);
  transition: color 0.3s ease;
}
.footer-email:hover { color: var(--white); }

.footer-copyright {
  margin-top: 16px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-faint);
}
