:root {
  --ink: #101417;
  --deep: #071018;
  --deep-2: #0b1821;
  --gold: #b88a4c;
  --gold-2: #d9ad72;
  --paper: #f4f0e9;
  --paper-2: #faf7f1;
  --line: #d9cfc1;
  --muted: #746e67;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Vazirmatn", Tahoma, sans-serif;
  line-height: 1.95;
}

body.lightbox-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr) auto;
  align-items: center;
  min-height: 82px;
  padding: 0 24px;
  color: #fff;
  background: rgba(7, 16, 24, 0.98);
  border-bottom: 1px solid rgba(217, 173, 114, 0.16);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--gold-2);
  border: 1px solid var(--gold);
  font-size: 28px;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.brand small {
  font-size: 11px;
}

.brand strong {
  font-size: 18px;
  font-weight: 500;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(13px, 1.5vw, 24px);
  font-size: 12px;
  white-space: nowrap;
}

.desktop-nav a {
  position: relative;
  padding: 31px 0 26px;
}

.desktop-nav a::after {
  position: absolute;
  inset-inline-start: 0;
  bottom: 19px;
  width: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transition: width 0.3s ease;
}

/* Signatures page --------------------------------------------------------- */
:root {
  --signature-paper: #eee8dc;
  --signature-paper-2: #f6f1e7;
  --signature-ink: #171512;
  --signature-muted: #6d665b;
  --signature-line: rgba(23, 21, 18, .16);
}

html[lang="en"] body { font-family: "Inter", Arial, sans-serif; direction: ltr; text-align: left; }
html[lang="fa"] body { font-family: "Vazirmatn", Tahoma, sans-serif; direction: rtl; text-align: right; }
body { background: var(--signature-paper); color: var(--signature-ink); }
.site-header { border-bottom-color: rgba(190, 145, 88, .42); }
.desktop-nav a { white-space: nowrap; }

.hero { position: relative; min-height: 610px; padding: 160px 0 110px; overflow: hidden; color: #fff; background: #121313; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 16% 40%, rgba(190,145,88,.22), transparent 36%), repeating-linear-gradient(102deg, transparent 0 78px, rgba(255,255,255,.02) 79px 80px); }
.hero::after { content: "✒"; position: absolute; inset-inline-end: 7%; top: 52%; transform: translateY(-50%) rotate(-8deg); color: rgba(190,145,88,.12); font: 600 clamp(170px, 25vw, 350px)/1 "Cormorant Garamond", serif; }
.hero-inner { position: relative; z-index: 1; max-width: 790px; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 600 clamp(52px, 7vw, 104px)/.95 "Cormorant Garamond", serif; letter-spacing: -.035em; }
.hero .lead { max-width: 690px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 2; }
html[lang="fa"] .hero h1 { font-family: "Vazirmatn", sans-serif; font-weight: 500; line-height: 1.25; }

.intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; padding: 88px 0 64px; border-bottom: 1px solid var(--signature-line); }
.section-no { color: var(--gold); font: 600 72px/1 "Cormorant Garamond", serif; }
.intro-copy h2, .archive-head h2, .care h2 { margin: 0 0 22px; font: 600 clamp(34px, 4vw, 60px)/1.05 "Cormorant Garamond", serif; }
html[lang="fa"] .intro-copy h2, html[lang="fa"] .archive-head h2, html[lang="fa"] .care h2 { font-family: "Vazirmatn", sans-serif; }
.intro-copy > p { margin: 0; color: var(--signature-muted); line-height: 2.1; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; border: 1px solid var(--signature-line); background: var(--signature-line); }
.fact { padding: 24px; background: var(--signature-paper-2); }
.fact strong { display: block; margin-bottom: 7px; color: var(--gold); font-size: 28px; }
.fact span { color: var(--signature-muted); font-size: 12px; }

