@charset "utf-8";
/* CSS Document */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --cream:    #F5F0E8;
    --cream-dk: #EDE6D6;
    --oak:      #895819;
    --oak-dk:   #9E7240;
    --oak-lt:   #E8C98A;
    --bark:     #c78c6a;
    --bark-lt:  #db966e;
    --smoke:    #514b46;
    --smokey-black: #100c08;
    --white:    #FDFAF5;
    --black:    #1A1208;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--white);
    color: var(--black);
    overflow-x: hidden;
  }

  /* ── TOPBAR ──────────────────────────────────── */
  .topbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 101;
    background: var(--black);
    display: flex; align-items: center; justify-content: center;
    gap: 2rem; padding: 0.45rem 4vw;
    flex-wrap: wrap;
  }
  .topbar-item {
    display: flex; align-items: center; gap: 0.45rem;
    font-size: 0.75rem; letter-spacing: 0.06em;
    color: rgba(253,250,245,0.82);
    text-decoration: none; font-weight: 300;
    white-space: nowrap;
    transition: color 0.2s;
  }
  .topbar-item:hover { color: var(--oak-lt); }
  .topbar-item svg { width: 13px; height: 13px; flex-shrink: 0; color: var(--oak-lt); }
  .topbar-sep {
    width: 1px; height: 14px;
    background: rgba(253,250,245,0.18);
  }
