@import url("https://fonts.googleapis.com/css2?family=Syne:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Cairo:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap");

:root {
  color-scheme: dark;
  --bg: #050507;
  --surface: #0f172a;
  --surface-soft: #111827;
  --surface-strong: #131a2b;
  --text: #e6e6e6;
  --muted: #94a3b8;
  --accent: #64ffda;
  --accent-soft: rgba(100, 255, 218, 0.12);
  --border: rgba(100, 255, 218, 0.12);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family:
    "Plus Jakarta Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background:
    radial-gradient(
      circle at top left,
      rgba(100, 255, 218, 0.08),
      transparent 20%
    ),
    linear-gradient(180deg, #050507 0%, #020305 100%);
  color: var(--text);
  scroll-behavior: smooth;
}

html[lang="ar"],
body.rtl {
  font-family: "Cairo", "Segoe UI", sans-serif;
}

body {
  padding-top: 76px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(100, 255, 218, 0.06),
      transparent 20%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(99, 102, 241, 0.08),
      transparent 18%
    );
  pointer-events: none;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid var(--accent);
  background: rgba(100, 255, 218, 0.08);
  color: var(--accent);
  padding: 0.9rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  will-change: transform;
  font-family: inherit;
  text-transform: none;
}

button:hover,
a.button:hover {
  background: rgba(100, 255, 218, 0.14);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(100, 255, 218, 0.12);
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.18);
  color: #f8fafc;
}

.whatsapp-button {
  background: #25d366;
  border-color: transparent;
  color: #ffffff;
}

.whatsapp-button:hover {
  background: #22c35c;
}

.whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.6rem;
  color: inherit;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
}

.container {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(5, 5, 7, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(100, 255, 218, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.header-inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.brand {
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--accent);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a i {
  font-size: 0.85rem;
  opacity: 0.75;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.25s ease;
}

.site-nav a:hover::after {
  width: 100%;
}

.site-nav a:hover {
  color: var(--accent);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.8);
  padding: 0.5rem;
  gap: 0.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
}

.section {
  padding: 6rem 0;
}

.hero {
  padding-top: 90px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.eyebrow {
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
  font-family: "Syne", "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.02em;
}

.hero h1 {
  font-size: clamp(3rem, 4.5vw, 5.5rem);
  line-height: 0.95;
  margin: 0;
  font-weight: 800;
}

.hero-title {
  margin: 1rem 0 1.5rem;
  color: #cbd5e1;
  font-size: clamp(1.75rem, 2.3vw, 2.8rem);
  line-height: 1.05;
}

.hero-text,
.section-text,
.about-copy p,
.project-body p,
.payment-card p {
  color: var(--muted);
  line-height: 1.85;
  margin: 0 0 1rem;
}

.hero-card {
  position: relative;
  transform: translateY(0);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  will-change: transform;
  animation: floatCard 7s ease-in-out infinite;
}

.hero-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 32px 80px rgba(100, 255, 218, 0.14);
}

.hero-card-glow {
  position: absolute;
  inset: -18px;
  border-radius: 30px;
  background: radial-gradient(
    circle,
    rgba(100, 255, 218, 0.18),
    transparent 45%
  );
  filter: blur(24px);
  animation: pulseGlow 6s ease-in-out infinite;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.code-panel {
  position: relative;
  background: rgba(15, 23, 42, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-copy,
.about-copy,
.project-body,
.hanin-copy,
.payment-grid,
.section-header,
.gallery-item,
.project-card,
.skill-card,
.about-card,
.hero-card,
.hanin-image-card {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.hero-copy.is-visible,
.about-copy.is-visible,
.project-body.is-visible,
.hanin-copy.is-visible,
.payment-grid.is-visible,
.section-header.is-visible,
.gallery-item.is-visible,
.project-card.is-visible,
.skill-card.is-visible,
.about-card.is-visible,
.hero-card.is-visible,
.hanin-image-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.04);
  }
}

.window-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 9999px;
  display: inline-block;
}

.red {
  background: #ef4444;
}
.yellow {
  background: #facc15;
}
.green {
  background: #22c55e;
}

.filename {
  color: #94a3b8;
  font-size: 0.85rem;
  margin-left: auto;
}

pre {
  margin: 0;
  padding: 0;
  font-family: "JetBrains Mono", monospace;
  color: #f8fafc;
  font-size: 0.95rem;
  line-height: 1.6;
}

.code-panel code {
  display: block;
}

.keyword {
  color: #fb7185;
}
.identifier {
  color: #60a5fa;
}
.property {
  color: #38bdf8;
}
.string {
  color: #4ade80;
}
.brace {
  color: #f8fafc;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.75rem;
  font-size: 0.8rem;
  color: #94a3b8;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.status-dot {
  width: 0.8rem;
  height: 0.8rem;
  background: #64ffda;
  border-radius: 9999px;
}

.status-dot.online {
  background: #22c55e;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.section-number {
  font-family: "JetBrains Mono", monospace;
  color: var(--accent);
  font-weight: 700;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
}

.justify-center {
  justify-content: center;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.button .icon,
a.button .icon {
  font-size: 0.95em;
}

.icon-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.about-grid,
.project-grid,
.cards-grid,
.hanin-grid,
.payment-grid,
.gallery-grid {
  display: grid;
  gap: 1.75rem;
}

.about-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}

.about-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(100, 255, 218, 0.08);
  border-radius: 28px;
  min-height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-badge {
  display: inline-flex;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(100, 255, 218, 0.18);
  font-family: "JetBrains Mono", monospace;
  color: var(--accent);
}

.cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.skill-card,
.project-card {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  padding: 1.75rem;
  box-shadow: var(--shadow);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.project-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 32px 70px rgba(100, 255, 218, 0.12);
  border-color: rgba(100, 255, 218, 0.18);
}

.skill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(100, 255, 218, 0.1);
  border-color: rgba(100, 255, 218, 0.16);
}

.skill-card h3,
.project-card h3 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}

