@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@300;400;500;600;700&family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700;800&display=swap');

:root{
  --primary:#c92e36;
  --primary-dark:#a8232c;
  --orange:#d78668;
  --gold:#f1c43c;
  --teal:#7dc7c6;
  --text:#1e1b1b;
  --muted:#6f6a68;
  --bg:#fffefc;
  --bg-alt:#faf8f5;
  --border:rgba(36,21,18,.08);
  --shadow:0 16px 40px rgba(56,28,24,.08);
  --shadow-soft:0 10px 24px rgba(56,28,24,.05);
  --radius:26px;
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:
    radial-gradient(circle at 10% 20%, rgba(241,196,60,.10), transparent 28%),
    radial-gradient(circle at 90% 14%, rgba(201,46,54,.08), transparent 25%),
    linear-gradient(180deg, #fffefc 0%, #f9f7f3 100%);
  color:var(--text);
  font-family:"IBM Plex Sans Arabic", Inter, Arial, sans-serif;
  line-height:1.7;
  overflow-x:hidden;
}

html[lang="en"] body{
  font-family:Inter, Arial, sans-serif;
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4{
  font-family:"Playfair Display", serif;
}

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

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

button,
input,
textarea{
  font:inherit;
}

button{
  border:none;
  background:none;
  cursor:pointer;
}

.hidden{
  display:none!important;
}

.container{
  width:min(1180px, calc(100% - 34px));
  margin:auto;
}

section{
  scroll-margin-top:96px;
}

.progress-bar{
  position:fixed;
  top:0;
  left:0;
  height:3px;
  width:0;
  background:linear-gradient(90deg, var(--primary), var(--gold), var(--teal));
  z-index:2000;
}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.55);
  transition:.3s ease;
}

.site-header.scrolled{
  box-shadow:0 14px 34px rgba(37,17,14,.08);
}

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

.brand img{
  height:64px;
}

.desktop-nav{
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:center;
  flex:1;
}

.desktop-nav button,
.navBtnMobile{
  color:#433d3b;
  font-weight:600;
  position:relative;
}

.desktop-nav button::after{
  content:"";
  position:absolute;
  right:0;
  left:0;
  bottom:-8px;
  height:2px;
  background:linear-gradient(90deg,var(--primary),var(--gold));
  transform:scaleX(0);
  transition:.25s ease;
}

.desktop-nav button:hover::after{
  transform:scaleX(1);
}

.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.mobile-only{
  display:none;
}

.mobile-menu{
  background:rgba(255,255,255,.92);
  border-top:1px solid var(--border);
}

.mobile-menu-inner{
  display:flex;
  flex-direction:column;
  padding:12px 0;
}

.navBtnMobile{
  padding:14px 0;
  text-align:right;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  font-weight:700;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--primary),var(--orange));
  box-shadow:0 14px 26px rgba(201,46,54,.22);
}

.btn-light{
  background:rgba(255,255,255,.85);
  border:1px solid var(--border);
  color:#2e2a29;
  box-shadow:var(--shadow-soft);
}

.btn-block{
  width:100%;
}

/* Hero */
.hero-section{
  position:relative;
  padding:54px 0 70px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:54px;
  align-items:center;
  min-height:calc(100vh - 150px);
}

.hero-stage{
  position:relative;
}

.hero-slider{
  position:relative;
  aspect-ratio:1 / .88;
  border-radius:36px;
  overflow:hidden;
  background:rgba(255,255,255,.75);
  box-shadow:0 24px 60px rgba(61,31,24,.12);
  border:1px solid rgba(255,255,255,.65);
}

.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:scale(1.04);
  transition:opacity .6s ease, transform .9s ease;
}

.hero-slide.active{
  opacity:1;
  transform:scale(1);
}

.hero-image{
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  position:relative;
}

.hero-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(0,0,0,.08), rgba(255,255,255,0) 55%);
}

.hero-image-1{
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.02)),
    url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1400&q=80');
}

.hero-image-2{
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.02)),
    url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1400&q=80');
}

.hero-image-3{
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.02)),
    url('https://images.unsplash.com/photo-1523726491678-bf852e717f6a?auto=format&fit=crop&w=1400&q=80');
}

.slider-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:18px;
}

.slider-arrow{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fff;
  box-shadow:var(--shadow-soft);
  border:1px solid var(--border);
  font-size:28px;
  line-height:1;
  color:#524a48;
}

