/*
Theme Name: Sahyadri Rock Adventures
Theme URI: https://sahyadrirockadventures.in/
Author: OpenAI
Description: Custom trekking and adventure theme for Sahyadri Rock Adventures.
Version: 1.0.0
Text Domain: sahyadri-adventures
*/

:root {
  --sra-bg: #fffaf5;
  --sra-surface: #ffffff;
  --sra-surface-strong: #fff3e8;
  --sra-text: #191919;
  --sra-text-muted: #6a645d;
  --sra-accent: #f58220;
  --sra-accent-strong: #ff6a00;
  --sra-border: rgba(25, 25, 25, 0.08);
  --sra-shadow: 0 24px 60px rgba(236, 121, 16, 0.12);
  --sra-radius: 14px;
  --sra-content: 1280px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--sra-text);
  background: transparent;
}

body.has-header-modal {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 252, 248, 0.92);
  border-bottom: 1px solid rgba(25, 25, 25, 0.06);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 24px rgba(236, 121, 16, 0.08);
}

.header-wrap {
  width: 100%;
  max-width: calc(var(--sra-content) + 48px);
  margin: 0 auto;
  padding: 0 32px;
}

.header-topbar {
  border-bottom: 1px solid rgba(25, 25, 25, 0.06);
  background: #fff;
}

.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar-group {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.topbar-group a,
.topbar-group span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1f1f1f !important;
  font-size: 0.74rem;
  font-weight: 300;
  padding: 0 10px;
  line-height: 1;
}

.topbar-group a:visited,
.topbar-group a:hover,
.topbar-group a:focus {
  color: #1f1f1f !important;
}

.topbar-group i {
  color: var(--sra-accent-strong);
  font-size: 0.95rem;
}

.topbar-social i {
  color: inherit !important;
}

.topbar-group > a + a,
.topbar-group > a + span,
.topbar-group > span + a,
.topbar-group > span + span {
  position: relative;
}

.topbar-group > a + a::before,
.topbar-group > a + span::before,
.topbar-group > span + a::before,
.topbar-group > span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background: rgba(25, 25, 25, 0.12);
  transform: translateY(-50%);
}

.topbar-social a {
  color: #2f2a25;
}

.topbar-social a[aria-label] {
  width: auto;
  height: auto;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  color: var(--sra-accent);
  border: 0;
  padding: 0 8px;
  font-size: 1.55rem;
  line-height: 1;
}

.topbar-social a[aria-label="Instagram"]::before,
.topbar-social a[aria-label="Facebook"]::before {
  display: none;
}

.topbar-social a[aria-label="Instagram"] {
  color: #e4405f !important;
}

.topbar-social a[aria-label="Facebook"] {
  color: #1877f2 !important;
}

.topbar-social a[aria-label="Instagram"]:hover,
.topbar-social a[aria-label="Instagram"]:focus,
.topbar-social a[aria-label="Instagram"]:visited {
  color: #e4405f !important;
}

.topbar-social a[aria-label="Facebook"]:hover,
.topbar-social a[aria-label="Facebook"]:focus,
.topbar-social a[aria-label="Facebook"]:visited {
  color: #1877f2 !important;
}

.header-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  background:
    radial-gradient(circle at top right, rgba(245, 130, 32, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  box-shadow: none;
  border-bottom: 1px solid rgba(25, 25, 25, 0.06);
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  min-width: 0;
  margin-right: 0;
  justify-self: start;
}

.brand-mark {
  width: 82px;
  flex: 0 0 auto;
}

.header-nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
  margin-left: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  justify-self: end;
}

.search-form {
  display: flex;
  align-items: center;
  width: 240px;
  height: 42px;
  border: 1px solid rgba(25, 25, 25, 0.12);
  background: #ffffff;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: none;
}

.search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 42px;
  color: #2f2a25;
  font-size: 1rem;
  flex: 0 0 auto;
}

.search-form input[type="search"] {
  width: 100%;
  border: 0;
  background: transparent;
  color: #14181c;
  padding: 0 12px 0 0;
  outline: 0;
  font-size: 0.76rem;
}

.search-form input[type="search"]::placeholder {
  color: rgba(15, 23, 30, 0.5);
}

.header-link,
.header-cta,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 0 14px;
  white-space: nowrap;
  font-size: 0.76rem;
  flex: 0 0 auto;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  font-weight: 700;
}

.header-link {
  background: #ffffff;
  color: var(--sra-accent-strong);
  gap: 8px;
  border-color: rgba(245, 130, 32, 0.7);
  min-width: 150px;
}

.header-cta {
  background: linear-gradient(180deg, #ff7c16 0%, #f05f00 100%);
  color: #fff;
  border-color: transparent;
  text-transform: none;
  padding: 0 14px;
  gap: 6px;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(240, 95, 0, 0.22);
  min-width: 108px;
}

.menu-toggle {
  display: none;
  background: #ffffff;
  color: #121417;
  cursor: pointer;
  gap: 8px;
  border-color: rgba(15, 23, 30, 0.08);
}

.header-nav {
  min-width: 0;
}

.primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex-wrap: nowrap;
}

.menu-item {
  position: relative;
}

.menu-trigger,
.menu-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: #1a1d21;
  font-weight: 600;
  text-transform: none;
  font-size: 0.8rem;
  letter-spacing: 0;
  position: relative;
  transition: color 0.2s ease;
}

.menu-trigger {
  background: transparent;
}

.menu-item + .menu-item {
  position: relative;
}

.menu-item + .menu-item::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  width: 1px;
  height: 18px;
  background: rgba(25, 25, 25, 0.1);
  transform: translateY(-50%);
}