.fa-brands, .fab {
  font-weight: 400;
  font-size: 1rem;
}
  /* ── NAV ─────────────────────────────────────── */
  nav {
    position: fixed; top: 30px; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.1rem 4vw;
    background: rgba(253,250,245,0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(61,43,31,0.08);
    transition: padding 0.3s;
  }
  .nav-logo {
/*    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;*/
    text-decoration: none;
    position: relative;
  }
  /*.nav-logo span { color: var(--oak); }*/
  .nav-links {
    display: flex; gap: 2.5rem; list-style: none; align-items: center;
  }
	
	
  @media (max-width: 1240px) {	
  .nav-links {
    display: flex; gap: 2.0rem; list-style: none; align-items: center;
  }
  }
	
	
  @media (max-width: 1125px) {	
  .nav-links {
    display: flex; gap: 1.75rem; list-style: none; align-items: center;
  }
  }
	
	
  @media (max-width: 980px) {	
  .nav-links {
    display: flex; gap: 1.125rem; list-style: none; align-items: center;
  }
  }
  .logo-name { display:block; font-family:'Cormorant Garamond',serif; font-size:1.5rem; font-weight:600; color:var(--black); letter-spacing:4px; }
  .logo-tagline { display:block; font-family:'Cormorant Garamond',serif; font-size:1.0rem; font-weight:300; color:var(--smokey-black); letter-spacing:4px; text-transform:uppercase; margin-top:2px; }




  @media (max-width: 1450px) {	
  .logo-name { display:block; font-family:'Cormorant Garamond',serif; font-size:1.0rem; font-weight:700; color:var(--black); letter-spacing:2px; }	
  .logo-tagline { display:block; font-family:'Cormorant Garamond',serif; font-size:.75rem; font-weight:300; color:var(--smokey-black); letter-spacing:2px; text-transform:uppercase; margin-top:2px; }
  }
	
  @media (max-width: 1100px) {	
  .logo-tagline { display:block; font-family:'Cormorant Garamond',serif; font-size:0.75rem; font-weight:500; color:var(--smokey-black); letter-spacing:.5px; text-transform:uppercase; margin-top:2px; }
  }


  @media (max-width: 890px) {	
  .logo-name { display:block; font-family:'Cormorant Garamond',serif; font-size:.875rem; font-weight:700; color:var(--black); letter-spacing:1px; }	
  .logo-tagline { display:block; font-family:'Cormorant Garamond',serif; font-size:0.675rem; font-weight:500; color:var(--smokey-black); letter-spacing:.5px; text-transform:uppercase; margin-top:2px; }
  }


  @media (max-width: 810px) {	
  .logo-name { display:block; font-family:'Cormorant Garamond',serif; font-size:1.0rem; font-weight:700; color:var(--black); letter-spacing:2px; }	
  .logo-tagline { display:block; font-family:'Cormorant Garamond',serif; font-size:0.75rem; font-weight:500; color:var(--smokey-black); letter-spacing:.5px; text-transform:uppercase; margin-top:2px; }
  }
  .nav-links > li { position: relative; }
  .nav-links a {
    font-size: 0.82rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--black-lt);
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
    display: flex; align-items: center; gap: 0.3rem;
  }
	
  @media (max-width: 1310px) {	
  .nav-links a {
    font-size: 0.70rem;
    font-weight: 400;
    letter-spacing: 0.0em;
    text-transform: uppercase;
    color: var(--smokey-black);
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
    display: flex; align-items: center; gap: 0.3rem;
  }
  }
	
  @media (max-width: 1180px) {	
  .nav-links a {
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.0em;
    text-transform: uppercase;
    color: var(--smokey-black);
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
    display: flex; align-items: center; gap: 0.3rem;
  }
  }
	
  @media (max-width: 980px) {	
  .nav-links a {
    font-size: 0.675rem;
    font-weight: 400;
    letter-spacing: 0.0em;
    text-transform: uppercase;
    color: var(--smokey-black);
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
    display: flex; align-items: center; gap: 0.3rem;
  }
  }
	
  .nav-links a::after {
    content: '';
    position: absolute; bottom: -3px; left: 0; right: 0;
    height: 1px; background: var(--oak);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.3s;
  }
  .nav-links a:hover { color: var(--black); }
  .nav-links a:active { color: var(--oak); }
  .nav-links a:hover::after { transform: scaleX(1); }
  /* Dropdown parent arrow */
  .nav-has-drop > a .drop-arrow {
    width: 10px; height: 10px; transition: transform 0.25s;
    flex-shrink: 0;
  }
  .nav-has-drop:hover > a .drop-arrow { transform: rotate(180deg); }
  /* Dropdown panel */
  .nav-dropdown {
    position: absolute; top: calc(100% + 2px); left: 50%;
    background: var(--white);
    border: 1px solid rgba(61,43,31,0.1);
    border-radius: 3px;
    min-width: 210px;
    box-shadow: 0 8px 28px rgba(61,43,31,0.12);
    opacity: 0; visibility: hidden; pointer-events: none;
    transform: translateX(-50%) translateY(-6px);
    transition: opacity 0.22s, transform 0.22s, visibility 0.22s;
    list-style: none;
    padding: 0.5rem 0;
    z-index: 200;
  }
  /* Invisible bridge fills the gap between link and dropdown so the mouse never leaves the hover zone */
  .nav-has-drop::after {
    content: '';
    position: absolute;
    top: 100%; left: 0; right: 0;
    height: 10px;
  }
  .nav-has-drop:hover .nav-dropdown,
  .nav-has-drop:focus-within .nav-dropdown {
    opacity: 1; visibility: visible; pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .nav-dropdown li a {
    display: block; padding: 0.65rem 1.25rem;
    font-size: 0.78rem; letter-spacing: 0.1em;
    color: var(--smokey-black); text-transform: uppercase;
    white-space: nowrap; transition: background 0.15s, color 0.15s;
  }
  .nav-dropdown li a::after { display: none; }
  .nav-dropdown li a:hover {
    background: var(--cream); color: var(--black);
  }
  .nav-dropdown::before {
    content: '';
    position: absolute; top: -6px; left: 50%; transform: translateX(-50%);
    width: 10px; height: 10px;
    background: var(--white);
    border-left: 1px solid rgba(61,43,31,0.1);
    border-top: 1px solid rgba(61,43,31,0.1);
    transform: translateX(-50%) rotate(45deg);
  }
  .nav-cta {
    background: var(--black);
    color: var(--cream) !important;
    padding: 0.55rem 1.4rem;
    border-radius: 2px;
    letter-spacing: 0.1em !important;
    transition: background 0.2s !important;
  }
  .nav-cta:hover { background: var(--smokey-black) !important; }
  .nav-cta::after { display: none !important; }
  .hamburger {
    display: none; flex-direction: column; gap: 5px; cursor: pointer;
    background: none; border: none; padding: 4px;
  }
  .hamburger span {
    display: block; width: 24px; height: 1.5px;
    background: var(--black); transition: all 0.3s;
  }
  .mobile-menu {
    display: none; position: fixed; inset: 0; z-index: 99;
    background: var(--white); flex-direction: column;
    align-items: center; justify-content: start; padding-top: 150px; gap: 1rem;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem; color: var(--black); text-decoration: none;
    font-weight: 400; letter-spacing: 0.05em;
  }
  /* Services toggle button in mobile menu */
  .mobile-services-toggle {
    background: none; border: none; cursor: pointer;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem; color: var(--black);
    font-weight: 400; letter-spacing: 0.05em;
    display: flex; align-items: center; gap: 0.5rem;
    padding: 0;
  }
  .mobile-services-toggle .mob-arrow {
    display: inline-block;
    font-size: 1.2rem; color: var(--oak);
    transition: transform 0.3s;
    line-height: 1;
  }
  .mobile-services-toggle.open .mob-arrow { transform: rotate(180deg); }
  .mobile-menu .mobile-sub {
    display: flex; flex-direction: column; align-items: center;
    gap: 0.6rem;
    max-height: 0; overflow: hidden;
    transition: max-height 0.35s ease, margin 0.3s ease;
    margin-top: 0;
  }
  .mobile-menu .mobile-sub.open {
    max-height: 300px;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .mobile-menu .mobile-sub a {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--smoke);
    font-weight: 400;
  }
  .mobile-close {
    position: absolute; top: 1.5rem; right: 4vw;
    background: none; border: none; font-size: 1.8rem;
    cursor: pointer; color: var(--black);
  }

  /* ── BACK TO TOP ─────────────────────────────── */
  .back-to-top {
    position: fixed; bottom: 2rem; right: 2rem; z-index: 150;
    width: 44px; height: 44px;
    background: var(--black);
    color: var(--cream);
    border: none; border-radius: 2px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s, background 0.2s;
  }
  .back-to-top.visible {
    opacity: 1; visibility: visible; pointer-events: auto;
    transform: translateY(0);
  }
  .back-to-top:hover { background: var(--smokey-black); }
  .back-to-top svg { width: 18px; height: 18px; }

  /* ── HERO SLIDER ────────────────────────────────── */
  .hero-slider-section { display: flex; flex-direction: column; }

  .hero-slider {
    position: relative;
    width: 100%;
    height: 92svh;
    min-height: 520px;
    overflow: hidden;
    background: var(--black);
    /* push below fixed topbar + nav */
    margin-top: calc(30px + 68px); /* topbar height + nav height */
  }

  /* Individual slides */
  .hero-slide {
    position: absolute; inset: 0;
    opacity: 0;
    transition: opacity 1.1s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
  .hero-slide.active {
    opacity: 1;
    pointer-events: auto;
  }

  /* Background image layer */
  .hero-slide-bg {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    transition: transform 7s ease;
  }
  .hero-slide.active .hero-slide-bg {
    transform: scale(1);
  }

  /* Dark gradient overlay */
  .hero-slide-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
      to right,
      rgba(26, 18, 8, 0.72) 0%,
      rgba(26, 18, 8, 0.35) 55%,
      rgba(26, 18, 8, 0.18) 100%
    );
  }

  /* Caption */
  .hero-slide-caption {
    position: absolute;
    bottom: 14%;
    left: 8vw;
    max-width: 580px;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.9s ease 0.45s, transform 0.9s ease 0.45s;
  }
  .hero-slide.active .hero-slide-caption {
    opacity: 1;
    transform: translateY(0);
  }
  .slide-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--oak-lt);
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .slide-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.4rem, 5.5vw, 5rem);
    font-weight: 300;
    line-height: 1.08;
    color: var(--white);
    margin-bottom: 1.25rem;
  }
  .slide-headline em {
    font-style: italic;
    color: var(--oak-lt);
  }
  .slide-sub {
    font-size: clamp(0.88rem, 1.2vw, 1rem);
    line-height: 1.75;
    color: rgba(253,250,245,0.78);
    font-weight: 300;
    max-width: 440px;
  }

  /* Prev / Next buttons */
  .slider-btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 52px; height: 52px;
    background: rgba(253,250,245,0.12);
    border: 1px solid rgba(253,250,245,0.28);
    backdrop-filter: blur(6px);
    border-radius: 2px;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: var(--white);
    transition: background 0.25s, border-color 0.25s;
    z-index: 10;
  }
  .slider-btn svg { width: 22px; height: 22px; }
  .slider-btn:hover {
    background: rgba(196,149,90,0.55);
    border-color: var(--oak-lt);
  }
  .slider-btn-prev { left: 2vw; }
  .slider-btn-next { right: 2vw; }

  /* Dot indicators */
  .slider-dots {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    display: flex; gap: 0.6rem; z-index: 10;
  }
  .slider-dot {
    width: 28px; height: 3px;
    background: rgba(253,250,245,0.38);
    border: none; border-radius: 2px; cursor: pointer;
    transition: background 0.3s, width 0.3s;
    padding: 0;
  }
  .slider-dot.active {
    background: var(--oak-lt);
    width: 46px;
  }

  /* Badge (bottom-right corner of slider) */
  .hero-badge {
    position: absolute; bottom: 2.5rem; right: 3vw;
    background: rgba(253,250,245,0.92);
    backdrop-filter: blur(8px);
    padding: 1.2rem 1.6rem;
    border-left: 3px solid var(--oak);
    z-index: 10;
  }
  .hero-badge-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    font-weight: 300;
    color: var(--black);
    line-height: 1;
  }
  .hero-badge-label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--smoke);
    margin-top: 0.3rem;
  }

  /* Hero text panel — below slider */
  .hero-text {
    display: flex; flex-direction: column; align-items: flex-start;
    padding: 5vw 8vw;
    background: var(--cream);
  }
  .hero-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--oak);
    margin-bottom: 1.25rem;
    font-weight: 500;
  }
  .hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.6rem, 5vw, 5rem);
    line-height: 1.06;
    font-weight: 300;
    color: var(--black);
    margin-bottom: 1.5rem;
  }
  .hero-title em { font-style: italic; color: var(--oak-dk); }
  .hero-sub {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--smoke);
    max-width: 560px;
    margin-bottom: 2.5rem;
    font-weight: 300;
  }
  .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

  .btn-primary {
    background: var(--black);
    color: var(--cream);
    padding: 0.9rem 2.2rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    transition: background 0.25s;
    white-space: nowrap;
  }
  .btn-primary:hover { background: var(--smokey-black); }
  .btn-outline {
    border: 1px solid var(--black);
    color: var(--black);
    padding: 0.1rem 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    transition: all 0.25s;
    white-space: nowrap;
    margin: 1rem;
  }
  .btn-outline:hover { background: var(--black); color: var(--cream); }

  /* Responsive slider adjustments */
  @media (max-width: 768px) {
    .hero-slider {
      height: 72svh;
      min-height: 400px;
      margin-top: calc(52px + 62px);
    }
    .hero-slide-caption { bottom: 18%; left: 6vw; max-width: 90%; }
    .hero-badge { display: none; }
    .slider-btn { width: 40px; height: 40px; }
    .slider-btn svg { width: 18px; height: 18px; }
    .hero-text { padding: 8vw 6vw; }
  }

  @media (max-width: 500px) {
    .hero-slider {
      height: 65svh;
      margin-top: calc(52px + 58px);
    }
    .slide-eyebrow { display: none; }
    .slider-btn { display: none; } /* rely on swipe on small phones */
  }

  /* ── MARQUEE ─────────────────────────────────── */
  .marquee-wrap {
    background: var(--black);
    overflow: hidden; padding: 0.9rem 0;
    white-space: nowrap;
  }
  .marquee-inner {
    display: inline-block;
    animation: marquee 28s linear infinite;
  }
  .marquee-inner span {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(253,250,245,0.7);
    margin: 0 2rem;
    font-weight: 400;
  }
  .marquee-inner span.dot {
    color: var(--oak-lt);
    margin: 0 0.5rem;
    letter-spacing: 0;
    font-size: 1rem;
  }
  @keyframes marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ── SECTION SHARED ──────────────────────────── */
  section { padding: 9vw 8vw; }
  .section-label {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--oak);
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    font-weight: 300;
    color: var(--black);
    line-height: 1.12;
  }
  .section-title em { font-style: italic; }

  /* ── SITE CONTENT ───────────────────────────────────── */
	.img-fluid {
    max-width: 100%;
    height: auto;
	}
  .sitecontent {
    display: grid; grid-template-columns: 1fr; gap: 1vw;
    align-items: center;
    background: var(--white);
  }
  .sitecontentsection-label {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--oak);
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .sitecontentsection-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.0rem, 3vw, 1.8rem);
    font-weight: 300;
    color: var(--black);
    line-height: 1.12;
    text-transform: capitalize;
  }
  .sitecontentsection-title em { font-style: italic; }
  .sitecontent-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 2.5vw, 1.8rem);
    font-weight: 300;
    color: var(--black);
    line-height: 1.12;
    text-transform: capitalize;
  }
  .sitecontentsection-title em { font-style: italic; }
  .sitecontent-images {
    margin-right:1rem;
		max-width: 420px;
    height: auto;
  }
  .sitecontent-img {
    border-radius: 2px; overflow: hidden;
    /*aspect-ratio: 4/3;*/
    background: var(--cream-dk);
  }
  .sitecontent-img img {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
    transition: transform 0.6s;
  }
  .sitecontent-img:hover img { transform: scale(1.04); }
  .sitecontent-img:first-child { margin-top: .5rem;margin-right: 2rem;
    width: 360px; }
  .sitecontent-img:last-child { margin-bottom: 2rem; }
  .sitecontent-content {     padding: 1rem 0 0 0; }
  .sitecontent-body {
    font-size: 1rem; line-height: 1.85;
    color: var(--smoke); font-weight: 300;
    margin: 1.5rem 0 2rem;
  }
  @media (max-width: 480px) {
  .sitecontent-body {
    font-size: 1rem; line-height: 1.85;
    color: var(--smoke); font-weight: 300;
    margin: 1.5rem 0 2rem;
		max-width: 400px;
  }
  }
  @media (max-width: 390px) {
  .sitecontent-body {
    font-size: 1rem; line-height: 1.85;
    color: var(--smoke); font-weight: 300;
    margin: 1.5rem 0 2rem;
		max-width: 350px;
  }
  .sitecontent-img:first-child { margin-top: .5rem;margin-right: 2rem;
    max-width: 350px; }
  }
  .sitecontent-stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem; margin-top: 2.5rem;
    border-top: 1px solid rgba(61,43,31,0.1);
    padding-top: 2rem;
  }
  .stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem; font-weight: 300;
    color: var(--black); line-height: 1;
  }
  .stat-label {
    font-size: 0.75rem; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--smoke);
    margin-top: 0.4rem;
  }


  /* ── ABOUT ───────────────────────────────────── */
  .about {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8vw;
    align-items: center;
    background: var(--white);
  }
  .about-images {
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
    position: relative;
  }
  .about-img {
    border-radius: 2px; overflow: hidden;
    aspect-ratio: 3/4;
    background: var(--cream-dk);
  }
  .about-img img {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
    transition: transform 0.6s;
  }
  .about-img:hover img { transform: scale(1.04); }
  .about-img:first-child { margin-top: 2rem; }
  .about-img:last-child { margin-bottom: 2rem; }
  .about-content { padding-right: 2vw; }
  .about-body {
    font-size: 1rem; line-height: 1.85;
    color: var(--smoke); font-weight: 300;
    margin: 1.5rem 0 2rem;
  }
  .about-stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem; margin-top: 2.5rem;
    border-top: 1px solid rgba(61,43,31,0.1);
    padding-top: 2rem;
  }
  .stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem; font-weight: 300;
    color: var(--black); line-height: 1;
  }
  .stat-label {
    font-size: 0.75rem; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--smoke);
    margin-top: 0.4rem;
  }

  /* ── SERVICES ────────────────────────────────── */
  .services { background: var(--cream); }
  .services-header {
    display: flex; justify-content: space-between; align-items: flex-end;
    flex-wrap: wrap; gap: 1.5rem; margin-bottom: 4rem;
  }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 3fr));
    gap: 1.5px;
    background: rgba(61,43,31,0.15);
    border: 1.5px solid rgba(61,43,31,0.15);
		grid-template-columns: 3fr 3fr 3fr;
  }
	

  .service-card {
    background: var(--cream);
    padding: 2.8rem 2.5rem;
    position: relative; overflow: hidden;
    cursor: default;
    transition: background 0.3s;
  }
  .service-card::before {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: var(--oak);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s;
  }
  .service-card:hover { background: var(--white); }
  .service-card:hover::before { transform: scaleX(1); }
  .service-icon {
    width: 44px; height: 44px; margin-bottom: 1.5rem;
    color: var(--oak);
  }
  @media (max-width: 1820px) {
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 3fr));
    gap: 1.5px;
    background: rgba(61,43,31,0.15);
    border: 1.5px solid rgba(61,43,31,0.15);
		grid-template-columns: 3fr 3fr 3fr;
  }
  }
  @media (max-width: 480px) {
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5px;
    background: rgba(61,43,31,0.15);
    border: 1.5px solid rgba(61,43,31,0.15);
		grid-template-columns: 1fr;
  }
  }
	

  .service-card {
    background: var(--cream);
    padding: 1.8rem 1.5rem;
    position: relative; overflow: hidden;
    cursor: default;
    transition: background 0.3s;
  }
  .service-card::before {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: var(--oak);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s;
  }
  .service-card:hover { background: var(--white); }
  .service-card:hover::before { transform: scaleX(1); }
  .service-icon {
    width: 44px; height: 44px; margin-bottom: 1.5rem;
    color: var(--oak);
  }
  }
  .service-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem; font-weight: 400;
    color: var(--black); margin-bottom: 0.75rem; line-height: 1.2;
  }
  .service-name a{
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.55rem; font-weight: 400;
    color: var(--black); margin-bottom: 0.75rem; line-height: 1.2;
		text-decoration:none;
    position: relative;
    transition: color 0.2s;
    display: flex; align-items: center; gap: 0.3rem;
  }
	  .service-name a::after {
    content: '';
    position: absolute; bottom: -3px; left: 0; right: 0;
    height: 1px; background: var(--oak);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.3s;
  }
  .service-name a:hover { color: var(--black); }
  .service-name a:active { color: var(--oak); }
  .service-name a:hover::after { transform: scaleX(1); }
  .service-desc {
    font-size: 0.88rem; line-height: 1.8;
    color: var(--smoke); font-weight: 300;
  }

  /* ── GALLERY ─────────────────────────────────── */
  .gallery { background: var(--white); }
  .gallery-header { margin-bottom: 2.5rem; }

  /* Tab bar */
  .gallery-tabs {
    display: flex; gap: 0; flex-wrap: wrap;
    border-bottom: 1px solid rgba(61,43,31,0.12);
    margin-bottom: 2.5rem;
  }
  .gallery-tab {
    background: none; border: none; cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem; letter-spacing: 0.14em;
    text-transform: uppercase; font-weight: 400;
    color: var(--smoke);
    padding: 0.75rem 1.5rem;
    position: relative;
    transition: color 0.2s;
  }
  .gallery-tab::after {
    content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
    height: 2px; background: var(--oak);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.3s;
  }
  .gallery-tab:hover { color: var(--black); }
  .gallery-tab.active { color: var(--black); }
  .gallery-tab.active::after { transform: scaleX(1); }

  /* Masonry columns */
  .gallery-panel { display: none; }
  .gallery-panel.active { display: block;  margin-bottom: 10px; }
  .masonry {
    column-count: 3;
    column-gap: 10px;
  }
  .masonry-item {
    break-inside: avoid;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    cursor: zoom-in;
    background: var(--cream-dk);
  }
  .masonry-item img {
    width: 100%; display: block;
    transition: transform 0.6s ease;
  }
  .masonry-item:hover img { transform: scale(1.05); }
  .gallery-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(61,43,31,0.72) 0%, transparent 55%);
    opacity: 0; transition: opacity 0.3s;
    display: flex; align-items: flex-end; padding: 1.2rem;
  }
  .masonry-item:hover .gallery-overlay { opacity: 1; }
  .gallery-overlay span {
    color: var(--cream);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem; font-weight: 300;
    letter-spacing: 0.04em; line-height: 1.3;
  }

  /* Lightbox */
  .lightbox {
    display: none;
    position: fixed; inset: 0; z-index: 200;
    background: rgba(26,18,8,0.94);
    align-items: center; justify-content: center;
    padding: 2rem;
  }
  .lightbox.open { display: flex; }
  .lightbox-inner {
    position: relative; max-width: 1100px; width: 100%;
    display: flex; flex-direction: column; align-items: center;
  }
  .lightbox img {
    max-width: 100%; max-height: 82vh;
    object-fit: contain; border-radius: 2px;
    display: block;
  }
  .lightbox-caption {
    margin-top: 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem; font-weight: 300;
    color: rgba(253,250,245,0.65);
    letter-spacing: 0.04em; text-align: center;
  }
  .lightbox-close {
    position: absolute; top: -2.5rem; right: 0;
    background: none; border: none; cursor: pointer;
    color: rgba(253,250,245,0.6); font-size: 1.8rem;
    line-height: 1; transition: color 0.2s;
    padding: 0.25rem 0.5rem;
  }
  .lightbox-close:hover { color: var(--cream); }
  .lightbox-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(253,250,245,0.1); border: 1px solid rgba(253,250,245,0.2);
    color: var(--cream); cursor: pointer;
    width: 44px; height: 44px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; transition: background 0.2s;
  }
  .lightbox-nav:hover { background: rgba(253,250,245,0.2); }
  .lightbox-prev { left: -3.5rem; }
  .lightbox-next { right: -3.5rem; }

  @media (max-width: 900px) {
    .masonry { column-count: 2; }
    .lightbox-prev { left: -2.5rem; }
    .lightbox-next { right: -2.5rem; }
  }
  @media (max-width: 560px) {
    .masonry { column-count: 1; }
    .lightbox-prev, .lightbox-next { display: none; }
    .gallery-tab { padding: 0.65rem 0.4rem; font-size: 0.52rem; }
  }

  /* ── PROCESS ─────────────────────────────────── */
  .process { background: var(--smokey-black); }
  .process .section-label { color: var(--oak-lt); }
  .process .section-title { color: var(--cream); }
  .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0; margin-top: 4rem;
    border: 1px solid rgba(253,250,245,0.12);
  }
  .process-step {
    padding: 2.5rem 2rem;
    border-right: 1px solid rgba(253,250,245,0.12);
    position: relative;
  }
  @media (max-width: 560px) {
  .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0; margin-top: 2rem;
    border: 1px solid rgba(253,250,245,0.12);
  }
  .process-step {
    padding: 1.5rem 1rem;
    border-right: 1px solid rgba(253,250,245,0.12);
    position: relative;
  }
  }
  .process-step:last-child { border-right: none; }
  .step-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem; font-weight: 300;
    color: rgba(196,149,90,0.25);
    line-height: 1; margin-bottom: 1rem;
  }
  .step-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem; font-weight: 400;
    color: var(--cream); margin-bottom: 0.75rem;
  }
  .step-desc {
    font-size: 0.84rem; line-height: 1.85;
    color: rgba(253,250,245,0.55); font-weight: 300;
  }

  /* ── TESTIMONIALS ────────────────────────────── */
  .testimonials { background: var(--cream); }
  .testimonials-header { margin-bottom: 3.5rem; }
  .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
  .testimonial-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 2px;
    border: 1px solid rgba(61,43,31,0.08);
    position: relative;
  }
  .testimonial-card::before {
    content: '\201C';
    position: absolute; top: 1rem; right: 1.8rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem; color: var(--oak-lt);
    line-height: 1; font-weight: 300;
  }
  .testimonial-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem; line-height: 1.75;
    color: var(--black); font-weight: 300;
    font-style: italic; margin-bottom: 1.5rem;
  }
  .testimonial-author {
    font-size: 0.78rem; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--smoke);
    font-weight: 400;
  }
  .testimonial-author strong {
    display: block; color: var(--black);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem; letter-spacing: 0.02em;
    text-transform: none; font-style: normal;
    margin-bottom: 0.2rem; font-weight: 600;
  }
  .stars { color: var(--oak); margin-bottom: 1rem; font-size: 0.85rem; }

  /* ── CONTACT ─────────────────────────────────── */
	.hours-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 20px;
    margin-top: 4px;
}
.hours-day {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--bark-lt);
}
.hours-time {
    color: var(--bark-lt);
    font-size: 14px;
}
.contact-hours-day {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--smokey-black);
}
.contact-hours-time {
    color: var(--smokey-black);
    font-size: 14px;
}
  @media (max-width: 560px) {
	.hours-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 5px;
    margin-top: 4px;
}
.hours-day {
    font-size: 12px;
    letter-spacing: 0px;
    color: var(--bark-lt);
}
.contact-hours-day {
    font-size: 12px;
    letter-spacing: 0px;
    color: var(--smokey-black);
}
.contact-hours-time {
    color: var(--smokey-black);
    font-size: 14px;
}
}
  .contact {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0; /*padding: 0;*/
    background: var(--white);
  }
  .contact-info {
    padding: 8vw;
    background: var(--cream-dk);
  }
  .contact-body {
    font-size: 0.95rem; line-height: 1.85;
    color: var(--smoke); font-weight: 300;
    margin: 1.5rem 0 2.5rem;
  }
  .contact-detail {
    display: flex; gap: 1rem; align-items: flex-start;
    margin-bottom: 1.25rem;
  }
  .contact-detail a{
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.0rem; font-weight: 400;
    color: var(--black); margin-bottom: 0.75rem; line-height: 1.2;
		text-decoration:none;
    position: relative;
    transition: color 0.2s;
    display: flex; align-items: center; gap: 0.3rem;
  }
	  .contact-detail a::after {
    content: '';
    position: absolute; bottom: -3px; left: 0; right: 0;
    height: 1px; background: var(--oak);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.3s;
  }
  .contact-detail a:hover { color: var(--black); }
  .contact-detail a:active { color: var(--oak); }
  .contact-detail a:hover::after { transform: scaleX(1); }
	
  .contact-detail-icon {
    width: 18px; height: 18px; color: var(--oak);
    flex-shrink: 0; margin-top: 2px;
  }
  .contact-detail-text {
    font-size: 0.88rem; line-height: 1.7; color: var(--smokey-black);
  }
  .contact-form-wrap { padding: 8vw; }
  .form-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem; font-weight: 300;
    color: var(--black); margin-bottom: 2rem;
  }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
  .form-group { margin-bottom: 1rem; }
  label {
    display: block; font-size: 0.72rem;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--smoke); margin-bottom: 0.5rem; font-weight: 400;
  }
  input, select, textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    background: var(--cream);
    border: 1px solid rgba(61,43,31,0.15);
    border-radius: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem; font-weight: 300;
    color: var(--black);
    outline: none;
    transition: border-color 0.2s;
    appearance: none;
  }
  input:focus, select:focus, textarea:focus {
    border-color: var(--oak);
  }
  textarea { resize: vertical; min-height: 120px; }
  select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239E7240' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
  }
  .form-submit {
    width: 100%; padding: 1rem;
    background: var(--black);
    color: var(--cream);
    border: none; cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem; letter-spacing: 0.18em;
    text-transform: uppercase; font-weight: 400;
    border-radius: 2px;
    margin-top: 0.5rem;
    transition: background 0.25s;
  }
  .form-submit:hover { background: var(--smokey-black); }
  .form-note {
    font-size: 0.75rem; color: var(--smoke);
    text-align: center; margin-top: 0.75rem;
  }

  /* ── FOOTER ──────────────────────────────────── */
  footer {
    background: var(--black);
    padding: 4rem 8vw 2rem;
    color: rgba(253,250,245,0.5);
  }
  .footer-top {
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem; margin-bottom: 3rem;
  }
  .footer-brand-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem; font-weight: 400;
    color: var(--cream); margin-bottom: 0.75rem;
  }
  .footer-brand-name span { color: var(--oak-lt); }
  .footer-brand-desc {
    font-size: 0.84rem; line-height: 1.8;
    font-weight: 300;
  }
  .footer-col-title {
    font-size: 0.72rem; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--cream);
    margin-bottom: 1.25rem; font-weight: 400;
  }
  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 0.6rem; }
  .footer-col ul li a {
    font-size: 0.85rem; color: rgba(253,250,245,0.5);
    text-decoration: none; font-weight: 300;
    transition: color 0.2s;
  }
  .footer-col ul li a:hover { color: var(--oak-lt); }
  .footer-bottom {
    border-top: 1px solid rgba(253,250,245,0.08);
    padding-top: 1.5rem;
    display: flex; justify-content: space-between;
    align-items: center; flex-wrap: gap; gap: 1rem;
    font-size: 0.78rem;
  }
  .footer-bottom a { color: rgba(253,250,245,0.5); text-decoration: none; }
  .footer-bottom a:hover { color: var(--oak-lt); }

  /* ── SCROLL ANIMATIONS ───────────────────────── */
  .fade-up {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .fade-up.visible { opacity: 1; transform: none; }
  .fade-up-delay-1 { transition-delay: 0.1s; }
  .fade-up-delay-2 { transition-delay: 0.2s; }
  .fade-up-delay-3 { transition-delay: 0.3s; }

  /* ── RESPONSIVE ──────────────────────────────── */
  /* ── SCROLL ANIMATIONS ───────────────────────── */
  .fade-up {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .fade-up.visible { opacity: 1; transform: none; }
  .fade-up-delay-1 { transition-delay: 0.1s; }
  .fade-up-delay-2 { transition-delay: 0.2s; }
  .fade-up-delay-3 { transition-delay: 0.3s; }

  /* ── RESPONSIVE ──────────────────────────────── */
  @media (max-width: 1400px) {
    section { padding: 12vw 6vw; }
  }
  @media (max-width: 1000px) {
    section { padding: 15vw 6vw; }
  }
  @media (max-width: 1024px) {
    .about { grid-template-columns: 1fr; }
    .about-images { order: -1; grid-template-columns: 1fr 1fr; max-width: 500px; margin: 0 auto; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .gallery-item:nth-child(1) { grid-row: auto; min-height: 260px; aspect-ratio: 4/3; }
    .contact { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; }
  }

  @media (max-width: 979px) {
    .topbar { gap: 1rem; padding: 0.4rem 4vw; }
    .topbar-sep { display: none; }
    nav { top: 30px; }
    section { padding: 20vw 6vw 10vw 6vw; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .process-steps { grid-template-columns: 1fr 1fr; }
    .process-step { border-right: none; border-bottom: 1px solid rgba(253,250,245,0.12); }
    .form-row { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .about-stats { grid-template-columns: 1fr; gap: 1rem; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item:nth-child(1) { min-height: 220px; }
    .back-to-top { bottom: 1.25rem; right: 1.25rem; }
  }

  @media (max-width: 560px) {
    .topbar { gap: 1rem; padding: 0.4rem 4vw; }
    .topbar-sep { display: none; }
    nav { top: 30px; }
    section { padding: 35vw 6vw 10vw 6vw; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .process-steps { grid-template-columns: 1fr 1fr; }
    .process-step { border-right: none; border-bottom: 1px solid rgba(253,250,245,0.12); }
    .form-row { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .about-stats { grid-template-columns: 1fr; gap: 1rem; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item:nth-child(1) { min-height: 220px; }
    .back-to-top { bottom: 1.25rem; right: 1.25rem; }
  }

  @media (max-width: 500px) {
    .topbar { flex-direction: column; gap: 0.25rem; padding: 0.5rem 4vw; }
    nav { top: 52px; }
    section { padding: 40vw 6vw 10vw 6vw; }
    .process-steps { grid-template-columns: 1fr; }
    .hero-title { font-size: 2.6rem; }
  }

  /* ── Scroll-to-top button ────────────────────── */
  #scrollTopBtn {
    position: fixed;
    bottom: 36px;
    right: 36px;
    z-index: 999;
    width: 48px;
    height: 48px;
    background: var(--black);
    color: var(--oak-lt);
    border: 1px solid var(--oak);
    border-radius: 3px;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease, background .2s ease;
  }
  #scrollTopBtn.visible {
    opacity: 1;
    pointer-events: auto;
  }
  #scrollTopBtn:hover {
    background: var(--smokey-black);
  }
  @media (max-width: 600px) {
    #scrollTopBtn { bottom: 20px; right: 20px; width: 42px; height: 42px; font-size: 24px; }
  }
