@charset "UTF-8";
/* Colorado Weight */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: rgba(253,250,245,1);
  color: rgba(28,43,56,1);
  overflow-x: hidden;
}
/* ─── FONT ───────────────────────────────────────────── */
@font-face {
    font-family: 'Stephen Type';
    src: url('StephenType.woff2') format('woff2'),
        url('StephenType.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.lofo {
    font-family: 'Stephen Type';
    font-weight: normal;
    font-style: normal;
	font-size: 1.9em;
	color:rgba(255,255,255,1.00);
}
.lofo3 {
    font-family: 'Stephen Type';
    font-weight: normal;
    font-style: normal;
	font-size: 1.9em;
	color:rgba(255,255,255,1.00);
	display: none;
}
.lofo2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: .6em;
	color: rgba(201,169,110,1);
}
/* ── NAV ─────────────────────────────────────────────── */
#mainNav {
  background: transparent;
  transition: background .4s, box-shadow .4s, padding .3s;
  padding: 1.4rem 0;
  position: fixed; top: 0; width: 100%; z-index: 1000;
}
#mainNav.scrolled {
  background: rgba(11,31,46,.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 24px rgba(0,0,0,.18);
  padding: 1.4rem 0 .7rem 0; 
}
.navbar-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff !important;
  letter-spacing: .03em;
  line-height: 1;
}
/*.navbar-brand span { color: rgba(201,169,110,1); }*/
.nav-link {
  position: relative;
  color: rgba(255,255,255,.82) !important;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  padding: .4rem .9rem !important;
  transition: color .25s ease;
}
.nav-link:hover, .nav-link.active { color: rgba(201,169,110,1) !important; }
.navbar-toggler { border-color: rgba(255,255,255,.3); }
.navbar-toggler-icon { filter: invert(1); }

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: rgba(201,169,110,1);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.nav-link:hover::after { width: 70%; }
.nav-link.active::after { width: 70%; }
@media(max-width:991px){
	.nav-link:hover::after { width: 100%; }
.nav-link.active::after { width: 100%; }
	.nav-link::after {
  height: 0;
}
}