.menu-link:hover,
.menu-trigger:hover,
.menu-link:focus,
.menu-trigger:focus {
  color: var(--sra-accent-strong);
  background: rgba(245, 130, 32, 0.08);
}

.menu-link.is-highlight {
  padding: 0 14px;
  background: linear-gradient(90deg, #ff8a2a 0%, #f26b00 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(242, 107, 0, 0.18);
}

.menu-link.is-highlight .menu-icon {
  color: #fff;
}

.menu-link.is-highlight:hover,
.menu-link.is-highlight:focus {
  color: #fff;
  background: linear-gradient(90deg, #ff7f12 0%, #e86300 100%);
}

.menu-link.is-highlight::after {
  content: "New";
  position: absolute;
  right: -10px;
  top: -8px;
  min-width: 28px;
  height: 16px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f2318;
  color: #fff;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #1f1f1f;
}

.menu-caret {
  display: none;
}

.submenu-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 300px;
  max-width: min(82vw, 340px);
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 20px 44px rgba(28, 22, 18, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.submenu-panel::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 24px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  transform: rotate(45deg);
}

.menu-item:hover .submenu-panel,
.menu-item:focus-within .submenu-panel,
.menu-item.is-open .submenu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 4px;
}

.submenu-list a {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fffdfb 0%, #fff8f2 100%);
  border: 1px solid rgba(245, 130, 32, 0.08);
  color: #1d1d1f;
  line-height: 1.35;
  font-size: 0.74rem;
  font-weight: 500;
}

.submenu-list a:hover,
.submenu-list a:focus {
  border-color: rgba(245, 130, 32, 0.28);
  background: linear-gradient(180deg, #fff6ee 0%, #fff0e2 100%);
  color: #17120f;
  outline: none;
}

.header-link:hover,
.menu-toggle:hover {
  border-color: rgba(245, 130, 32, 0.72);
  background: rgba(245, 130, 32, 0.1);
  color: var(--sra-accent-strong);
}

.topbar-social a:hover,
.topbar-social a:focus {
  background: transparent;
  border-color: transparent;
}

.topbar-social a:not([aria-label]):hover,
.topbar-social a:not([aria-label]):focus {
  color: #1f1f1f !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header-cta:hover {
  background: linear-gradient(180deg, #ff8830 0%, #f26d14 100%);
  transform: translateY(-1px);
}

.header-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 80;
}

.header-modal.is-open {
  display: block;
}

.header-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 12, 0.62);
  backdrop-filter: blur(4px);
}

.header-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100vw - 32px));
  margin: 84px auto 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
  padding: 28px;
}

.header-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #f3f3f4;
  color: #16181b;
  cursor: pointer;
}

.header-modal__eyebrow {
  margin: 0 0 10px;
  color: var(--sra-accent);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.header-modal__intro h2 {
  margin: 0 0 8px;
  color: #111;
  font-size: 2rem;
}

.header-modal__intro p {
  margin: 0;
  color: #5f646a;
  line-height: 1.6;
}

.header-modal__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.header-modal__form label {
  display: grid;
  gap: 8px;
  color: #14171a;
  font-weight: 700;
  font-size: 0.9rem;
}

.header-modal__form input,
.header-modal__form select,
.header-modal__form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 30, 0.12);
  border-radius: 10px;
  background: #fbfbfc;
  padding: 13px 14px;
  color: #14171a;
}

.header-modal__full {
  grid-column: 1 / -1;
}

.header-modal__submit {
  grid-column: 1 / -1;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--sra-accent);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.hero-section {
  max-width: calc(var(--sra-content) + 48px);
  margin: 0 auto;
  padding: 48px 24px 90px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: center;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.06;
  color: #1e1813;
}

.hero-copy p {
  margin: 0 0 28px;
  max-width: 640px;
  color: var(--sra-text-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-panel {
  background: linear-gradient(180deg, #fffefc 0%, #fff7ef 100%);
  border: 1px solid rgba(245, 130, 32, 0.12);
  border-radius: var(--sra-radius);
  padding: 24px;
  box-shadow: var(--sra-shadow);
}

.hero-panel h2 {
  margin: 0 0 16px;
  font-size: 1.15rem;
  color: #221d18;
}

.season-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.season-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
}

.season-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.season-name {
  font-weight: 700;
  color: #1e1813;
}

.season-meta {
  color: var(--sra-accent-strong);
}

.site-footer {
  margin-top: 36px;
  position: relative;
  border-top: 1px solid rgba(255, 196, 135, 0.18);
  background:
    linear-gradient(180deg, rgba(4, 12, 17, 0.82), rgba(6, 16, 22, 0.88)),
    url('/wp-content/uploads/2026/06/BG-Footer.webp') center/cover no-repeat;
  color: #edf2f4;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 179, 92, 0.06), transparent 16%),
    linear-gradient(180deg, rgba(6, 16, 22, 0.26), rgba(6, 16, 22, 0.38));
  pointer-events: none;
}

.footer-wrap {
  max-width: calc(var(--sra-content) + 48px);
  margin: 0 auto;
  padding: 26px 24px 18px;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.9fr;
  gap: 0;
  align-items: start;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand,
.footer-column {
  min-width: 0;
}

.footer-column h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  position: relative;
  padding-bottom: 12px;
}

.footer-column h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 124, 22, 1), rgba(255, 124, 22, 0.25));
}

.footer-column {
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column:last-child {
  border-right: 0;
}

.footer-column a {
  display: block;
  position: relative;
  padding: 0 0 14px 16px;
  color: rgba(240, 244, 246, 0.9);
  font-size: 0.88rem;
  line-height: 1.45;
}

.footer-column a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 124, 22, 0.88);
  box-shadow: none;
}

