



:root {
  --green-900: #0d2b1f;
  --green-800: #1a4432;
  --green-700: #1f5c3e;
  --green-600: #256b48;
  --green-400: #3d9e6e;
  --green-100: #e8f5ee;
  --gold-500:  #c9a84c;
  --gold-400:  #d4b76a;
  --gold-300:  #e2cc8f;
  --gold-100:  #faf5e7;
  --off-white: #f8f6f1;
  --white:     #ffffff;
  --grey-100:  #f2f1ef;
  --grey-200:  #e3e1dc;
  --grey-400:  #a09d97;
  --grey-600:  #6b6760;
  --grey-800:  #2e2c29;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;

  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --radius-xl:  32px;

  --shadow-card: 0 4px 24px rgba(13, 43, 31, 0.08);
  --shadow-hover: 0 8px 40px rgba(13, 43, 31, 0.14);

  --transition: 0.22s ease;
}


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  color: var(--grey-800);
  background: var(--off-white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: var(--green-700);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover, a:focus-visible { color: var(--gold-500); }

address { font-style: normal; }

ol, ul { list-style: none; }


.container {
  width: min(100%, 1240px);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 3rem);
}


.section-pad { padding-block: clamp(4rem, 8vw, 7rem); }


h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.2; }

h1 { font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 700; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 500; }
h4 { font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }

p { max-width: 66ch; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 0.75rem;
}

.eyebrow-dark { color: var(--green-700); }
.eyebrow-light { color: var(--gold-300); }


.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0.85em 2em;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
  white-space: nowrap;
}

.btn:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 3px; }

.btn-primary {
  background: var(--gold-500);
  color: var(--green-900);
  border-color: var(--gold-500);
}
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--gold-400);
  border-color: var(--gold-400);
  color: var(--green-900);
  box-shadow: 0 4px 18px rgba(201, 168, 76, 0.35);
}

.btn-ghost {
  background: rgba(255,255,255,0.12);
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover, .btn-ghost:focus-visible {
  background: rgba(255,255,255,0.22);
  border-color: var(--white);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--green-700);
  border-color: var(--green-700);
}
.btn-outline:hover, .btn-outline:focus-visible {
  background: var(--green-700);
  color: var(--white);
}

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn-outline-light:hover, .btn-outline-light:focus-visible {
  background: rgba(255,255,255,0.15);
  border-color: var(--white);
  color: var(--white);
}

.btn-sm { font-size: 0.8rem; padding: 0.6em 1.4em; }


.section-header {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.section-header--light h2,
.section-header--light p { color: var(--white); }

.section-intro { color: var(--grey-600); margin-inline: auto; margin-top: 1rem; }
.section-intro--light { color: rgba(255,255,255,0.75); }


.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13, 43, 31, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,168,76,0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--white);
  text-decoration: none;
  flex-shrink: 0;
}
.logo:hover { color: var(--gold-400); }

.logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--gold-500);
  color: var(--green-900);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
}

.logo-text {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
  color: inherit;
  line-height: 1.2;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-left: auto;
}

.main-nav a {
  color: rgba(255,255,255,0.8);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.25em 0;
  border-bottom: 2px solid transparent;
  transition: color var(--transition), border-color var(--transition);
}

.main-nav a:hover, .main-nav a:focus-visible {
  color: var(--gold-400);
  border-bottom-color: var(--gold-400);
}

.nav-cta { margin-left: 0.5rem; }

@media (max-width: 860px) {
  .main-nav { display: none; }
  .header-inner { justify-content: space-between; }
}


.hero {
  position: relative;
  min-height: clamp(520px, 90vh, 860px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13, 43, 31, 0.82) 0%,
    rgba(13, 43, 31, 0.55) 50%,
    rgba(13, 43, 31, 0.35) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding-block: 4rem;
}

.hero-content .eyebrow { color: var(--gold-400); }

.hero-content h1 {
  color: var(--white);
  margin-bottom: 1.25rem;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.hero-sub {
  color: rgba(255,255,255,0.88);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
  margin-bottom: 2.25rem;
  max-width: 56ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll-hint span {
  display: block;
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 12px;
  position: relative;
}

.hero-scroll-hint span::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: var(--gold-400);
  border-radius: 2px;
  animation: scroll-hint 2s ease-in-out infinite;
}

@keyframes scroll-hint {
  0%, 100% { opacity: 1; top: 6px; }
  50%       { opacity: 0.4; top: 14px; }
}


.stats-bar {
  background: var(--green-800);
  padding-block: clamp(1.5rem, 3vw, 2.25rem);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  text-align: center;
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--gold-400);
  line-height: 1.1;
}

