/* =============================================
   MORE TATTOO | מור זקן
   Apple-inspired · Black · Green accent
   ============================================= */

:root {
  --bg:         #000;
  --bg2:        #0a0a0a;
  --card:       #111;
  --card2:      #1a1a1a;
  --stroke:     rgba(255,255,255,0.07);
  --stroke-med: rgba(255,255,255,0.12);
  --green:      #4ade80;
  --green-dim:  rgba(74,222,128,0.1);
  --green-glow: rgba(74,222,128,0.06);
  --text:       #f5f5f7;
  --muted:      rgba(245,245,247,0.82);
  --muted2:     rgba(245,245,247,0.80);

  --display: -apple-system, BlinkMacSystemFont, 'Inter', 'Rubik', sans-serif;
  --body:    'Rubik', -apple-system, BlinkMacSystemFont, sans-serif;
  --ease:    cubic-bezier(0.4, 0, 0.2, 1);

  --wrap: 1060px;
  --pad:  clamp(1.4rem, 5vw, 3rem);

  --r-sm: 14px;
  --r-md: 22px;
  --r-lg: 32px;
}

/* =============================================
   RESET
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  direction: rtl;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img  { display: block; max-width: 100%; }
a    { color: inherit; text-decoration: none; }

/* =============================================
   LAYOUT
   ============================================= */
.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* =============================================
   SCROLL REVEAL
   ============================================= */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

/* =============================================
   SHARED TYPOGRAPHY
   ============================================= */
.eyebrow {
  display: inline-block;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0.9rem;
}

.section-header {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section-header h2 {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text);
}

.section-header h2 em {
  font-style: italic;
  color: var(--green);
}

/* =============================================
   BUTTONS
   ============================================= */
.btn-fill,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.82rem 1.8rem;
  border-radius: 980px;
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.22s var(--ease), opacity 0.22s var(--ease),
              background 0.22s var(--ease), border-color 0.22s var(--ease);
  white-space: nowrap;
  border: none;
}

.btn-fill {
  background: var(--green);
  color: #000;
}
.btn-fill:hover { opacity: 0.86; transform: scale(1.03); }

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--stroke-med);
}
.btn-ghost:hover {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
  transform: scale(1.03);
}

/* =============================================
   NAV
   ============================================= */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease);
}

nav.scrolled {
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom-color: var(--stroke);
}

.nav-inner {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--pad);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav-logo { display: flex; align-items: center; flex-shrink: 0; }

.nav-logo-text {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
}
.nav-logo-text span { color: var(--green); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  font-family: var(--display);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.2rem;
  border-radius: 980px;
  background: var(--green);
  color: #000;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.nav-cta:hover { opacity: 0.86; transform: scale(1.04); }

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(58px + 5rem) var(--pad) 7rem;
  position: relative;
  overflow: hidden;
}

/* background image top-left fading to black at center */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('images/gallery-1.jpg');
  background-position: left center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-mask-image: -webkit-linear-gradient(left, black 0%, black 20%, transparent 55%);
  mask-image: linear-gradient(to right, black 0%, black 20%, transparent 55%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

/* layered glow — Apple-style ambient light */
.hero::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 700px;
  background: radial-gradient(ellipse at 50% 30%,
    rgba(74,222,128,0.1) 0%,
    rgba(74,222,128,0.04) 35%,
    transparent 70%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2rem;
}
.tag-line {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--muted2);
}

.hero-title {
  font-family: var(--display);
  font-size: clamp(56px, 11vw, 112px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--text);
  margin-bottom: 1.8rem;
}

/* gradient on the italic / accent word */
.hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, #4ade80 0%, #86efac 50%, #4ade80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 2.6rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.hero-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  color: var(--muted2);
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-line {
  width: 3px;
  height: 24px;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--muted2), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.35; transform: scaleY(1); }
  50%       { opacity: 0.8;  transform: scaleY(1.2); }
}

/* =============================================
   TICKER
   ============================================= */
.ticker {
  background: var(--bg2);
  padding: 0.95rem 0;
  overflow: hidden;
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}

.ticker-track {
  display: flex;
  width: max-content;
  direction: ltr;
}

.ticker-item {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted2);
  padding-inline: 1.2rem;
  white-space: nowrap;
}

.ticker-sep {
  color: var(--green);
  opacity: 0.4;
  font-size: 0.55rem;
  align-self: center;
}

@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.ticker-track.ready {
  animation: tickerScroll 80s linear infinite;
}

/* =============================================
   STATS
   ============================================= */
