@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --acro-navy: #561b18;
  --acro-blue: #b7332c;
  --acro-cyan: #d55f59;
  --acro-gold: #e4b588;
  --acro-cream: #f6f8fc;
  --acro-white: #ffffff;
  --acro-ink: #352423;
  --acro-muted: #7f6765;
  --acro-border: rgba(183, 51, 44, 0.12);
  --shadow-soft: 0 20px 60px rgba(97, 32, 29, 0.14);
  --shadow-deep: 0 24px 80px rgba(62, 18, 16, 0.3);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--acro-ink);
  background:
    radial-gradient(circle at top left, rgba(183, 51, 44, 0.12), transparent 30%),
    linear-gradient(180deg, #fff9f8 0%, #f4eceb 100%);
}

h1, h2, h3, h4, .navbar-brand strong {
  font-family: "Sora", sans-serif;
}

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

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

.navbar {
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(83, 29, 27, 0.08);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
}

.navbar-brand img {
  display: block;
  width: auto;
  height: 78px;
}

.footer-logo img {
  display: block;
  width: auto;
  height: 58px;
}

.navbar-toggler {
  border-color: rgba(183, 51, 44, 0.2);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(21%) sepia(29%) saturate(3243%) hue-rotate(337deg) brightness(91%) contrast(97%);
}

.nav-link {
  color: rgba(86, 27, 24, 0.76);
  font-weight: 600;
  padding: 0.8rem 1rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--acro-blue);
}

.nav-cta {
  margin-left: 0.6rem;
  border: 1px solid rgba(183, 51, 44, 0.18);
  border-radius: 999px;
  background: rgba(183, 51, 44, 0.06);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 6.75rem;
  background:
    linear-gradient(115deg, rgba(86, 27, 24, 0.92), rgba(183, 51, 44, 0.8)),
    url("https://images.pexels.com/photos/257736/pexels-photo-257736.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover no-repeat;
  color: var(--acro-white);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(228, 181, 136, 0.22), transparent 22%),
    radial-gradient(circle at 80% 30%, rgba(213, 95, 89, 0.22), transparent 24%);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--acro-gold);
  font-weight: 800;
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-section h1 {
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.02;
  max-width: 13ch;
}

.hero-copy {
  max-width: 640px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.84);
  margin: 1.6rem 0 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.btn {
  border-radius: 999px;
  padding: 0.9rem 1.6rem;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(135deg, var(--acro-blue), #cf514a);
  border-color: transparent;
  color: var(--acro-white);
  box-shadow: 0 12px 30px rgba(183, 51, 44, 0.28);
}

.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, #c8443d, #d96b64);
  color: var(--acro-white);
}

.btn-outline-light:hover {
  color: var(--acro-navy);
}

.hero-metrics {
  margin-top: 1rem;
  max-width: 680px;
}

.metric-card,
.glass-card,
.info-card,
.service-card,
.mini-card,
.editorial-card,
.detail-panel,
.reason-card,
.testimonial-card,
.contact-form-wrap,
.contact-panel,
.timeline-card,
.about-card {
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.metric-card {
  height: 100%;
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.metric-card strong {
  display: block;
  font-size: 1.7rem;
  font-family: "Sora", sans-serif;
}

.metric-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.glass-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.panel-badge {
  display: inline-flex;
  padding: 0.45rem 0.85rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffd7c3;
  font-size: 0.82rem;
  font-weight: 700;
}

.glass-card h2,
.section-heading h2,
.cta-panel h2,
.contact-panel h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.feature-list,
.check-list {
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.8rem;
}

.feature-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--acro-blue), var(--acro-cyan));
  box-shadow: 0 0 0 4px rgba(183, 51, 44, 0.12);
}

.logo-strip {
  position: relative;
  z-index: 2;
  margin-top: -40px;
}

.logo-strip .container {
  background: var(--acro-white);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 1.2rem 1.5rem;
}

.logo-strip span {
  display: inline-block;
  color: var(--acro-blue);
  font-weight: 800;
}

.section-block {
  padding: 6rem 0;
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(228, 181, 136, 0.15), transparent 24%),
    linear-gradient(180deg, #6b211d 0%, #b7332c 100%);
  color: var(--acro-white);
}

