:root {
  --g: #0b4714;
  --gd: #072d0d;
  --c: #ffdeab;
  --cd: #e8c880;
  --r: #aa1f0a;
  --rl: #cc2a0d;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Cairo", sans-serif;
  background: var(--gd);
  color: var(--c);
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--gd);
}
::-webkit-scrollbar-thumb {
  background: var(--c);
  border-radius: 3px;
}
nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(7, 45, 13, 0.97), transparent);
  backdrop-filter: blur(4px);
  transition: all 0.4s;
}
nav.s {
  background: rgba(7, 45, 13, 0.97);
  border-bottom: 1px solid rgba(255, 222, 171, 0.15);
  padding: 12px 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}
.nl img {
  height: 60px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  transition: 0.3s;
}
nav.s .nl img {
  height: 48px;
}
ul.nm {
  display: flex;
  gap: 28px;
  list-style: none;
}
ul.nm a {
  color: var(--c);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s;
}
ul.nm a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--cd);
  transition: width 0.3s;
}
ul.nm a:hover {
  color: var(--cd);
}
ul.nm a:hover::after {
  width: 100%;
}
.ncta {
  background: var(--r) !important;
  color: var(--c) !important;
  padding: 8px 20px !important;
  border-radius: 30px !important;
}
.ncta:hover {
  background: var(--rl) !important;
  transform: scale(1.05);
}
.ncta::after {
  display: none !important;
}
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  border: none;
  background: none;
}
.burger span {
  width: 26px;
  height: 2px;
  background: var(--c);
  border-radius: 2px;
  display: block;
}
.mm {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(7, 45, 13, 0.98);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.mm.open {
  display: flex;
}
.mm a {
  color: var(--c);
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
}
.cm {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 32px;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--c);
}
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hbg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(
      ellipse at 30% 60%,
      rgba(170, 31, 10, 0.2) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 80% 30%,
      rgba(11, 71, 20, 0.6) 0%,
      transparent 60%
    ),
    linear-gradient(160deg, #072d0d 0%, #0b4714 40%, #0d2f04 100%);
  animation: bp 8s ease-in-out infinite alternate;
}
@keyframes bp {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.08);
  }
}
.hpat {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.06;
  background-image: repeating-linear-gradient(
      45deg,
      var(--c) 0,
      var(--c) 1px,
      transparent 0,
      transparent 50%
    ),
    repeating-linear-gradient(
      -45deg,
      var(--c) 0,
      var(--c) 1px,
      transparent 0,
      transparent 50%
    );
  background-size: 20px 20px;
}
.hov {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(7, 45, 13, 0.95) 0%,
    rgba(7, 45, 13, 0.2) 50%,
    rgba(7, 45, 13, 0.4) 100%
  );
}
.hcon {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 20px;
}
.htag {
  font-size: 13px;
  letter-spacing: 6px;
  color: var(--cd);
  font-weight: 600;
  margin-bottom: 20px;
  opacity: 0.85;
  animation: fu 1.2s 0.2s both;
}
.htit {
  font-family: "Amiri", serif;
  font-size: clamp(52px, 9vw, 110px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--c);
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  animation: fu 1.2s 0.35s both;
}
.hsub {
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 300;
  color: var(--c);
  opacity: 0.8;
  margin-bottom: 14px;
  animation: fu 1.2s 0.5s both;
}
@keyframes fu {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hdiv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 24px auto;
  animation: fu 1.2s 0.65s both;
}
.hdiv span {
  width: 60px;
  height: 1px;
  background: var(--cd);
  opacity: 0.5;
}
.dm {
  width: 10px;
  height: 10px;
  background: var(--r);
  transform: rotate(45deg);
  display: inline-block;
}
.hdesc {
  font-size: 17px;
  line-height: 1.9;
  max-width: 560px;
  margin: 0 auto 36px;
  color: rgba(255, 222, 171, 0.85);
  font-weight: 300;
  animation: fu 1.2s 0.75s both;
}
.hbtns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fu 1.2s 0.9s both;
}
.bp {
  background: var(--r);
  color: var(--c);
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(170, 31, 10, 0.4);
  transition: all 0.3s;
  display: inline-block;
}
.bp:hover {
  background: var(--rl);
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(170, 31, 10, 0.5);
}
.bo {
  background: transparent;
  color: var(--c);
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255, 222, 171, 0.5);
  transition: all 0.3s;
  display: inline-block;
}
.bo:hover {
  border-color: var(--c);
  background: rgba(255, 222, 171, 0.1);
  transform: translateY(-3px);
}
.hscr {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: fu 1.5s 1.2s both;
}
.sd {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c);
  animation: sb 1.5s ease-in-out infinite;
}
.sd:nth-child(2) {
  animation-delay: 0.2s;
  opacity: 0.6;
}
.sd:nth-child(3) {
  animation-delay: 0.4s;
  opacity: 0.3;
}
@keyframes sb {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
    opacity: 0.4;
  }
}
.fstrip {
  background: var(--g);
  border-top: 1px solid rgba(255, 222, 171, 0.08);
  border-bottom: 1px solid rgba(255, 222, 171, 0.08);
}
.fgrid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.fi {
  padding: 40px 30px;
  text-align: center;
  border-left: 1px solid rgba(255, 222, 171, 0.08);
  transition: background 0.3s;
}
.fi:last-child {
  border-left: none;
}
.fi:hover {
  background: rgba(255, 222, 171, 0.04);
}
.ficon {
  font-size: 36px;
  margin-bottom: 14px;
  display: block;
}
.ftit {
  font-size: 16px;
  font-weight: 700;
  color: var(--c);
  margin-bottom: 8px;
}
.fdesc {
  font-size: 13px;
  color: rgba(255, 222, 171, 0.55);
  line-height: 1.7;
}
section {
  padding: 90px 40px;
}
.sh {
  text-align: center;
  margin-bottom: 60px;
}
.sl {
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--r);
  font-weight: 700;
  display: block;
  margin-bottom: 14px;
}
.st {
  font-family: "Amiri", serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  color: var(--c);
  line-height: 1.2;
  margin-bottom: 16px;
}
.ss {
  font-size: 17px;
  color: rgba(255, 222, 171, 0.65);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.8;
}
.orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px auto 0;
}
.orn .ln {
  width: 50px;
  height: 1px;
  background: rgba(255, 222, 171, 0.25);
}
.orn .gm {
  width: 8px;
  height: 8px;
  background: var(--r);
  transform: rotate(45deg);
}
.ain {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.avis {
  position: relative;
}
.alogo {
  width: 100%;
  max-width: 380px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.5));
  animation: fl 4s ease-in-out infinite;
}
@keyframes fl {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.abadge {
  position: absolute;
  bottom: -10px;
  left: 0;
  background: var(--r);
  color: var(--c);
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(170, 31, 10, 0.4);
}
.abody {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 222, 171, 0.75);
  margin-top: 24px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.stat {
  background: rgba(255, 222, 171, 0.05);
  border: 1px solid rgba(255, 222, 171, 0.12);
  padding: 22px 16px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s;
}
.stat:hover {
  background: rgba(255, 222, 171, 0.08);
  transform: translateY(-4px);
}
.sn {
  font-family: "Amiri", serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--cd);
  display: block;
}
.slb {
  font-size: 12px;
  color: rgba(255, 222, 171, 0.5);
  margin-top: 4px;
}
.dly {
  background: var(--g);
}
.din {
  max-width: 1100px;
  margin: 0 auto;
}
.dgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}
.dc {
  background: rgba(7, 45, 13, 0.6);
  border: 1px solid rgba(255, 222, 171, 0.12);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.dc:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 222, 171, 0.3);
}
.dci {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  position: relative;
  overflow: hidden;
}
.dci::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(170, 31, 10, 0.15),
    rgba(11, 71, 20, 0.3)
  );
}
.dbg {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--r);
  color: var(--c);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}