.footer-column a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.footer-brandband {
  display: grid;
  grid-template-columns: 0.78fr 1fr 0.78fr;
  gap: 24px;
  align-items: center;
  padding: 26px 0 18px;
}

.footer-logo {
  width: 128px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}

.footer-brandcenter {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
}

.footer-brandband p {
  margin: 0;
  color: rgba(238, 244, 246, 0.9);
  font-size: 0.9rem;
}

.footer-mapcard,
.footer-newsletter {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}

.footer-mapcard h3,
.footer-newsletter h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 0.92rem;
}

.footer-mapcard p,
.footer-newsletter p {
  margin: 0 0 14px;
  color: rgba(238, 244, 246, 0.84);
  font-size: 0.8rem;
  line-height: 1.6;
}

.footer-mapembed {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-mapembed iframe {
  display: block;
  width: 100%;
  height: 180px;
}

.footer-social {
  display: flex;
  gap: 14px;
  margin-top: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #ffffff;
  color: #102730;
  font-size: 1rem;
}

.footer-social a[aria-label="Instagram"] {
  color: #e4405f;
}

.footer-social a[aria-label="Facebook"] {
  color: #1877f2;
}

.footer-newsletter-form {
  display: grid;
  gap: 8px;
}

.footer-newsletter-form input {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: #161616;
  padding: 0 12px;
  font-size: 0.82rem;
}

.footer-newsletter-form button {
  min-height: 38px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff7c16 0%, #f05f00 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.82rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: rgba(230, 238, 240, 0.82);
  font-size: 0.82rem;
}

.footer-bottom-copy {
  display: grid;
  gap: 6px;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
}

.footer-bottom-links p {
  margin: 0;
  color: rgba(230, 238, 240, 0.82);
  font-size: 0.82rem;
}

.contact-page {
  overflow: visible;
  background: transparent;
}

.contact-hero,
.contact-content,
.contact-cta,
.contact-faq {
  max-width: calc(var(--sra-content) + 48px);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-hero {
  width: 100vw;
  max-width: none;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 0;
  margin-bottom: 30px;
}

.contact-hero__banner {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
}

.contact-hero__banner::after {
  display: none;
}

.contact-hero__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-hero__content {
  display: none;
}

.contact-hero__eyebrow {
  display: none;
}

.contact-hero__content h1 {
  display: none;
}

.contact-hero__lead {
  display: none;
}

.contact-hero__highlights {
  display: none;
}

.contact-highlight {
  display: none;
}

.contact-highlight__icon {
  display: none;
}

.contact-highlight h2 {
  display: none;
}

.contact-highlight p {
  display: none;
}

.contact-content {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: 22px;
  padding-top: 0;
  padding-bottom: 30px;
}

.contact-sidebar {
  position: relative;
  padding: 40px 24px 36px 56px;
  background: url("/wp-content/uploads/2026/06/Get-in-Touch.webp") center/contain no-repeat;
  color: #f4efe8;
  overflow: visible;
  box-shadow: none;
}

.contact-sidebar::after {
  display: none;
}

.contact-sidebar__eyebrow {
  margin: 0 0 8px;
  color: var(--sra-accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-sidebar h2 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 2.5vw, 2.45rem);
  line-height: 0.98;
  color: #ffffff;
}

.contact-sidebar h2 span {
  display: block;
  color: var(--sra-accent);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 1.1em;
  font-weight: 400;
  text-transform: none;
}

.contact-sidebar__intro {
  margin: 0 0 18px;
  color: rgba(243, 237, 231, 0.8);
  font-size: 0.92rem;
  line-height: 1.5;
}

.contact-sidebar__list {
  display: grid;
  gap: 14px;
}

.contact-detail {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.contact-detail__icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 130, 32, 0.55);
  color: var(--sra-accent);
  font-size: 0.96rem;
}

.contact-detail h3 {
  margin: 2px 0 4px;
  color: #ffffff;
  font-size: 0.92rem;
}

.contact-detail p,
.contact-detail a {
  margin: 0 0 2px;
  color: rgba(245, 239, 233, 0.9);
  font-size: 0.88rem;
  line-height: 1.4;
}

.contact-detail__phones {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.contact-detail__phones span {
  color: rgba(245, 239, 233, 0.8);
}

.contact-sidebar__social {
  margin-top: 18px;
}

.contact-sidebar__social > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--sra-accent);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.contact-sidebar__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-sidebar__social-links a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
}

.contact-sidebar__social-links a[aria-label="Instagram"] {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af 88%, #515bd4);
}

.contact-sidebar__social-links a[aria-label="Facebook"] {
  background: #1877f2;
}

.contact-sidebar__social-links a[aria-label="YouTube"] {
  background: #ff0000;
}

.contact-sidebar__social-links a[aria-label="WhatsApp"] {
  background: #25d366;
}

.contact-formcard {
  position: relative;
  padding: 24px 24px 20px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 248, 0.94));
  border: 1px solid rgba(245, 130, 32, 0.1);
  box-shadow: 0 18px 42px rgba(83, 50, 20, 0.06);
  overflow: hidden;
}

.contact-formcard::after {
  content: "";
  position: absolute;
  inset: auto -80px -90px auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(245, 130, 32, 0.12), transparent 68%);
  pointer-events: none;
}

.contact-formcard__head {
  margin-bottom: 14px;
}

.contact-formcard__eyebrow {
  margin: 0 0 8px;
  color: var(--sra-accent);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-formcard__head h2 {
  margin: 0;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: #1a1817;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  text-transform: uppercase;
}

.contact-formcard__head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7c16, #f05f00);
}

