@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500;600;700;800&family=Crimson+Text:wght@400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700;800&family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap');

:root {
  --primary: hsl(292, 42%, 58%);
  --secondary: hsl(298, 40%, 75%);
  --accent: hsl(284, 54%, 63%);
  --bg-dark: #101216;
  --bg-panel: #1a1d23;
}

body{
  background-color: var(--bg-dark);
  color: #f2f2f2;
  font-family: 'Crimson Text', serif;
}
h1,h2,h3,h4,h5,h6,.navbar-brand{
  font-family: 'Work Sans', sans-serif;
}
.navbar{
  background-color: var(--bg-dark);
  border-bottom: 1px solid #2a2d33;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.navbar-brand{
  color: #f2f2f2 !important;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.navbar-brand img{
  display: block;
}
.navbar .nav-link{
  color: #e6e6e6 !important;
  font-size: 1.05rem;
  margin-left: 1rem;
  padding: 0.4rem 0.2rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus{
  color: var(--secondary) !important;
  border-bottom-color: var(--primary);
}
.navbar-toggler{
  border-color: #444 !important;
}
.navbar-toggler-icon{
  filter: invert(1);
}

footer {
  background: #101216;
  color: #e8e6ea;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-family: 'Crimson Text', serif;
  padding: 64px 0 32px;
}
footer h5, footer h6 {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
}
footer a {
  color: #cfc8d4;
  text-decoration: none;
}
footer a:hover {
  color: hsl(284, 54%, 63%);
}
footer .footer-brand {
  color: hsl(298, 40%, 75%);
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
footer .footer-divider {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 32px 0 16px;
}
footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.2);
  color: #e8e6ea;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}
footer .social-icons a:hover {
  background: hsl(292, 42%, 58%);
  border-color: hsl(292, 42%, 58%);
  color: #fff;
}
footer .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-list li {
  margin-bottom: 10px;
}
footer small {
  color: #a8a2ac;
}

#cookieNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #16181d;
  border-top: 2px solid hsl(292, 42%, 58%);
  color: #e8e6ea;
  font-family: 'Crimson Text', serif;
  padding: 18px 0;
  max-height: 60vh;
  overflow-y: auto;
}
#cookieNotice h6 {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  margin-bottom: 6px;
  font-size: 1.05rem;
}
#cookieNotice p, #cookieNotice li {
  font-size: 0.92rem;
  margin-bottom: 4px;
  color: #cfc8d4;
}
#cookieNotice ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}
#cookieNotice ul li strong {
  color: #fff;
}
.cookie-btn {
  font-family: 'Work Sans', sans-serif;
  border: none;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0;
  transition: all 0.2s ease;
  width: 100%;
}
.btn-accept-all {
  background: hsl(292, 42%, 58%);
  color: #fff;
}
.btn-accept-all:hover {
  background: hsl(284, 54%, 63%);
  color: #fff;
}
.btn-reject-optional {
  background: transparent;
  color: #fff;
  border: 1px solid hsl(298, 40%, 75%);
}
.btn-reject-optional:hover {
  background: hsl(298, 40%, 75%);
  color: #101216;
}
.cookie-manage-link {
  color: hsl(298, 40%, 75%);
  font-size: 0.85rem;
  text-decoration: underline;
}
.cookie-manage-link:hover {
  color: hsl(284, 54%, 63%);
}

