:root {
  --bg: #0b1220;
  --bg-soft: #131c2c;
  --bg-softer: #162033;
  --text: #f3ede1;
  --text-soft: #d9c7a2;
  --muted: #a8b1c0;
  --line: rgba(255,255,255,0.08);
  --gold: #d6b06c;
  --gold-deep: #c39a52;
  --ivory: #f7f0e4;
  --shadow: 0 28px 70px rgba(7, 11, 20, 0.35);
  --shell-shadow: 0 40px 90px rgba(0, 0, 0, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #fff;
  color: #111827;
  line-height: 1.6;
}

body.homepage-canvas {
  background: #ebe2d6;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 760px; }

/* Canva-style homepage */
.page-bg {
  min-height: 100vh;
  padding: 44px 24px;
}
.mockup-frame {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 18px;
  border-radius: 34px;
  background: #0b0f17;
  box-shadow: var(--shell-shadow);
}
.site-shell {
  background: linear-gradient(180deg, #0f1726 0%, #111b2b 100%);
  border-radius: 24px;
  padding: 0 42px 38px;
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.04);
}
.mock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px 0 24px;
  border-bottom: 1px solid var(--line);
}
.mock-brand {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-decoration: none;
  color: var(--ivory);
}
.mock-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.mock-nav a {
  text-decoration: none;
  color: var(--text-soft);
  font-weight: 500;
}
.mock-nav a:hover { color: var(--ivory); }

.mock-hero {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 42px;
  padding: 54px 0 48px;
}
.mock-label {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 700;
}
.hero-copy-col h1,
.feature-copy h2,
.bottom-cta h2 {
  margin: 0 0 16px;
  color: var(--ivory);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.04;
}
.hero-copy-col h1 { font-size: clamp(2.8rem, 5.3vw, 4.9rem); max-width: 560px; }
.feature-copy h2,
.bottom-cta h2 { font-size: clamp(2rem, 3.2vw, 3.1rem); }
.mock-copy,
.feature-copy p,
.bottom-cta p {
  color: rgba(243, 237, 225, 0.8);
  max-width: 620px;
}
.mock-cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.mock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}
.mock-btn:hover { transform: translateY(-1px); }
.mock-btn-gold {
  background: var(--gold);
  color: #121722;
}
.mock-btn-outline {
  border: 1px solid var(--gold);
  color: var(--ivory);
  background: transparent;
}

.hero-side-col { display: grid; gap: 18px; }
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.service-card,
.feature-image-panel,
.image-panel {
  background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg-softer) 100%);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.service-card {
  padding: 18px;
  min-height: 210px;
}
.service-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(214,176,108,0.12);
  border: 1px solid rgba(214,176,108,0.28);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.service-card h3 {
  margin: 0 0 10px;
  color: var(--ivory);
  font-size: 1rem;
}
.service-card p {
  margin: 0;
  color: rgba(243, 237, 225, 0.72);
  font-size: 0.92rem;
}
.image-panel,
.feature-image-panel {
  overflow: hidden;
}
.image-panel img,
.feature-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-panel { min-height: 260px; }
.feature-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  padding: 42px 0 42px;
  border-top: 1px solid var(--line);
}
.feature-copy { align-self: center; }
.gold-list {
  margin: 18px 0 0;
  padding-left: 0;
  list-style: none;
}
.gold-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  color: rgba(243, 237, 225, 0.78);
}
.gold-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-size: 1.2rem;
  line-height: 1;
}
.feature-image-panel { min-height: 330px; }
.bottom-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  padding: 38px 0 10px;
  border-top: 1px solid var(--line);
}
.bottom-cta-actions {
  display: grid;
  gap: 14px;
  justify-items: end;
}
.contact-inline {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgba(243, 237, 225, 0.76);
  font-size: 0.95rem;
}
.contact-inline a { text-decoration: none; }

