/* ============================================================
   GORDON EADIE LANDSCAPE & DESIGN — Global Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@200;300;400;500&display=swap');

:root {
  --olive: #5B6B3B;
  --olive-dark: #4B5916;
  --stone: #919191;
  --light-gray: #D7D7D7;
  --off-white: #F4F2EF;
  --black: #0D0D0D;
  --gold: #C9A96E;
  --gold-light: #E8D5B0;
  --radius: 0px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Jost', sans-serif; background: var(--off-white); color: var(--black); overflow-x: hidden; cursor: none; }
img { display: block; max-width: 100%; }
a { cursor: none; }
button { cursor: none; }

/* ── CUSTOM CURSOR ── */
.cursor { position: fixed; width: 8px; height: 8px; background: var(--olive); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: width .3s ease, height .3s ease, background .3s ease; }
.cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(91,107,59,.4); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: width .35s ease, height .35s ease; }
.cursor.hover { width: 14px; height: 14px; }
.cursor-ring.hover { width: 52px; height: 52px; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 64px; height: 84px;
  transition: background .4s ease, height .4s ease, box-shadow .4s ease;
}
nav.scrolled {
  background: rgba(10,10,10,.97);
  height: 66px;
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255,255,255,.05);
}
nav.solid {
  background: var(--black);
  height: 72px;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 500;
  letter-spacing: .4em; color: #fff;
  text-transform: uppercase; text-decoration: none;
  display: flex; flex-direction: column; line-height: 1.1;
}
.nav-logo span { font-size: .5rem; letter-spacing: .55em; font-weight: 300; color: var(--gold-light); margin-top: 3px; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  font-size: .66rem; letter-spacing: .26em; text-transform: uppercase;
  color: rgba(255,255,255,.72); text-decoration: none; font-weight: 300;
  transition: color .3s; position: relative; padding-bottom: 2px;
}
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width .3s; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-cta {
  background: none; border: 1px solid rgba(255,255,255,.42);
  color: #fff; padding: 10px 24px;
  font-family: 'Jost', sans-serif; font-size: .62rem;
  letter-spacing: .32em; text-transform: uppercase;
  cursor: none; transition: all .3s; text-decoration: none;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: none; padding: 4px; }
.hamburger span { width: 24px; height: 1px; background: #fff; display: block; transition: all .3s; }

/* ── MOBILE MENU ── */
.mobile-menu {
  position: fixed; inset: 0; background: var(--black); z-index: 300;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 28px; transform: translateX(100%); transition: transform .45s cubic-bezier(.77,0,.175,1);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: #fff; text-decoration: none; letter-spacing: .08em; transition: color .3s; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-close { position: absolute; top: 28px; right: 32px; background: none; border: none; color: rgba(255,255,255,.6); font-size: 1.4rem; cursor: none; line-height: 1; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  height: 55vh; min-height: 460px; position: relative;
  display: flex; align-items: flex-end;
  background-size: cover; background-position: center;
  overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.3) 55%, rgba(0,0,0,.1) 100%);
}
.page-hero-content { position: relative; z-index: 2; padding: 0 80px 70px; }
.page-hero-eyebrow { font-size: .6rem; letter-spacing: .5em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 300; }
.page-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem,5vw,5rem); font-weight: 300; color: #fff; line-height: 1.05; }
.page-hero-title em { font-style: italic; color: var(--gold-light); }

