.elementor-6 .elementor-element.elementor-element-462d8da{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-87eea79 *//* ============================================================
   HAAVEN'S STUMP REMOVAL — CUSTOM CSS
   Paste into Elementor Custom CSS for the HTML Widget
   ============================================================ */

/* ===== GOOGLE FONTS IMPORT ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Sans+3:wght@400;500;600;700&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
  --hsr-bark:      #2C1A0E;
  --hsr-mahogany:  #5C2E0A;
  --hsr-rust:      #A34B1A;
  --hsr-amber:     #D4852A;
  --hsr-gold:      #E8A93A;
  --hsr-moss:      #4A6741;
  --hsr-sage:      #7A9B6F;
  --hsr-cream:     #F7F1E8;
  --hsr-parchment: #EDE4D4;
  --hsr-white:     #FFFFFF;
  --hsr-text:      #1E1208;
  --hsr-text-mid:  #4A3728;
  --hsr-text-light:#8A7060;
  --hsr-shadow:    rgba(44, 26, 14, 0.15);
  --hsr-shadow-lg: rgba(44, 26, 14, 0.25);
  --hsr-radius:    12px;
  --hsr-radius-lg: 20px;
  --hsr-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --hsr-font-display: 'Playfair Display', Georgia, serif;
  --hsr-font-body:    'Source Sans 3', 'Helvetica Neue', sans-serif;
  --hsr-max-width: 1200px;
  --hsr-section-pad: clamp(60px, 8vw, 100px);
}

/* ===== RESET & BASE ===== */
.hsr-header, .hsr-hero, .hsr-trust-bar,
.hsr-section, .hsr-footer, .hsr-footer-bottom,
.hsr-contact-section, .hsr-faq-section, .hsr-areas,
.hsr-gallery-section, .hsr-about, .hsr-services {
  box-sizing: border-box;
  font-family: var(--hsr-font-body);
  color: var(--hsr-text);
  -webkit-font-smoothing: antialiased;
}

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

/* ===== GLOBAL SVG ICON BASE ===== */
/* All inline <svg> elements used as icons inherit this */
.hsr-header svg,
.hsr-hero svg,
.hsr-trust-bar svg,
.hsr-section svg,
.hsr-footer svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* ===== UTILITY ===== */
.hsr-container {
  max-width: var(--hsr-max-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}

.hsr-accent { color: var(--hsr-amber); }

.hsr-section-label {
  font-family: var(--hsr-font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--hsr-amber);
  margin-bottom: 12px;
}

.hsr-section-h2 {
  font-family: var(--hsr-font-display);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.15;
  color: var(--hsr-bark);
  margin: 0 0 20px;
}

.hsr-section-intro {
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--hsr-text-mid);
  line-height: 1.75;
  max-width: 640px;
  margin: 0 0 48px;
}

/* ===== BUTTONS ===== */
.hsr-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-family: var(--hsr-font-body);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: var(--hsr-transition);
  white-space: nowrap;
}
.hsr-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.hsr-btn-primary {
  background: linear-gradient(135deg, var(--hsr-rust), var(--hsr-mahogany));
  color: var(--hsr-white);
  box-shadow: 0 4px 18px rgba(163, 75, 26, 0.4);
}
.hsr-btn-primary:hover {
  background: linear-gradient(135deg, var(--hsr-amber), var(--hsr-rust));
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(163, 75, 26, 0.5);
}

.hsr-btn-secondary {
  background: rgba(255,255,255,0.12);
  color: var(--hsr-white);
  border: 2px solid rgba(255,255,255,0.6);
  backdrop-filter: blur(8px);
}
.hsr-btn-secondary:hover {
  background: rgba(255,255,255,0.22);
  border-color: var(--hsr-white);
  transform: translateY(-2px);
}

.hsr-btn-full { width: 100%; justify-content: center; }

/* ===== ANIMATIONS ===== */
.hsr-fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: hsrFadeUp 0.8s ease forwards;
}
.hsr-delay-1 { animation-delay: 0.2s; }
.hsr-delay-2 { animation-delay: 0.4s; }
.hsr-delay-3 { animation-delay: 0.6s; }

@keyframes hsrFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