.contact-formcard__intro {
  margin: 10px 0 0;
  max-width: 560px;
  color: #6a6057;
  font-size: 0.88rem;
  line-height: 1.45;
}

.contact-formcard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.contact-formcard__tags span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(245, 130, 32, 0.08);
  border: 1px solid rgba(245, 130, 32, 0.12);
  color: #5d554f;
  font-size: 0.76rem;
  font-weight: 700;
}

.contact-formcard__tags i {
  color: var(--sra-accent);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.contact-form label {
  position: relative;
  display: block;
}

.contact-form label i {
  position: absolute;
  left: 15px;
  top: 16px;
  color: rgba(70, 63, 57, 0.66);
  font-size: 0.88rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(30, 24, 20, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  color: #171413;
  padding: 13px 14px 13px 42px;
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  font-size: 0.9rem;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
  padding: 14px;
}

.contact-form select {
  appearance: none;
  cursor: pointer;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(245, 130, 32, 0.45);
  box-shadow: 0 0 0 4px rgba(245, 130, 32, 0.09);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select {
  color: #8a8178;
}

.contact-form__message {
  grid-column: 1 / -1;
}

.contact-form__submit {
  grid-column: 1 / -1;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #ff7c16 0%, #f05f00 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(240, 95, 0, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(240, 95, 0, 0.2);
}

.contact-formcard__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
  margin-top: 12px;
}

.contact-formcard__privacy {
  margin: 0;
  color: #7f746a;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-formcard__response {
  margin: 0;
  color: #7f746a;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-cta {
  width: 100vw;
  max-width: none;
  margin: 0 0 20px calc(50% - 50vw);
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.contact-cta::before {
  display: none;
}

.contact-cta img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-faq {
  position: relative;
  padding-top: 6px;
  padding-bottom: 18px;
}

.contact-faq__head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px 14px;
  align-items: center;
  margin-bottom: 14px;
}

.contact-faq__head p {
  grid-column: 1 / -1;
  margin: 0;
  color: #9f9489;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 700;
}

.contact-faq__head h2 {
  margin: 0;
  color: #1a1817;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  grid-column: 2;
  text-align: center;
}

.contact-faq__head a {
  color: var(--sra-accent-strong);
  font-weight: 700;
  font-size: 0.8rem;
  grid-column: 3;
  justify-self: end;
}

.contact-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.contact-faq details {
  border: 1px solid rgba(25, 25, 25, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  overflow: hidden;
}

.contact-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 13px 16px;
  color: #181614;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.35;
  position: relative;
}

.contact-faq summary::-webkit-details-marker {
  display: none;
}

.contact-faq summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sra-accent-strong);
  font-size: 1.05rem;
  line-height: 1;
}

.contact-faq details[open] summary::after {
  content: "-";
}

.contact-faq details p {
  margin: 0;
  padding: 0 16px 13px;
  color: #6d635a;
  font-size: 0.84rem;
  line-height: 1.55;
}

.policy-page {
  padding: 16px 0 24px;
}

.policy-hero,
.policy-summary,
.policy-content {
  max-width: calc(var(--sra-content) + 48px);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.policy-hero__wrap {
  padding: 20px 22px;
  border-radius: 20px;
  background:
    radial-gradient(circle at right top, rgba(245, 130, 32, 0.14), transparent 26%),
    linear-gradient(180deg, #fffdfb 0%, #fff8f2 100%);
  border: 1px solid rgba(245, 130, 32, 0.12);
}

.policy-hero__eyebrow {
  margin: 0 0 8px;
  color: var(--sra-accent);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.policy-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #171412;
  font-size: clamp(1.6rem, 2.5vw, 2.55rem);
  line-height: 1.03;
}

.policy-hero__lead {
  margin: 10px 0 0;
  max-width: 620px;
  color: #6c6259;
  font-size: 0.9rem;
  line-height: 1.5;
}

.policy-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.policy-hero__chips button {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(245, 130, 32, 0.14);
  background: rgba(255, 255, 255, 0.7);
  color: #473f38;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.policy-hero__chips button.is-active {
  background: linear-gradient(90deg, #ff7c16 0%, #f05f00 100%);
  border-color: transparent;
  color: #fff;
}

.policy-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.policy-summary article {
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(25, 25, 25, 0.08);
}

.policy-summary i {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--sra-accent);
  font-size: 1rem;
}

.policy-summary h2 {
  margin: 0 0 6px;
  color: #191613;
  font-size: 0.96rem;
}

.policy-summary p {
  margin: 0;
  color: #6d635a;
  font-size: 0.84rem;
  line-height: 1.45;
}

.policy-content {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 16px;
}

.policy-nav {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(25, 25, 25, 0.08);
}

.policy-nav span {
  color: #8a7f74;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.policy-nav button {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  background: rgba(245, 130, 32, 0.05);
  border: 1px solid transparent;
  color: #2b2521;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.policy-nav button.is-active {
  background: rgba(245, 130, 32, 0.12);
  border-color: rgba(245, 130, 32, 0.18);
  color: #16120f;
}

.policy-sections {
  display: grid;
  gap: 14px;
}

.policy-card {
  display: none;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(25, 25, 25, 0.08);
  box-shadow: 0 10px 24px rgba(52, 38, 24, 0.04);
}

.policy-card.is-active {
  display: block;
}

.policy-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.policy-card__head i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 130, 32, 0.1);
  color: var(--sra-accent);
  font-size: 0.86rem;
  flex: 0 0 auto;
}

.policy-card__head h2 {
  margin: 0;
  color: #1b1714;
  font-size: 1.08rem;
}