.stat span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 0.3rem;
  display: block;
}


.intro { background: var(--off-white); }

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.intro-text h2 { margin-bottom: 1.25rem; }
.intro-text p { color: var(--grey-600); margin-bottom: 1rem; }
.intro-text .btn { margin-top: 0.75rem; }

.intro-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-hover);
}

@media (max-width: 760px) {
  .intro-grid { grid-template-columns: 1fr; }
  .intro-image { order: -1; }
}


.offerings { background: var(--grey-100); }

.offerings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.offer-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: box-shadow var(--transition), transform var(--transition);
}

.offer-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.offer-card--feature {
  grid-column: span 1;
}

@media (min-width: 900px) {
  .offer-card--feature { grid-column: span 2; }
}

.offer-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.offer-card-img img { transition: transform 0.4s ease; }
.offer-card:hover .offer-card-img img { transform: scale(1.04); }

.offer-card-body {
  padding: 1.5rem;
}

.offer-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }

.offer-card-body h3 { color: var(--green-800); margin-bottom: 0.5rem; }
.offer-card-body p { color: var(--grey-600); font-size: 0.9rem; }


.masterplan { background: var(--off-white); }

.masterplan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.masterplan-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-hover);
}

.masterplan-badge {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  background: var(--gold-500);
  color: var(--green-900);
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  text-align: center;
  line-height: 1.1;
}

.masterplan-badge span {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
}

.masterplan-badge small {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.masterplan-text h2 { margin-bottom: 1.25rem; }
.masterplan-text p { color: var(--grey-600); margin-bottom: 1.5rem; }

.masterplan-list {
  list-style: none;
  margin-bottom: 2rem;
}

.masterplan-list li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: var(--grey-600);
  font-size: 0.9rem;
  border-bottom: 1px solid var(--grey-200);
}

.masterplan-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--gold-500);
  border-radius: 50%;
}

@media (max-width: 760px) {
  .masterplan-grid { grid-template-columns: 1fr; }
}


.milestones { background: var(--green-900); }

.milestones .section-header { color: var(--white); }
.milestones .section-header h2 { color: var(--white); }
.milestones .section-intro { color: rgba(255,255,255,0.65); }
.milestones .eyebrow { color: var(--gold-400); }

.timeline {
  position: relative;
  max-width: 780px;
  margin-inline: auto;
  padding-left: 2rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255,255,255,0.1);
}

.timeline-item {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.timeline-item:last-child { padding-bottom: 0; }

.timeline-marker {
  position: absolute;
  left: -2.65rem;
  top: 0.15rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.2);
  background: var(--green-900);
  flex-shrink: 0;
  transition: background var(--transition);
}

.timeline-item--done .timeline-marker {
  background: var(--gold-500);
  border-color: var(--gold-500);
}

.timeline-item--active .timeline-marker {
  background: var(--green-400);
  border-color: var(--green-400);
  box-shadow: 0 0 0 5px rgba(61, 158, 110, 0.25);
}

.timeline-content {
  flex: 1;
}

.timeline-content strong {
  display: block;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.timeline-content p {
  color: rgba(255,255,255,0.6);
  font-size: 0.875rem;
  margin-top: 0.35rem;
}

.timeline-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2em 0.75em;
  border-radius: 100px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.5);
}

.timeline-tag--done { background: rgba(201,168,76,0.2); color: var(--gold-400); }
.timeline-tag--active { background: rgba(61,158,110,0.2); color: var(--green-400); }


.location { background: var(--off-white); }

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.location-text h2 { margin-bottom: 1.25rem; }
.location-text p { color: var(--grey-600); margin-bottom: 1.75rem; }

.location-list {
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.location-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--grey-600);
  font-size: 0.9rem;
}

.location-list a {
  color: var(--green-700);
  font-weight: 500;
}

.loc-icon { font-size: 1.1rem; flex-shrink: 0; }

.location-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-hover);
}

@media (max-width: 760px) {
  .location-grid { grid-template-columns: 1fr; }
  .location-image { order: -1; }
}


.leasing {
  position: relative;
  overflow: hidden;
  background: var(--green-800);
}

.leasing-inner { position: relative; z-index: 1; }