.stats {
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-bottom: 1px solid var(--stroke);
}

.stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
}

.stat {
  flex: 1;
  text-align: center;
  padding: 1rem;
}

.stat-num {
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text);
  margin-bottom: 0.55rem;
}

/* first stat gets green accent — Apple-style highlight */
.stat:first-child .stat-num { color: var(--green); }

.stat-label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
}

.stat-divider {
  width: 1px;
  height: 56px;
  background: var(--stroke-med);
  flex-shrink: 0;
}

/* =============================================
   ABOUT
   ============================================= */
.about {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: var(--bg2);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: start;
}

.about-text {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.about-text p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
}

.free-badge {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--green-dim);
  border-radius: var(--r-sm);
  padding: 1.3rem 1.5rem;
  margin-top: 0.6rem;
  border: 1px solid rgba(74,222,128,0.15);
}

.free-badge-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--green);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.free-badge-text strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.3rem;
}

.free-badge-text span {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

.about-side {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

/* Apple-style card: dark bg, round corners, no border */
.info-block,
.style-block {
  background: var(--card);
  border-radius: var(--r-md);
  padding: 1.6rem 1.8rem;
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--stroke);
}
.info-row.last { border-bottom: none; padding-bottom: 0; }

.info-label { font-size: 0.85rem; color: var(--muted2); font-weight: 400; }
.info-val   { font-size: 0.88rem; color: var(--text);   font-weight: 500; }
.info-val.green { color: var(--green); }

.style-list { display: flex; flex-direction: column; }

.style-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.8rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  border-bottom: 1px solid var(--stroke);
}
.style-row:last-child { border-bottom: none; padding-bottom: 0; }

.style-num {
  font-size: 0.7rem;
  color: var(--green);
  font-weight: 600;
  font-family: var(--display);
  letter-spacing: 0.06em;
  min-width: 22px;
}

/* =============================================
   GALLERY
   ============================================= */
.gallery {
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: 0;
}

.gallery-header {
  text-align: center;
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.gallery-header h2 {
  font-family: var(--display);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.gallery-header h2 em { font-style: italic; color: var(--green); }

.gallery-sub {
  font-size: 1rem;
  color: var(--muted);
  margin-top: 0.8rem;
}

/* Full-bleed 3-col portrait grid — Apple product-page style */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.gal-item {
  overflow: hidden;
  cursor: zoom-in;
  aspect-ratio: 3 / 4;
  position: relative;
  background: var(--card);
}

/* subtle dark vignette on hover reveal */
.gal-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.18);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  pointer-events: none;
}
.gal-item:hover::after { opacity: 1; }

.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease);
  filter: brightness(0.92);
}
.gal-item:hover img {
  transform: scale(1.05);
  filter: brightness(1);
}

/* =============================================
   LIGHTBOX
   ============================================= */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.lightbox.open { opacity: 1; pointer-events: all; }

.lightbox img {
  max-width: min(90vw, 860px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: var(--r-sm);
  box-shadow: 0 48px 96px rgba(0,0,0,0.9);
}

.lb-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  padding: 0.45rem 1rem;
  border-radius: 980px;
  background: rgba(255,255,255,0.07);
  transition: background 0.2s, color 0.2s;
}
.lb-close:hover { background: rgba(255,255,255,0.14); color: var(--text); }

/* =============================================
   COURSE
   ============================================= */
.course {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

/* subtle green glow top-right */
.course::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center,
    rgba(74,222,128,0.07) 0%,
    transparent 65%);
  pointer-events: none;
}

.course-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.course-text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.course-title {
  font-family: var(--display);
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--text);
}

.course-title em {
  font-style: italic;
  background: linear-gradient(135deg, #4ade80 0%, #86efac 50%, #4ade80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.course-sub {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--muted2);
  letter-spacing: 0.04em;
  margin-top: -0.4rem;
}

.course-body {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
}

.course-btn {
  align-self: flex-start;
  margin-top: 0.6rem;
  font-size: 0.95rem;
  padding: 0.9rem 2rem;
}

.course-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.course-card {
  background: var(--card);
  border-radius: var(--r-md);
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border: 1px solid var(--stroke);
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}

.course-card:hover {
  border-color: rgba(74,222,128,0.2);
  background: var(--card2);
}

.course-card-icon {
  font-family: var(--display);
  font-size: 40px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.08em;
}

.course-card-title {
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.course-card-desc {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 960px) {
  .course-inner { grid-template-columns: 1fr; }
  .course-btn { align-self: stretch; justify-content: center; }
}

@media (max-width: 600px) {
  .course-features { grid-template-columns: 1fr; }
}

/* =============================================
   FAQ
   ============================================= */
.faq {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: var(--bg2);
}

.faq-list {
  max-width: 680px;
  margin-inline: auto;
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 0;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s;
}

.faq-q > span:first-child {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text);
  transition: color 0.2s;
}
.faq-q:hover > span:first-child { color: var(--green); }

.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--stroke-med);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.32s var(--ease), color 0.2s, background 0.2s;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  color: var(--green);
  background: var(--green-dim);
  border-color: rgba(74,222,128,0.3);
}