/* ── HERO ────────────────────────────────────────────── */
#hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(135deg, rgba(11,31,46,.82) 0%, rgba(26,127,122,.55) 100%),
url("img/as6.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transform: scale(1.06);
  will-change: transform;
}
#hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(26,127,122,.18) 0%, transparent 70%);
}
.hero-content { position: relative; z-index: 2; }
.hero-eyebrow {
  font-size: .75rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(201,169,110,1);
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 300;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media(max-width:442px){
	.hero-title{
		font-size: 1.9rem;
	}
}
.hero-title em { font-style: italic; color: rgba(201,169,110,1); }
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.75);
  max-width: 480px;
  line-height: 1.7;
  /*margin-bottom: 2.6rem;*/
}
.btn-primary-custom {
  background: rgba(26,127,122,1);
  border: none;
  color: #fff;
  padding: .85rem 2.2rem;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background .25s, transform .2s, box-shadow .2s;
  border-radius: 2px;
}
.btn-primary-custom:hover {
  background: rgba(36,173,166,1);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(26,127,122,.35);
  color: #fff;
}
.btn-outline-custom {
  background: transparent;
  border: 1px solid rgba(255,255,255,.4);
  color: #fff;
  padding: .85rem 2.2rem;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background .25s, border-color .25s;
  border-radius: 2px;
  margin-left: .75rem;
}
.btn-outline-custom:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.7);
  color: #fff;
}
.hero-scroll-cue {
  position: absolute;
  bottom: 2.4rem; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
  color: rgba(255,255,255,.45);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 52px;
  background: linear-gradient(to bottom, rgba(255,255,255,.5), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
	margin-top: 25px;
}
@keyframes scrollPulse {
  0%,100% { opacity: .4; transform: scaleY(1); }
  50%      { opacity: 1;  transform: scaleY(1.15); }
}
.space{
	height: 50px;
}
@media(max-width:450px){
	.btn-outline-custom{
		margin-left:0;
	}
}
@media(max-width:500px){
	.hero-scroll-cue{
		display: none;
	}
}
.clearfix{
	clear: both;
}
/* ── SECTION SHARED ──────────────────────────────────── */
.section-pad { padding: 6.5rem 0; }
.section-eyebrow {
  font-size: .72rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(26,127,122,1);
  font-weight: 500;
  margin-bottom: .8rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 300;
  line-height: 1.15;
  color: rgba(11,31,46,1);
  margin-bottom: 1.2rem;
}
.section-title em { font-style: italic; color: rgba(26,127,122,1); }
.divider-line {
  width: 48px; height: 2px;
  background: rgba(201,169,110,1);
  margin-bottom: 1.8rem;
}

/* ── ABOUT ───────────────────────────────────────────── */
#about { background: rgba(253,250,245,1); }
.about-img-wrap { position: relative; }
.about-img-wrap img {
  width: 100%; border-radius: 3px;
  box-shadow: 24px 24px 0 rgba(245,240,232,1);
  object-fit: cover;
}
.about-badge {
  position: absolute;
  bottom: -1.5rem; left: -1.5rem;
  background: rgba(26,127,122,1);
  color: #fff;
  padding: 1.4rem 1.8rem;
  border-radius: 2px;
  font-family: 'Cormorant Garamond', serif;
}
.about-badge .num {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}
.about-badge .lbl {
  font-size: .78rem;
  letter-spacing: .08em;
  opacity: .85;
}
.about-body { font-size: 1rem; line-height: 1.85; color: rgba(106,128,144,1); }
.about-stat { border-left: 2px solid rgba(201,169,110,1); padding-left: 1rem; }
.about-stat{
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 600;
  color: rgba(26,127,122,1);
  line-height: 1;
}
.stat-n{
	font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: rgba(26,127,122,1);
  line-height: 1;
	padding-bottom: 8px;
}
.about-stat .stat-l { font-size: 1rem; color: rgba(106,128,144,1); }

/* ── PARALLAX DIVIDER ────────────────────────────────── */
.parallax-band {
  position: relative;
  height: 320px;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.parallax-band-bg {
  position: absolute; inset: -80px 0;
  background-image:
    linear-gradient(to right, rgba(11,31,46,.88) 0%, rgba(26,127,122,.7) 100%),
    url('img/as2.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.parallax-quote {
  position: relative; z-index: 2;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 3.5vw, 2.4rem);
  font-weight: 300;
  font-style: italic;
  color: #fff;
  text-align: center;
  max-width: 900px;
  padding: 0 2rem;
  line-height: 1.25;
}
.parallax-quote cite {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-size: .78rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(201,169,110,1);
  margin-top: 1.2rem;
}
@media(max-width:1200px){
	.col-sm-4{
		width:100%;
	}
	.mb-5{
		margin-bottom: 1.5rem !important;
	}
}
/* ── SERVICES ────────────────────────────────────────── */
#services { background: rgba(245,240,232,1); }
.service-card {
  background: rgba(253,250,245,1);
  border-radius: 3px;
  padding: 2.4rem 2rem;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
  border-bottom: 3px solid transparent;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(11,31,46,.1);
  border-bottom-color: rgba(26,127,122,1);
}
.service-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(26,127,122,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem;
  color: rgba(26,127,122,1);
  margin-bottom: 1.4rem;
  transition: background .3s;
}
.service-card:hover .service-icon { background: rgba(26,127,122,1); color: #fff; }
.service-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(11,31,46,1);
  margin-bottom: .7rem;
}
.service-card p { font-size: .9rem; color: rgba(106,128,144,1); line-height: 1.75; }

/* ── CONTACT ─────────────────────────────────────────── */
#contact { background: rgba(253,250,245,1); }
.contact-info-block { padding-right: 3rem; }
.contact-info-item {
  display: flex; gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.8rem;
}
.contact-info-item .ci-icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  background: rgba(26,127,122,.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(26,127,122,1);
  font-size: 1.1rem;
}
.contact-info-item h6 {
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(106,128,144,1);
  margin-bottom: .25rem;
}
.contact-info-item p { font-size: .93rem; color: rgba(28,43,56,1); margin: 0; }

.mobile{
	text-align: left;
}
@media(max-width:991px){
	.mobile{
		text-align: center;
	}
	.contact-info-item {
  display: flex;
		flex-direction: column;
	justify-content: center; /* Horizontal */
  align-items: center;     /* Vertical */
}
	.divider-line{
		margin: 0 auto;
		text-align: center;
	}
}
/* Form */
.contact-form-wrap {
  background: rgba(11,31,46,1);
  border-radius: 4px;
  padding: 3rem;
}
.form-label {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: .4rem;
}
.form-control {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  border-radius: 2px;
  padding: .75rem 1rem;
  font-size: .9rem;
  transition: border-color .2s, background .2s;
}
.form-control:focus {
  background: rgba(255,255,255,.1);
  border-color: rgba(36,173,166,1);
  box-shadow: none;
  color: #fff;
  outline: none;
}
.form-control::placeholder { color: rgba(255,255,255,.28); }
textarea.form-control { resize: vertical; min-height: 120px; }
#formMsg {
  display: none;
  border-radius: 2px;
  padding: .75rem 1rem;
  font-size: .88rem;
  margin-top: 1rem;
}
#formMsg.success { background: rgba(26,127,122,.2); color: rgba(126,232,222,1); border: 1px solid rgba(26,127,122,.4); }
#formMsg.error   { background: rgba(180,50,50,.2);  color: rgba(248,170,170,1); border: 1px solid rgba(180,50,50,.4); }

.btn-submit {
  width: 100%;
  background: rgba(26,127,122,1);
  border: none;
  color: #fff;
  padding: .9rem;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px;
  transition: background .25s;
  position: relative;
}
.btn-submit:hover { background: rgba(36,173,166,1); color: #fff; }
.btn-submit:disabled { opacity: .6; }

/* ── PRIVACY POLICY ──────────────────────────────────── */
#privacy { background: rgba(245,240,232,1); }
.privacy-card {
  background: rgba(253,250,245,1);
  border-radius: 4px;
  padding: 3rem 3.5rem;
}
.privacy-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(11,31,46,1);
  margin: 1.8rem 0 .6rem;
}
.privacy-card p, .privacy-card li {
  font-size: .9rem;
  color: rgba(106,128,144,1);
  line-height: 1.8;
}
.privacy-card ul { padding-left: 1.3rem; }
.col-lg-9 {
	width: 100%;
}
@media(max-width:1200px){
	.priv{
		max-width: 98%;
	}
}

/* ── FOOTER ──────────────────────────────────────────── */
footer {
  background: rgba(11,31,46,1);
  color: rgba(255,255,255,.75);
  padding: 2.4rem 0;
  font-size: .82rem;
}
footer a { color: rgba(255,255,255,.75); text-decoration: none; transition: color .2s; }
footer a:hover { color: rgba(201,169,110,1); }
.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: rgba(255,255,255,.8);
}
/*.footer-brand span { color: rgba(201,169,110,1); }*/

/* ── SCROLL REVEAL ───────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-reveal].visible {
  opacity: 1;
  transform: none;
}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media(max-width: 767px) {
  .contact-info-block { padding-right: 0; margin-bottom: 2rem; }
  .contact-form-wrap  { padding: 2rem 1.5rem; }
  .privacy-card       { padding: 2rem 1.5rem; }
  .about-badge        { left: .5rem; bottom: .5rem; }
}
@media(max-width:520px){
	.lofo2{
		display: none;
	}
}
@media(max-width:340px){
	.lofo{
		display:none;
	}
	.lofo3{
		display:contents;
	}
}
@media(max-width:994px){
	.extra{
		display: none;
	}
	.text-md-end{
		text-align:left!important;
	}
	.col-md-4{
		width: 100%;
	}
}