.policy-card p {
  margin: 0 0 10px;
  color: #111111;
  font-size: 0.88rem;
  line-height: 1.58;
}

.policy-card p:last-child {
  margin-bottom: 0;
}

.policy-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.policy-list > div {
  padding: 12px;
  border-radius: 12px;
  background: rgba(245, 130, 32, 0.05);
  border: 1px solid rgba(245, 130, 32, 0.09);
}

.policy-list h3 {
  margin: 0 0 8px;
  color: #121212;
  font-size: 0.9rem;
}

.policy-list ul {
  margin: 0;
  padding-left: 18px;
}

.policy-list li {
  margin: 0 0 6px;
  color: #111111;
  font-size: 0.84rem;
  line-height: 1.45;
}

.policy-list li:last-child {
  margin-bottom: 0;
}

.policy-table {
  margin: 12px 0;
  overflow-x: auto;
  border: 1px solid rgba(25, 25, 25, 0.08);
  border-radius: 12px;
}

.policy-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.policy-table th,
.policy-table td {
  padding: 10px 11px;
  text-align: left;
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
  color: #111111;
  font-size: 0.82rem;
  line-height: 1.4;
  vertical-align: top;
}

.policy-table th {
  background: #fff7f0;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.policy-table tr:last-child td {
  border-bottom: 0;
}

.about-page {
  padding: 0;
}

.about-intro,
.about-values,
.about-grid,
.about-cta {
  max-width: calc(var(--sra-content) + 48px);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.about-hero {
  width: 100vw;
  max-width: none;
  margin: 0 0 0 calc(50% - 50vw);
}

.about-hero__banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about-hero__banner::before {
  display: none;
}

.about-hero__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.about-highlights {
  position: relative;
  z-index: 2;
  max-width: calc(var(--sra-content) + 96px);
  margin: -6px auto 0;
  padding: 0 24px 10px;
}

.about-highlights__wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
}

.about-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 14px 22px 12px;
  text-align: center;
  border-right: 1px solid rgba(28, 23, 18, 0.08);
}

.about-highlight:last-child {
  border-right: 0;
}

.about-highlight__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-highlight__icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #b96d2d;
  font-size: 2.1rem;
  line-height: 1;
}

.about-highlight__body h3 {
  margin: 12px 0 8px;
  color: #2a2521;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
}

.about-highlight__body p {
  margin: 0;
  color: #4b433c;
  font-size: 0.85rem;
  line-height: 1.42;
}