.leasing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.lease-type {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 2rem;
  transition: background var(--transition), border-color var(--transition);
}

.lease-type:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(201,168,76,0.4);
}

.lease-type--feature {
  background: rgba(201,168,76,0.1);
  border-color: rgba(201,168,76,0.4);
}

.lease-icon { font-size: 2rem; margin-bottom: 1rem; }

.lease-type h3 { color: var(--white); margin-bottom: 0.75rem; }
.lease-type p { color: rgba(255,255,255,0.65); font-size: 0.875rem; margin-bottom: 1.5rem; }

.eoi-block {
  text-align: center;
  padding: 2rem;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.1);
}

.eoi-cta {
  color: rgba(255,255,255,0.75);
  font-size: 1rem;
  max-width: none;
}

.eoi-phone {
  color: var(--gold-400);
  font-weight: 700;
  font-size: 1.1em;
}

.eoi-link {
  color: var(--gold-300);
  text-decoration: underline;
  font-weight: 600;
}


.community { background: var(--gold-100); }

.community-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.community-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-hover);
}

.community-text h2 { margin-bottom: 1.25rem; }
.community-text p { color: var(--grey-600); margin-bottom: 1rem; }
.community-text .btn { margin-top: 0.75rem; }

@media (max-width: 760px) {
  .community-grid { grid-template-columns: 1fr; }
}


.site-footer {
  background: var(--green-900);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand .logo-mark {
  width: 48px;
  height: 48px;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.footer-tagline {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
  max-width: none;
}

.footer-brand address {
  color: rgba(255,255,255,0.6);
  font-size: 0.875rem;
  line-height: 1.8;
}

.footer-brand address a {
  color: var(--gold-400);
}

.footer-nav { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-nav h4 { color: var(--white); margin-bottom: 0.5rem; }
.footer-nav a {
  color: rgba(255,255,255,0.6);
  font-size: 0.875rem;
  transition: color var(--transition);
}
.footer-nav a:hover { color: var(--gold-400); }

.footer-contact { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-contact h4 { color: var(--white); margin-bottom: 0.5rem; }
.footer-contact a {
  color: rgba(255,255,255,0.6);
  font-size: 0.875rem;
}
.footer-contact a:hover { color: var(--gold-400); }

.footer-cta { margin-top: 1rem; align-self: flex-start; }

.footer-bottom {
  padding-block: 1.25rem;
  background: rgba(0,0,0,0.2);
}

.footer-bottom p {
  color: rgba(255,255,255,0.35);
  font-size: 0.78rem;
  text-align: center;
  max-width: none;
}

@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; }
}


:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
  border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}



.about-hero {
  position: relative;
  min-height: clamp(380px, 55vh, 600px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.about-hero-media {
  position: absolute;
  inset: 0;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  padding-block: clamp(3rem, 6vw, 5rem);
  max-width: 760px;
}

.about-hero-content .eyebrow { color: var(--gold-400); }

.about-hero-content h1 {
  color: var(--white);
  margin-bottom: 1.25rem;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.about-vision { background: var(--off-white); }
.about-vision .intro-text p { color: var(--grey-600); margin-bottom: 1rem; }

.about-place-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.place-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 2rem;
  box-shadow: var(--shadow-card);
  transition: box-shadow var(--transition), transform var(--transition);
}

.place-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.place-card-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.place-card h3 { color: var(--green-800); margin-bottom: 0.6rem; }
.place-card p { color: var(--grey-600); font-size: 0.9rem; }

.about-uses-grid {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 6vw, 5rem);
}

.use-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.use-row--reverse .use-img { order: 2; }
.use-row--reverse .use-text { order: 1; }

.use-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-hover);
}

.use-text .offer-icon { font-size: 1.75rem; margin-bottom: 0.75rem; }
.use-text h3 { color: var(--green-800); margin-bottom: 0.75rem; }
.use-text p { color: var(--grey-600); margin-bottom: 1.25rem; }
.use-text .btn { margin-top: 0.25rem; }

@media (max-width: 760px) {
  .use-row,
  .use-row--reverse .use-img,
  .use-row--reverse .use-text {
    grid-template-columns: 1fr;
    order: unset;
  }

  .use-row { display: flex; flex-direction: column; }
  .use-row--reverse { flex-direction: column; }
}

.about-commitment { background: var(--gold-100); }
.commitment-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }

.about-contact-strip {
  background: var(--green-800);
}