.slider-dots{
  display:flex;
  gap:10px;
}

.dot-btn{
  width:11px;
  height:11px;
  border-radius:50%;
  background:#d8d0cc;
}

.dot-btn.active{
  background:linear-gradient(135deg,var(--primary),var(--gold));
  transform:scale(1.2);
}

.float-cube,
.float-ring{
  position:absolute;
  display:block;
  z-index:2;
  animation:floaty 6s ease-in-out infinite;
}

.float-cube{
  width:52px;
  height:52px;
  border-radius:14px;
  box-shadow:0 18px 30px rgba(39,20,16,.16);
}

.cube-red{
  background:linear-gradient(135deg,#ff8b71,var(--primary));
  bottom:24px;
  right:22px;
}

.cube-gold{
  background:linear-gradient(135deg,#ffe898,var(--gold));
  top:28px;
  left:24px;
  animation-delay:.8s;
}

.float-ring{
  width:68px;
  height:68px;
  border:3px solid rgba(125,199,198,.75);
  border-radius:50%;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  animation-delay:1.2s;
}

.hero-copy h1{
  margin:18px 0 12px;
  font-size:clamp(42px, 5.2vw, 72px);
  line-height:1.12;
  letter-spacing:-.02em;
}

.hero-text{
  margin:0;
  font-size:20px;
  color:var(--muted);
  max-width:620px;
}

.pill{
  display:inline-flex;
  gap:10px;
  align-items:center;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:var(--shadow-soft);
  padding:10px 16px;
  border-radius:999px;
  color:#4d4542;
  font-weight:700;
  font-size:14px;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:28px 0;
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.stat-card{
  padding:20px 18px;
  border-radius:24px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(8px);
  box-shadow:var(--shadow-soft);
  border:1px solid rgba(255,255,255,.72);
}

.stat-card strong{
  display:block;
  font-size:34px;
  line-height:1.1;
  margin-bottom:8px;
  background:linear-gradient(135deg,var(--primary),var(--orange));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero-bg-shape{
  position:absolute;
  border-radius:50%;
  filter:blur(58px);
  opacity:.4;
  pointer-events:none;
}

.shape-a{
  width:260px;
  height:260px;
  top:120px;
  right:-40px;
  background:rgba(201,46,54,.18);
}

.shape-b{
  width:300px;
  height:300px;
  left:-30px;
  bottom:120px;
  background:rgba(241,196,60,.15);
}

.shape-c{
  width:220px;
  height:220px;
  left:42%;
  top:60px;
  background:rgba(125,199,198,.12);
}

/* Sections */
.section{
  padding:92px 0;
  position:relative;
}

.section-alt{
  background:linear-gradient(180deg, rgba(255,255,255,.5), rgba(250,248,245,.92));
}

.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:34px;
}

.section-head > div{
  min-width:0;
}

.section h2{
  margin:0 0 8px;
  font-size:clamp(30px, 3.2vw, 46px);
  line-height:1.15;
}

.section-head p,
.section-sub{
  margin:0;
  color:var(--muted);
}

/* About */
.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:center;
}

.about-media{
  min-width:0;
}

.about-photo{
  border-radius:34px;
  position:relative;
  overflow:hidden;
  background:#1f1f22;
  box-shadow:0 24px 60px rgba(61,31,24,.12);
}

.about-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}

.about-points{
  display:grid;
  gap:16px;
}

.point-card{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:22px;
  border-radius:24px;
}

.glass{
  background:rgba(255,255,255,.66);
  border:1px solid rgba(255,255,255,.68);
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(10px);
}

.point-icon{
  flex:0 0 auto;
  width:44px;
  height:44px;
  border-radius:16px;
  display:grid;
  place-items:center;
  font-weight:800;
  color:#fff;
}

.point-icon.red{
  background:linear-gradient(135deg,var(--primary),var(--orange));
}

.point-icon.gold{
  background:linear-gradient(135deg,#f8de75,var(--gold));
  color:#715500;
}

.point-icon.teal{
  background:linear-gradient(135deg,#a6e3e3,var(--teal));
  color:#205a5a;
}

.point-card h3{
  margin:0 0 6px;
  font-size:20px;
}

.point-card p{
  margin:0;
  color:var(--muted);
}

/* Grids and Cards */
.card-grid{
  display:grid;
  gap:20px;
}

.card-grid.three{
  grid-template-columns:repeat(3,1fr);
}

.service-card,
.article-card,
.mini-card,
.contact-card,
.form-card{
  border-radius:28px;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(255,255,255,.76);
  box-shadow:var(--shadow-soft);
  backdrop-filter:blur(10px);
}

.service-card{
  padding:26px;
  text-align:center;
}

.service-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  line-height:1;
  font-weight:800;
  margin:0 auto 18px;
}

.service-icon i{
  font-size:24px;
}

.service-icon.red{
  background:rgba(201,46,54,.10);
  color:var(--primary);
}

.service-icon.gold{
  background:rgba(241,196,60,.20);
  color:#8c6d00;
}

.service-icon.orange{
  background:rgba(215,134,104,.14);
  color:var(--orange);
}

.service-icon.teal{
  background:rgba(125,199,198,.18);
  color:#32898a;
}

.service-card h3{
  margin:0 0 10px;
  font-size:21px;
}

.service-card p{
  margin:0;
  color:var(--muted);
}

/* Band */
.band{
  background:linear-gradient(120deg, var(--primary) 0%, var(--orange) 45%, var(--gold) 100%);
  color:#fff;
  overflow:hidden;
}

.band::before{
  content:"";
  position:absolute;
  inset:-20% auto auto -10%;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  filter:blur(18px);
  animation:pulse 6s ease-in-out infinite;
}

.band-box{
  position:relative;
  padding:38px;
  border-radius:34px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
}

.band-label{
  display:block;
  font-size:14px;
  font-weight:700;
  opacity:.92;
  margin-bottom:10px;
}

.band h2{
  margin:0 0 14px;
}

.band p{
  margin:0;
  color:rgba(255,255,255,.92);
  max-width:820px;
}

/* Mini cards */
.mini-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

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

.mini-card{
  min-height:120px;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px;
  text-align:center;
  font-weight:700;
}

.mini-card.large{
  min-height:150px;
}

.mini-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 auto;
  font-size:18px;
  line-height:1;
}

.mini-icon i{
  font-size:18px;
}

.mini-icon.red{
  background:rgba(201,46,54,.12);
  color:var(--primary);
}

.mini-icon.gold{
  background:rgba(241,196,60,.20);
  color:#8c6d00;
}

.mini-icon.orange{
  background:rgba(215,134,104,.14);
  color:var(--orange);
}

.mini-icon.teal{
  background:rgba(125,199,198,.18);
  color:#2c7f80;
}

/* Articles */
.article-card{
  overflow:hidden;
}

.article-image{
  height:230px;
  background-size:cover;
  background-position:center;
}

.img1{
  background-image:linear-gradient(135deg, rgba(201,46,54,.18), rgba(255,255,255,0)), url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1200&q=80');
}

.img2{
  background-image:linear-gradient(135deg, rgba(241,196,60,.18), rgba(255,255,255,0)), url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1200&q=80');
}

.img3{
  background-image:linear-gradient(135deg, rgba(125,199,198,.18), rgba(255,255,255,0)), url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1200&q=80');
}

.article-body{
  padding:24px;
}

.article-tag{
  display:inline-block;
  margin-bottom:12px;
  font-size:13px;
  font-weight:800;
}

.article-tag.red{
  color:var(--primary);
}

.article-tag.gold{
  color:#8c6d00;
}

.article-tag.teal{
  color:#2d8889;
}

.article-body h3{
  margin:0 0 10px;
  font-size:22px;
}

.article-body p{
  margin:0;
  color:var(--muted);
}

/* Contact */
.contact-section{
  background:
    radial-gradient(circle at 90% 20%, rgba(241,196,60,.10), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.4), rgba(249,246,242,.9));
}

