@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f5f0e8;
  color: #2c1a0e;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  min-width: 1100px;
}

a {
  text-decoration: none;
  color: inherit;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #2c1a0e;
  border-bottom: 3px solid #c8922a;
  padding: 0 64px;
  z-index: 100;
  overflow: hidden;
}

nav .brand {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #f5f0e8;
  float: left;
  line-height: 64px;
}

nav .brand span {
  width: 28px;
  height: 28px;
  background: #c8922a;
  color: #2c1a0e;
  font-size: 0.7rem;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  margin-right: 8px;
}

nav ul {
  list-style: none;
  float: right;
  line-height: 64px;
}

nav ul li {
  display: inline-block;
  margin-left: 28px;
}

nav ul a {
  color: #b0a090;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

nav ul a:hover {
  color: #e8b84b;
}

nav ul a.on {
  color: #e8b84b;
}

nav ul a.cta {
  background: #c8922a;
  color: #2c1a0e;
  padding: 8px 18px;
  font-weight: 700;
}

nav ul a.cta:hover {
  background: #e8b84b;
}

header {
  background: #2c1a0e;
  padding: 116px 64px 60px;
}

header small {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8922a;
  border-left: 3px solid #c8922a;
  padding-left: 12px;
  display: block;
  margin-bottom: 16px;
}

header h1 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: #f5f0e8;
  line-height: 1.1;
  margin-bottom: 14px;
}

header h1 em {
  font-style: normal;
  color: #c8922a;
}

header p {
  color: #907060;
  font-size: 0.95rem;
  max-width: 520px;
  line-height: 1.72;
}

main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 64px;
}

h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.45rem;
  color: #2c1a0e;
  margin-bottom: 20px;
}

h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2c1a0e;
  margin: 20px 0 8px;
}

p {
  line-height: 1.76;
  color: #8a6e50;
  font-size: 0.93rem;
  margin-bottom: 14px;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  border: none;
  border-top: 1px solid #d4c4a8;
  margin-bottom: 56px;
}

label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8a6e50;
  display: block;
  margin-bottom: 6px;
}

input {
  width: 100%;
  background: #f5f0e8;
  border: 1px solid #d4c4a8;
  color: #2c1a0e;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-family: 'DM Sans', sans-serif;
  outline: none;
}

select {
  width: 100%;
  background: #f5f0e8;
  border: 1px solid #d4c4a8;
  color: #2c1a0e;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-family: 'DM Sans', sans-serif;
  outline: none;
}

textarea {
  width: 100%;
  background: #f5f0e8;
  border: 1px solid #d4c4a8;
  color: #2c1a0e;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-family: 'DM Sans', sans-serif;
  outline: none;
  resize: vertical;
  min-height: 100px;
}

input:focus {
  border-color: #c8922a;
}

select:focus {
  border-color: #c8922a;
}

textarea:focus {
  border-color: #c8922a;
}

button {
  background: #2c1a0e;
  color: #f5f0e8;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.87rem;
  padding: 13px 28px;
  border: none;
  cursor: pointer;
  margin-top: 22px;
  display: inline-block;
}

button:hover {
  background: #3e2412;
}

footer {
  background: #180e06;
  padding: 26px 64px;
  overflow: hidden;
}

footer strong {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: #c8922a;
  font-size: 0.95rem;
  float: left;
  line-height: 2;
}

footer ul {
  list-style: none;
  float: left;
  margin-left: 40px;
  line-height: 2;
}

footer ul li {
  display: inline-block;
  margin-right: 22px;
}

footer ul a {
  color: #4a3020;
  font-size: 0.78rem;
}

footer ul a:hover {
  color: #c8922a;
}

footer small {
  color: white;
  font-size: 0.76rem;
  float: right;
  line-height: 2;
}

.ok {
  display: none;
  background: #f0ede4;
  border-left: 4px solid #c8922a;
  color: #2c1a0e;
  padding: 14px 18px;
  margin-top: 18px;
  font-size: 0.88rem;
  font-weight: 500;
}

.hero {
  padding-top: 64px;
  min-height: 100vh;
  overflow: hidden;
}

.hero-left {
  width: 50%;
  float: left;
  background: #fdfaf5;
  min-height: 640px;
  padding: 80px 60px 80px 80px;
}

.hero-left small {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8922a;
  border-left: 3px solid #c8922a;
  padding-left: 12px;
  display: block;
  margin-bottom: 20px;
}

