/* Reset & tokens — Cloaks Sri Lanka / Amaa Fashion */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.site-body {
  margin: 0;
  padding-top: 84px;
  font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  background-color: #f5f6f8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #002147;
}

a:hover {
  color: #c82333;
}

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", system-ui, sans-serif;
  margin-top: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap {
  width: min(1140px, 92vw);
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title span.accent-red {
  color: #c82333;
}

.section-title span.accent-navy {
  color: #002147;
}

.inner-hero {
  text-align: center;
  padding: 2.5rem 0 2rem;
}

.inner-hero__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin: 0 0 0.35rem;
  color: #4a4a4a;
  text-transform: uppercase;
}

.inner-hero__crumbs {
  margin: 0;
  font-size: 0.9rem;
  color: #8b919b;
}

.inner-hero__crumbs a {
  color: #8b919b;
  text-decoration: none;
}

.inner-hero__crumbs a:hover {
  color: #002147;
}

@media (max-width: 768px) {
  body.site-body {
    /* Fixed header only (top bar hidden in header.css) */
    padding-top: 72px;
  }
}