:root {
  --bg: #ffffff;
  --text: #000000;
  --muted: #6e7278;
  --top-line: #353d4c;
  --menu-font:
    "Gotham Rounded", "Arial Rounded MT Bold", "Helvetica Rounded", Arial,
    sans-serif;
  --hero-font: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, sans-serif;
}

body.lightbox-open {
  overflow: hidden;
}

.top-rule {
  height: 4px;
  background: var(--top-line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 116px;
  padding: 0 68px;
  background: var(--bg);
  transition:
    min-height 0.24s ease,
    padding 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  margin: 0;
  font-family: var(--hero-font);
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition:
    font-size 0.24s ease,
    transform 0.24s ease;
}

.brand-backend-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #000000;
  border-radius: 10px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--menu-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-backend-link:hover,
.brand-backend-link:focus-visible {
  background: #222222;
}

.main-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.menu-list a {
  color: var(--muted);
  text-decoration: none;
  font-family: var(--menu-font);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.menu-list a:hover,
.menu-list a:focus-visible {
  color: var(--muted);
  opacity: 0.7;
}

.menu-list a.active {
  color: var(--muted);
}

body.is-scrolled .site-header {
  min-height: 84px;
  padding: 0 50px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
}

body.is-scrolled .brand-mark {
  transform: scale(0.86);
  transform-origin: left center;
}

.caret {
  font-size: 0.9em;
}

.hero-banner {
  position: relative;
  aspect-ratio: 2 / 1;
  min-height: 320px;
  margin: 0;
  background: #d9d9d9;
  overflow: hidden;
}

.hero-carousel,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: default;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.42)),
    linear-gradient(135deg, #bfbfbf 0%, #e4e4e4 45%, #cfcfcf 100%);
}

.hero-content,
.hero-tag {
  position: relative;
  z-index: 1;
}

.hero-content {
  padding: 36px 32px;
}

.hero-title,
.brand-mark,
.about-title,
.ecom-title,
.weddings-title,
.gallery-carousel-title {
  font-weight: 400;
  letter-spacing: 0.05em;
  cursor: default;
}