.hero-left h1 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #2c1a0e;
  line-height: 1.08;
  margin-bottom: 18px;
}

.hero-left h1 em {
  font-style: normal;
  color: #c8922a;
}

.hero-left p {
  max-width: 420px;
  margin-bottom: 32px;
}

.hero-left a {
  padding: 13px 26px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.87rem;
  display: inline-block;
  margin-right: 10px;
}

.hero-left a.btn-dark {
  background: #2c1a0e;
  color: #f5f0e8;
}

.hero-left a.btn-dark:hover {
  background: #3e2412;
}

.hero-left a.btn-outline {
  border: 2px solid #d4c4a8;
  color: #2c1a0e;
}

.hero-left a.btn-outline:hover {
  border-color: #2c1a0e;
  background: #ede6d6;
}

.hero-right {
  width: 50%;
  float: right;
  background: #2c1a0e;
  min-height: 640px;
  padding: 80px 60px;
  overflow: hidden;
}

.stats {
  overflow: hidden;
  margin-bottom: 3px;
}

.stat-cell {
  width: 50%;
  float: left;
  background: #fdfaf50a;
  border: 1px solid #c8922a21;
  padding: 30px 24px;
}

.stat-cell b {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #e8b84b;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.stat-cell span {
  font-size: 0.78rem;
  color: #907060;
  line-height: 1.4;
}

.hero-note {
  background: #f5ede0;
  border-left: 4px solid #c8922a;
  padding: 22px 24px;
  clear: both;
}

.hero-note p {
  font-size: 0.88rem;
  color: #b09070;
  line-height: 1.7;
  margin: 0;
}

.hero-note strong {
  color: #e8b84b;
}

.strip {
  background: #3e2412;
  padding: 16px 80px;
  overflow: hidden;
  border-bottom: 1px solid #c8922a33;
}

.strip span {
  font-size: 0.76rem;
  color: #907060;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-right: 36px;
  padding-left: 13px;
  position: relative;
}

.strip span:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #c8922a;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.services {
  overflow: hidden;
  border: 1px solid #d4c4a8;
}

.svc-card {
  width: 33.33%;
  float: left;
  background: #fdfaf5;
  padding: 30px 26px;
  border-right: 1px solid #d4c4a8;
  border-bottom: 1px solid #d4c4a8;
}

.svc-card:hover {
  background: #ede6d6;
}

.svc-card small {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  color: #c8922a;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 12px;
}

.svc-card b {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.97rem;
  color: #2c1a0e;
  display: block;
  margin-bottom: 10px;
}

.cta-band {
  background: #2c1a0e;
  padding: 64px 80px;
  overflow: hidden;
}

.cta-band-text {
  float: left;
  width: 70%;
}

.cta-band h2 {
  color: #f5f0e8;
  margin-bottom: 10px;
}

.cta-band p {
  max-width: 460px;
  color: #907060;
}

.cta-band a {
  background: #c8922a;
  color: #2c1a0e;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.87rem;
  padding: 14px 34px;
  display: inline-block;
  float: right;
  margin-top: 20px;
}

.cta-band a:hover {
  background: #e8b84b;
}

.two-col {
  overflow: hidden;
  margin-bottom: 64px;
}