.skill-card .card-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(100, 255, 218, 0.08);
  color: var(--accent);
  font-size: 1.35rem;
  border: 1px solid rgba(100, 255, 218, 0.14);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.skill-card:hover .card-icon {
  background: rgba(100, 255, 218, 0.14);
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(100, 255, 218, 0.12);
}

.tags,
.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tags span,
.project-tags span {
  background: rgba(100, 255, 218, 0.08);
  border: 1px solid rgba(100, 255, 218, 0.12);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.8rem;
  color: #cbd5e1;
}

.project-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 1rem;
}

.project-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.project-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.project-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent);
  font-weight: 700;
  border-bottom: 1px solid transparent;
}

.project-links a i {
  font-size: 0.8rem;
  opacity: 0.85;
}

.project-links a:hover {
  border-color: var(--accent);
}

.project-highlight {
  border-color: rgba(239, 68, 68, 0.3);
}

.text-center {
  text-align: center;
}

.section-text {
  max-width: 720px;
  margin: 0 auto 2rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #94a3b8;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.75rem 1.1rem;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.social-links a:hover {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(100, 255, 218, 0.06);
  transform: translateY(-2px);
}

.social-links a i {
  font-size: 1.05rem;
  width: 1.1rem;
  text-align: center;
}

.site-footer {
  padding: 2rem 0 4rem;
  border-top: 1px solid rgba(100, 255, 218, 0.08);
}

.hanin-header {
  background: rgba(0, 0, 0, 0.92);
}

.hanin-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.hanin-copy h1 {
  font-size: clamp(3rem, 5vw, 5.5rem);
  margin: 0;
}

.hanin-subtitle {
  margin: 1rem 0;
  font-size: 1.75rem;
  color: #cbd5e1;
  max-width: 740px;
}

.hanin-image-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hanin-image-card img {
  width: 100%;
  height: auto;
  min-height: 420px;
  object-fit: cover;
}