.archive { padding: 84px 0 110px; }
.archive-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { padding: 11px 18px; border: 1px solid var(--signature-line); background: transparent; color: var(--signature-muted); font: inherit; font-size: 12px; cursor: pointer; transition: .25s ease; }
.filter:hover, .filter.active { border-color: var(--deep); color: #fff; background: var(--deep); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.item { overflow: hidden; border: 1px solid var(--signature-line); background: var(--signature-paper-2); transition: transform .3s ease, box-shadow .3s ease; }
.item:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(35, 28, 18, .12); }
.document { position: relative; display: flex; align-items: center; justify-content: center; height: 290px; overflow: hidden; background: linear-gradient(135deg, rgba(190,145,88,.15), transparent 58%), repeating-linear-gradient(#e8deca 0 31px, #cfc0a6 32px, #e8deca 33px); }
.document::before { content: ""; width: 62%; height: 1px; background: var(--signature-ink); box-shadow: 0 13px rgba(23,21,18,.42), 0 26px rgba(23,21,18,.3), 0 39px rgba(23,21,18,.2); transform: rotate(-7deg); }
.seal { position: absolute; inset-inline-end: 24px; bottom: 24px; display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid #7b3c29; border-radius: 50%; color: #7b3c29; font: 600 22px "Cormorant Garamond", serif; transform: rotate(-12deg); }
.item-body { padding: 24px; }
.meta { display: flex; justify-content: space-between; gap: 12px; color: var(--gold); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.item h3 { margin: 15px 0 9px; font: 600 27px "Cormorant Garamond", serif; }
html[lang="fa"] .item h3 { font: 600 19px "Vazirmatn", sans-serif; }
.item p { margin: 0; color: var(--signature-muted); font-size: 12px; line-height: 1.9; }
.placeholder { display: block; width: 100%; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--signature-line); color: #8d867b; font-size: 11px; }
.is-hidden { display: none; }

.care-wrap { color: #fff; background: var(--deep); }
.care { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; padding: 90px 0; }
.care p { color: rgba(255,255,255,.62); line-height: 2; }
.care-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); }
.care-item { padding: 27px; background: var(--deep); }
.care-item b { display: block; margin-bottom: 9px; color: var(--gold); }
.care-item span { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.9; }

@media (max-width: 1040px) { .desktop-nav { display: none; } .menu-btn { display: flex; } }
@media (max-width: 850px) { .intro, .care { grid-template-columns: 1fr; gap: 34px; } .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .archive-head { align-items: flex-start; flex-direction: column; } .hero::after { opacity: .5; } }
@media (max-width: 580px) { .hero { min-height: 500px; padding: 135px 0 80px; } .grid, .facts, .care-list { grid-template-columns: 1fr; } .document { height: 250px; } .intro, .archive, .care { padding-top: 62px; padding-bottom: 62px; } }

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  direction: ltr;
}

.language-switcher {
  position: relative;
  z-index: 60;
  direction: ltr;
}

.language-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 112px;
  min-height: 42px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(5, 8, 12, 0.76);
  border: 1px solid rgba(185, 144, 75, 0.62);
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.language-trigger:hover,
.language-switcher.is-open .language-trigger {
  color: var(--gold-2);
  background: rgba(185, 144, 75, 0.1);
  border-color: var(--gold-2);
}

.language-trigger-label {
  min-width: 44px;
  font-size: 12px;
  font-weight: 600;
}

.language-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: 178px;
  padding: 6px;
  color: #fff;
  background: rgba(7, 16, 24, 0.99);
  border: 1px solid rgba(185, 144, 75, 0.48);
  border-radius: 4px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

html[dir="rtl"] .language-menu {
  right: auto;
  left: 0;
}

.language-switcher.is-open .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.language-option:last-child { border-bottom: 0; }
.language-option:hover,
.language-option.is-active {
  color: var(--gold-2);
  background: rgba(185, 144, 75, 0.12);
}

.desktop-nav a:hover, .desktop-nav a.active {
  color: var(--gold-2);
}

.desktop-nav a:hover::after, .desktop-nav a.active::after {
  width: 100%;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid rgba(185, 144, 75, 0.45);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.menu-btn span {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: var(--gold-2);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: 82px;
  right: 0;
  left: 0;
  z-index: 45;
  display: grid;
  gap: 14px;
  padding: 22px 28px;
  color: #fff;
  background: rgba(7, 16, 24, 0.99);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-14px);
  pointer-events: none;
  transition: 0.3s ease;
  max-height: calc(100vh - 82px);
  overflow-y: auto;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.mobile-menu a {
  padding: 8px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-menu a:last-child { border-bottom: 0; }
.mobile-menu a:hover,
.mobile-menu a.active { color: var(--gold-2); }

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(170px, 205px) minmax(0, 1fr) auto;
    padding-inline: 18px;
  }

  .desktop-nav {
    gap: 11px;
    font-size: 11px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .brand strong { font-size: 16px; }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 72px;
  }

  .desktop-nav { display: none; }
  .menu-btn { display: block; }

  .language-trigger {
    min-width: 44px;
    width: 44px;
    padding-inline: 7px;
  }

  .language-trigger-label { display: none; }

  .mobile-menu {
    top: 72px;
    max-height: calc(100vh - 72px);
  }
}

@media (max-width: 520px) {
  .site-header {
    min-height: 66px;
    padding-inline: 12px;
  }

  .brand { gap: 9px; }
  .brand-mark { width: 38px; height: 38px; font-size: 21px; }
  .brand small { font-size: 9px; }
  .brand strong { font-size: 14px; }
  .language-trigger,
  .menu-btn { width: 40px; min-width: 40px; height: 40px; min-height: 40px; }

  .mobile-menu {
    top: 66px;
    max-height: calc(100vh - 66px);
    gap: 7px;
    padding: 16px 20px 22px;
  }
}

/* Hero */
.page-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: url("assets/restoration-01.jpg") center / cover no-repeat;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient( 90deg, rgba(5, 13, 19, 0.28), rgba(5, 13, 19, 0.9) ), linear-gradient( 0deg, rgba(5, 13, 19, 0.48), transparent );
}

.page-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 105px;
  color: #fff;
  text-align: center;
}