#about-content {
  background: #14161b;
  color: #e8e6ea;
  font-family: 'Crimson Text', serif;
  padding: 96px 0;
}
#about-content h1, #about-content h2, #about-content h3 {
  font-family: 'Work Sans', sans-serif;
  color: #f5f2f7;
}
#about-content .eyebrow {
  color: hsl(298, 40%, 75%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.85rem;
  margin-bottom: 12px;
}
#about-content h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 24px;
  border-left: 4px solid hsl(292, 42%, 58%);
  padding-left: 20px;
}
#about-content h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 16px;
}
#about-content p {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #d4d1d8;
}
#about-content .block {
  border: 1px solid #2c2f37;
  padding: 40px;
  background: #17191f;
  margin-bottom: 48px;
}
#about-content img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #2c2f37;
}
#about-content .img-wrap {
  margin-bottom: 48px;
}
#about-content .fact-row {
  border-top: 1px solid #2c2f37;
  border-bottom: 1px solid #2c2f37;
  padding: 32px 0;
  margin: 56px 0;
}
#about-content .fact-num {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: hsl(284, 54%, 63%);
}
#about-content .fact-label {
  font-size: 0.95rem;
  color: #b8b4bd;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#about-content .cta-box {
  text-align: center;
  border: 1px solid hsl(292, 42%, 58%);
  padding: 56px 24px;
  margin-top: 56px;
}
#about-content .cta-box h2 {
  margin-bottom: 16px;
}
#about-content .cta-box p {
  margin-bottom: 28px;
}
#about-content .btn-cta {
  background: hsl(292, 42%, 58%);
  color: #ffffff;
  border: none;
  padding: 14px 40px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
}
#about-content .btn-cta:hover {
  background: hsl(284, 54%, 63%);
  color: #101216;
}
#about-content a {
  color: hsl(298, 40%, 75%);
}
@media (max-width: 767px) {
  #about-content .block { padding: 24px; }
  #about-content h1 { font-size: 2rem; }
}



  .thankyou-section {
    font-family: 'Crimson Text', serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, hsl(298, 40%, 96%) 0%, hsl(292, 42%, 95%) 100%);
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 3rem 2rem;
    max-width: 640px;
    width: 100%;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(150, 60, 170, 0.15);
    border: 1px solid hsl(298, 40%, 90%);
  }

  .thankyou-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, hsl(292, 42%, 58%) 0%, hsl(284, 54%, 63%) 100%);
    box-shadow: 0 0.5rem 1.5rem rgba(150, 60, 170, 0.35);
    animation: popIn 0.5s ease-out;
  }

  @keyframes popIn {
    0% { transform: scale(0); opacity: 0; }
    70% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1; }
  }

  .thankyou-icon-wrapper svg {
    width: 52px;
    height: 52px;
    stroke: #ffffff;
  }

  .thankyou-heading {
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: hsl(292, 42%, 30%);
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .thankyou-text {
    font-size: 1.2rem;
    color: #4a4453;
    line-height: 1.7;
    margin-bottom: 0.75rem;
  }

  .thankyou-note {
    background: hsl(298, 40%, 97%);
    border: 1px solid hsl(298, 40%, 88%);
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    font-size: 1.05rem;
    color: hsl(292, 42%, 35%);
    margin: 1.5rem 0;
  }

  .thankyou-note i {
    color: hsl(292, 42%, 58%);
    margin-right: 0.5rem;
  }

  .btn-thankyou {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    background: linear-gradient(135deg, hsl(292, 42%, 58%) 0%, hsl(284, 54%, 63%) 100%);
    border: none;
    color: #ffffff;
    padding: 0.75rem 2.25rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 0.4rem 1rem rgba(150, 60, 170, 0.3);
  }

  .btn-thankyou:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.6rem 1.5rem rgba(150, 60, 170, 0.4);
    color: #ffffff;
  }

  .thankyou-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, hsl(292, 42%, 58%) 0%, hsl(284, 54%, 63%) 100%);
    border-radius: 2px;
    margin: 1.5rem auto;
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2rem 1.25rem;
    }
    .thankyou-heading {
      font-size: 1.6rem;
    }
    .thankyou-text, .thankyou-note {
      font-size: 1rem;
    }
    .thankyou-icon-wrapper {
      width: 80px;
      height: 80px;
    }
    .thankyou-icon-wrapper svg {
      width: 42px;
      height: 42px;
    }
  }

#contact-content {
  background-color: #14161b;
  color: #e8e6ea;
  font-family: 'Crimson Text', serif;
  padding: 96px 0;
}
#contact-content h1, #contact-content h2, #contact-content h3 {
  font-family: 'Work Sans', sans-serif;
  color: #f5f3f6;
}
#contact-content .lead-text {
  font-size: 1.2rem;
  color: #c9c5cf;
  max-width: 700px;
}
#contact-content .panel {
  background-color: #1a1d23;
  border: 1px solid rgba(230, 190, 235, 0.15);
  padding: 40px;
  height: 100%;
}
#contact-content .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact-content .info-list li {
  border-bottom: 1px solid rgba(230, 190, 235, 0.12);
  padding: 18px 0;
}
#contact-content .info-list li:last-child {
  border-bottom: none;
}
#contact-content .info-label {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: hsl(298, 40%, 75%);
  display: block;
  margin-bottom: 6px;
}
#contact-content a {
  color: hsl(292, 42%, 68%);
  text-decoration: none;
}
#contact-content a:hover {
  color: hsl(284, 54%, 73%);
  text-decoration: underline;
}
#contact-content .map-line {
  font-size: 0.98rem;
  color: #b9b5c0;
  margin-top: 8px;
}
#contact-content .form-label {
  font-family: 'Work Sans', sans-serif;
  color: #e8e6ea;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