.hsr-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.hsr-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== STICKY HEADER ===== */
.hsr-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(44, 26, 14, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 133, 42, 0.2);
  transition: background var(--hsr-transition), box-shadow var(--hsr-transition);
}
.hsr-header.scrolled {
  background: rgba(44, 26, 14, 0.98);
  box-shadow: 0 4px 24px var(--hsr-shadow-lg);
}

.hsr-header-inner {
  max-width: var(--hsr-max-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  height: 72px;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Logo */
.hsr-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.hsr-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--hsr-rust), var(--hsr-mahogany));
  border-radius: 8px;
  flex-shrink: 0;
}
.hsr-logo-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--hsr-gold);
}
.hsr-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.hsr-logo-main {
  font-family: var(--hsr-font-display);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--hsr-white);
  letter-spacing: -0.01em;
}
.hsr-logo-sub {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--hsr-amber);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hsr-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.hsr-nav-link {
  padding: 8px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  border-radius: 6px;
  transition: var(--hsr-transition);
  letter-spacing: 0.02em;
}
.hsr-nav-link:hover { color: var(--hsr-gold); background: rgba(255,255,255,0.07); }

.hsr-header-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: linear-gradient(135deg, var(--hsr-rust), var(--hsr-mahogany));
  color: var(--hsr-white);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--hsr-transition);
  flex-shrink: 0;
}
.hsr-header-cta:hover {
  background: linear-gradient(135deg, var(--hsr-amber), var(--hsr-rust));
  transform: translateY(-1px);
}
.hsr-call-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.hsr-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}
.hsr-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--hsr-white);
  border-radius: 2px;
  transition: var(--hsr-transition);
}

/* ===== HERO ===== */
.hsr-hero {
  position: relative;
  /* Never fix to 100vh — let the section be as tall as it needs to be.
     The background-image on the element itself always covers 100% of
     whatever height the section ends up being, at any screen size. */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 140px 20px 100px;

  /* THE RELIABLE PATTERN: background-image on the element itself.
     Works on every screen size — small laptops, large desktops, all phones.
     background-size: cover always fills 100% of the element's rendered size,
     no height chain, no absolute positioning required. */
  background-image: url('https://images.unsplash.com/photo-1448375240586-882707db888b?w=1800&auto=format&fit=crop&q=85');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--hsr-bark); /* shown while image loads */
}

/* Hide the <img> element entirely — background-image handles it on all sizes */
.hsr-hero-bg { display: none; }

/* Dark overlay via ::before — sits above background, below content */
.hsr-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    160deg,
    rgba(44, 26, 14, 0.82) 0%,
    rgba(92, 46, 10, 0.70) 50%,
    rgba(44, 26, 14, 0.88) 100%
  );
  pointer-events: none;
}

/* Content sits above overlay */
.hsr-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 860px;
  padding: 0 20px;
}
.hsr-hero-scroll-hint {
  position: absolute;
  z-index: 1;
}

/* Badge in hero */
.hsr-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(212, 133, 42, 0.2);
  border: 1px solid rgba(212, 133, 42, 0.5);
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--hsr-gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hsr-badge-icon {
  width: 16px;
  height: 16px;
  stroke: var(--hsr-gold);
  flex-shrink: 0;
}

.hsr-hero-h1 {
  font-family: var(--hsr-font-display);
  font-size: clamp(34px, 6vw, 68px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--hsr-white);
  margin: 0 0 20px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.hsr-hero-sub {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin: 0 0 36px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.hsr-hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hsr-hero-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hsr-scroll-arrow {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scrollPulse 2s ease infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; }
  50%       { opacity: 1; }
}

/* ===== TRUST BAR ===== */
.hsr-trust-bar {
  background: linear-gradient(135deg, var(--hsr-bark), var(--hsr-mahogany));
  padding: 20px;
  border-bottom: 3px solid var(--hsr-amber);
}
.hsr-trust-bar-inner {
  max-width: var(--hsr-max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: center;
  align-items: center;
}
.hsr-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,0.9);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.hsr-trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,0.08);
  border-radius: 7px;
  flex-shrink: 0;
}
.hsr-trust-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--hsr-gold);
}