.page-hero-content p, .section-heading small, .intro-copy small, .workshop-cta small {
  margin: 0;
  color: var(--gold-2);
  font-size: 12px;
}

.page-hero-content h1 {
  margin: 12px 0 8px;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 500;
}

.page-hero-content span {
  color: #ddd;
  font-size: 15px;
}

.page-hero-content i {
  display: block;
  width: 95px;
  height: 1px;
  margin: 25px auto 0;
  background: var(--gold);
}

/* Intro */
.workshop-intro {
  padding: 72px 0;
}

.workshop-intro .intro-copy {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.intro-copy h2 {
  margin: 8px 0 18px;
  font-size: 35px;
  font-weight: 500;
}

.intro-copy p {
  color: var(--muted);
  font-size: 14px;
}

/* Headings */
.section-heading {
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-heading h2 {
  margin: 8px 0;
  font-size: 33px;
  font-weight: 500;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.section-heading.light h2 {
  color: #fff;
}

.section-heading.light p {
  color: #aaa;
}

/* Equipment */
.equipment-section {
  padding: 72px 0;
  background: var(--deep);
}

.equipment-photo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.equipment-photo-grid figure {
  grid-column: span 2;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #171717;
}

.equipment-photo-grid figure:nth-child(4) {
  grid-column: 2 / span 2;
}

.equipment-photo-grid figure:nth-child(5) {
  grid-column: 4 / span 2;
}

.equipment-photo-grid img {
  width: 100%;
  height: 260px;
  display: block;
  object-fit: cover;
}

@media (max-width: 900px) {
  .equipment-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .equipment-photo-grid figure,
  .equipment-photo-grid figure:nth-child(4),
  .equipment-photo-grid figure:nth-child(5) {
    grid-column: auto;
  }

  .equipment-photo-grid figure:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .equipment-photo-grid {
    grid-template-columns: 1fr;
  }

  .equipment-photo-grid figure:last-child {
    grid-column: auto;
  }

  .equipment-photo-grid img {
    height: 230px;
  }
}

/* Process */
.process-section {
  padding: 86px 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  position: relative;
}

.process-grid article {
  position: relative;
  min-height: 230px;
  padding: 28px 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(173, 127, 72, 0.2);
  border-radius: 4px;
  background: linear-gradient(155deg, #fff 0%, var(--paper-2) 100%);
  box-shadow: 0 12px 32px rgba(31, 25, 18, 0.06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.process-grid article::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: transform .3s ease;
}

.process-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(173, 127, 72, 0.48);
  box-shadow: 0 20px 42px rgba(31, 25, 18, 0.12);
}

.process-grid article:hover::after {
  transform: scaleX(1);
}

.process-grid b {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(173, 127, 72, 0.35);
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  box-shadow: 0 7px 18px rgba(173, 127, 72, 0.24);
  font-size: 13px;
}

.process-grid h3 {
  margin: 22px 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 2;
}

/* Gallery */
.gallery-section {
  padding: 72px 0;
  background: var(--deep);
}

.gallery-section .section-heading {
  margin-bottom: 30px;
}

.gallery-section .section-heading h2 {
  margin: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gallery-grid figure {
  height: 260px;
  margin: 0;
  overflow: hidden;
}

.gallery-grid figure:nth-child(1) {
  grid-column: span 2;
}

.gallery-open {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.gallery-open img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-open:hover img {
  transform: scale(1.06);
}

@media (max-width: 820px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid figure:nth-child(1) {
    grid-column: 1 / -1;
  }
}

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

  .gallery-grid figure,
  .gallery-grid figure:nth-child(1) {
    grid-column: auto;
    height: 240px;
  }
}

/* Principles */
.principles-section {
  padding: 86px 0 96px;
}

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

.principles-grid article {
  position: relative;
  min-height: 245px;
  padding: 32px 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 4px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 10%, rgba(190,145,88,.2), transparent 38%),
    linear-gradient(145deg, #292722, #171715);
  box-shadow: 0 16px 38px rgba(15,14,12,.16);
  transition: transform .3s ease, border-color .3s ease;
}

.principles-grid article::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--gold);
  opacity: .75;
}

.principles-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(190,145,88,.5);
}

.principles-grid article > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(190,145,88,.45);
  border-radius: 50%;
  color: var(--gold-2);
  background: rgba(190,145,88,.09);
  font-size: 25px;
}

.principles-grid h3 {
  margin: 22px 0 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.principles-grid p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  line-height: 2;
}

@media (max-width: 1050px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid article:last-child {
    grid-column: 1 / -1;
  }

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

@media (max-width: 600px) {
  .process-section,
  .principles-section {
    padding: 64px 0;
  }

  .process-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article,
  .process-grid article:last-child {
    grid-column: auto;
    min-height: auto;
  }

  .principles-grid article {
    min-height: 220px;
  }
}

/* CTA */
.workshop-cta {
  padding: 45px 0;
  background: linear-gradient(135deg, #c79b61, #9d713e);
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.workshop-cta small {
  color: #352719;
}

.workshop-cta h2 {
  margin: 6px 0;
  font-size: 29px;
  font-weight: 500;
}

.workshop-cta p {
  margin: 0;
  color: #493725;
  font-size: 13px;
}

.primary-button {
  display: inline-flex;
  justify-content: center;
  padding: 10px 19px;
  color: var(--gold-2);
  background: var(--deep);
}

/* =====================================================
   FOOTER
===================================================== */
footer#contact {
  margin:0;
  padding:0;
  background:#071018;
  color:#ddd;
  border-top:3px solid var(--gold)
}

footer#contact .footer-grid {
  display:grid;
  grid-template-columns:320px repeat(4,1fr);
  gap:0;
  padding:35px 0 25px;
  align-items:start
}

footer#contact .footer-grid>div {
  padding:0 16px;
  margin:0;
  min-height:auto
}

footer#contact .footer-grid>div:not(:last-child) {
  border-left:1px solid rgba(255,255,255,.08)
}