.contact-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
}

.form-card{
  padding:28px;
}

.contact-side{
  display:grid;
  gap:16px;
}

.contact-card{
  padding:22px;
}

.contact-card .muted{
  display:block;
  color:var(--muted);
  font-size:14px;
  margin-bottom:6px;
}

.gradient-map{
  min-height:210px;
  padding:0;
  overflow:hidden;
  background:linear-gradient(135deg, rgba(201,46,54,.9), rgba(215,134,104,.8), rgba(125,199,198,.72));
  color:#fff;
}

.map-pin{
  width:100%;
  height:100%;
  font-size:34px;
}

.map-pin iframe{
  width:100%;
  height:300px;
  display:block;
  border:0;
}

/* Form */
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

label{
  display:block;
  margin-bottom:16px;
}

label span{
  display:block;
  margin-bottom:8px;
  font-weight:700;
  color:#514946;
}

input,
textarea{
  width:100%;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(36,21,18,.08);
  background:rgba(255,255,255,.88);
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

input:focus,
textarea:focus{
  border-color:rgba(201,46,54,.28);
  box-shadow:0 0 0 5px rgba(201,46,54,.08);
  transform:translateY(-1px);
}

/* Footer */
.site-footer{
  background:linear-gradient(180deg, #181414, #0d0c0c);
  color:#fff;
  padding:54px 0;
  margin-top:12px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:28px;
}

.footer-logo{
  height:58px;
  filter:brightness(0) invert(1);
  margin-bottom:14px;
}

.site-footer p{
  color:rgba(255,255,255,.72);
}

.site-footer h4{
  margin:0 0 14px;
}

.footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
  color:rgba(255,255,255,.75);
}

/* Utility */
.hover-lift{
  transition:transform .28s ease, box-shadow .28s ease;
}

.hover-lift:hover{
  transform:translateY(-8px);
  box-shadow:0 22px 40px rgba(55,28,24,.12);
}

.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .7s ease, transform .7s ease;
}