.about-contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.about-contact-text h2 { color: var(--white); margin-bottom: 1rem; }
.about-contact-text p { color: rgba(255,255,255,0.7); }

.about-contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-detail-link {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  color: var(--white);
  transition: background var(--transition), border-color var(--transition);
  text-decoration: none;
}

a.contact-detail-link:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(201,168,76,0.4);
  color: var(--gold-300);
}

.contact-detail-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 0.1rem; }

.contact-detail-link strong {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 0.25rem;
}

.contact-detail-link span:last-child {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
}

@media (max-width: 760px) {
  .about-contact-inner { grid-template-columns: 1fr; }
}

.main-nav a[aria-current="page"] {
  color: var(--gold-400);
  border-bottom-color: var(--gold-400);
}




.contact-hero {
  position: relative;
  min-height: clamp(320px, 50vh, 520px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.contact-hero-media {
  position: absolute;
  inset: 0;
}

.contact-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding-block: 4rem;
}

.contact-hero-content .eyebrow { color: var(--gold-400); }

.contact-hero-content h1 {
  color: var(--white);
  margin-bottom: 1rem;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.contact-hero-content .hero-sub {
  color: rgba(255,255,255,0.85);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.7;
  max-width: 56ch;
  margin-bottom: 0;
}


.contact-cards-section { background: var(--off-white); }

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.5rem;
}

.contact-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 2rem 2rem 2.25rem;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: box-shadow var(--transition), transform var(--transition);
}

.contact-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.contact-card--feature {
  background: var(--green-800);
  border: 2px solid var(--gold-500);
}

.contact-card--feature h2 { color: var(--white); }
.contact-card--feature p  { color: rgba(255,255,255,0.7); }

.contact-card-icon {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.contact-card h2 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--green-800);
  margin-bottom: 0.25rem;
}

.contact-card p {
  color: var(--grey-600);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.contact-card address {
  color: var(--grey-800);
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 0.25rem;
}

.contact-phone {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold-400);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.contact-phone:hover { color: var(--gold-300); }

.contact-email {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--green-700);
  word-break: break-all;
  margin-bottom: 0.5rem;
}

.contact-card-btn {
  margin-top: auto;
  align-self: flex-start;
}

.contact-card--feature .contact-card-btn.btn-outline {
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}

.contact-card--feature .contact-card-btn.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--white);
}


.enquiry-section { background: var(--grey-100); }

.enquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.enquiry-text h2 { margin-bottom: 1.25rem; }
.enquiry-text p  { color: var(--grey-600); margin-bottom: 1rem; }

.enquiry-list {
  list-style: none;
  margin-block: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.enquiry-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.25rem;
  background: var(--white);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--gold-500);
}

.enquiry-icon { font-size: 1.25rem; flex-shrink: 0; margin-top: 0.1rem; }

.enquiry-list strong {
  display: block;
  font-size: 0.95rem;
  color: var(--green-800);
  margin-bottom: 0.15rem;
}

.enquiry-list span {
  display: block;
  font-size: 0.82rem;
  color: var(--grey-600);
}

.enquiry-direct {
  padding: 1.25rem 1.5rem;
  background: var(--green-100);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--green-600);
}

.enquiry-direct p {
  color: var(--green-800);
  font-size: 0.9rem;
  margin: 0;
  max-width: none;
}

.enquiry-direct .eoi-phone {
  font-size: inherit;
}

.channel-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 2rem 2rem 2.25rem;
  box-shadow: var(--shadow-card);
  position: sticky;
  top: 5rem;
}

.channel-card h3 {
  margin-bottom: 0.75rem;
  color: var(--green-800);
}

.channel-card > p {
  color: var(--grey-600);
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.channel-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.channel-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--grey-200);
  background: var(--off-white);
  color: var(--grey-800);
  text-decoration: none;
  transition: background var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.channel-link:hover, .channel-link:focus-visible {
  background: var(--green-100);
  border-color: var(--green-400);
  color: var(--green-800);
  box-shadow: 0 2px 12px rgba(13,43,31,0.08);
}

.channel-link-icon { font-size: 1.25rem; flex-shrink: 0; }

.channel-link-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.channel-link-text strong {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--green-800);
}

.channel-link-text span {
  font-size: 0.75rem;
  color: var(--grey-600);
}

.channel-link-arrow {
  font-size: 1rem;
  color: var(--gold-500);
  flex-shrink: 0;
  transition: transform var(--transition);
}