#contact-content .form-control {
  background-color: #101216;
  border: 1px solid rgba(230, 190, 235, 0.2);
  color: #f0eef2;
  border-radius: 0;
  padding: 12px 14px;
  font-family: 'Crimson Text', serif;
  font-size: 1.05rem;
}
#contact-content .form-control:focus {
  background-color: #101216;
  color: #f0eef2;
  border-color: hsl(292, 42%, 58%);
  box-shadow: 0 0 0 3px rgba(184, 104, 199, 0.2);
}
#contact-content textarea.form-control {
  min-height: 140px;
}
#contact-content .btn-submit {
  background-color: hsl(292, 42%, 58%);
  color: #101216;
  border: none;
  border-radius: 0;
  padding: 14px 36px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.9rem;
}
#contact-content .btn-submit:hover {
  background-color: hsl(284, 54%, 63%);
  color: #101216;
}
#contact-content .hours-block {
  font-size: 1rem;
  color: #d7d3dc;
  line-height: 1.7;
}
#contact-content .divider-line {
  width: 60px;
  height: 2px;
  background-color: hsl(292, 42%, 58%);
  margin: 22px 0 34px;
}
#contact-content .cta-strip {
  border: 1px solid rgba(230, 190, 235, 0.2);
  padding: 40px;
  text-align: center;
  margin-top: 64px;
}
#contact-content .cta-strip a.btn-outline-cta {
  border: 1px solid hsl(298, 40%, 75%);
  color: #f5f3f6;
  padding: 12px 32px;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 18px;
}
#contact-content .cta-strip a.btn-outline-cta:hover {
  background-color: hsl(298, 40%, 75%);
  color: #101216;
  text-decoration: none;
}
@media (max-width: 767px) {
  #contact-content { padding: 64px 0; }
  #contact-content .panel { padding: 28px; }
}



.hero-section {
  min-height: 100vh;
  background: #101216;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.hero-eyebrow {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: hsl(298, 40%, 75%);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-heading {
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.hero-subheading {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: hsl(292, 42%, 68%);
  margin-bottom: 1.5rem;
}

.hero-description {
  font-family: 'Crimson Text', serif;
  font-size: 1.25rem;
  color: #d5d5d8;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 540px;
}

.btn-hero {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #101216;
  background-color: hsl(292, 42%, 58%);
  border: 2px solid hsl(292, 42%, 58%);
  border-radius: 0;
  padding: 0.9rem 2.2rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-hero:hover {
  background-color: transparent;
  color: hsl(298, 40%, 75%);
  border-color: hsl(298, 40%, 75%);
}

.hero-img-wrap {
  border: 1px solid rgba(255,255,255,0.15);
  padding: 0;
  overflow: hidden;
}

.hero-img-wrap img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.hero-stats-line {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9rem;
  color: #9a9ca3;
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero-stats-line span strong {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .hero-img-wrap {
    margin-top: 2rem;
  }
}

#story .about-section {
  background-color: #14161a;
  color: #e8e6ea;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
#story .about-section h2, #story .about-section h3 {
  font-family: 'Work Sans', sans-serif;
  color: #f5f3f6;
}
#story .about-section .eyebrow {
  font-family: 'Work Sans', sans-serif;
  color: hsl(298, 40%, 75%);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.85rem;
}
#story .about-section .divider {
  width: 60px;
  height: 2px;
  background-color: hsl(292, 42%, 58%);
  margin: 20px 0 32px;
}
#story .about-section p {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #d3d1d6;
}
#story .about-section img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #34363c;
}
#story .about-panel {
  background-color: #1a1d23;
  border: 1px solid #2c2e35;
  padding: 32px;
  height: 100%;
}
#story .about-panel h4 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(284, 54%, 63%);
  font-size: 1.1rem;
  margin-bottom: 12px;
}
#story .about-panel p {
  font-size: 1.05rem;
  margin-bottom: 0;
}
#story .stat-block {
  border-left: 2px solid hsl(292, 42%, 58%);
  padding-left: 16px;
}
#story .stat-block .num {
  font-family: 'Work Sans', sans-serif;
  font-size: 2rem;
  color: #f5f3f6;
  display: block;
}
#story .stat-block .label {
  font-size: 0.95rem;
  color: #a9a6ae;
}