/* ===== SECTIONS SHARED ===== */
.hsr-section { padding: var(--hsr-section-pad) 0; }
.hsr-services          { background: var(--hsr-cream); }
.hsr-about             { background: var(--hsr-parchment); }
.hsr-gallery-section   { background: var(--hsr-bark); }
.hsr-areas             { background: var(--hsr-cream); }
.hsr-faq-section       { background: var(--hsr-white); }
.hsr-contact-section {
  background: linear-gradient(160deg, var(--hsr-bark) 0%, var(--hsr-mahogany) 100%);
  color: var(--hsr-white);
}
.hsr-contact-section .hsr-section-h2 { color: var(--hsr-white); }
.hsr-contact-section .hsr-section-label { color: var(--hsr-gold); }

/* ===== SERVICES GRID ===== */
.hsr-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 12px;
}

.hsr-service-card {
  background: var(--hsr-white);
  border-radius: var(--hsr-radius-lg);
  padding: 32px 28px;
  border: 1px solid rgba(92, 46, 10, 0.1);
  box-shadow: 0 4px 20px var(--hsr-shadow);
  transition: var(--hsr-transition);
  position: relative;
  overflow: hidden;
}
.hsr-service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--hsr-rust), var(--hsr-amber));
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--hsr-transition);
}
.hsr-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px var(--hsr-shadow-lg);
  border-color: rgba(212, 133, 42, 0.25);
}
.hsr-service-card:hover::before { transform: scaleX(1); }

.hsr-service-icon-wrap {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(163,75,26,0.1), rgba(212,133,42,0.12));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(163,75,26,0.15);
  transition: var(--hsr-transition);
}
.hsr-service-card:hover .hsr-service-icon-wrap {
  background: linear-gradient(135deg, var(--hsr-rust), var(--hsr-mahogany));
  border-color: transparent;
}
.hsr-service-icon-wrap svg {
  width: 24px;
  height: 24px;
  stroke: var(--hsr-rust);
  transition: var(--hsr-transition);
}
.hsr-service-card:hover .hsr-service-icon-wrap svg {
  stroke: var(--hsr-gold);
}

.hsr-service-title {
  font-family: var(--hsr-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--hsr-bark);
  margin: 0 0 10px;
}
.hsr-service-desc {
  font-size: 0.92rem;
  color: var(--hsr-text-mid);
  line-height: 1.7;
  margin: 0;
}

/* ===== ABOUT ===== */
.hsr-about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}
.hsr-about-img-col { position: relative; }
.hsr-about-img-frame {
  position: relative;
  border-radius: var(--hsr-radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 48px var(--hsr-shadow-lg);
}
.hsr-about-img {
  width: 100%;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.hsr-about-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: linear-gradient(135deg, var(--hsr-rust), var(--hsr-mahogany));
  border-radius: 12px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.hsr-about-badge-year {
  display: block;
  font-family: var(--hsr-font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--hsr-gold);
  line-height: 1;
}
.hsr-about-badge-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 4px;
}

.hsr-about-content .hsr-section-h2 { margin-bottom: 24px; }
.hsr-about-content p {
  font-size: 0.97rem;
  color: var(--hsr-text-mid);
  line-height: 1.8;
  margin: 0 0 16px;
}
.hsr-about-content strong { color: var(--hsr-bark); }

.hsr-credentials {
  margin: 28px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hsr-cred-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.hsr-cred-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(163,75,26,0.1), rgba(212,133,42,0.15));
  border-radius: 10px;
  border: 1px solid rgba(163,75,26,0.15);
  flex-shrink: 0;
}
.hsr-cred-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--hsr-rust);
}
.hsr-cred-item strong {
  display: block;
  font-size: 0.95rem;
  color: var(--hsr-bark);
  font-weight: 700;
}
.hsr-cred-item span {
  font-size: 0.82rem;
  color: var(--hsr-text-light);
}

/* ===== GALLERY ===== */
.hsr-gallery-section .hsr-section-label { color: var(--hsr-amber); }
.hsr-gallery-section .hsr-section-h2 { color: var(--hsr-white); }