.footer-brand {
  display:flex;
  align-items:flex-start;
  justify-content:center
}

.footer-logo {
  width:280px;
  max-width:100%;
  height:auto
}

footer#contact h4 {
  margin:0 0 10px;
  padding:0;
  color:var(--gold-2);
  font-size:15px
}

footer#contact a {
  display:block;
  margin:2px 0;
  color:#d8d8d8;
  font-size:12px;
  line-height:1.7
}

footer#contact p {
  margin:2px 0;
  font-size:12px;
  line-height:1.7
}

footer#contact .social {
  margin-top:8px;
  color:var(--gold-2);
  font-size:20px;
  letter-spacing:6px
}

footer#contact .copyright {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 0;
  margin:0;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:11px
}

@media(max-width:1100px) {
  footer#contact .footer-grid {
    grid-template-columns:repeat(3,1fr)
  }

  .footer-brand {
    grid-column:1/-1
  }

}

@media(max-width:768px) {
  footer#contact .footer-grid {
    grid-template-columns:repeat(2,1fr);
    padding:24px 0 16px
  }

  footer#contact .copyright {
    flex-direction:column;
    gap:4px;
    text-align:center
  }

}

@media(max-width:520px) {
  footer#contact .footer-grid {
    grid-template-columns:1fr
  }

  footer#contact .footer-grid>div {
    padding:12px 0;
    border-left:0;
    border-bottom:1px solid rgba(255,255,255,.08);
    text-align:center
  }

  footer#contact .footer-grid>div:last-child {
    border-bottom:0
  }

  .footer-brand {
    justify-content:center
  }

  .footer-logo {
    width:220px
  }

}