.hanin-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.image-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 999px;
  color: #f8fafc;
  font-size: 0.95rem;
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 160px;
  background: #070708; /* dark fallback to avoid white gaps during resize */
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.gallery-item:hover {
  transform: translateY(-6px);
  border-color: rgba(100, 255, 218, 0.25);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-item img {
  background-color: #070708;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

/* Prevent white flash/glitch on some images by providing a dark fallback
   background and hinting the browser to use GPU compositing. */
.gallery-item img,
.hanin-image-card img,
.project-card img,
.qr-card img {
  background-color: #070708;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45));
  opacity: 0;
  transition: opacity 0.25s ease;
  display: grid;
  place-items: center;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #f8fafc;
  font-weight: 600;
  font-size: 0.95rem;
}

.site-footer p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0.35rem 0;
}

.site-footer .container {
  text-align: center;
}

.modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.modal:not(.hidden) {
  opacity: 1;
  pointer-events: auto;
}

.modal.hidden {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 900px);
  max-height: 92vh;
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 1.25rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  transform: translateY(24px);
  transition: transform 0.3s ease;
}

.modal:not(.hidden) .modal-panel {
  transform: translateY(0);
}

.modal-panel-small {
  width: min(92vw, 520px);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.modal-close:hover {
  color: var(--accent);
  border-color: rgba(100, 255, 218, 0.25);
  background: rgba(100, 255, 218, 0.08);
}

/* Place the QR modal close button below the QR image so it doesn't
   overlap the camera view when scanning. */
.modal-panel.modal-panel-small .modal-close {
  position: static;
  margin-top: 0.5rem;
  align-self: center;
}

.modal-image {
  width: 100%;
  height: auto;
  border-radius: 18px;
  max-height: 72vh;
  object-fit: contain;
}

.modal-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #cbd5e1;
}

.modal-nav {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--accent);
  font-size: 1.1rem;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.modal-nav:hover {
  background: rgba(100, 255, 218, 0.08);
  border-color: rgba(100, 255, 218, 0.2);
  transform: scale(1.05);
}

.payment-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.payment-card {
  background: rgba(15, 23, 42, 0.92);
}

.price-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.08);
  border-radius: 9999px;
  padding: 0.55rem 0.9rem;
  color: #f8fafc;
  font-weight: 700;
  margin: 1rem 0;
}

.step-block {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.step-number {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: white;
  border-radius: 18px;
  background: linear-gradient(135deg, #dc2626, #f97316);
}

.payment-links {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.payment-links a,
.qr-card {
  border-radius: 18px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.payment-links .button {
  border: none;
  padding: 0.9rem 1.25rem;
}

.payment-links a:hover,
.qr-card:hover {
  transform: translateY(-2px);
  border-color: rgba(100, 255, 218, 0.2);
}

.qr-card {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
}

.qr-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  margin-bottom: 0.75rem;
  object-fit: contain;
}

.qr-card span {
  display: inline-block;
  font-weight: 700;
  color: #e2e8f0;
}

.modal-caption {
  color: #cbd5e1;
  text-align: center;
}

@media (max-width: 1024px) {
  .hero-grid,
  .about-grid,
  .cards-grid,
  .project-grid,
  .hanin-grid,
  .payment-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .container {
    width: min(100%, calc(100% - 1.5rem));
  }

  .hero-grid,
  .about-grid,
  .cards-grid,
  .project-grid,
  .hanin-grid,
  .payment-grid {
    gap: 1.5rem;
  }

  .site-header {
    border-bottom: 1px solid rgba(100, 255, 218, 0.12);
  }

  body {
    padding-top: 82px;
  }

  .header-inner {
    gap: 0.75rem;
  }

  .site-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    background: rgba(5, 5, 7, 0.95);
    padding: 1rem;
    border-top: 1px solid rgba(100, 255, 218, 0.08);
    transform: translateY(calc(-100% - 76px));
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease,
      visibility 0.25s ease;
  }

  .site-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav a {
    padding: 0.85rem 0;
  }

  .hero {
    padding-top: 20px;
  }

  .section {
    padding: 4rem 0;
  }

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

@media (max-width: 520px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 2rem;
  }

  .section-header {
    text-align: left;
  }

  .hero-copy,
  .hanin-copy {
    text-align: left;
  }
}