.channel-link:hover .channel-link-arrow { transform: translateX(4px); }

@media (max-width: 860px) {
  .enquiry-grid { grid-template-columns: 1fr; }
  .channel-card { position: static; }
}


.map-section {
  position: relative;
  height: clamp(280px, 45vw, 480px);
  overflow: hidden;
}

.map-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.map-pin-card {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.1rem 1.5rem;
  box-shadow: 0 8px 40px rgba(13,43,31,0.2);
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  border-top: 3px solid var(--gold-500);
}

.map-pin-icon { font-size: 1.5rem; flex-shrink: 0; }

.map-pin-card strong {
  display: block;
  font-size: 0.95rem;
  color: var(--green-900);
  font-weight: 600;
}

.map-pin-card span {
  display: block;
  font-size: 0.8rem;
  color: var(--grey-600);
  margin-bottom: 0.2rem;
}

.map-pin-card a {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green-700);
}

@media (max-width: 600px) {
  .map-pin-card { white-space: normal; width: calc(100% - 2rem); left: 1rem; transform: none; }
}


.contact-cta {
  background: var(--green-800);
  position: relative;
  overflow: hidden;
}

.contact-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(201,168,76,0.12) 0%, transparent 65%);
  pointer-events: none;
}

.contact-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-inline: auto;
  text-align: center;
}

.contact-cta-inner h2 {
  color: var(--white);
  margin-bottom: 1.25rem;
}

.contact-cta-inner p {
  color: rgba(255,255,255,0.72);
  margin-inline: auto;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.contact-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}


/* pn-injected styles (links block, social bar, image fallback, photo credit) */

.pn-links-rail { box-sizing: border-box; width: 100%; max-width: 100%; margin: 0; padding: 1.1rem 1.25rem 1rem; border: 1px solid rgba(0,0,0,.14); border-top: 3px solid currentColor; background: rgba(0,0,0,.015); font-family: inherit; }
.pn-links-rail__head { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; opacity: .8; margin: 0 0 .65rem; padding-bottom: .5rem; border-bottom: 1px solid rgba(0,0,0,.1); }
.pn-links-rail__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .5rem; }
.pn-links-rail__list li { line-height: 1.35; }
.pn-links-rail__list a { font-size: .92rem; color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.pn-links-rail__list a:hover { opacity: .75; }
@media (min-width: 1024px) {
  main:has(> .pn-links-rail) {
    max-width: min(1280px, calc(100vw - 3rem));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    column-gap: 2.5rem;
    align-items: start;
    box-sizing: border-box;
  }
  main > .pn-links-rail {
    grid-column: 2;
    grid-row: 1 / span 999;
    position: sticky;
    top: 1.5rem;
    align-self: start;
  }
  main > .pn-links-hidden { grid-column: 1; grid-row: 1; }
}
@media (max-width: 1023px) {
  main > .pn-links-rail { margin: 1.5rem 0 1rem; }
}
.pn-links-hidden { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.pn-social { display: flex; align-items: center; gap: .65rem; flex-wrap: wrap; }
.pn-social__link { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; color: inherit; opacity: .82; transition: opacity .15s ease, transform .15s ease; text-decoration: none; }
.pn-social__link:hover { opacity: 1; transform: translateY(-1px); }
.pn-social__icon { display: block; width: 22px; height: 22px; }
.pn-social--header { justify-content: flex-end; margin: .35rem 1.25rem; }
.pn-social--footer { justify-content: center; margin: 0 auto .85rem; }
.pn-social--sidebar { justify-content: flex-start; margin: 0 0 1.25rem; }
@media (max-width: 720px) { .pn-social--header { justify-content: center; } }

.pn-links-rail{max-width:none;width:auto;margin:1.5rem auto .25rem;padding:0;border:none;background:none;text-align:center;}
.pn-links-rail__head{border:none;padding:0;margin:0 0 .5rem;font-size:.66rem;letter-spacing:.14em;opacity:.5;}
.pn-links-rail__list{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:.35rem 1.15rem;}

.pn-photo{background-color:#e6e1d6;}

.pn-img-fallback{background:repeating-linear-gradient(135deg,#e6e1d6 0,#e6e1d6 10px,#efe9dd 10px,#efe9dd 20px);display:block;min-height:200px;width:100%;}

.pn-photo-credits{font-size:11px;line-height:1.5;opacity:.55;text-align:center;padding:10px 16px;}.pn-photo-credits a{color:inherit;}