.hsr-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 12px;
}
.hsr-gallery-item {
  position: relative;
  border-radius: var(--hsr-radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}
.hsr-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.hsr-gallery-item:hover img { transform: scale(1.07); }
.hsr-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(44,26,14,0.85) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 16px;
  opacity: 0;
  transition: var(--hsr-transition);
}
.hsr-gallery-item:hover .hsr-gallery-overlay { opacity: 1; }
.hsr-gallery-overlay span {
  color: var(--hsr-white);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ===== AREAS ===== */
.hsr-areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.hsr-area-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  background: var(--hsr-white);
  border: 1.5px solid rgba(92,46,10,0.15);
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--hsr-text-mid);
  transition: var(--hsr-transition);
  cursor: default;
}
.hsr-area-chip svg {
  width: 13px;
  height: 13px;
  stroke: var(--hsr-amber);
  flex-shrink: 0;
}
.hsr-area-chip:hover {
  border-color: var(--hsr-amber);
  color: var(--hsr-rust);
  background: rgba(212,133,42,0.06);
}
.hsr-areas-note {
  font-size: 0.9rem;
  color: var(--hsr-text-light);
}
.hsr-areas-note a { color: var(--hsr-rust); font-weight: 600; text-decoration: none; }
.hsr-areas-note a:hover { text-decoration: underline; }

/* ===== FAQ ===== */
.hsr-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hsr-faq-item {
  border: 1.5px solid rgba(92,46,10,0.12);
  border-radius: var(--hsr-radius);
  overflow: hidden;
  background: var(--hsr-white);
  box-shadow: 0 2px 12px var(--hsr-shadow);
  transition: var(--hsr-transition);
}
.hsr-faq-item.open {
  border-color: rgba(212, 133, 42, 0.4);
  box-shadow: 0 4px 20px var(--hsr-shadow-lg);
}
.hsr-faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  font-family: var(--hsr-font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--hsr-bark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: var(--hsr-transition);
}
.hsr-faq-q:hover { color: var(--hsr-rust); }

.hsr-faq-chevron {
  width: 20px;
  height: 20px;
  stroke: var(--hsr-amber);
  flex-shrink: 0;
  transition: transform var(--hsr-transition);
}
.hsr-faq-item.open .hsr-faq-chevron { transform: rotate(180deg); }

.hsr-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 24px;
}
.hsr-faq-item.open .hsr-faq-a {
  max-height: 300px;
  padding: 0 24px 20px;
}
.hsr-faq-a p {
  font-size: 0.95rem;
  color: var(--hsr-text-mid);
  line-height: 1.75;
  margin: 0;
}
.hsr-faq-a a { color: var(--hsr-rust); font-weight: 600; text-decoration: none; }

/* ===== CONTACT ===== */
.hsr-contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(32px, 6vw, 64px);
  align-items: start;
  margin-top: 12px;
}
.hsr-contact-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--hsr-radius-lg);
  padding: 32px 28px;
  backdrop-filter: blur(8px);
}
.hsr-contact-card h3 {
  font-family: var(--hsr-font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--hsr-white);
  margin: 0 0 20px;
}
.hsr-contact-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: var(--hsr-font-display);
  color: var(--hsr-gold);
  text-decoration: none;
  margin-bottom: 12px;
  transition: var(--hsr-transition);
}
.hsr-contact-phone:hover { color: var(--hsr-amber); }
.hsr-contact-phone svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  flex-shrink: 0;
}
.hsr-contact-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  margin: 0 0 16px;
}
.hsr-contact-location svg {
  width: 15px;
  height: 15px;
  stroke: var(--hsr-amber);
  flex-shrink: 0;
}
.hsr-contact-note {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin: 0 0 24px;
}
.hsr-contact-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hsr-contact-badges span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.1);
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.03em;
}
.hsr-contact-badges svg {
  width: 13px;
  height: 13px;
  stroke: var(--hsr-gold);
}

/* ===== FORM ===== */
.hsr-form {
  background: var(--hsr-white);
  border-radius: var(--hsr-radius-lg);
  padding: 36px 32px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
}
.hsr-form-group { margin-bottom: 20px; }
.hsr-form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--hsr-text-mid);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hsr-form-group input,
.hsr-form-group select,
.hsr-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(92,46,10,0.18);
  border-radius: 8px;
  font-family: var(--hsr-font-body);
  font-size: 0.95rem;
  color: var(--hsr-text);
  background: var(--hsr-cream);
  transition: var(--hsr-transition);
  outline: none;
  appearance: none;
}
.hsr-form-group input:focus,
.hsr-form-group select:focus,
.hsr-form-group textarea:focus {
  border-color: var(--hsr-amber);
  background: var(--hsr-white);
  box-shadow: 0 0 0 3px rgba(212,133,42,0.12);
}
.hsr-form-group textarea { resize: vertical; }
.hsr-form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A34B1A' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