#portfolio {
  background: #101216;
  padding: 96px 0;
  border-top: 1px solid #2a2d34;
}
#portfolio h2 {
  font-family: 'Work Sans', sans-serif;
  color: #f5f5f5;
  font-weight: 700;
}
#portfolio .lead-text {
  font-family: 'Crimson Text', serif;
  color: #c9c9cf;
  font-size: 1.15rem;
  max-width: 720px;
}
#portfolio .portfolio-card {
  background: #16181d;
  border: 1px solid #2a2d34;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.2s ease;
}
#portfolio .portfolio-card:hover {
  border-color: hsl(292, 42%, 58%);
}
#portfolio .portfolio-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #1a1d23;
}
#portfolio .portfolio-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#portfolio .portfolio-body {
  padding: 24px;
}
#portfolio .portfolio-body h3 {
  font-family: 'Work Sans', sans-serif;
  color: #f5f5f5;
  font-size: 1.15rem;
  margin-bottom: 10px;
}
#portfolio .portfolio-body p {
  font-family: 'Crimson Text', serif;
  color: #b7b7c0;
  font-size: 1rem;
  margin-bottom: 16px;
}
#portfolio .badge-category {
  background: transparent;
  border: 1px solid hsl(298, 40%, 75%);
  color: hsl(298, 40%, 75%);
  font-family: 'Work Sans', sans-serif;
  font-size: 0.75rem;
  padding: 5px 12px;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
}
#portfolio .btn-details {
  border: 1px solid hsl(292, 42%, 58%);
  color: #f5f5f5;
  background: transparent;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 0;
  width: 100%;
}
#portfolio .btn-details:hover {
  background: hsl(292, 42%, 58%);
  color: #101216;
}
#portfolio .modal-content {
  background: #16181d;
  border: 1px solid #2a2d34;
  border-radius: 0;
  color: #e6e6e6;
}
#portfolio .modal-header {
  border-bottom: 1px solid #2a2d34;
}
#portfolio .modal-title {
  font-family: 'Work Sans', sans-serif;
  color: #f5f5f5;
}
#portfolio .modal-body p {
  font-family: 'Crimson Text', serif;
  font-size: 1.05rem;
  color: #c9c9cf;
}
#portfolio .modal-footer {
  border-top: 1px solid #2a2d34;
}
#portfolio .btn-close {
  filter: invert(1);
}
#portfolio .modal-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 20px;
}
#portfolio .modal-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#results {
  background: #101216;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
#results h2 {
  font-family: 'Work Sans', sans-serif;
  color: #f5f5f5;
  font-weight: 700;
  letter-spacing: -0.5px;
}
#results .lead-sub {
  color: hsl(298, 40%, 85%);
  font-size: 1.15rem;
  max-width: 640px;
}
#results .stat-card {
  background: #16181d;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 0;
  padding: 36px 24px;
  height: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
#results .stat-card:hover {
  border-color: hsl(292, 42%, 58%);
  transform: translateY(-4px);
}
#results .stat-icon {
  font-size: 2rem;
  color: hsl(284, 54%, 63%);
  margin-bottom: 16px;
  display: block;
}
#results .stat-number {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #f8f9fa;
  line-height: 1;
  display: inline-block;
  animation: countUpFade 0.9s ease-out;
}
@keyframes countUpFade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
#results .stat-label {
  font-family: 'Work Sans', sans-serif;
  color: hsl(298, 40%, 75%);
  font-size: 0.95rem;
  margin-top: 10px;
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
#results .stat-context {
  color: #b8b9bd;
  font-size: 0.92rem;
  margin: 0;
}
#results .divider-line {
  width: 48px;
  height: 3px;
  background: hsl(292, 42%, 58%);
  margin: 20px 0 40px;
}

#feedback {
  background: #101216;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