.about-story {
  margin: 8px 0 0;
  padding: 46px 0 52px;
  background-image: url('/wp-content/uploads/2026/06/about-below-bg-e1781773569177.webp');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-story__wrap {
  max-width: calc(var(--sra-content) + 96px);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 338px 316px minmax(360px, 0.96fr);
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.about-story__content {
  max-width: 338px;
}

.about-story__eyebrow {
  margin: 0 0 10px;
  color: var(--sra-accent);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-story h2 {
  margin: 0;
  color: #26221d;
  font-size: clamp(1.56rem, 2.2vw, 2.28rem);
  line-height: 1.02;
}

.about-story h2 span {
  display: block;
}

.about-story h2 em {
  color: var(--sra-accent);
  font-style: italic;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-weight: 400;
}

.about-story__lead {
  margin: 12px 0 0;
  color: #463f38;
  font-size: 0.84rem;
  line-height: 1.52;
}

.about-story__cta {
  margin-top: 14px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #586042;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 14px 24px rgba(58, 69, 36, 0.18);
}

.about-story__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 18px;
  background: rgba(92, 97, 70, 0.95);
  box-shadow: 0 18px 44px rgba(52, 48, 33, 0.18);
}

.about-story__stats article {
  min-height: 110px;
  padding: 16px 14px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.about-story__stats article:nth-child(2n) {
  border-right: 0;
}

.about-story__stats article:nth-last-child(-n+2) {
  border-bottom: 0;
}

.about-story__stats i {
  margin-bottom: 8px;
  font-size: 1.28rem;
  color: #fff;
}

.about-story__stats strong {
  font-size: 1.42rem;
  line-height: 1;
}

.about-story__stats span {
  margin-top: 4px;
  font-size: 0.76rem;
  line-height: 1.28;
}

.about-story__gallery {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  grid-template-rows: 188px 188px;
  gap: 14px;
}

.about-story__image {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 4px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(60, 50, 30, 0.14);
}

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

.about-story__image--tall {
  grid-row: 1 / span 2;
}

.about-story__image--top {
  grid-column: 2;
  grid-row: 1;
}

.about-story__image--bottom {
  grid-column: 2;
  grid-row: 2;
}

.about-team,
.about-reviews {
  max-width: calc(var(--sra-content) + 96px);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.about-team {
  padding-top: 40px;
  padding-bottom: 18px;
}

.about-team__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.about-team__intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-team__eyebrow,
.about-reviews__eyebrow {
  margin: 0 0 10px;
  color: var(--sra-accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.about-team__intro h2,
.about-reviews__header h2 {
  margin: 0;
  color: #231f1b;
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  line-height: 1.08;
}

.about-team__intro p:last-child {
  margin: 14px 0 0;
  color: #4b433c;
  font-size: 0.92rem;
  line-height: 1.62;
}

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

.about-member {
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(35, 31, 27, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fffaf4);
  box-shadow: 0 14px 32px rgba(65, 44, 18, 0.06);
}

.about-member__image {
  margin: 0;
  aspect-ratio: 1.1 / 0.9;
  overflow: hidden;
  background: #eee4d9;
}

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

.about-member__meta {
  padding: 18px 18px 16px;
}

.about-member__meta h3 {
  margin: 0 0 6px;
  color: #231f1b;
  font-size: 1.06rem;
  line-height: 1.2;
}

.about-member__role {
  margin: 0;
  color: #8c5522;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-member__meta p:last-child {
  margin: 12px 0 0;
  color: #4b433c;
  font-size: 0.86rem;
  line-height: 1.56;
}

.about-reviews {
  padding-top: 20px;
  padding-bottom: 46px;
}

.about-reviews__wrap {
  padding: 26px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fbf8f2, #fff);
  border: 1px solid rgba(35, 31, 27, 0.08);
}

.about-reviews__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.about-reviews__controls {
  display: flex;
  gap: 10px;
}

.about-reviews__control {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(35, 31, 27, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2b241d;
}

.about-reviews__slider {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.about-reviews__track {
  display: flex;
  gap: 18px;
  transition: transform 320ms ease;
  will-change: transform;
}

.about-review {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 286px;
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(92, 97, 70, 0.98), rgba(74, 79, 54, 0.98));
  color: #fff;
  box-shadow: 0 18px 44px rgba(57, 60, 40, 0.18);
}

.about-review__stars {
  display: flex;
  gap: 6px;
  color: #ffbf45;
  font-size: 0.9rem;
}

.about-review__quote {
  margin: 14px 0 0;
  font-size: 0.96rem;
  line-height: 1.72;
}

.about-review__author {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-review__author strong {
  font-size: 0.95rem;
  line-height: 1.2;
}

.about-review__author span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
}

.about-reviews__dots {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.about-reviews__dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(35, 31, 27, 0.16);
}

.about-reviews__dots button.is-active {
  width: 30px;
  border-radius: 999px;
  background: var(--sra-accent);
}

.about-hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: min(100%, 680px);
  padding: 0 0 0 4.8vw;
  transform: translateY(-50%);
}

.about-hero__eyebrow,
.about-section__eyebrow {
  margin: 0 0 12px;
  color: var(--sra-accent);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.about-hero h1 {
  margin: 0;
  max-width: 660px;
  color: #fff;
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  line-height: 0.94;
  letter-spacing: 0.01em;
}

.about-hero__rotator {
  position: relative;
  display: inline-block;
  min-width: 3.9ch;
  margin: 0 0.08em;
  color: var(--sra-accent);
  vertical-align: baseline;
}

.about-hero__rotator span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(24%);
  animation: sraAboutRotate 10s infinite;
  white-space: nowrap;
}

.about-hero__rotator span:nth-child(1) {
  position: relative;
  animation-delay: 0s;
}

.about-hero__rotator span:nth-child(2) {
  animation-delay: 2.5s;
}

.about-hero__rotator span:nth-child(3) {
  animation-delay: 5s;
}

.about-hero__rotator span:nth-child(4) {
  animation-delay: 7.5s;
}

.about-hero__lead {
  margin: 0;
  max-width: 540px;
  color: #2a2521;
  font-size: 0.92rem;
  line-height: 1.58;
}

.about-hero__panel {
  margin-top: 18px;
  max-width: 580px;
  padding: 20px 20px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 249, 243, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 46px rgba(45, 27, 10, 0.12);
}

.about-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.about-hero__meta span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(245, 130, 32, 0.08);
  border: 1px solid rgba(245, 130, 32, 0.14);
  color: #3f372f;
  font-size: 0.78rem;
  font-weight: 700;
}

.about-hero__meta strong {
  margin-right: 5px;
  color: #1a1512;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.about-hero__cta,
.about-hero__link {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 800;
}

.about-hero__cta {
  background: linear-gradient(90deg, #ff7c16 0%, #f05f00 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(240, 95, 0, 0.22);
}

.about-hero__link {
  border: 1px solid rgba(25, 25, 25, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: #1b1714;
}

.about-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(25, 25, 25, 0.08);
}

.about-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4b433c;
  font-size: 0.74rem;
  font-weight: 700;
}

.about-hero__trust i {
  color: var(--sra-accent);
}

@keyframes sraAboutRotate {
  0%,
  16% {
    opacity: 0;
    transform: translateY(24%);
  }

  20%,
  44% {
    opacity: 1;
    transform: translateY(0);
  }

  48%,
  100% {
    opacity: 0;
    transform: translateY(-20%);
  }
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 20px;
  align-items: start;
}

.about-intro__main h2,
.about-card h2,
.about-cta h2 {
  margin: 0 0 12px;
  color: #181411;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.08;
}

.about-intro__main p,
.about-card p {
  margin: 0 0 12px;
  color: #222;
  font-size: 0.96rem;
  line-height: 1.7;
}

.about-intro__main p:last-child {
  margin-bottom: 0;
}

.about-intro__stats {
  display: grid;
  gap: 12px;
}

.about-intro__stats article {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(25, 25, 25, 0.08);
}

.about-intro__stats strong {
  display: block;
  color: #171311;
  font-size: 2rem;
}

.about-intro__stats span {
  display: block;
  margin-top: 5px;
  color: #6c6259;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.about-values article,
.about-card {
  padding: 20px 20px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(25, 25, 25, 0.08);
}

.about-values i {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--sra-accent);
  font-size: 1.3rem;
}

.about-values h3 {
  margin: 0 0 8px;
  color: #191512;
  font-size: 1.05rem;
}

.about-values p {
  margin: 0;
  color: #222;
  font-size: 0.92rem;
  line-height: 1.6;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.about-list {
  margin: 0;
  padding-left: 18px;
}

.about-list li {
  margin: 0 0 10px;
  color: #222;
  font-size: 0.94rem;
  line-height: 1.6;
}

.about-list li:last-child {
  margin-bottom: 0;
}

.about-cta {
  margin-top: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(25, 25, 25, 0.08);
}

.about-cta a {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #ff7c16 0%, #f05f00 100%);
  color: #fff;
  font-weight: 800;
}

@media (max-width: 1080px) {
  .topbar-inner,
  .header-main {
    grid-template-columns: 1fr;
  }

  .header-main {
    display: grid;
    gap: 14px;
    min-height: auto;
    padding: 12px 14px;
    border-radius: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .search-form {
    width: 100%;
    height: 56px;
  }

  .topbar-inner {
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: center;
    text-align: center;
  }

  .topbar-group {
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-actions {
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    justify-self: stretch;
  }

  .header-nav {
    padding-left: 0;
    order: 3;
    width: 100%;
  }

  .header-actions {
    order: 2;
  }

  .primary-menu {
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .menu-item + .menu-item::before {
    display: none;
  }

  .submenu-panel {
    min-width: 0;
    width: min(92vw, 420px);
  }

  .hero-section {
    grid-template-columns: 1fr;
  }

  .contact-hero__banner {
    min-height: 0;
    padding: 0;
  }

  .contact-hero__highlights,
  .contact-content,
  .contact-cta,
  .contact-faq__grid,
  .policy-summary,
  .policy-content,
  .policy-list,
  .about-intro,
  .about-values,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero__content {
    width: min(100%, 500px);
    padding-top: 5vw;
    padding-left: 2.6vw;
  }

  .contact-hero__highlights {
    gap: 10px;
    bottom: 1vw;
  }

  .contact-highlight {
    padding: 11px 12px;
  }

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

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

  .footer-brandband {
    grid-template-columns: 1fr;
  }

  .policy-nav {
    position: static;
  }

  .about-hero__content {
    width: min(100%, 560px);
    padding-left: 3vw;
  }

  .about-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-flex;
  }

  .header-main {
    min-height: auto;
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand-block {
    justify-content: space-between;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .header-nav {
    display: none;
    width: 100%;
    order: 4;
  }

  .site-header.is-menu-open .header-nav {
    display: block;
  }

  .search-form {
    flex: 1 1 100%;
    width: 100%;
  }

  .primary-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .menu-trigger,
  .menu-link {
    width: 100%;
    justify-content: space-between;
    border-radius: 14px;
    background: #fff7f0;
    padding: 0 16px;
  }

  .submenu-panel {
    position: static;
    width: 100%;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .menu-item.is-open .submenu-panel {
    display: block;
  }

  .menu-link.is-highlight::after {
    display: none;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  .contact-hero__banner {
    border-radius: 0;
  }

  .contact-hero__content {
    width: min(100%, 420px);
    padding-top: 5vw;
    padding-left: 3.2vw;
  }

  .contact-hero__eyebrow {
    margin-bottom: 8px;
    font-size: clamp(1.15rem, 2.4vw, 1.9rem);
  }

  .contact-hero__content h1 {
    font-size: clamp(2rem, 5.6vw, 3.5rem);
  }

  .contact-hero__lead {
    margin-top: 8px;
    max-width: 330px;
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .contact-hero__highlights {
    left: 3.2vw;
    right: 3.2vw;
    bottom: 0.8vw;
    gap: 8px;
  }

  .contact-highlight {
    gap: 10px;
    padding: 10px 12px;
  }

  .contact-highlight__icon {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  .contact-highlight h2 {
    font-size: 0.84rem;
  }

  .contact-highlight p {
    font-size: 0.74rem;
  }

  .contact-cta__intro {
    padding-left: 0;
  }

  .contact-cta__stats article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .contact-cta__stats article:nth-child(-n+2) {
    border-top: 0;
  }

  .about-hero {
    margin-bottom: 18px;
  }

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

  .about-highlight {
    min-height: 0;
    padding: 14px 18px 12px;
    border-bottom: 1px solid rgba(28, 23, 18, 0.08);
  }

  .about-highlight:nth-child(2n) {
    border-right: 0;
  }

  .about-highlight:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .about-highlight__icon i {
    width: auto;
    height: auto;
    font-size: 1.85rem;
  }

  .about-story__wrap {
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

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

  .about-story__content {
    max-width: 560px;
  }

  .about-story__stats {
    max-width: 520px;
  }

  .about-story__gallery {
    max-width: 760px;
  }

  .about-review {
    flex-basis: calc((100% - 18px) / 2);
    min-height: 230px;
  }

  .about-hero__content {
    width: min(100%, 460px);
    padding-left: 3.4vw;
  }

  .about-hero__eyebrow,
  .about-section__eyebrow {
    font-size: 0.74rem;
  }

  .about-hero h1 {
    max-width: 400px;
    font-size: 1.8rem;
  }

  .about-hero__lead {
    max-width: 320px;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .about-hero__panel {
    max-width: 500px;
    padding: 16px 16px 14px;
  }

  .about-hero__meta {
    gap: 8px;
    margin-top: 12px;
  }

  .about-hero__meta span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .about-hero__actions {
    margin-top: 14px;
    gap: 10px;
  }

  .about-hero__cta,
  .about-hero__link {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .about-hero__trust {
    margin-top: 14px;
    gap: 10px 14px;
  }

  .about-hero__trust span {
    font-size: 0.76rem;
  }
}

@media (max-width: 680px) {
  .header-wrap {
    padding: 0 16px;
  }

  .brand-mark {
    width: 56px;
  }

  .topbar-group a,
  .topbar-group span {
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .topbar-social a[aria-label] {
    padding: 0 10px;
    font-size: 1.5rem;
  }


  .header-actions {
    flex-wrap: wrap;
  }

  .search-form,
  .header-link,
  .header-cta,
  .menu-toggle {
    width: 100%;
  }

  .header-modal__dialog {
    margin-top: 40px;
    padding: 22px;
  }

  .header-modal__form {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding: 48px 16px 72px;
  }

  .contact-hero,
  .contact-content,
  .contact-cta,
  .contact-faq {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-hero__banner {
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

  .contact-hero__content {
    position: static;
    width: auto;
    padding: 18px 16px 0;
    background: linear-gradient(180deg, rgba(255, 251, 246, 0.96), rgba(255, 248, 241, 0.92));
  }

  .contact-hero__eyebrow {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }

  .contact-hero__content h1 {
    font-size: 2.7rem;
    line-height: 0.92;
  }

  .contact-hero__lead {
    margin-top: 10px;
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .contact-hero__highlights {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 12px 16px 16px;
    background: linear-gradient(180deg, rgba(255, 248, 241, 0.92), rgba(255, 248, 241, 0.98));
  }

  .contact-highlight {
    padding: 14px;
  }

  .contact-sidebar,
  .contact-formcard {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .policy-hero,
  .policy-summary,
  .policy-content,
  .about-intro,
  .about-values,
  .about-grid,
  .about-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .policy-hero__wrap,
  .policy-card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .policy-hero__chips,
  .policy-nav {
    gap: 8px;
  }

  .policy-hero__chips button,
  .policy-nav button {
    font-size: 0.82rem;
  }

  .policy-hero h1 {
    font-size: 1.7rem;
  }

  .policy-hero__lead,
  .policy-card p {
    font-size: 0.9rem;
  }

  .about-hero__content {
    position: static;
    width: auto;
    padding: 16px 16px;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.78), rgba(15, 15, 15, 0.58));
    transform: none;
    text-shadow: none;
  }

  .about-hero__banner::before {
    display: none;
  }

  .about-highlights {
    margin-top: 0;
    padding: 0 16px 12px;
  }

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

  .about-highlight {
    min-height: auto;
    padding: 14px 14px 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(28, 23, 18, 0.08);
  }

  .about-highlight:last-child {
    border-bottom: 0;
  }

  .about-highlight:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(28, 23, 18, 0.08);
  }

  .about-highlight__icon i {
    width: auto;
    height: auto;
    font-size: 1.5rem;
  }

  .about-highlight__body h3 {
    margin: 10px 0 6px;
    font-size: 0.92rem;
  }

  .about-highlight__body p {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .about-story {
    padding: 24px 0 28px;
    background-position: 56% center;
  }

  .about-story__wrap {
    padding: 0 16px;
    gap: 18px;
  }

  .about-story h2 {
    font-size: 1.9rem;
  }

  .about-story__lead {
    margin-top: 14px;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .about-story__cta {
    min-height: 46px;
    padding: 0 20px;
    font-size: 0.88rem;
  }

  .about-story__stats {
    border-radius: 20px;
  }

  .about-story__stats article {
    min-height: 132px;
    padding: 20px 14px 18px;
  }

  .about-story__stats i {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .about-story__stats strong {
    font-size: 1.6rem;
  }

  .about-story__stats span {
    margin-top: 6px;
    font-size: 0.84rem;
  }

  .about-story__gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .about-story__image,
  .about-story__image--tall,
  .about-story__image--top,
  .about-story__image--bottom {
    grid-column: auto;
    grid-row: auto;
  }

  .about-story__image {
    border-radius: 18px;
  }

  .about-story__image--tall {
    aspect-ratio: 1.2 / 1;
  }

  .about-story__image--top,
  .about-story__image--bottom {
    aspect-ratio: 1.9 / 1;
  }

  .about-team,
  .about-reviews {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .about-reviews__wrap {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .about-reviews__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-review {
    flex-basis: 100%;
    min-height: 0;
    padding: 20px 18px;
    border-radius: 18px;
  }

  .about-review__quote {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .about-hero h1 {
    font-size: 1.55rem;
    max-width: none;
  }

  .about-hero__lead,
  .about-intro__main p,
  .about-values p,
  .about-list li {
    font-size: 0.88rem;
  }

  .about-hero__panel {
    max-width: none;
    margin-top: 14px;
    padding: 14px;
    border-radius: 18px;
  }

  .about-hero__meta {
    gap: 8px;
    margin-top: 10px;
  }

  .about-hero__meta span {
    min-height: 28px;
    padding: 0 9px;
    font-size: 0.7rem;
  }

  .about-hero__actions {
    margin-top: 12px;
  }

  .about-hero__cta,
  .about-hero__link {
    min-height: 36px;
    font-size: 0.8rem;
  }

  .about-hero__trust {
    margin-top: 12px;
    gap: 8px 12px;
  }

  .about-hero__trust span {
    font-size: 0.74rem;
  }

  .about-intro__stats article,
  .about-values article,
  .about-card {
    padding: 16px;
    border-radius: 16px;
  }

  .contact-formcard__tags {
    gap: 8px;
  }

  .contact-formcard__tags span {
    font-size: 0.78rem;
    padding: 0 12px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-formcard__foot {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .contact-cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-cta__stats {
    grid-template-columns: 1fr;
  }

  .contact-cta__stats article {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .contact-cta__stats article:first-child {
    border-top: 0;
  }

  .contact-faq__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-copy h1 {
    font-size: 2.3rem;
  }

  .footer-wrap {
    padding: 28px 16px 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    gap: 10px;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .footer-column {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-column:last-child {
    border-bottom: 0;
  }

  .footer-mapembed iframe {
    height: 220px;
  }
}