.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

.delay-1{
  transition-delay:.12s;
}

.delay-2{
  transition-delay:.24s;
}

/* Works Grid */
.works-grid{
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

.work-card{
  position:relative;
  border:0;
  padding:0;
  background:transparent;
  border-radius:22px;
  overflow:hidden;
  cursor:pointer;
  min-height:240px;
  box-shadow:0 16px 40px rgba(0, 0, 0, 0.18);
  transition:transform 0.35s ease, box-shadow 0.35s ease;
}

.work-card:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:0 24px 55px rgba(0, 0, 0, 0.24);
}

.work-card img{
  width:100%;
  height:100%;
  min-height:240px;
  object-fit:cover;
  display:block;
}

.work-overlay{
  position:absolute;
  inset:auto 0 0 0;
  padding:18px 16px;
  background:linear-gradient(to top, rgba(0,0,0,0.72), rgba(0,0,0,0.08));
  color:#fff;
  font-weight:600;
  font-size:15px;
  text-align:right;
}

/* Gallery Popup */
.gallery-popup{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.gallery-popup.hidden{
  display:none;
}

.gallery-backdrop{
  position:absolute;
  inset:0;
  background:rgba(10, 10, 20, 0.78);
  backdrop-filter:blur(8px);
}

.gallery-modal{
  position:relative;
  z-index:2;
  width:min(900px, 95vw);
  max-height:90vh;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 30px 80px rgba(0,0,0,0.35);
  animation:popupFade 0.28s ease;
}

.gallery-modal img{
  width:100%;
  height:auto;
  max-height:90vh;
  object-fit:contain;
  display:block;
  background:#fff;
}

.gallery-close{
  position:absolute;
  top:14px;
  right:14px;
  left:auto;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,0.55);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  z-index:3;
  transition:0.25s ease;
}

.gallery-close:hover{
  background:rgba(0,0,0,0.8);
  transform:scale(1.06);
}

/* Animations */
@keyframes floaty{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}

@keyframes pulse{
  0%,100%{transform:scale(1);opacity:.35}
  50%{transform:scale(1.12);opacity:.5}
}