.hero-tag {
  position: absolute;
  right: 38px;
  bottom: 28px;
  margin: 0;
  color: #ffffff;
  font-family: var(--menu-font);
  font-size: clamp(1rem, 1.8vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: default;
}

.hero-pagination {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 1;
  display: flex;
  gap: 10px;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.hero-dot.is-active {
  background: #ffffff;
}

.gallery-carousel-section {
  padding: 40px 0 0;
}

.editorial-grid-section {
  padding: 40px 0 48px;
}

.campaign-grid-section {
  padding: 0 32px 56px;
}

.layered-collage-section {
  padding: 0 32px 64px;
}

.style-five-section {
  padding: 0 32px 64px;
}

.ecom-section,
.weddings-section {
  padding: 8px 0 0;
}

#brand-work-section {
  padding-top: 28px;
}

.about-page {
  padding: 0 32px 72px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 32px;
  align-items: end;
  padding: 20px 0 48px;
}

.about-kicker,
.about-section-label {
  margin: 0 0 12px;
  color: var(--muted);
  font-family: var(--menu-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-title {
  max-width: 12ch;
  margin: 0;
  font-family: var(--hero-font);
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.about-intro {
  max-width: 58ch;
  margin: 24px 0 0;
  color: #2e3339;
  font-size: 1.05rem;
  line-height: 1.8;
}

.about-facts {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #d9d9d9;
}

.about-facts p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: #2e3339;
  line-height: 1.6;
}

.about-facts span {
  color: var(--muted);
  font-family: var(--menu-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-hero-media {
  margin: 0;
}

.about-portrait {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #d9d9d9;
}

.about-story {
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}

.about-story-header {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin-bottom: 28px;
}

.about-story-header h3 {
  margin: 0;
  font-family: var(--hero-font);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.about-story-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.about-story-column {
  display: grid;
  gap: 18px;
}

.about-story-column p {
  margin: 0;
  color: #454b53;
  font-size: 0.98rem;
  line-height: 1.85;
}

.ecom-header,
.weddings-header {
  padding: 0 32px 24px;
}

.ecom-title,
.weddings-title {
  margin: 0;
  font-family: var(--hero-font);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.section-style-block {
  display: block;
}

.section-see-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 48px;
  padding: 14px 22px;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-family: var(--menu-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.gallery-carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 32px 18px;
}

.gallery-carousel-header.is-controls-only {
  justify-content: flex-end;
}

.gallery-carousel-title {
  margin: 0;
  font-family: var(--hero-font);
  font-size: clamp(2rem, 5vw, 2.8rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.slider-controls {
  display: flex;
  gap: 8px;
}

.slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font: inherit;
  font-size: 1.1rem;
  cursor: pointer;
}

.gallery-carousel-banner {
  margin: 0;
}

.slider-viewport {
  overflow: hidden;
  padding: 0 32px;
}

.slider-track {
  display: flex;
  gap: 8px;
  padding-bottom: 10px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.slider-slide {
  position: relative;
  flex: 0 0 min(26vw, 340px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #d9d9d9;
  flex-shrink: 0;
}

.slider-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 72px;
  gap: 8px;
  padding: 0 32px;
}

.editorial-card {
  overflow: hidden;
  background: #d9d9d9;
}

.editorial-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.editorial-card--1,
.editorial-card--2,
.editorial-card--4,
.editorial-card--5 {
  grid-column: span 2;
  grid-row: span 5;
}

.editorial-card--3,
.editorial-card--6 {
  grid-column: span 4;
  grid-row: span 5;
}

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 72px;
  gap: 8px;
}

.campaign-card {
  overflow: hidden;
  background: #d9d9d9;
}

.campaign-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.campaign-card--1 {
  grid-column: span 4;
  grid-row: span 8;
}

.campaign-card--2,
.campaign-card--6,
.campaign-card--8 {
  grid-column: span 2;
  grid-row: span 4;
}

.campaign-card--3,
.campaign-card--4,
.campaign-card--5,
.campaign-card--7,
.campaign-card--9 {
  grid-column: span 3;
  grid-row: span 5;
}

.campaign-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 14px 28px;
  border: 1px solid #000000;
  color: #000000;
  font-family: var(--menu-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.layered-collage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 72px;
  gap: 8px;
  overflow: hidden;
  min-height: 720px;
  background: #ffffff;
}

.layered-card {
  position: relative;
  overflow: hidden;
  background: #d9d9d9;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.layered-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.style-five-collage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 60px;
  min-height: 760px;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
}

.style-five-card {
  position: relative;
  overflow: hidden;
  background: #d9d9d9;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.style-five-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.style-five-card--1 {
  z-index: 1;
  grid-column: 1 / span 5;
  grid-row: 2 / span 10;
}

.style-five-card--2 {
  z-index: 3;
  grid-column: 5 / span 5;
  grid-row: 1 / span 12;
}

.style-five-card--3 {
  z-index: 2;
  grid-column: 10 / span 3;
  grid-row: 3 / span 8;
}

.slider-slide:hover .slider-slide-image,
.editorial-card:hover .editorial-card-image,
.campaign-card:hover .campaign-card-image,
.layered-card:hover .layered-card-image,
.style-five-card:hover .style-five-card-image {
  transform: scale(1.04);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  visibility: hidden;
  pointer-events: none;
}

.image-lightbox.is-open,
.image-lightbox.is-closing {
  visibility: visible;
  pointer-events: auto;
}

.image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.78);
  opacity: 0;
  transition: opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.image-lightbox-dialog {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 1200px);
  max-height: 88vh;
  transform: translateY(32px) scale(0.94);
  opacity: 0;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.04s;
}

.image-lightbox.is-open .image-lightbox-backdrop,
.image-lightbox.is-open .image-lightbox-dialog {
  opacity: 1;
}

.image-lightbox.is-open .image-lightbox-dialog {
  transform: translateY(0) scale(1);
}

.image-lightbox.is-closing .image-lightbox-backdrop {
  opacity: 0;
  transition-duration: 0.46s;
}

.image-lightbox.is-closing .image-lightbox-dialog {
  opacity: 0;
  transform: translateY(28px) scale(0.955);
  transition-delay: 0s;
  transition-duration: 0.48s, 0.4s;
}

.image-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  background: #ffffff;
}

.image-lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.layered-card--1 {
  grid-column: 1 / span 3;
  grid-row: 3 / span 5;
}

.layered-card--2 {
  grid-column: 3 / span 3;
  grid-row: 2 / span 6;
}

.layered-card--3 {
  grid-column: 6 / span 3;
  grid-row: 1 / span 5;
}

.layered-card--4 {
  grid-column: 9 / span 2;
  grid-row: 1 / span 4;
}

.layered-card--5 {
  grid-column: 10 / span 3;
  grid-row: 1 / span 4;
}

.layered-card--6 {
  grid-column: 9 / span 2;
  grid-row: 4 / span 4;
}

.layered-card--7 {
  grid-column: 10 / span 3;
  grid-row: 5 / span 5;
}

.layered-card--8 {
  grid-column: 7 / span 2;
  grid-row: 6 / span 4;
}

.layered-card--9 {
  grid-column: 6 / span 3;
  grid-row: 7 / span 4;
}

.layered-card--10 {
  grid-column: 1 / span 3;
  grid-row: 8 / span 5;
}

.layered-card--11 {
  grid-column: 4 / span 2;
  grid-row: 8 / span 4;
}

@media (max-width: 900px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 24px 28px;
  }

  body.is-scrolled .site-header {
    min-height: auto;
    padding: 16px 24px 20px;
  }

  body.is-scrolled .brand-mark {
    transform: scale(0.92);
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .menu-list {
    justify-content: flex-start;
    gap: 14px 22px;
  }

  .hero-banner {
    min-height: auto;
  }

  .hero-content {
    padding: 28px 24px;
  }

  .hero-tag {
    right: 24px;
    bottom: 22px;
  }

  .hero-pagination {
    left: 24px;
    bottom: 24px;
  }

  .gallery-carousel-section {
    padding-top: 28px;
  }

  .about-page {
    padding: 0 24px 56px;
  }

  .about-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 40px;
  }

  .about-title {
    max-width: 10ch;
  }

  .about-story-columns {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .editorial-grid-section {
    padding: 28px 0 40px;
  }

  .campaign-grid-section {
    padding: 0 24px 44px;
  }

  .layered-collage-section {
    padding: 0 24px 48px;
  }

  .style-five-section {
    padding: 0 24px 48px;
  }

  .ecom-header,
  .weddings-header {
    padding: 0 24px 20px;
  }

  .section-see-more {
    margin: 4px auto 40px;
  }

  .gallery-carousel-header {
    padding: 0 24px 16px;
  }

  .slider-viewport {
    padding: 0 24px;
  }

  .slider-slide {
    flex-basis: min(46vw, 300px);
  }

  .editorial-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 64px;
    padding: 0 24px;
  }

  .editorial-card--1,
  .editorial-card--2,
  .editorial-card--4,
  .editorial-card--5 {
    grid-column: span 2;
    grid-row: span 4;
  }

  .editorial-card--3,
  .editorial-card--6 {
    grid-column: span 2;
    grid-row: span 5;
  }

  .campaign-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 64px;
  }

  .campaign-card--1 {
    grid-column: span 3;
    grid-row: span 6;
  }

  .campaign-card--2,
  .campaign-card--6,
  .campaign-card--8 {
    grid-column: span 3;
    grid-row: span 3;
  }

  .campaign-card--3,
  .campaign-card--4,
  .campaign-card--5,
  .campaign-card--7,
  .campaign-card--9 {
    grid-column: span 3;
    grid-row: span 4;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
  }

  .layered-collage {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 64px;
    min-height: 0;
  }

  .style-five-collage {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 56px;
    min-height: 0;
  }

  .style-five-card--1 {
    grid-column: 1 / span 3;
    grid-row: 2 / span 7;
  }

  .style-five-card--2 {
    grid-column: 2 / span 4;
    grid-row: 1 / span 8;
  }

  .style-five-card--3 {
    grid-column: 4 / span 3;
    grid-row: 3 / span 6;
  }

  .layered-card--1,
  .layered-card--2,
  .layered-card--3,
  .layered-card--4,
  .layered-card--5,
  .layered-card--6,
  .layered-card--7,
  .layered-card--8,
  .layered-card--9,
  .layered-card--10,
  .layered-card--11 {
    grid-column: span 2;
  }

  .layered-card--1,
  .layered-card--3,
  .layered-card--7,
  .layered-card--10 {
    grid-row: span 5;
  }

  .layered-card--2,
  .layered-card--4,
  .layered-card--5,
  .layered-card--6,
  .layered-card--8,
  .layered-card--9,
  .layered-card--11 {
    grid-row: span 4;
  }
}

@media (max-width: 640px) {
  .style-five-section {
    padding: 0 18px 40px;
  }

  .about-page {
    padding: 0 18px 44px;
  }

  .about-hero {
    padding: 8px 0 32px;
  }

  .about-intro,
  .about-story-column p {
    font-size: 0.94rem;
  }

  .ecom-header,
  .weddings-header {
    padding: 0 18px 18px;
  }

  .section-see-more {
    margin: 0 auto 32px;
  }

  .style-five-collage {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
    min-height: 0;
  }

  .style-five-card {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 5;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .slider-slide {
    flex-basis: min(72vw, 260px);
  }

  .editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 88px;
  }

  .editorial-card {
    grid-column: span 1;
    grid-row: span 3;
  }

  .editorial-card--3,
  .editorial-card--6 {
    grid-row: span 4;
  }

  .campaign-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 88px;
  }

  .campaign-card {
    grid-column: span 1;
    grid-row: span 3;
  }

  .campaign-card--1 {
    grid-row: span 4;
  }

  .layered-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 88px;
  }

  .layered-card--1,
  .layered-card--2,
  .layered-card--3,
  .layered-card--4,
  .layered-card--5,
  .layered-card--6,
  .layered-card--7,
  .layered-card--8,
  .layered-card--9,
  .layered-card--10,
  .layered-card--11 {
    grid-column: span 1;
  }

  .layered-card--1,
  .layered-card--3,
  .layered-card--7,
  .layered-card--10 {
    grid-row: span 4;
  }

  .layered-card--2,
  .layered-card--4,
  .layered-card--5,
  .layered-card--6,
  .layered-card--8,
  .layered-card--9,
  .layered-card--11 {
    grid-row: span 3;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #000;
}

/* Modal background */
.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 9999;
}

/* Modal box */
.contact-modal-content {
  background: #fff;
  color: #000;
  width: 100%;
  max-width: 500px;
  border: 2px solid #000;
  padding: 30px;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.contact-modal-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.contact-social {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.contact-social-label {
  margin: 0 0 14px;
  text-align: center;
  color: var(--muted);
  font-family: var(--menu-font);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-social-links {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.contact-social-link {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 92px;
  color: #000;
  text-decoration: none;
}

.contact-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 999px;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.contact-social-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.contact-social-text {
  text-align: center;
  font-family: var(--menu-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-social-link:hover .contact-social-icon,
.contact-social-link:focus-visible .contact-social-icon {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  background: #000;
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
}

.close-btn:hover {
  background: #222;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.input-group {
  display: flex;
  flex-direction: column;
}

.input-group label {
  margin-bottom: 8px;
  font-weight: bold;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  outline: none;
  border-radius: 8px;
  font-size: 15px;
}

.input-group input:focus,
.input-group textarea:focus {
  background: #f5f5f5;
}

.send-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s ease;
}

.send-btn:hover {
  background: #222;
}

.site-footer {
  background: #fff;
  color: #000;
  padding: 20px 30px;
  margin-top: 50px;
}

/* Divider line */
.footer-divider {
  width: 100%;
  height: 1px;
  background: #000;
  margin-bottom: 15px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left,
.footer-right {
  font-size: 14px;
}

.brand {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
}

/* Mobile */
@media (max-width: 600px) {
  .footer-content {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