/* ── MARQUEE ── */
.marquee-band { background: var(--olive-dark); padding: 14px 0; overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee-item { display: flex; align-items: center; gap: 28px; padding: 0 36px; font-size: .58rem; letter-spacing: .42em; text-transform: uppercase; color: rgba(255,255,255,.62); font-weight: 300; white-space: nowrap; }
.marquee-dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── SECTION HELPERS ── */
.section-label { font-size: .58rem; letter-spacing: .52em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 16px; display: flex; align-items: center; gap: 14px; }
.section-label::before { content: ''; width: 28px; height: 1px; background: var(--gold); flex-shrink: 0; }
.section-label.center { justify-content: center; }
.section-label.center::before { display: none; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,3vw,3rem); font-weight: 300; line-height: 1.13; margin-bottom: 26px; color: var(--black); }
.section-title em { font-style: italic; color: var(--olive); }
.section-body { font-size: .86rem; line-height: 1.92; color: #555; font-weight: 300; margin-bottom: 32px; }
.section-body.white { color: rgba(255,255,255,.6); }

/* ── BUTTONS ── */
.btn-primary { background: var(--gold); color: var(--black); padding: 15px 40px; font-size: .66rem; letter-spacing: .32em; text-transform: uppercase; text-decoration: none; font-weight: 500; transition: all .3s; cursor: none; border: none; display: inline-block; }
.btn-primary:hover { background: #fff; color: var(--black); }
.btn-primary.dark { background: var(--olive-dark); color: #fff; }
.btn-primary.dark:hover { background: var(--black); }
.btn-outline { border: 1px solid currentColor; padding: 14px 36px; font-size: .63rem; letter-spacing: .3em; text-transform: uppercase; text-decoration: none; font-weight: 300; transition: all .3s; cursor: none; display: inline-block; }
.btn-outline.white { color: #fff; }
.btn-outline.white:hover { background: #fff; color: var(--black); }
.btn-ghost { color: rgba(255,255,255,.75); font-size: .66rem; letter-spacing: .24em; text-transform: uppercase; text-decoration: none; font-weight: 300; display: inline-flex; align-items: center; gap: 12px; transition: color .3s; cursor: none; background: none; border: none; }
.btn-ghost.dark { color: var(--olive-dark); }
.btn-ghost .arr { width: 30px; height: 1px; background: currentColor; position: relative; display: inline-block; }
.btn-ghost .arr::after { content: ''; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-right: 1px solid currentColor; border-top: 1px solid currentColor; transform: rotate(45deg); }
.btn-ghost:hover { color: #fff; }
.btn-ghost.dark:hover { color: var(--black); }

/* ── STATS ROW ── */
.stats-row { display: flex; gap: 36px; padding-top: 28px; border-top: 1px solid var(--light-gray); margin-top: 32px; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 300; color: var(--olive); line-height: 1; }
.stat-label { font-size: .58rem; letter-spacing: .28em; text-transform: uppercase; color: var(--stone); margin-top: 5px; }

/* ── FOOTER ── */
footer { background: var(--black); padding: 80px 64px 40px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand .nav-logo { font-size: 1.1rem; margin-bottom: 20px; display: inline-flex; }
.footer-desc { font-size: .76rem; color: rgba(255,255,255,.38); line-height: 1.85; max-width: 255px; }
.footer-col h5 { font-size: .57rem; letter-spacing: .42em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; font-weight: 400; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 11px; }
.footer-col ul li a { font-size: .76rem; color: rgba(255,255,255,.42); text-decoration: none; transition: color .3s; }
.footer-col ul li a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: .62rem; color: rgba(255,255,255,.22); letter-spacing: .05em; }
.footer-socials { display: flex; gap: 14px; }
.social-link { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; text-decoration: none; color: rgba(255,255,255,.38); font-size: .75rem; transition: all .3s; font-style: normal; }
.social-link:hover { border-color: var(--gold); color: var(--gold); }

/* ── CONSULTATION MODAL ── */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.88); z-index: 500; display: none; align-items: center; justify-content: center; backdrop-filter: blur(8px); }
.modal-overlay.open { display: flex; }
.modal { background: var(--off-white); max-width: 620px; width: 92%; padding: 60px; position: relative; animation: fadeUp .4s ease; max-height: 90vh; overflow-y: auto; }
.modal-close { position: absolute; top: 22px; right: 26px; background: none; border: none; font-size: 1.3rem; cursor: none; color: var(--stone); line-height: 1; transition: color .3s; }
.modal-close:hover { color: var(--black); }
.modal-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; margin-bottom: 6px; }
.modal-sub { font-size: .74rem; color: var(--stone); margin-bottom: 34px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group.full { grid-column: span 2; }
.form-label { font-size: .57rem; letter-spacing: .3em; text-transform: uppercase; color: var(--stone); }
.form-control { border: 1px solid var(--light-gray); background: #fff; padding: 12px 15px; font-family: 'Jost', sans-serif; font-size: .82rem; outline: none; transition: border-color .3s; color: var(--black); cursor: none; width: 100%; }
.form-control:focus { border-color: var(--olive); }
textarea.form-control { resize: vertical; min-height: 95px; }
select.form-control { appearance: none; 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='%23919191' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.form-submit { width: 100%; background: var(--olive-dark); color: #fff; border: none; padding: 16px; margin-top: 6px; font-family: 'Jost', sans-serif; font-size: .63rem; letter-spacing: .36em; text-transform: uppercase; cursor: none; font-weight: 500; transition: background .3s; }
.form-submit:hover { background: var(--black); }
.form-success { display: none; text-align: center; padding: 24px 0; }
.form-success-icon { font-size: 2.8rem; margin-bottom: 16px; }
.form-success h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; margin-bottom: 10px; }
.form-success p { font-size: .8rem; color: var(--stone); line-height: 1.7; }

/* ── SCROLL TOP ── */
.scroll-top { position: fixed; bottom: 36px; right: 36px; width: 44px; height: 44px; background: var(--olive); border: none; cursor: none; color: #fff; font-size: .95rem; z-index: 100; opacity: 0; transform: translateY(14px); transition: all .3s; display: flex; align-items: center; justify-content: center; }
.scroll-top.visible { opacity: 1; transform: translateY(0); }

/* ── REVEAL ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
.reveal-delay-5 { transition-delay: .5s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  nav { padding: 0 32px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .page-hero-content { padding: 0 40px 56px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  footer { padding: 64px 40px 32px; }
}
@media (max-width: 640px) {
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
  .page-hero-content { padding: 0 24px 40px; }
}