@keyframes popupFade{
  from{
    opacity:0;
    transform:translateY(10px) scale(0.98);
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

/* Tablet */
@media (max-width: 1024px){
  .desktop-nav{
    display:none;
  }

  .mobile-only{
    display:inline-flex;
  }

  .hero-grid,
  .about-grid,
  .contact-grid,
  .card-grid.three,
  .footer-grid,
  .four-grid{
    grid-template-columns:1fr;
  }

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

  .section-head{
    align-items:flex-start;
    flex-direction:column;
  }

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

/* Mobile */
@media (max-width: 768px){
  html,
  body{
    overflow-x:hidden;
  }

  section{
    scroll-margin-top:78px;
  }

  .container{
    width:calc(100% - 20px);
  }

  .site-header{
    backdrop-filter:blur(10px);
  }

  .header-inner{
    min-height:70px;
    gap:12px;
  }

  .brand img{
    height:46px;
  }

  .header-actions{
    gap:8px;
  }

  .header-actions .btn-primary{
    display:none;
  }

  .btn{
    min-height:42px;
    padding:0 16px;
    font-size:14px;
  }

  .hero-section{
    padding:18px 0 40px;
  }

  .hero-grid{
    grid-template-columns:1fr;
    gap:22px;
    min-height:auto;
  }

  .hero-stage{
    order:1;
  }

  .hero-copy{
    order:2;
    text-align:center;
  }

  .hero-slider{
    aspect-ratio:1 / 1.05;
    border-radius:24px;
  }

  .slider-controls{
    margin-top:14px;
    gap:10px;
  }

  .slider-arrow{
    width:38px;
    height:38px;
    font-size:24px;
  }

  .pill{
    font-size:12px;
    padding:8px 12px;
    gap:8px;
  }

  .hero-copy h1{
    font-size:34px;
    line-height:1.2;
    margin:14px 0 10px;
  }

  .hero-text{
    font-size:16px;
    max-width:100%;
  }

  .hero-actions{
    justify-content:center;
    margin:22px 0;
    gap:10px;
  }

  .stats-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .stat-card{
    padding:16px;
  }

  .stat-card strong{
    font-size:28px;
  }

  .section{
    padding:56px 0;
  }

  .section-head{
    margin-bottom:24px;
    gap:12px;
  }

  .section-head > div{
    width:100%;
  }

  .section h2{
    font-size:28px;
    line-height:1.2;
  }

  .section-head p,
  .section-sub{
    font-size:15px;
    max-width:100%;
    overflow-wrap:anywhere;
  }

  .about-grid,
  .contact-grid,
  .card-grid.three,
  .four-grid,
  .footer-grid,
  .form-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .about-section .section-head{
    margin-bottom:18px;
  }

  .about-section .section-head h2,
  .about-section .section-head p{
    text-align:right;
  }

  .about-photo{
    min-height:auto;
    aspect-ratio:4 / 5;
    border-radius:24px;
  }

  .about-photo img{
    object-fit:cover;
    object-position:center top;
  }

  .point-card,
  .service-card,
  .article-body,
  .mini-card,
  .contact-card,
  .form-card,
  .band-box{
    padding:18px;
    border-radius:20px;
  }

  .point-card{
    gap:12px;
  }

  .point-icon{
    width:40px;
    height:40px;
    border-radius:14px;
  }

  .service-card h3,
  .article-body h3{
    font-size:19px;
  }

  .service-card p,
  .article-body p,
  .point-card p{
    font-size:14px;
  }

  .service-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    margin:0 auto 14px;
  }

  .service-icon i{
    font-size:22px;
  }

  .mini-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .mini-card{
    min-height:auto;
    gap:10px;
  }

  .mini-card.large{
    min-height:110px;
  }

  .mini-icon{
    width:40px;
    height:40px;
    border-radius:12px;
  }

  .mini-icon i{
    font-size:18px;
  }

  .article-image{
    height:190px;
  }

  .band-box{
    padding:24px 18px;
  }

  .band h2{
    font-size:28px;
    line-height:1.2;
  }

  .band p{
    font-size:15px;
  }

  .works-grid{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:22px;
  }

  .work-card{
    min-height:220px;
    border-radius:18px;
  }

  .work-card img{
    min-height:220px;
  }

  .work-overlay{
    padding:14px 12px;
    font-size:14px;
  }

  .gallery-popup{
    padding:14px;
  }

  .gallery-modal{
    width:100%;
    max-width:100%;
    border-radius:18px;
  }

  .gallery-modal img{
    max-height:82vh;
  }

  .gallery-close{
    top:10px;
    right:10px;
    left:auto;
    width:40px;
    height:40px;
    font-size:24px;
  }

  label{
    margin-bottom:14px;
  }

  input,
  textarea{
    padding:13px 14px;
    border-radius:14px;
    font-size:16px;
  }

  .contact-card strong,
  .footer-links span,
  .footer-links a{
    word-break:break-word;
  }

  .gradient-map{
    min-height:auto;
    border-radius:20px;
  }

  .map-pin iframe{
    width:100%;
    height:260px;
    border-radius:20px;
  }

  .site-footer{
    padding:36px 0 34px;
  }

  .footer-grid{
    gap:20px;
    text-align:center;
  }

  .footer-grid > div{
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .footer-links{
    align-items:center;
  }

  .footer-logo{
    height:50px;
    margin-inline:auto;
  }
}

/* Small Mobile */
@media (max-width: 640px){
  .works-grid{
    grid-template-columns:1fr;
  }

  .work-card,
  .work-card img{
    min-height:220px;
  }
}