.two-col .col {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.two-col .col:last-child {
  margin-right: 0;
}

.two-col .col small {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8922a;
  border-left: 3px solid #c8922a;
  padding-left: 12px;
  display: block;
  margin-bottom: 12px;
}

.two-col .col .rule {
  width: 36px;
  height: 3px;
  background: #c8922a;
  margin-bottom: 16px;
}

blockquote {
  background: #2c1a0e;
  border-left: 4px solid #c8922a;
  padding: 28px 32px;
  margin-bottom: 18px;
}

blockquote p {
  color: #c4b49a;
  font-style: italic;
  font-size: 0.97rem;
}

.values {
  overflow: hidden;
  border: 1px solid #d4c4a8;
  margin-bottom: 60px;
}

.val-card {
  width: 25%;
  float: left;
  background: #fdfaf5;
  padding: 28px 24px;
  border-right: 1px solid #d4c4a8;
}

.val-card b {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #2c1a0e;
  display: block;
  margin-bottom: 8px;
}

.team {
  background: #ede6d6;
  border: 1px solid #d4c4a8;
  padding: 48px;
  overflow: hidden;
}

.team-label {
  width: 30%;
  float: left;
}

.team-label small {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c8922a;
  display: block;
  margin-bottom: 8px;
}

.team-body {
  width: 66%;
  float: right;
}

.certs {
  overflow: hidden;
  margin-top: 16px;
}

.certs span {
  background: #2c1a0e;
  color: #e8b84b;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.74rem;
  padding: 5px 12px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}

.svc {
  overflow: hidden;
  border-bottom: 1px solid #d4c4a8;
  padding: 48px 0;
}

.svc:last-of-type {
  border-bottom: none;
}

.svc-meta {
  width: 200px;
  float: left;
  padding-right: 40px;
}

.svc-meta b {
  font-family: 'Outfit', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #d4c4a8;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.svc-meta small {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c8922a;
  display: block;
  margin-bottom: 5px;
}

.svc-meta strong {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #2c1a0e;
  line-height: 1.3;
}

.svc-body {
  margin-left: 200px;
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

ul li {
  font-size: 0.88rem;
  color: #8a6e50;
  padding: 5px 0 5px 16px;
  position: relative;
  border-bottom: 1px solid #d4c4a8;
  line-height: 1.5;
}

ul li:last-child {
  border-bottom: none;
}

ul li:before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: #c8922a;
  font-weight: 700;
}

.tags {
  overflow: hidden;
}

.tags span {
  background: #ede6d6;
  border: 1px solid #d4c4a8;
  color: #8a6e50;
  font-size: 0.74rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  padding: 4px 12px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

thead th {
  background: #2c1a0e;
  color: #e8b84b;
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: left;
}

tbody td {
  padding: 22px 24px;
  border-bottom: 1px solid #d4c4a8;
  background: #fdfaf5;
  font-size: 0.93rem;
  vertical-align: middle;
}

tbody tr:last-child td {
  border-bottom: none;
}

tbody tr:hover td {
  background: #ede6d6;
}

tbody td b {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #2c1a0e;
  display: block;
}

tbody td small {
  color: #8a6e50;
  font-size: 0.78rem;
}

.price {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: #c8922a;
  line-height: 1;
  display: block;
}

.custom {
  background: #2c1a0e;
  color: #e8b84b;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 5px 14px;
  display: inline-block;
}

.note {
  background: #ede6d6;
  border-left: 4px solid #c8922a;
  padding: 20px 24px;
  margin-bottom: 56px;
}

.note p {
  font-size: 0.88rem;
  line-height: 1.72;
}

.quote-box {
  background: #fdfaf5;
  border: 1px solid #d4c4a8;
  padding: 48px;
}

.quote-box h2 {
  margin-bottom: 6px;
}

.quote-box > p {
  margin-bottom: 30px;
}

.form-grid {
  overflow: hidden;
}

.form-grid .field {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 18px;
}

.form-grid .field.full {
  width: 100%;
  float: none;
  margin-right: 0;
}

.form-grid .field:nth-child(even) {
  margin-right: 0;
}

.layout {
  overflow: hidden;
}

.layout-info {
  width: 300px;
  float: left;
}

.layout-form {
  margin-left: 364px;
}

.info-item {
  margin-bottom: 28px;
}

.info-item small {
  font-family: 'Outfit', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c8922a;
  display: block;
  margin-bottom: 5px;
}

.info-item p {
  font-size: 0.9rem;
  color: #2c1a0e;
  line-height: 1.6;
  margin: 0;
}

.info-item a {
  color: #c8922a;
}

.info-item a:hover {
  text-decoration: underline;
}

.hours {
  border: 1px solid #d4c4a8;
  margin-top: 8px;
}

.hours b {
  background: #2c1a0e;
  color: #e8b84b;
  font-family: 'Outfit', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 16px;
  display: block;
}

.hours-row {
  padding: 9px 16px;
  border-bottom: 1px solid #d4c4a8;
  font-size: 0.83rem;
  overflow: hidden;
}

.hours-row:last-child {
  border-bottom: none;
}

.hours-row .day {
  color: #8a6e50;
  float: left;
}

.hours-row .time {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: #2c1a0e;
  font-size: 0.8rem;
  float: right;
}

.hours-row.gold .time {
  color: #c8922a;
}

.form-box {
  background: #fdfaf5;
  border: 1px solid #d4c4a8;
  padding: 44px;
}

.form-box h2 {
  margin-bottom: 6px;
}

.form-box > p {
  margin-bottom: 28px;
}
