:root {
  --ink: #10252a;
  --muted: #5b6b68;
  --teal: #0094a8;
  --teal-dark: #056373;
  --gold: #d5a755;
  --cream: #faf7ef;
  --paper: #ffffff;
  --shadow: 0 22px 70px rgba(9, 26, 31, .18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--cream);
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 58px);
  color: #fff;
  background: linear-gradient(180deg, rgba(2, 17, 21, .82), rgba(2, 17, 21, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 270px;
}

.brand img {
  width: 336px;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .22));
}

nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #07161b;
}

.hero picture,
.hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
  object-position: center center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 16, 20, .86), rgba(3, 16, 20, .42) 42%, rgba(3, 16, 20, .08)),
    linear-gradient(0deg, rgba(3, 16, 20, .76), rgba(3, 16, 20, .08) 48%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100% - 36px));
  margin: 0 0 clamp(44px, 8vw, 88px) clamp(18px, 6vw, 82px);
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1040px;
  margin-bottom: 18px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  font-size: 23px;
  line-height: 1.1;
}

.lead {
  max-width: 760px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  white-space: nowrap;
}

.button.primary {
  background: var(--gold);
  color: #1b170d;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
}

.button.ghost {
  border-color: rgba(255, 255, 255, .6);
  color: #fff;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

.button.dark {
  background: var(--ink);
  color: #fff;
}

.intro,
.services,
.feature-band,
.gallery,
.promise,
.seo-local,
.faq,
.map-section,
.contact,
footer {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(56px, 9vw, 112px) 0 36px;
}

.intro p:last-child,
.feature-band p,
.contact p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 26px 0 clamp(56px, 8vw, 96px);
}

.services article {
  min-height: 250px;
  padding: 30px;
  border-top: 4px solid var(--teal);
  background: var(--paper);
  box-shadow: 0 16px 44px rgba(30, 48, 50, .08);
}

.services span {
  display: block;
  margin-bottom: 42px;
  color: var(--gold);
  font-weight: 900;
}

.services p {
  color: var(--muted);
  line-height: 1.65;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(300px, .82fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
  padding: clamp(34px, 5vw, 62px);
  background: #fff;
  box-shadow: var(--shadow);
}

.feature-band img {
  width: 100%;
  height: min(680px, 72vw);
  object-fit: cover;
  border-radius: 4px;
}

.feature-band ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.feature-band li {
  position: relative;
  padding-left: 26px;
  color: #294146;
  font-weight: 700;
}

.feature-band li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(0, 148, 168, .12);
}

.gallery {
  padding: clamp(62px, 9vw, 116px) 0 38px;
}

.section-head {
  max-width: 720px;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 245px;
  gap: 14px;
}

figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #dfe8e6;
  box-shadow: 0 16px 40px rgba(20, 42, 43, .1);
}

figure.wide {
  grid-column: span 2;
  grid-row: span 2;
}

figure.tall {
  grid-row: span 2;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

figure:hover img {
  transform: scale(1.045);
}

figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 4px;
  color: #fff;
  background: rgba(5, 20, 24, .72);
  font-size: 13px;
  font-weight: 800;
}

.promise {
  padding: clamp(44px, 7vw, 84px) 0;
}

.promise p {
  max-width: 990px;
  margin: 0 auto;
  color: var(--teal-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 4.5vw, 62px);
  line-height: 1.08;
  text-align: center;
}

.seo-local {
  padding: clamp(42px, 7vw, 84px) 0 18px;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-grid article {
  padding: 28px;
  border-left: 4px solid var(--gold);
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 42, 43, .08);
}

.seo-grid h3 {
  color: var(--teal-dark);
}

.seo-grid p,
.faq details p {
  color: var(--muted);
  line-height: 1.7;
}

.faq {
  padding: clamp(36px, 6vw, 72px) 0 clamp(44px, 7vw, 82px);
}

.faq details {
  border-top: 1px solid rgba(16, 37, 42, .16);
  background: rgba(255, 255, 255, .48);
}

.faq details:last-child {
  border-bottom: 1px solid rgba(16, 37, 42, .16);
}

.faq summary {
  cursor: pointer;
  padding: 22px 4px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}

.faq details p {
  max-width: 820px;
  padding: 0 4px 22px;
  margin: 0;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: clamp(34px, 6vw, 70px);
  margin-bottom: 38px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(9, 38, 45, .96), rgba(3, 99, 115, .93)),
    url("assets/nikah-alani.jpg") center/cover;
  box-shadow: var(--shadow);
}

.contact p {
  max-width: 680px;
  color: rgba(255, 255, 255, .82);
}

.phone-link {
  display: inline-flex;
  margin-top: 6px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.contact h2 {
  margin-bottom: 14px;
}

.map-section {
  padding: 10px 0 clamp(34px, 6vw, 68px);
}

.map-section .section-head p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.map-frame {
  overflow: hidden;
  border-radius: 4px;
  background: #dfe8e6;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: min(62vw, 480px);
  min-height: 330px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 36px;
  color: var(--muted);
}

footer img {
  width: 280px;
}

.footer-copy {
  display: grid;
  gap: 6px;
  text-align: right;
}

.footer-copy p {
  margin: 0;
}

.footer-copy a {
  color: var(--teal-dark);
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    gap: 12px;
    font-size: 12px;
  }

  .intro,
  .feature-band,
  .contact {
    grid-template-columns: 1fr;
  }

  .services,
  .seo-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand img {
    width: 188px;
  }

  nav a:nth-child(2) {
    display: none;
  }

  .hero {
    min-height: 92svh;
  }

  .hero picture img {
    object-position: center 44%;
  }

  .hero-content {
    width: calc(100% - 28px);
    margin: 0 14px 34px;
  }

  h1 {
    font-size: 42px;
    line-height: .95;
  }

  .lead {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .intro,
  .services,
  .feature-band,
  .gallery,
  .promise,
  .seo-local,
  .faq,
  .map-section,
  .contact,
  footer {
    width: min(100% - 28px, 1180px);
  }

  .feature-band,
  .contact {
    padding: 22px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 310px;
  }

  figure.wide,
  figure.tall {
    grid-column: auto;
    grid-row: auto;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-copy {
    text-align: left;
  }
}