.faq-a {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.75;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.42s var(--ease), padding-bottom 0.42s var(--ease);
}
.faq-item.open .faq-a {
  max-height: 300px;
  padding-bottom: 1.4rem;
}

/* =============================================
   SOCIALS
   ============================================= */
.socials-section {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.socials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.social-card {
  position: relative;
  background: var(--card);
  border-radius: var(--r-md);
  padding: 1.8rem 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}
.social-card:hover {
  background: var(--card2);
  transform: translateY(-6px);
}

/* animated color bar at the bottom */
.social-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.38s var(--ease);
}
.social-card:hover .social-bar { transform: scaleX(1); transform-origin: left; }

.social-card.ig .social-bar { background: linear-gradient(90deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.social-card.fb .social-bar { background: #1877f2; }
.social-card.tt .social-bar { background: linear-gradient(90deg,#25f4ee,#fe2c55); }

.social-top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.social-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.social-icon svg { width: 20px; height: 20px; fill: white; }
.social-icon.ig { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.social-icon.fb { background: #1877f2; }
.social-icon.tt { background: #010101; border: 1px solid rgba(255,255,255,0.1); }

.social-plat  { font-size: 0.75rem; font-weight: 600; color: var(--text); }
.social-handle {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.15rem;
}

.social-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
}

.social-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green);
  padding-top: 0.6rem;
  border-top: 1px solid var(--stroke);
}

.social-arrow {
  font-size: 1rem;
  transition: transform 0.2s var(--ease);
}
.social-card:hover .social-arrow { transform: translateX(-5px); }

/* =============================================
   CTA
   ============================================= */
.cta {
  padding: clamp(6rem, 12vw, 11rem) 0;
  background: var(--bg2);
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Apple-style dramatic radial glow */
.cta::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse at center,
    rgba(74,222,128,0.12) 0%,
    rgba(74,222,128,0.04) 40%,
    transparent 70%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.cta-inner h2 {
  font-family: var(--display);
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--text);
}

.cta-inner h2 em {
  font-style: italic;
  background: linear-gradient(135deg, #4ade80 0%, #86efac 60%, #4ade80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-rule {
  width: 48px;
  height: 1px;
  background: var(--stroke-med);
}

.cta-inner > p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 440px;
  line-height: 1.75;
}

/* =============================================
   FOOTER
   ============================================= */
footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 2.2rem 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.foot-logo-text {
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.foot-logo-text span { color: var(--green); }

.foot-links {
  display: flex;
  gap: 1.8rem;
}
.foot-links a {
  font-size: 0.85rem;
  color: var(--muted2);
  transition: color 0.2s;
}
.foot-links a:hover { color: var(--text); }

.foot-copy {
  font-size: 0.8rem;
  color: var(--muted2);
  letter-spacing: 0.04em;
}

/* =============================================
   RESPONSIVE — ≤ 960px
   ============================================= */
@media (max-width: 960px) {
  .nav-links { display: none; }

  .stats-inner { flex-wrap: wrap; }
  .stat-divider { display: none; }
  .stat { flex: 0 0 50%; }

  .about-grid { grid-template-columns: 1fr; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); }

  .socials-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
}

/* =============================================
   RESPONSIVE — ≤ 600px
   ============================================= */
@media (max-width: 600px) {
  .hero::after { background-size: cover; }
  .hero { padding-top: calc(58px + 3rem); padding-bottom: 5rem; }
  .hero-title { font-size: clamp(46px, 15vw, 70px); }
  .hero-desc { font-size: 1rem; }
  .hero-actions {
    flex-direction: column;
    width: 100%;
  }
  .hero-actions .btn-fill,
  .hero-actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .stats-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .stat { flex: unset; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); }

  .socials-grid { max-width: 100%; }

  .cta-inner .btn-fill {
    width: 100%;
    justify-content: center;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 1.2rem;
  }
  .foot-links { justify-content: center; flex-wrap: wrap; gap: 1rem; }
}
