:root {
  --forest-950: #001a42;
  --forest-900: #002b6f;
  --forest-800: #003d99;
  --forest-700: #004fcc;
  --gold-500: #d4a373;
  --gold-400: #e9c46a;
  --stone-50: #f8f8f7;
  --stone-100: #f1f1ef;
  --stone-200: #e5e5e2;
  --stone-600: #57534e;
  --stone-800: #292524;
  --stone-900: #1c1917;
}

* { box-sizing: border-box; }

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  color: var(--stone-900);
  line-height: 1.6;
}

h1, h2, h3, .font-display {
  font-family: Georgia, 'Times New Roman', serif;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--forest-800);
  color: white;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background: var(--forest-900);
  transform: translateY(-1px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border: 1px solid var(--stone-200);
  background: white;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--forest-900);
}

.card {
  background: white;
  border-radius: 1rem;
  border: 1px solid var(--stone-200);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.section {
  padding: 4rem 0;
}

.section-pad { padding: 3rem 1rem; }

@media (min-width: 640px) {
  .section-pad { padding: 4rem 1.5rem; }
}

@media (min-width: 1024px) {
  .section-pad { padding: 5rem 2rem; }
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--stone-200);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo img {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
  object-fit: cover;
}

.logo-text {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.1;
  color: var(--forest-900);
}

.logo-sub {
  font-size: 0.7rem;
  color: var(--stone-600);
}

.hidden { display: none; }

@media (min-width: 1024px) {
  .lg\\:flex { display: flex; }
}

.phone-btn {
  background: var(--forest-800);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .nav-links { display: flex; }
}

.services-dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid var(--stone-200);
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  padding: 0.5rem 0;
  min-width: 220px;
  z-index: 100;
}

.services-dropdown:hover .dropdown-menu,
.services-dropdown:focus-within .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--stone-700);
}

.dropdown-menu a:hover {
  background: var(--stone-100);
  color: var(--forest-900);
}

.hamburger {
  display: block;
  background: none;
  border: 1px solid var(--stone-200);
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .hamburger { display: none; }
}

.mobile-nav {
  display: none;
  padding: 1rem;
  background: white;
  border-top: 1px solid var(--stone-200);
}

.mobile-nav.open {
  display: block;
}

.hero {
  position: relative;
  min-height: 640px;
  height: calc(100vh - 74px);
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
  background: var(--forest-950);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,26,66,0.78) 0%, rgba(0,43,111,0.46) 48%, rgba(0,26,66,0.18) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hero h1 {
  font-size: 2.75rem;
  line-height: 1.05;
  font-weight: 600;
  margin: 1rem 0;
}

@media (min-width: 768px) {
  .hero h1 { font-size: 3.5rem; }
}

.services-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.service-card {
  transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  background: white;
  border: 1px solid var(--stone-200);
  border-radius: 1rem;
}

.icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 61, 153, 0.1);
  color: var(--forest-800);
  border-radius: 9999px;
  margin-bottom: 0.5rem;
}

.review-card {
  padding: 1.5rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--stone-600);
  margin-bottom: 0.25rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--stone-200);
  border-radius: 0.5rem;
  font-size: 0.95rem;
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.site-footer {
  background: var(--stone-900);
  color: #d6d3d1;
  font-size: 0.86rem;
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 1fr));
  padding-top: 2rem;
  padding-bottom: 1.75rem;
}

.footer-grid h2,
.footer-grid h3,
.footer-grid p,
.footer-grid a,
.footer-grid li,
.footer-bottom {
  color: #d6d3d1;
}