/* Inner pages */
.topbar {
  background: linear-gradient(90deg, #0f1726 0%, #162033 100%);
  color: rgba(255,255,255,0.88);
  font-size: 0.92rem;
}
.topbar a { color: #fff; text-decoration: none; }
.topbar-wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  flex-wrap: wrap;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(12, 19, 31, 0.94);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}
.nav-wrap,
.footer-grid,
.two-col,
.cards {
  display: grid;
  gap: 24px;
}
.nav-wrap {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 18px 0;
}
.brand {
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ivory);
}
.nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.nav a {
  color: rgba(243, 237, 225, 0.86);
  text-decoration: none;
  font-weight: 600;
}
.nav a.active { color: var(--gold); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}
.btn-small { padding: 10px 14px; }
.btn-primary {
  background: var(--gold);
  color: #121722 !important;
}
.page-hero {
  background: linear-gradient(135deg, #0f1726 0%, #162033 100%);
  color: var(--text);
  padding: 74px 0 52px;
}
.page-hero .eyebrow { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.08); }
.page-hero h1 {
  margin: 0 0 16px;
  color: var(--ivory);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
}
.page-hero p { color: rgba(243, 237, 225, 0.8); }
.section {
  padding: 84px 0;
  background: #fff;
}
.section-light {
  background: linear-gradient(180deg, #fafbfd 0%, #f4f7fb 100%);
}
.section-heading { max-width: 740px; margin: 0 auto 36px 0; }
.section-heading .eyebrow {
  background: var(--gold-soft);
  color: #8a6c35;
  border-radius: 999px;
  padding: 6px 12px;
  display: inline-block;
}
.section-heading h2,
.two-col h2,
.contact-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  color: #111827;
}
.cards {
  grid-template-columns: repeat(4, 1fr);
}
.card,
.cta-panel,
.contact-card,
.feature-list div {
  background: #fff;
  border: 1px solid rgba(17,24,39,0.08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.card h3,
.feature-list strong { color: #111827; }
.card p,
.feature-list span,
.contact-card p,
.site-footer p,
.form-note,
.cta-panel p { color: #5e6b7f; }
.two-col {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: start;
}
.feature-list { display: grid; gap: 16px; }
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.area-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(17,24,39,0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  font-weight: 600;
}
.contact-card { display: grid; gap: 16px; }
.contact-card label { display: grid; gap: 8px; font-weight: 600; }
input, textarea {
  width: 100%;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid rgba(17,24,39,0.12);
  font: inherit;
}
textarea { min-height: 140px; resize: vertical; }
.site-footer {
  background: linear-gradient(135deg, #0f1726 0%, #162033 100%);
  color: #fff;
  padding: 30px 0;
}
.footer-grid { grid-template-columns: repeat(3, 1fr); }
.site-footer a { color: #fff; }
.site-footer p { margin: 0; color: rgba(255,255,255,0.75); }


.inner-page-hero {
  padding: 50px 0 24px;
  border-bottom: 1px solid var(--line);
}

.content-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 34px 0 20px;
}

.compact-grid {
  padding-top: 24px;
}

.slim-gap {
  gap: 22px;
}

.dark-panel {
  background: linear-gradient(180deg, #111b2b 0%, #162033 100%);
  color: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.dark-panel h3 {
  color: var(--ivory);
}

.dark-panel p {
  color: rgba(243, 237, 225, 0.76);
}

.tall-card {
  min-height: 100%;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  padding: 34px 0 12px;
}

.contact-form-panel {
  display: grid;
  gap: 16px;
  padding: 26px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #111b2b 0%, #162033 100%);
  box-shadow: var(--shadow);
}

.contact-form-panel label {
  display: grid;
  gap: 8px;
  color: var(--ivory);
  font-weight: 600;
}

.contact-form-panel input,
.contact-form-panel textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ivory);
}

.contact-form-panel input::placeholder,
.contact-form-panel textarea::placeholder {
  color: rgba(243, 237, 225, 0.5);
}

.form-status {
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 600;
}

.form-status-success {
  background: rgba(79, 209, 145, 0.14);
  border: 1px solid rgba(79, 209, 145, 0.32);
  color: #d9fbe7;
}

.form-status-error {
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.28);
  color: #ffe1e1;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1080px) {
  .mock-hero,
  .feature-grid,
  .two-col,
  .cards,
  .footer-grid,
  .content-grid-3,
  .contact-layout { grid-template-columns: 1fr 1fr; }
  .service-cards { grid-template-columns: 1fr; }
  .bottom-cta { grid-template-columns: 1fr; }
  .bottom-cta-actions { justify-items: start; }
  .cards,
  .content-grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .page-bg { padding: 20px 12px; }
  .mockup-frame { padding: 12px; border-radius: 24px; }
  .site-shell { padding: 0 20px 28px; }
  .mock-header,
  .nav-wrap,
  .footer-grid,
  .cards,
  .two-col,
  .mock-hero,
  .feature-grid,
  .content-grid-3,
  .contact-layout { grid-template-columns: 1fr; display: grid; }
  .mock-header,
  .nav-wrap { gap: 16px; }
  .mock-nav,
  .nav { justify-content: flex-start; }
  .service-cards,
  .cards,
  .content-grid-3 { grid-template-columns: 1fr; }
  .topbar-wrap { flex-direction: column; align-items: flex-start; }
  .bottom-cta { grid-template-columns: 1fr; }
  .bottom-cta-actions { justify-items: start; }
}