.dcb {
  padding: 22px;
}
.dct {
  font-family: "Amiri", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--c);
  margin-bottom: 8px;
}
.dcd {
  font-size: 14px;
  color: rgba(255, 222, 171, 0.6);
  line-height: 1.7;
  margin-bottom: 16px;
}
.dcf {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dday {
  font-size: 13px;
  color: var(--cd);
  font-weight: 600;
}
.dprice {
  font-family: "Amiri", serif;
  font-size: 20px;
  color: var(--c);
  font-weight: 700;
}
.mcta {
  background: linear-gradient(135deg, var(--r) 0%, #7a1505 100%);
  padding: 70px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mcta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 30px,
    rgba(255, 255, 255, 0.02) 30px,
    rgba(255, 255, 255, 0.02) 31px
  );
}
.mctin {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.mctit {
  font-family: "Amiri", serif;
  font-size: clamp(32px, 5vw, 52px);
  color: var(--c);
  margin-bottom: 16px;
}
.mcdesc {
  font-size: 17px;
  color: rgba(255, 222, 171, 0.8);
  margin-bottom: 34px;
  line-height: 1.8;
}
.gal {
  background: var(--gd);
}
.gg {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 12px;
}
.gi {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
.gi:hover {
  filter: brightness(1.2);
}
.gi.lg {
  grid-column: span 2;
  grid-row: span 2;
  font-size: 80px;
}
.gi.wd {
  grid-column: span 2;
}
.gl {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(7, 45, 13, 0.85);
  color: var(--c);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  backdrop-filter: blur(4px);
}
.gi:hover .gl {
  opacity: 1;
}
.g1 {
  background: linear-gradient(135deg, #1a5c25, #0d3b13);
}
.g2 {
  background: linear-gradient(135deg, #5c1a0d, #3b0d08);
}
.g3 {
  background: linear-gradient(135deg, #2a4a15, #1a3309);
}
.g4 {
  background: linear-gradient(135deg, #4a3215, #2e1e0a);
}
.g5 {
  background: linear-gradient(135deg, #0d4a2a, #082e1a);
}
.g6 {
  background: linear-gradient(135deg, #4a1a2a, #2e0d18);
}
.g7 {
  background: linear-gradient(135deg, #2a4a3a, #152e24);
}
.her {
  background: var(--g);
  padding: 90px 40px;
}
.herin {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.emb {
  margin: 40px 0;
  height: 12px;
  border-radius: 6px;
  background: repeating-linear-gradient(
    90deg,
    var(--r) 0,
    var(--r) 20px,
    var(--c) 20px,
    var(--c) 24px,
    var(--gd) 24px,
    var(--gd) 44px,
    var(--c) 44px,
    var(--c) 48px,
    var(--r) 48px,
    var(--r) 60px,
    var(--gd) 60px,
    var(--gd) 80px
  );
  opacity: 0.7;
}
.hq {
  font-family: "Amiri", serif;
  font-size: clamp(22px, 3.5vw, 36px);
  color: var(--c);
  line-height: 1.8;
  font-style: italic;
  padding: 20px 30px;
}
.hvals {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.hv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hvi {
  font-size: 32px;
}
.hvt {
  font-size: 15px;
  color: rgba(255, 222, 171, 0.7);
  font-weight: 600;
}
.locin {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.ldet {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lit {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 222, 171, 0.04);
  border: 1px solid rgba(255, 222, 171, 0.1);
  border-radius: 12px;
  transition: all 0.3s;
}
.lit:hover {
  background: rgba(255, 222, 171, 0.07);
  border-color: rgba(255, 222, 171, 0.2);
}
.lico {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ltxt strong {
  display: block;
  color: var(--c);
  font-size: 15px;
  margin-bottom: 4px;
}
.ltxt span {
  font-size: 14px;
  color: rgba(255, 222, 171, 0.6);
  line-height: 1.6;
}
.mapb {
  height: 380px;
  border-radius: 20px;
  border: 2px solid rgba(255, 222, 171, 0.12);
  background: linear-gradient(135deg, #0b4714, #072d0d);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  padding: 30px;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
}
.mapb::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: radial-gradient(
    ellipse at center,
    rgba(170, 31, 10, 0.08) 0%,
    transparent 70%
  );
}
.mapb:hover {
  border-color: rgba(255, 222, 171, 0.3);
  transform: scale(1.01);
}
.mapi {
  font-size: 56px;
  position: relative;
  animation: mb 2s ease-in-out infinite;
}
@keyframes mb {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.mapt {
  font-family: "Amiri", serif;
  font-size: 22px;
  color: var(--c);
  position: relative;
}
.maps {
  font-size: 14px;
  color: rgba(255, 222, 171, 0.6);
  position: relative;
}
.soc {
  background: var(--g);
  padding: 70px 40px;
  text-align: center;
}
.socin {
  max-width: 800px;
  margin: 0 auto;
}
.slinks {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sb {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.sb:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.sb.fb {
  background: #1877f2;
  color: white;
}
.sb.ig {
  background: linear-gradient(
    135deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  color: white;
}
.sb.tt {
  background: #010101;
  color: white;
  border-color: rgba(255, 255, 255, 0.1);
}
.sb.wa {
  background: #25d366;
  color: white;
}
footer {
  background: #030f05;
  padding: 50px 40px 30px;
  border-top: 1px solid rgba(255, 222, 171, 0.08);
}
.fin {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.flog img {
  height: 70px;
  opacity: 0.85;
}
.fsl {
  font-family: "Amiri", serif;
  font-size: 18px;
  color: rgba(255, 222, 171, 0.5);
}
.fli {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}
.fli a {
  color: rgba(255, 222, 171, 0.4);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.fli a:hover {
  color: var(--c);
}
.fbot {
  border-top: 1px solid rgba(255, 222, 171, 0.06);
  padding-top: 24px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 222, 171, 0.25);
}
.wpf {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 999;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 28px;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  transition: all 0.3s;
  animation: wpp 2.5s ease-in-out infinite;
}
@keyframes wpp {
  0%,
  100% {
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 6px 40px rgba(37, 211, 102, 0.7);
  }
}
.wpf:hover {
  transform: scale(1.1) translateY(-3px);
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 900px) {
  nav {
    padding: 14px 20px;
  }
  ul.nm {
    display: none;
  }
  .burger {
    display: flex;
  }
  section {
    padding: 70px 24px;
  }
  .ain,
  .locin {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .alogo {
    max-width: 260px;
  }
  .fgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dgrid {
    grid-template-columns: 1fr 1fr;
  }
  .gg {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gi.lg {
    grid-column: span 2;
    height: 260px;
  }
}
@media (max-width: 600px) {
  .dgrid,
  .gg {
    grid-template-columns: 1fr;
  }
  .gi.lg,
  .gi.wd {
    grid-column: span 1;
  }
  .fgrid {
    grid-template-columns: 1fr 1fr;
  }
  .htit {
    font-size: 44px;
  }
}

.creative-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense; /* Fills gaps automatically */
  gap: 15px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #2a2a2a;
}

/* Feature Classes */
.grid-item.tall {
  grid-row: span 2;
}
.grid-item.wide {
  grid-column: span 2;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  filter: brightness(0.9);
}

/* Hover Effect */
.grid-item:hover img {
  transform: scale(1.1);
  filter: brightness(1.1);
}

/* Instagram link styling */
.ig-follow {
  text-align: center;
  margin-top: 40px;
  color: rgba(255, 222, 171, 0.6);
  font-size: 16px;
}

.ig-follow a {
  color: var(--cd); /* Using your existing variable for gold/accent color */
  text-decoration: none;
  font-weight: bold;
  margin-right: 8px;
  transition: 0.3s;
}

.ig-follow a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .creative-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }
  .grid-item.wide {
    grid-column: span 1;
  }
}