.footer-grid h2,
.footer-grid h3 {
  margin: 0 0 0.55rem;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.footer-grid p {
  margin: 0.3rem 0;
}

.footer-brand p {
  max-width: 24rem;
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-grid li {
  margin: 0.25rem 0;
}

.footer-grid a:hover {
  color: #ffffff;
}

.footer-socials {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(214,211,209,0.42);
  border-radius: 9999px;
  color: #d6d3d1;
}

.footer-socials svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials a:first-child svg,
.footer-socials a:last-child svg {
  fill: currentColor;
  stroke: none;
}

.footer-socials a:hover {
  color: white;
  border-color: rgba(255,255,255,0.48);
}

.footer-hours li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
}

.footer-hours li span:last-child {
  color: #d6d3d1;
  text-align: right;
}

.footer-bottom {
  border-top: 1px solid rgba(214,211,209,0.24);
  padding: 0.85rem 1rem;
  text-align: center;
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.gold {
  color: var(--gold-400);
}

.forest {
  color: var(--forest-800);
}

/* Carousel */
.carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.5s ease;
}

.carousel-item {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  position: relative;
}

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

@media (max-width: 768px) {
  .hero {
    min-height: 620px;
    height: auto;
  }
}

.carousel-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 3;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.2s;
}

.dot.active {
  background: var(--gold-400);
  width: 24px;
  border-radius: 4px;
}

/* Gallery for services */
.gallery {
  position: relative;
  height: 420px;
  border-radius: 1rem;
  overflow: hidden;
  background: #f1f1ef;
}

.gallery img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s;
}

.gallery-controls {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.gallery-btn {
  background: rgba(255,255,255,0.9);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-indicators {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: rgba(0,0,0,0.4);
  color: white;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 0.75rem;
}

.prose {
  max-width: 65ch;
}

.prose h2 {
  font-size: 1.35rem;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  color: var(--forest-900);
}

.prose p {
  margin-bottom: 1rem;
  color: var(--stone-600);
}

/* About page */
.about-page {
  background: var(--stone-50);
}

.section-eyebrow {
  display: inline-block;
  color: var(--forest-800);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero-section {
  background: white;
  border-bottom: 1px solid var(--stone-200);
  padding: 4rem 1rem;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 3rem;
  align-items: center;
}

.about-hero-copy h1,
.about-story-copy h2,
.about-section-heading h2 {
  color: var(--forest-950);
  line-height: 1.08;
  margin: 0.65rem 0 1rem;
}

.about-hero-copy h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.about-hero-copy p {
  color: var(--stone-600);
  font-size: 1.1rem;
  max-width: 640px;
  margin: 0;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.about-hero-media {
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0,0,0,0.12);
}

.about-hero-media img,
.about-owner-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story-section {
  padding: 4.5rem 1rem;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}

.about-owner-card {
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: white;
  border: 1px solid var(--stone-200);
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.about-owner-card img {
  height: 420px;
}

.about-owner-card figcaption {
  padding: 1rem 1.25rem;
}

.about-owner-card strong,
.about-owner-card span,
.about-feature-list strong,
.about-feature-list span,
.about-trust-grid strong,
.about-trust-grid span {
  display: block;
}

.about-owner-card strong,
.about-feature-list strong,
.about-trust-grid strong {
  color: var(--forest-950);
}

.about-owner-card span,
.about-story-copy p,
.about-feature-list span,
.about-trust-grid span {
  color: var(--stone-600);
}

.about-story-copy h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.about-story-copy p {
  font-size: 1.05rem;
  max-width: 680px;
  margin: 0 0 1.5rem;
}

.about-feature-list {
  display: grid;
  gap: 0.85rem;
}

.about-feature-list div {
  background: white;
  border: 1px solid var(--stone-200);
  border-radius: 0.75rem;
  padding: 1rem;
}

.about-trust-section {
  background: white;
  border-top: 1px solid var(--stone-200);
  padding: 4rem 1rem;
}

.about-section-heading {
  max-width: 680px;
  margin-bottom: 2rem;
}

.about-section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

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

.about-trust-grid div {
  min-height: 130px;
  background: var(--stone-50);
  border: 1px solid var(--stone-200);
  border-radius: 0.75rem;
  padding: 1.2rem;
}

@media (max-width: 900px) {
  .about-hero-grid,
  .about-story-grid,
  .about-trust-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-section,
  .about-story-section,
  .about-trust-section {
    padding: 3rem 1rem;
  }

  .about-owner-card img {
    height: 360px;
  }
}

@media (max-width: 560px) {
  .about-hero-actions .btn-primary,
  .about-hero-actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}