.hsr-form-success {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(74,103,65,0.1);
  border: 1px solid rgba(74,103,65,0.3);
  border-radius: 8px;
  color: var(--hsr-moss);
  font-weight: 600;
  text-align: center;
  justify-content: center;
}
.hsr-form-success.show { display: flex; }
.hsr-form-success svg {
  width: 18px;
  height: 18px;
  stroke: var(--hsr-moss);
  flex-shrink: 0;
}

/* ===== FOOTER ===== */
.hsr-footer {
  background: var(--hsr-bark);
  padding: 64px 0 0;
  border-top: 3px solid var(--hsr-amber);
}
.hsr-footer-inner {
  max-width: var(--hsr-max-width);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px) 48px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
}
.hsr-footer-brand p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin: 16px 0 20px;
}
.hsr-footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--hsr-gold);
  text-decoration: none;
  transition: var(--hsr-transition);
}
.hsr-footer-phone:hover { color: var(--hsr-amber); }
.hsr-footer-phone svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.hsr-footer-links h4,
.hsr-footer-services h4 {
  font-family: var(--hsr-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--hsr-white);
  margin: 0 0 16px;
}
.hsr-footer-links nav,
.hsr-footer-services nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hsr-footer-links nav a,
.hsr-footer-services nav a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: var(--hsr-transition);
}
.hsr-footer-links nav a:hover,
.hsr-footer-services nav a:hover { color: var(--hsr-amber); }

.hsr-footer-logo { margin-bottom: 0; }
.hsr-footer-logo .hsr-logo-main { color: var(--hsr-white); }

.hsr-footer-bottom {
  background: rgba(0,0,0,0.25);
  text-align: center;
  padding: 20px 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.hsr-footer-bottom p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  margin: 0;
}
.hsr-footer-isa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.72rem !important;
  margin-top: 6px !important;
  color: rgba(212,133,42,0.7) !important;
}
.hsr-footer-isa svg {
  width: 13px;
  height: 13px;
  stroke: var(--hsr-amber);
  opacity: 0.7;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hsr-about-inner,
  .hsr-contact-inner { grid-template-columns: 1fr; }
  .hsr-about-img-frame { max-width: 480px; margin: 0 auto; }
  .hsr-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .hsr-footer-inner { grid-template-columns: 1fr 1fr; }
  .hsr-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .hsr-nav { display: none; }
  .hsr-nav.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 72px; left: 0; right: 0;
    background: rgba(44,26,14,0.98);
    backdrop-filter: blur(12px);
    padding: 20px;
    gap: 4px;
    border-bottom: 2px solid var(--hsr-amber);
    z-index: 999;
  }
  .hsr-nav.open .hsr-nav-link { padding: 12px 16px; font-size: 1rem; }
  .hsr-hamburger { display: flex; }
  .hsr-header-cta span { display: none; }
  .hsr-header-cta { padding: 9px 12px; }

  .hsr-gallery-grid { grid-template-columns: 1fr 1fr; }
  .hsr-footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .hsr-footer-brand { grid-column: auto; }
  .hsr-services-grid { grid-template-columns: 1fr; }
  .hsr-hero-ctas { flex-direction: column; align-items: center; }
  .hsr-form { padding: 24px 20px; }
}

@media (max-width: 480px) {
  .hsr-gallery-grid { grid-template-columns: 1fr; }
  .hsr-hero-h1 { font-size: clamp(26px, 7vw, 36px); }
  .hsr-trust-bar-inner { gap: 10px 16px; }
  .hsr-about-badge { padding: 10px 14px; }
  .hsr-about-badge-year { font-size: 1.5rem; }
}

/* ===== MOBILE HERO — padding adjustments only =====
   background-image: cover is already set on .hsr-hero for ALL screen sizes.
   Mobile just needs tighter padding. No swapping needed.
   ========================================= */
@media (max-width: 768px) {
  .hsr-hero {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) and (max-height: 500px) {
  .hsr-hero { min-height: 580px; }
}/* End custom CSS */