#feedback h2, #feedback h3 {
  font-family: 'Work Sans', sans-serif;
}
#feedback .section-tag {
  color: hsl(284, 54%, 63%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 600;
}
#feedback .section-title {
  color: #f5f5f5;
  font-weight: 700;
  font-size: 2.5rem;
}
#feedback .section-lead {
  color: #c9c9cf;
  font-size: 1.15rem;
  max-width: 640px;
}
#feedback .review-card {
  background: #16181d;
  border: 1px solid #2b2e35;
  border-radius: 0;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#feedback .review-card.tall {
  padding: 40px;
}
#feedback .review-card.compact {
  padding: 24px;
}
#feedback .stars {
  color: hsl(298, 40%, 75%);
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
#feedback .review-text {
  color: #d8d8dd;
  font-size: 1.1rem;
  line-height: 1.6;
  flex-grow: 1;
}
#feedback .review-text.short-text {
  font-size: 1.25rem;
  font-style: italic;
}
#feedback .reviewer-block {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  border-top: 1px solid #2b2e35;
  padding-top: 18px;
}
#feedback .reviewer-initial {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background: hsl(292, 42%, 58%);
  color: #101216;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feedback .reviewer-name {
  color: #f5f5f5;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 2px;
}
#feedback .reviewer-loc {
  color: #9a9ca3;
  font-size: 0.9rem;
}
#feedback .badge-outcome {
  display: inline-block;
  border: 1px solid hsl(284, 54%, 63%);
  color: hsl(284, 54%, 63%);
  font-family: 'Work Sans', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 10px;
  margin-bottom: 16px;
}
#feedback .stats-strip {
  border-top: 1px solid #2b2e35;
  margin-top: 64px;
  padding-top: 40px;
}
#feedback .stats-strip .stat-num {
  font-family: 'Work Sans', sans-serif;
  color: #f5f5f5;
  font-weight: 700;
  font-size: 2.1rem;
}
#feedback .stats-strip .stat-label {
  color: #9a9ca3;
  font-size: 0.95rem;
}

#contacts {
  background-color: #14161c;
  color: #f0f0f0;
  padding: 96px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
#contacts h2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.5px;
}
#contacts p, #contacts label, #contacts .form-text {
  font-family: 'Crimson Text', serif;
  font-size: 1.15rem;
  color: #d8d8d8;
}
#contacts .subtext {
  color: hsl(298, 40%, 75%);
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 2px;
}
#contacts .panel {
  background-color: #1a1d23;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 0;
  padding: 40px;
  height: 100%;
}
#contacts .form-control {
  background-color: #101216;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0;
  color: #f0f0f0;
  font-family: 'Crimson Text', serif;
  font-size: 1.05rem;
  padding: 12px 16px;
}
#contacts .form-control:focus {
  background-color: #101216;
  border-color: hsl(292, 42%, 58%);
  box-shadow: 0 0 0 0.2rem hsla(292, 42%, 58%, 0.25);
  color: #ffffff;
}
#contacts .form-control::placeholder {
  color: #888;
}
#contacts .btn-submit {
  background-color: hsl(292, 42%, 58%);
  border: 1px solid hsl(292, 42%, 58%);
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#contacts .btn-submit:hover {
  background-color: transparent;
  color: hsl(298, 40%, 75%);
  border-color: hsl(298, 40%, 75%);
}
#contacts .info-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
}
#contacts .info-item:last-child {
  border-bottom: none;
}
#contacts .info-label {
  font-family: 'Work Sans', sans-serif;
  color: hsl(284, 54%, 63%);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  display: block;
}
#contacts a {
  color: #f0f0f0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
#contacts a:hover {
  color: hsl(298, 40%, 75%);
  border-bottom-color: hsl(298, 40%, 75%);
}
#contacts .map-link {
  color: hsl(292, 42%, 58%);
  font-size: 0.95rem;
  font-family: 'Crimson Text', serif;
  font-style: italic;
}
@media (max-width: 767px) {
  #contacts {
    padding: 64px 0;
  }
  #contacts .panel {
    padding: 28px;
    margin-bottom: 24px;
  }
}

#disclaimer {
  background-color: #14161b;
  padding: 96px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
#disclaimer h2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: #f5f0f7;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
#disclaimer .icon-wrap {
  width: 56px;
  height: 56px;
  border: 1px solid hsl(292, 42%, 58%);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(298, 40%, 75%);
  font-size: 1.6rem;
  flex-shrink: 0;
}
#disclaimer .disclaimer-panel {
  background-color: #1a1d23;
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 3px solid hsl(292, 42%, 58%);
  padding: 40px;
}
#disclaimer p {
  font-family: 'Crimson Text', serif;
  color: #d8d5dd;
  font-size: 1.15rem;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  #disclaimer .disclaimer-panel {
    padding: 24px;
  }
}

