:root {
  --sand: #f7f0e9;
  --ink: #1f1f21;
  --muted: #6f6f73;
  --white: #ffffff;
  --accent: #c69b68;
}

html, body {
  background: var(--sand);
  color: var(--ink);
  font-family: 'Plain', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

a { color: var(--ink); }

a:hover { color: var(--accent); text-decoration: none; }

.nav-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 18px 0;
  background: linear-gradient(180deg, rgba(247,240,233,0.92) 0%, rgba(247,240,233,0.72) 100%);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.nav-inner {
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 14px;
}

.nav-links .nav-link {
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--ink);
  padding: 10px 14px;
  position: relative;
}

.nav-links .nav-link.active::after,
.nav-links .nav-link:hover::after,
.mobile-nav .nav-link.active::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 6px;
  height: 2px;
  background: var(--ink);
}

.social-link {
  font-size: 18px;
  color: var(--ink);
  margin-right: 10px;
}

.mobile-menu {
  background: transparent;
  border: none;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu span {
  width: 22px;
  height: 2px;
  background: var(--ink);
}

.mobile-nav {
  padding: 0 16px 12px;
}

.mobile-nav .nav-link {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.hero-full {
  min-height: 100vh;
  background-image: url('/static/images/albion-retouched.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  color: var(--white);
  display: flex;
  align-items: stretch;
}

.hero .bg-overlay.gradient {
  background: linear-gradient(180deg, rgba(20,20,20,0.22) 0%, rgba(20,20,20,0.40) 100%);
  position: absolute;
  inset: 0;
}

.hero .container { position: relative; z-index: 1; }

.hero-text {
  padding: 140px 0 120px;
}

.display-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  letter-spacing: -0.5px;
}

.subtitle {
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  margin: 20px 0 28px;
}

.eyebrow {
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 8px;
}

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

.btn.custom-btn {
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 13px;
  letter-spacing: 1.6px;
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
}

.btn.custom-btn.filled {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.btn.custom-btn.ghost {
  background: transparent;
}

.btn.custom-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.section {
  padding: 90px 0;
  background: var(--sand);
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}

.section-header .eyebrow { color: var(--muted); }

.section-header h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.section-header .subtitle {
  color: var(--muted);
  margin: 0;
}

.gallery-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  background: #000;
}

.gallery-card.tall {
  height: 100%;
  display: flex;
}

.gallery-card.tall img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-stack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
}

.g-4 {
  margin-left: -12px;
  margin-right: -12px;
}

.g-4 > [class*='col-'] {
  padding-left: 12px;
  padding-right: 12px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-card:hover img {
  transform: scale(1.03);
}

.card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.6px;
}

.video {
  background: #f2e8dc;
}

.video-shell {
  border-radius: 18px;
  padding: 48px;
  background: linear-gradient(135deg, rgba(255,255,255,0.85), rgba(247,240,233,0.95));
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.video-placeholder {
  text-align: center;
  color: var(--muted);
}

.video-placeholder .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-weight: 600;
}

.video-placeholder .link-arrow::after {
  content: '→';
  font-size: 14px;
}

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

.service-card {
  background: var(--white);
  border-radius: 14px;
  padding: 22px;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 14px 32px rgba(0,0,0,0.08);
}

.service-card .card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin: 0;
}

.service-card span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 1px;
}

.service-card p {
  color: var(--muted);
  margin: 0;
}

.contact {
  background: linear-gradient(180deg, #f7f0e9 0%, #fff 100%);
}

.contact .form-control {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 14px 16px;
  margin-bottom: 12px;
  background: rgba(255,255,255,0.9);
}

.contact .form-control:focus {
  box-shadow: 0 0 0 2px rgba(198,155,104,0.25);
}

.contact .subtitle {
  color: var(--ink);
}

#submit-button {
  background: var(--ink);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}

.contact-card {
  background: var(--white);
  border-radius: 14px;
  padding: 22px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 16px 30px rgba(0,0,0,0.08);
}

.contact-card h3 { margin-top: 0; }

.contact-card p { margin-bottom: 8px; }

.map-shell {
  margin-top: 14px;
  border-radius: 12px;
  overflow: hidden;
}

.map-shell iframe {
  width: 100%;
  height: 220px;
  border: 0;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.site-footer {
  background: transparent;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding: 24px 0;
}

.footer-links a {
  color: var(--ink);
  font-size: 14px;
}

.inline-style-88701897 {
  color: #2f7a3f;
  margin-top: 8px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .display-title { font-size: 36px; }
  .subtitle { font-size: 16px; }
  .hero-text { padding-top: 120px; }
}

@media (max-width: 767px) {
  .hero-full { background-position: center bottom; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .nav-shell { padding: 14px 0; }
  .section { padding: 72px 0; }
}
