:root {
  --ink: #111;
  --muted: #777;
  --paper: #f7f2f2;
  --line: #e5dddd;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

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

.bg-page {
  background: rgba(247, 242, 242, 0.94);
  backdrop-filter: blur(10px);
}

.navbar {
  padding: 34px 0;
}

.brand {
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0;
}

.nav-link {
  color: #111;
  font-weight: 700;
  font-size: 0.86rem;
}

.btn-outline-dark,
.btn-dark {
  border-radius: 4px;
  font-weight: 700;
  padding: 0.74rem 1.8rem;
}

.section-space {
  padding: 84px 0;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  margin-bottom: 18px;
}

.lead-copy {
  color: #333;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

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

.image-frame {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #ddd;
}

.image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel,
.carousel-inner,
.carousel-item {
  overflow: hidden;
}

.carousel-item img {
  object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
  width: 9%;
}

.carousel-indicators [data-bs-target] {
  width: 28px;
  height: 3px;
}

.hero-home {
  height: min(42vw, 430px);
  min-height: 280px;
}

.hero-home img {
  object-position: top center;
}

.wide-photo {
  height: clamp(270px, 45vw, 520px);
}

.about-hero {
  height: clamp(310px, 48vw, 560px);
  border-radius: 0;
}

.product-hero,
.payment-hero {
  height: clamp(270px, 39vw, 470px);
}

.workshop-photo {
  height: clamp(260px, 42vw, 500px);
}

.product-card {
  border: 0;
  background: transparent;
}

.product-card .image-frame {
  aspect-ratio: 1 / 0.9;
}

.product-card img {
  object-position: center 32%;
}

.product-card .card-body {
  padding: 16px 0 0;
}

.product-name {
  color: #777;
  font-size: 0.95rem;
}

.gallery-tall {
  height: clamp(360px, 52vw, 650px);
  border-radius: 0;
}

.cta-photo {
  position: relative;
  min-height: clamp(330px, 42vw, 560px);
  overflow: hidden;
}

.cta-photo img {
  filter: grayscale(1);
}

.cta-copy {
  position: absolute;
  left: 28px;
  bottom: 30px;
  color: #fff;
}

.partner-logo {
  height: 42px;
  object-fit: contain;
  filter: saturate(1.1);
}

.section-kicker {
  display: inline-block;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: clamp(28px, 5vw, 58px);
}

.contact-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 22px;
  background: #fbf8f8;
}

.contact-card span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-card strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.contact-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.simple-card {
  border: 0;
  border-radius: 4px;
  padding: 30px;
  min-height: 145px;
  background: #fff;
}

.avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.footer {
  border-top: 1px solid var(--line);
  margin-top: 76px;
  padding-top: 52px;
}

.footer h5,
.footer h6 {
  font-weight: 800;
}

.footer p,
.footer a {
  color: #333;
  font-size: 0.84rem;
  line-height: 1.9;
}

.social-dot {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  font-size: 0.7rem;
  margin-right: 12px;
}

.copyright {
  border-top: 1px solid var(--line);
  margin-top: 46px;
  padding: 28px 0;
  color: #333;
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 22px 0;
  }

  .section-space {
    padding: 52px 0;
  }

  .hero-home {
    height: 300px;
  }

  .cta-copy {
    left: 18px;
    right: 18px;
  }
}