#portfolio-content {
  background: #14161a;
  color: #e8e6ea;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
#portfolio-content h1,
#portfolio-content h2,
#portfolio-content h3,
#portfolio-content h4 {
  font-family: 'Work Sans', sans-serif;
}
#portfolio-content .intro-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: #f5f2f7;
  margin-bottom: 24px;
}
#portfolio-content .intro-text {
  font-size: 1.15rem;
  color: #cfcad4;
  max-width: 760px;
}
#portfolio-content .divider-line {
  width: 60px;
  height: 3px;
  background: hsl(292, 42%, 58%);
  margin-bottom: 32px;
}
#portfolio-content .steps-panel {
  border: 1px solid #33363d;
  padding: 40px;
  margin-top: 56px;
  margin-bottom: 56px;
  background: #17191e;
}
#portfolio-content .steps-panel h3 {
  color: #f5f2f7;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
#portfolio-content .step-item {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #2a2c33;
}
#portfolio-content .step-item:last-child {
  border-bottom: none;
}
#portfolio-content .step-number {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: hsl(284, 54%, 63%);
  min-width: 42px;
}
#portfolio-content .step-body h5 {
  font-size: 1.15rem;
  color: #f0eef2;
  margin-bottom: 4px;
}
#portfolio-content .step-body p {
  color: #b9b4c0;
  margin-bottom: 0;
  font-size: 1.02rem;
}
#portfolio-content .project-card {
  background: #17191e;
  border: 1px solid #33363d;
  border-radius: 0;
  height: 100%;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
#portfolio-content .project-card:hover {
  border-color: hsl(292, 42%, 58%);
}
#portfolio-content .project-img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #1e2026;
}
#portfolio-content .project-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#portfolio-content .badge-category {
  background: hsl(298, 40%, 75%);
  color: #1a1220;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
#portfolio-content .project-body {
  padding: 22px;
}
#portfolio-content .project-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #f5f2f7;
  margin-bottom: 10px;
}
#portfolio-content .project-desc {
  font-size: 1.02rem;
  color: #bdb8c4;
  margin-bottom: 18px;
}
#portfolio-content .btn-outline-detail {
  border: 1px solid hsl(292, 42%, 58%);
  color: hsl(292, 42%, 58%);
  background: transparent;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 0;
  transition: all 0.2s ease;
}
#portfolio-content .btn-outline-detail:hover {
  background: hsl(292, 42%, 58%);
  color: #14161a;
}
#portfolio-content .modal-content {
  background: #1a1d23;
  border: 1px solid #3a3d45;
  border-radius: 0;
  color: #e8e6ea;
}
#portfolio-content .modal-header {
  border-bottom: 1px solid #3a3d45;
}
#portfolio-content .modal-footer {
  border-top: 1px solid #3a3d45;
}
#portfolio-content .modal-title {
  font-family: 'Work Sans', sans-serif;
  color: #f5f2f7;
}
#portfolio-content .btn-close {
  filter: invert(1);
}
#portfolio-content .modal-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 20px;
}
#portfolio-content .modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#portfolio-content .cta-block {
  margin-top: 72px;
  padding: 56px 40px;
  border: 1px solid hsl(284, 54%, 63%);
  text-align: center;
  background: #17191e;
}
#portfolio-content .cta-block h3 {
  color: #f5f2f7;
  font-size: 1.9rem;
  margin-bottom: 16px;
}
#portfolio-content .cta-block p {
  color: #c7c1cf;
  font-size: 1.1rem;
  margin-bottom: 28px;
}
#portfolio-content .btn-cta {
  background: hsl(292, 42%, 58%);
  color: #14161a;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  padding: 14px 38px;
  border-radius: 0;
  border: none;
  font-size: 1.05rem;
  text-decoration: none;
  display: inline-block;
}
#portfolio-content .btn-cta:hover {
  background: hsl(284, 54%, 63%);
  color: #14161a;
}
#portfolio-content .stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
  margin-bottom: 56px;
  border-top: 1px solid #2a2c33;
  border-bottom: 1px solid #2a2c33;
  padding: 28px 0;
}
#portfolio-content .stat-item {
  min-width: 140px;
}
#portfolio-content .stat-number {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: hsl(292, 42%, 58%);
}
#portfolio-content .stat-label {
  font-size: 0.95rem;
  color: #a9a4b1;
}