.section-muted {
  background: linear-gradient(180deg, rgba(255, 248, 247, 0.75), rgba(245, 235, 234, 0.96));
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading p {
  color: var(--acro-muted);
  font-size: 1.03rem;
}

.section-dark .section-heading p,
.section-dark .service-card p,
.section-dark .testimonial-card span,
.section-dark .testimonial-card p {
  color: rgba(255, 255, 255, 0.76);
}

.narrow {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.text-accent {
  color: var(--acro-cyan);
}

.info-card,
.service-card,
.mini-card,
.detail-panel,
.reason-card,
.testimonial-card,
.contact-form-wrap,
.contact-panel,
.timeline-card,
.about-card {
  height: 100%;
  padding: 1.8rem;
  background: var(--acro-white);
  border: 1px solid var(--acro-border);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.about-card-image {
  grid-column: span 2;
  padding: 0;
  overflow: hidden;
  min-height: 320px;
}

.about-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stat-highlight {
  background: linear-gradient(135deg, var(--acro-blue), #d65f58);
  color: var(--acro-white);
  border: none;
}

.stat-highlight p {
  color: rgba(255, 255, 255, 0.78);
}

.service-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.icon-wrap {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(228, 181, 136, 0.22), rgba(213, 95, 89, 0.22));
}

.icon-wrap svg {
  width: 30px;
  height: 30px;
  fill: #ffd6c4;
}

.service-card h3,
.mini-card h3,
.editorial-card h3,
.reason-card h3,
.timeline-card h3,
.detail-panel h3,
.about-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.specialty-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.specialty-chip {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(183, 51, 44, 0.08);
  color: var(--acro-blue);
  font-weight: 700;
}

.image-stack {
  position: relative;
  padding-bottom: 3rem;
}

.image-main {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--shadow-deep);
}

.floating-card {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(103, 29, 25, 0.92);
  color: var(--acro-white);
  box-shadow: var(--shadow-soft);
}

.mini-card,
.editorial-card,
.detail-panel,
.reason-card,
.timeline-card,
.contact-form-wrap,
.contact-panel {
  background: rgba(255, 255, 255, 0.9);
}

.detail-panel-accent,
.cta-panel {
  background: linear-gradient(135deg, var(--acro-blue), #d55f59);
  color: var(--acro-white);
  border: none;
}

.detail-panel-accent p,
.cta-panel .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

.editorial-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 252, 0.95));
}

.editorial-card p {
  color: var(--acro-ink);
}

.timeline-card span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #efc2aa, #f6d8c8);
  color: var(--acro-blue);
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.ups-section {
  background:
    radial-gradient(circle at left top, rgba(228, 181, 136, 0.13), transparent 26%),
    radial-gradient(circle at right center, rgba(213, 95, 89, 0.13), transparent 22%),
    linear-gradient(180deg, #71221e 0%, #b7332c 100%);
}

.ups-hero-card {
  position: relative;
}

.ups-hero-card img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--shadow-deep);
}

.ups-badge-panel {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 320px;
  padding: 1.3rem;
  border-radius: 24px;
  background: rgba(103, 29, 25, 0.92);
  color: var(--acro-white);
  box-shadow: var(--shadow-soft);
}

.ups-card {
  height: 100%;
  padding: 1.7rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.ups-card h3 {
  font-size: 1.18rem;
  margin-bottom: 0.8rem;
}

.ups-card p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.ups-detail-panel {
  background: rgba(255, 255, 255, 0.95);
}

.ups-reason-card {
  background: rgba(255, 255, 255, 0.92);
}

.ups-detail-panel,
.ups-reason-card {
  color: var(--acro-ink);
}

.ups-detail-panel h3,
.ups-reason-card h3 {
  color: var(--acro-navy);
}

.ups-detail-panel p,
.ups-reason-card p,
.ups-detail-panel li,
.ups-reason-card li {
  color: var(--acro-ink);
}

.testimonial-card strong {
  display: block;
  margin-top: 1.4rem;
  font-family: "Sora", sans-serif;
}

.testimonial-card span {
  display: block;
  margin-top: 0.25rem;
}

.cta-section {
  padding-top: 1rem;
}

.cta-panel {
  padding: 2.5rem;
  border-radius: 32px;
  box-shadow: var(--shadow-deep);
}

.contact-section {
  padding-top: 3rem;
}

.contact-panel,
.contact-form-wrap {
  padding: 2rem;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.contact-list a {
  color: var(--acro-blue);
  font-weight: 800;
}

.form-label {
  font-weight: 700;
  color: var(--acro-blue);
}

.form-control,
.form-select {
  min-height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(16, 61, 116, 0.12);
  padding: 0.9rem 1rem;
}

textarea.form-control {
  min-height: 150px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(34, 193, 214, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(34, 193, 214, 0.16);
}

.site-footer {
  padding: 1.6rem 0 2rem;
  color: var(--acro-muted);
  background: var(--acro-white);
  border-top: 1px solid rgba(183, 51, 44, 0.1);
}

.site-footer a {
  color: var(--acro-blue);
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  .timeline-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 34px rgba(83, 29, 27, 0.1);
  }

  .nav-cta {
    margin-left: 0;
    margin-top: 0.6rem;
  }

  .hero-section {
    padding-top: 7.5rem;
  }

  .logo-strip {
    margin-top: -24px;
  }

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

  .image-main {
    min-height: 420px;
  }

  .ups-hero-card img {
    min-height: 420px;
  }
}

@media (max-width: 767.98px) {
  .section-block {
    padding: 4.5rem 0;
  }

  .hero-section h1 {
    max-width: 100%;
  }

  .about-grid,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .about-card-image {
    grid-column: span 1;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .floating-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
  }

  .ups-badge-panel {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 1rem;
  }

  .cta-panel,
  .contact-panel,
  .contact-form-wrap,
  .glass-card {
    padding: 1.6rem;
  }
}
