:root {
  --cc-coral: #e9554b;
  --cc-ink: #161513;
  --cc-paper: #fcfbf8;
  --cc-soft: #f4f2ed;
  --cc-line: #e6e2d9;
  --cc-muted: #6b665c;
  --cc-quarry: #2d3547;
  --cc-eco: #274436;
  --cc-green: #7fb89a;
  --cc-mono: "IBM Plex Mono", monospace;
  --cc-serif: "Newsreader", serif;
  --cc-sans: "Archivo", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--cc-paper);
  color: var(--cc-ink);
  font-family: var(--cc-sans);
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

[data-listing-copy] {
  display: none;
}

html[data-listing-mode="general"] [data-listing-copy="general"],
html[data-listing-mode="quarry"] [data-listing-copy="quarry"],
html[data-listing-mode="eco"] [data-listing-copy="eco"] {
  display: inline;
}

.cc-page {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
  background: var(--cc-paper);
  box-shadow: none;
}

.cc-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  transform: translateY(-140%);
  background: #fff;
  color: var(--cc-ink);
  padding: 10px 14px;
  border: 2px solid var(--cc-coral);
}

.cc-skip:focus {
  transform: translateY(0);
}

.cc-topbar {
  min-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 8px 48px;
  background: var(--cc-ink);
  color: #fff;
  font-size: 12px;
}

.cc-topbar__label {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--cc-mono);
  letter-spacing: 0.08em;
}

.cc-topbar__contact {
  display: flex;
  gap: 22px;
  white-space: nowrap;
}

.cc-topbar a:hover,
.cc-topbar a:focus-visible {
  color: #ff9a92;
}

.cc-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 28px;
  padding: 14px 48px;
  border-bottom: 1px solid #ece9e3;
  background: rgba(252, 251, 248, 0.96);
  backdrop-filter: blur(14px);
}

.cc-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: none;
}

.cc-brand__wordmark {
  display: block;
  line-height: 0.98;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.cc-brand__wordmark span {
  display: block;
}

.cc-brand__wordmark span:first-child {
  color: var(--cc-coral);
}

.cc-brand__property {
  border-left: 1px solid #d8d4cc;
  padding-left: 14px;
  color: #7d786f;
  font: 500 10px/1.4 var(--cc-mono);
  letter-spacing: 0.12em;
}

.cc-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  font: 600 11px/1 var(--cc-mono);
  letter-spacing: 0.08em;
}

.cc-nav a {
  padding: 9px 0;
}

.cc-nav a:hover,
.cc-nav a:focus-visible {
  color: var(--cc-coral);
}

.cc-nav .cc-nav__home {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-right: 18px;
  border-right: 1px solid #d8d4cc;
  color: var(--cc-coral);
}

.cc-nav .cc-nav__home:hover,
.cc-nav .cc-nav__home:focus-visible {
  color: #c93f37;
}

.cc-nav .cc-nav__enquire {
  padding: 12px 19px;
  border-radius: 3px;
  background: var(--cc-coral);
  color: #fff;
}

.cc-nav .cc-nav__enquire:hover,
.cc-nav .cc-nav__enquire:focus-visible {
  background: #d9463d;
  color: #fff;
}

.cc-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #d9d5ce;
  border-radius: 3px;
  background: transparent;
  color: var(--cc-ink);
  cursor: pointer;
}

.cc-menu-button span,
.cc-menu-button::before,
.cc-menu-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.cc-menu-button[aria-expanded="true"] span {
  opacity: 0;
}

.cc-menu-button[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.cc-menu-button[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.cc-path-sticky {
  position: fixed;
  top: 74px;
  left: 50%;
  z-index: 65;
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 7px 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(22, 21, 19, 0.96);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -115%);
  transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cc-path-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.cc-path-sticky__label {
  color: rgba(255, 255, 255, 0.52);
  font: 500 9.5px/1 var(--cc-mono);
  letter-spacing: 0.13em;
}

.cc-path-sticky__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.cc-path-sticky__button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 8px 15px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font: 600 9.5px/1.2 var(--cc-mono);
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cc-path-sticky__button:hover,
.cc-path-sticky__button:focus-visible {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  outline: none;
}

.cc-path-sticky__button--quarry[aria-selected="true"] {
  border-color: #5c6982;
  background: var(--cc-quarry);
  color: #fff;
}

.cc-path-sticky__button--eco[aria-selected="true"] {
  border-color: var(--cc-green);
  background: var(--cc-eco);
  color: #fff;
}

.cc-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 110px));
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: var(--cc-ink);
  color: #fff;
}

.cc-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  z-index: -3;
  transform: scale(1.035);
  animation: cc-hero-settle 2.2s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.cc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(14, 14, 13, 0.95) 0%, rgba(14, 14, 13, 0.79) 43%, rgba(14, 14, 13, 0.22) 76%, rgba(14, 14, 13, 0.34) 100%),
    linear-gradient(0deg, rgba(14, 14, 13, 0.78) 0%, transparent 52%);
}

.cc-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: repeating-linear-gradient(90deg, var(--cc-coral) 0 30px, transparent 30px 52px);
}

.cc-hero__inner {
  width: 100%;
  padding: 74px 48px 64px;
}

.cc-eyebrow {
  margin: 0 0 14px;
  color: var(--cc-coral);
  font: 500 11px/1.4 var(--cc-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.cc-tag {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 99px;
  padding: 5px 10px;
  background: rgba(22, 21, 19, 0.32);
  color: rgba(255, 255, 255, 0.82);
  font: 500 10px/1 var(--cc-mono);
  letter-spacing: 0.06em;
}

.cc-tag--active {
  border-color: var(--cc-coral);
  background: var(--cc-coral);
  color: #fff;
}

.cc-hero h1 {
  max-width: 730px;
  margin: 0;
  font: 400 clamp(58px, 6.4vw, 94px)/0.91 var(--cc-serif);
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.cc-hero h1 em {
  color: var(--cc-coral);
  font-style: italic;
}

.cc-hero__summary {
  max-width: 690px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 15px;
  line-height: 1.75;
}

.cc-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(105px, 150px));
  gap: 12px 26px;
  margin-top: 34px;
}

.cc-stat {
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  padding-top: 13px;
}

.cc-stat__label {
  min-height: 28px;
  color: rgba(255, 255, 255, 0.48);
  font: 500 9px/1.35 var(--cc-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cc-stat__value {
  margin-top: 7px;
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
}

.cc-stat__value small {
  font-size: 16px;
  font-weight: 600;
}

.cc-hero__record {
  position: absolute;
  right: 48px;
  bottom: 26px;
  padding: 8px 12px;
  background: rgba(10, 10, 10, 0.66);
  color: rgba(255, 255, 255, 0.7);
  font: 500 10px/1.3 var(--cc-mono);
  letter-spacing: 0.06em;
}

.cc-section {
  padding: 80px 48px;
}

.cc-section--soft {
  background: var(--cc-soft);
  border-top: 1px solid var(--cc-line);
  border-bottom: 1px solid var(--cc-line);
}

.cc-section--dark {
  background: var(--cc-ink);
  color: #fff;
}

.cc-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 38px;
}

.cc-section__head h2,
.cc-content-title {
  margin: 0;
  font: 400 clamp(39px, 4.1vw, 59px)/1.01 var(--cc-serif);
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.cc-section__intro {
  margin: 0;
  color: var(--cc-muted);
  font-size: 14px;
  line-height: 1.7;
}

.cc-pathway-picker {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cc-focus-context,
.cc-focused-links {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  border: 1px solid var(--cc-line);
  border-radius: 4px;
  padding: 14px 18px;
  background: #fff;
  font: 500 10px/1.4 var(--cc-mono);
  letter-spacing: 0.08em;
}

.cc-focus-context {
  display: none;
}

.cc-focus-context > span,
.cc-focused-links > span {
  color: #827d73;
}

.cc-focus-context a,
.cc-focused-links a {
  border-bottom: 1px solid var(--cc-coral);
  padding-bottom: 3px;
  color: var(--cc-ink);
  font-weight: 600;
}

.cc-focus-context a:hover,
.cc-focus-context a:focus-visible,
.cc-focused-links a:hover,
.cc-focused-links a:focus-visible {
  color: var(--cc-coral);
}

.cc-focused-links {
  display: flex;
  justify-content: flex-start;
  margin-top: 14px;
  margin-bottom: 0;
  background: #f7f5f0;
}

html[data-listing-mode="quarry"] .cc-focus-context,
html[data-listing-mode="eco"] .cc-focus-context {
  display: flex;
}

html[data-listing-mode="quarry"] .cc-focused-links,
html[data-listing-mode="eco"] .cc-focused-links,
html[data-listing-mode="quarry"] .cc-path-sticky,
html[data-listing-mode="eco"] .cc-path-sticky {
  display: none;
}

html[data-listing-mode="quarry"] .cc-pathway-picker,
html[data-listing-mode="eco"] .cc-pathway-picker {
  grid-template-columns: 1fr;
}

html[data-listing-mode="quarry"] [data-path-select="eco"],
html[data-listing-mode="quarry"] [data-path-panel="eco"],
html[data-listing-mode="quarry"] [data-document-path="eco"],
html[data-listing-mode="eco"] [data-path-select="quarry"],
html[data-listing-mode="eco"] [data-path-panel="quarry"],
html[data-listing-mode="eco"] [data-document-path="quarry"] {
  display: none !important;
}

html[data-listing-mode="quarry"] .cc-documents__grid {
  grid-template-columns: repeat(2, 1fr);
}

html[data-listing-mode="eco"] .cc-documents__grid {
  grid-template-columns: minmax(0, 760px);
}

.cc-pathway-card {
  position: relative;
  min-height: 268px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  padding: 30px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cc-pathway-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: rgba(255, 255, 255, 0.18);
  transition: background 0.3s ease;
}

.cc-pathway-card:hover,
.cc-pathway-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(22, 21, 19, 0.14);
  outline: none;
}

.cc-pathway-card[aria-selected="true"]::after {
  background: var(--cc-coral);
}

.cc-pathway-card--quarry {
  background: var(--cc-quarry);
}

.cc-pathway-card--eco {
  background: var(--cc-eco);
}

.cc-pathway-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font: 500 10px/1 var(--cc-mono);
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
}

.cc-pathway-state {
  border-radius: 99px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.05em;
}

.cc-pathway-card[aria-selected="true"] .cc-pathway-state {
  background: var(--cc-coral);
  color: #fff;
}

.cc-pathway-card h3 {
  margin: 0;
  font: 400 34px/1.05 var(--cc-serif);
}

.cc-pathway-card p {
  max-width: 50ch;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.6;
}

.cc-path-panel {
  padding-top: 52px;
}

.cc-path-panel[hidden] {
  display: none;
}

.cc-path-panel.is-entering {
  animation: cc-panel-in 0.45s ease both;
}

.cc-path-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: 56px;
}

.cc-path-copy > p {
  margin: 19px 0 0;
  color: #4c4840;
  font-size: 14.5px;
  line-height: 1.78;
}

.cc-path-copy strong {
  font-weight: 700;
}

.cc-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.cc-mini-fact {
  min-height: 130px;
  border: 1px solid var(--cc-line);
  border-radius: 5px;
  padding: 19px;
  background: #fff;
}

.cc-mini-fact__label {
  margin-bottom: 11px;
  color: var(--cc-eco);
  font: 500 9.5px/1.4 var(--cc-mono);
  letter-spacing: 0.13em;
}

.cc-mini-fact p {
  margin: 0;
  color: #3f3b35;
  font-size: 12.5px;
  line-height: 1.58;
}

.cc-note {
  margin-top: 22px;
  border-left: 3px solid var(--cc-green);
  padding: 20px 22px;
  background: #f0f4ef;
  color: #343a35;
  font-size: 13px;
  line-height: 1.65;
}

.cc-note__label {
  margin-bottom: 8px;
  color: #42745d;
  font: 500 9.5px/1.4 var(--cc-mono);
  letter-spacing: 0.13em;
}

.cc-note small {
  display: block;
  margin-top: 9px;
  color: #6e756f;
  font-size: 10.5px;
  line-height: 1.45;
}

.cc-resource-graphic {
  margin-top: 27px;
}

.cc-resource-graphic__label {
  margin-bottom: 10px;
  color: #8a857b;
  font: 500 9.5px/1.4 var(--cc-mono);
  letter-spacing: 0.12em;
}

.cc-geology-bar {
  height: 50px;
  display: grid;
  grid-template-columns: 86fr 14fr;
  overflow: hidden;
  border-radius: 3px;
  color: #fff;
  font: 600 10px/1 var(--cc-mono);
}

.cc-geology-bar span {
  display: flex;
  align-items: center;
  padding: 0 13px;
}

.cc-geology-bar span:first-child {
  background: #4e6f69;
}

.cc-geology-bar span:last-child {
  justify-content: center;
  background: var(--cc-quarry);
}

.cc-power {
  margin-top: 25px;
}

.cc-power-row {
  display: grid;
  grid-template-columns: 118px 1fr 76px;
  align-items: center;
  gap: 12px;
  margin-top: 11px;
  font-size: 11.5px;
}

.cc-power-track {
  height: 10px;
  overflow: hidden;
  border-radius: 99px;
  background: #ebe8e1;
}

.cc-power-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--cc-coral);
  transition: width 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cc-power-row span:last-child {
  font: 600 11px/1 var(--cc-mono);
  text-align: right;
}

.cc-side-stack {
  display: grid;
  gap: 12px;
  align-content: start;
}

.cc-side-note {
  border: 1px solid var(--cc-line);
  border-radius: 5px;
  padding: 21px;
  background: #fff;
}

.cc-side-note--dark {
  border-color: var(--cc-quarry);
  background: var(--cc-quarry);
  color: #fff;
}

.cc-side-note__label {
  margin-bottom: 11px;
  color: #89847b;
  font: 500 9.5px/1.4 var(--cc-mono);
  letter-spacing: 0.13em;
}

.cc-side-note--dark .cc-side-note__label {
  color: rgba(255, 255, 255, 0.56);
}

.cc-side-note p,
.cc-side-note ul {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.62;
}

.cc-side-note ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
}

.cc-side-note__metric {
  margin-right: 10px;
  font: 700 35px/1 var(--cc-serif);
}

.cc-stages {
  margin-top: 52px;
  border-top: 1px solid var(--cc-line);
  padding-top: 25px;
}

.cc-stages__label {
  margin-bottom: 18px;
  color: #7d786f;
  font: 500 10px/1.4 var(--cc-mono);
  letter-spacing: 0.13em;
}

.cc-stages__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.cc-stage {
  border-top: 2px solid #dcd8cf;
  padding-top: 14px;
}

.cc-stage:first-child {
  border-color: var(--cc-coral);
}

.cc-stage__number {
  color: var(--cc-coral);
  font: 500 11px/1 var(--cc-mono);
}

.cc-stage h4 {
  margin: 10px 0 7px;
  font-size: 13px;
}

.cc-stage p {
  margin: 0;
  color: var(--cc-muted);
  font-size: 11.5px;
  line-height: 1.55;
}

.cc-disclaimer {
  margin: 24px 0 0;
  color: #837e75;
  font-size: 10.5px;
  line-height: 1.55;
}

.cc-zone-card {
  border-radius: 6px;
  padding: 26px;
  background: var(--cc-ink);
  color: #fff;
}

.cc-zone-card__label {
  color: rgba(255, 255, 255, 0.58);
  font: 500 10px/1.4 var(--cc-mono);
  letter-spacing: 0.13em;
}

.cc-zone-card__hint {
  margin: 5px 0 17px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11.5px;
}

.cc-zone-map {
  position: relative;
  min-height: 232px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid #4d4a45;
  border-radius: 5px;
  background: #2b2926;
}

.cc-zone-map::before,
.cc-zone-map::after {
  content: "";
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
  font: 500 8.5px/1 var(--cc-mono);
}

.cc-zone-map::before {
  content: "ALFORD STATE FOREST";
  top: 12px;
  left: 12px;
}

.cc-zone-map::after {
  content: "CARNEYS CREEK RD";
  right: 12px;
  bottom: 12px;
}

.cc-zone {
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0.19);
  background: rgba(255, 255, 255, 0.035);
  color: transparent;
  cursor: pointer;
  transition: background 0.25s ease;
}

.cc-zone:hover,
.cc-zone:focus-visible,
.cc-zone[aria-pressed="true"] {
  background: rgba(127, 184, 154, 0.48);
  outline: none;
}

.cc-zone[data-zone="0"] { grid-column: 4; grid-row: 1; }
.cc-zone[data-zone="1"] { grid-column: 3; grid-row: 1 / 3; }
.cc-zone[data-zone="2"] { grid-column: 1 / 3; grid-row: 2; }
.cc-zone[data-zone="3"] { grid-column: 1 / 4; grid-row: 3; }
.cc-zone[data-zone="4"] { grid-column: 4; grid-row: 2 / 4; }

.cc-zone-detail {
  min-height: 120px;
  padding-top: 19px;
}

.cc-zone-detail__heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.cc-zone-detail__number {
  color: var(--cc-green);
  font: 500 11px/1 var(--cc-mono);
}

.cc-zone-detail h4 {
  margin: 0;
  font-size: 15px;
}

.cc-zone-detail p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.55;
}

.cc-zone-detail__use {
  display: inline-block;
  margin-top: 12px;
  border-radius: 99px;
  padding: 6px 11px;
  background: rgba(127, 184, 154, 0.2);
  color: var(--cc-green);
  font: 500 9.5px/1 var(--cc-mono);
  letter-spacing: 0.12em;
}

.cc-zone-dots {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin-top: 15px;
}

.cc-zone-dots span {
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
}

.cc-zone-dots span.is-active {
  background: var(--cc-green);
}

.cc-experiences {
  margin-top: 26px;
}

.cc-experiences__label {
  margin-bottom: 14px;
  color: #547d69;
  font: 500 10px/1.4 var(--cc-mono);
  letter-spacing: 0.13em;
}

.cc-experiences__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.cc-experience {
  border-top: 1px solid var(--cc-line);
  padding-top: 13px;
}

.cc-experience h4 {
  margin: 0 0 7px;
  font-size: 12.5px;
}

.cc-experience p {
  margin: 0;
  color: var(--cc-muted);
  font-size: 11.5px;
  line-height: 1.55;
}

.cc-water-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: 60px;
}

.cc-section--dark .cc-eyebrow {
  color: #ff847c;
}

.cc-section--dark .cc-content-title {
  color: #fff;
}

.cc-water-copy > p {
  max-width: 70ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.75;
}

.cc-flow {
  display: grid;
  margin-top: 31px;
}

.cc-flow-step {
  position: relative;
  padding: 0 0 25px 31px;
}

.cc-flow-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 13px;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.cc-flow-step::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cc-coral);
  box-shadow: 0 0 0 4px rgba(233, 85, 75, 0.15);
}

.cc-flow-step__tag {
  color: #ff8d85;
  font: 500 9px/1.4 var(--cc-mono);
  letter-spacing: 0.11em;
}

.cc-flow-step h3 {
  margin: 4px 0 5px;
  font-size: 14px;
}

.cc-flow-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11.5px;
  line-height: 1.55;
}

.cc-water-visual {
  align-self: start;
}

.cc-image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #302f2c;
}

.cc-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.5s ease;
}

.cc-image-frame progressive-img2 {
  width: 100%;
  height: 100%;
}

.fx-ready .cc-image-frame[data-reveal]:not(.is-visible) img {
  transform: scale(1.035);
}

.cc-image-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  background: rgba(17, 17, 16, 0.72);
  color: rgba(255, 255, 255, 0.8);
  font: 500 9.5px/1.4 var(--cc-mono);
}

.cc-water-image {
  height: 370px;
}

.cc-lakes {
  margin-top: 25px;
}

.cc-lakes__label {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  font: 500 9.5px/1.4 var(--cc-mono);
  letter-spacing: 0.12em;
}

.cc-lake {
  display: grid;
  grid-template-columns: 126px 1fr 55px;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
}

.cc-lake__name {
  font-size: 12px;
  font-weight: 700;
}

.cc-lake__name small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.45);
  font: 400 8.5px/1.25 var(--cc-mono);
}

.cc-lake__track {
  height: 10px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
}

.cc-lake__fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cc-coral), #f0837b);
  transition: width 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cc-lake__distance {
  font: 600 10.5px/1 var(--cc-mono);
  text-align: right;
}

.cc-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 285px 285px;
  gap: 14px;
}

.cc-gallery .cc-image-frame:first-child {
  grid-row: span 2;
}

.cc-gallery .cc-image-frame:nth-child(4) img {
  object-position: 50% 30%;
}

.cc-gallery-callout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 6px;
  padding: 25px;
  background: var(--cc-coral);
  color: #fff;
}

.cc-gallery-callout__label {
  font: 500 9.5px/1.4 var(--cc-mono);
  letter-spacing: 0.13em;
  opacity: 0.82;
}

.cc-gallery-callout strong {
  display: block;
  font: 400 26px/1.1 var(--cc-serif);
}

.cc-gallery-callout p {
  margin: 8px 0 0;
  font-size: 11.5px;
  line-height: 1.5;
  opacity: 0.84;
}

.cc-location-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 60px;
}

.cc-location-copy p {
  margin: 19px 0 0;
  color: var(--cc-muted);
  font-size: 14px;
  line-height: 1.72;
}

.cc-location-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 27px;
}

.cc-location-stat {
  border: 1px solid var(--cc-line);
  border-radius: 5px;
  padding: 17px;
  background: #fff;
}

.cc-location-stat strong {
  font-size: 25px;
}

.cc-location-stat strong small {
  color: #8a857b;
  font-size: 14px;
}

.cc-location-stat span {
  display: block;
  margin-top: 6px;
  color: #8a857b;
  font: 500 9px/1.4 var(--cc-mono);
  letter-spacing: 0.1em;
}

.cc-location-map {
  height: 410px;
  background: #e8e4dc;
}

.cc-location-map img {
  object-fit: contain;
}

.cc-facts-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 58px;
}

.cc-facts-intro p {
  margin: 17px 0 0;
  color: var(--cc-muted);
  font-size: 13.5px;
  line-height: 1.68;
}

.cc-facts-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid #dcd7cd;
  border-radius: 5px;
  background: #fff;
}

.cc-fact {
  display: grid;
  grid-template-columns: minmax(108px, 0.42fr) minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  border-bottom: 1px solid #ded9cf;
  padding: 20px 18px;
}

.cc-fact:nth-child(odd) {
  border-right: 1px solid #ded9cf;
}

.cc-fact:nth-child(4n + 1),
.cc-fact:nth-child(4n + 2) {
  background: #f7f5f0;
}

.cc-fact:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.cc-fact dt {
  color: #8a857b;
  font: 500 10px/1.4 var(--cc-mono);
  letter-spacing: 0.07em;
}

.cc-fact dd {
  margin: 0;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
  text-align: right;
}

.cc-documents {
  background: #ece9e2;
}

.cc-documents__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cc-document {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dcd7ce;
  border-radius: 6px;
  padding: 25px;
  background: var(--cc-paper);
}

.cc-document__type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #847f75;
  font: 500 9.5px/1.4 var(--cc-mono);
  letter-spacing: 0.11em;
}

.cc-document__path {
  border-radius: 99px;
  padding: 5px 8px;
  color: #fff;
  letter-spacing: 0.04em;
}

.cc-document__path--tourism {
  background: var(--cc-eco);
}

.cc-document__path--quarry {
  background: var(--cc-quarry);
}

.cc-document h3 {
  margin: 29px 0 12px;
  font: 400 29px/1.06 var(--cc-serif);
}

.cc-document p {
  margin: 0;
  color: var(--cc-muted);
  font-size: 12.5px;
  line-height: 1.63;
}

.cc-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  border-top: 1px solid var(--cc-line);
  padding-top: 18px;
  color: var(--cc-coral);
  font-size: 13px;
  font-weight: 700;
}

.cc-download::after {
  content: "PDF ↓";
  font: 500 10px/1 var(--cc-mono);
}

.cc-download:hover,
.cc-download:focus-visible {
  color: #c83d35;
}

.cc-enquire {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 62px 48px;
  background: var(--cc-coral);
  color: #fff;
}

.cc-enquire__copy .cc-eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.cc-enquire__copy h2 {
  max-width: 670px;
  margin: 0;
  font: 400 clamp(36px, 4vw, 54px)/1.02 var(--cc-serif);
  text-wrap: balance;
}

.cc-enquire__actions {
  min-width: 310px;
  display: grid;
  gap: 10px;
}

.cc-button {
  display: block;
  border-radius: 3px;
  padding: 15px 24px;
  background: var(--cc-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.cc-button--light {
  background: #fff;
  color: var(--cc-ink);
}

.cc-button:hover,
.cc-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.42);
  outline: none;
}

.cc-enquire__agent {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10.5px;
  text-align: center;
}

.cc-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  padding: 38px 48px;
  background: var(--cc-ink);
  color: #fff;
}

.cc-footer__brand {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
}

.cc-footer__brand span {
  display: block;
}

.cc-footer__brand span:first-child {
  color: var(--cc-coral);
}

.cc-footer__legal {
  justify-self: end;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10.5px;
  line-height: 1.7;
  text-align: right;
}

.cc-footer__links {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 7px;
}

.cc-footer__links a:hover,
.cc-footer__links a:focus-visible {
  color: #fff;
}

.fx-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.fx-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cc-hero-settle {
  to { transform: scale(1); }
}

@keyframes cc-panel-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 1715px) {
  .cc-page,
  .cc-path-sticky {
    width: 100%;
    max-width: none;
  }

  .cc-topbar,
  .cc-header,
  .cc-path-sticky {
    padding-right: clamp(48px, 3.4vw, 92px);
    padding-left: clamp(48px, 3.4vw, 92px);
  }

  .cc-hero {
    min-height: clamp(760px, 66vh, 960px);
  }

  .cc-hero__inner {
    padding-right: clamp(48px, 3.4vw, 92px);
    padding-bottom: clamp(64px, 4.2vw, 104px);
    padding-left: clamp(48px, 3.4vw, 92px);
  }

  .cc-hero h1 {
    max-width: 900px;
    font-size: clamp(94px, 4.15vw, 122px);
  }

  .cc-hero__summary {
    max-width: 780px;
    font-size: clamp(15px, 0.64vw, 18px);
  }

  .cc-hero__stats {
    grid-template-columns: repeat(4, minmax(130px, 180px));
    gap: 14px 32px;
  }

  .cc-hero__record {
    right: clamp(48px, 3.4vw, 92px);
  }

  .cc-section {
    padding: clamp(80px, 4.3vw, 112px) clamp(48px, 3.4vw, 92px);
  }

  .cc-section__head {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.55fr);
    gap: clamp(48px, 4vw, 92px);
  }

  .cc-section__head h2,
  .cc-content-title {
    font-size: clamp(59px, 2.8vw, 78px);
  }

  .cc-section__intro,
  .cc-path-copy > p,
  .cc-water-copy > p,
  .cc-location-copy p {
    font-size: clamp(14px, 0.62vw, 17px);
  }

  .cc-pathway-card {
    min-height: clamp(268px, 15vw, 330px);
    padding: clamp(30px, 1.65vw, 42px);
  }

  .cc-pathway-card h3 {
    font-size: clamp(34px, 1.65vw, 44px);
  }

  .cc-pathway-card p {
    font-size: clamp(13.5px, 0.57vw, 15.5px);
  }

  .cc-path-layout,
  .cc-water-layout,
  .cc-location-layout {
    gap: clamp(56px, 4vw, 92px);
  }

  .cc-gallery {
    grid-template-rows: repeat(2, clamp(285px, 15vw, 370px));
  }

  .cc-location-map {
    height: clamp(410px, 22vw, 520px);
  }

  .cc-enquire,
  .cc-footer {
    padding-right: clamp(48px, 3.4vw, 92px);
    padding-left: clamp(48px, 3.4vw, 92px);
  }
}

@media (max-width: 1120px) {
  .cc-nav {
    gap: 17px;
    font-size: 10px;
  }

  .cc-brand__property {
    display: none;
  }

  .cc-path-layout,
  .cc-water-layout {
    grid-template-columns: 1fr 0.82fr;
    gap: 38px;
  }

  .cc-stages__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cc-gallery {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: repeat(3, 260px);
  }

  .cc-gallery .cc-image-frame:first-child {
    grid-row: span 2;
  }
}

@media (max-width: 900px) {
  .cc-topbar,
  .cc-header,
  .cc-hero__inner,
  .cc-section,
  .cc-enquire,
  .cc-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cc-path-sticky {
    padding-right: 30px;
    padding-left: 30px;
  }

  .cc-menu-button {
    display: block;
  }

  .cc-nav {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    width: min(380px, 90vw);
    height: calc(100vh - 74px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 25px 30px;
    background: var(--cc-paper);
    box-shadow: -18px 20px 38px rgba(0, 0, 0, 0.15);
    transform: translateX(105%);
    transition: transform 0.3s ease;
  }

  .cc-nav.is-open {
    transform: translateX(0);
  }

  .cc-nav a {
    border-bottom: 1px solid var(--cc-line);
    padding: 17px 0;
    font-size: 12px;
  }

  .cc-nav .cc-nav__enquire {
    margin-top: 22px;
    border: 0;
    padding: 15px;
    text-align: center;
  }

  .cc-section__head,
  .cc-path-layout,
  .cc-water-layout,
  .cc-location-layout,
  .cc-facts-layout {
    grid-template-columns: 1fr;
  }

  .cc-section__head {
    gap: 20px;
  }

  .cc-section__intro {
    max-width: 58ch;
  }

  .cc-path-layout,
  .cc-water-layout,
  .cc-location-layout,
  .cc-facts-layout {
    gap: 36px;
  }

  .cc-experiences__grid,
  .cc-documents__grid {
    grid-template-columns: 1fr 1fr;
  }

  .cc-documents__grid .cc-document:last-child {
    grid-column: span 2;
  }

  .cc-location-map {
    height: 360px;
  }

  .cc-enquire {
    align-items: flex-start;
    flex-direction: column;
  }

  .cc-enquire__actions {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 70px;
  }

  .cc-topbar,
  .cc-header,
  .cc-hero__inner,
  .cc-section,
  .cc-enquire,
  .cc-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .cc-path-sticky {
    top: 73px;
    min-height: 58px;
    padding: 7px 12px;
  }

  .cc-path-sticky__label {
    display: none;
  }

  .cc-path-sticky__buttons {
    width: 100%;
  }

  .cc-path-sticky__button {
    padding: 8px 7px;
    font-size: 8.5px;
  }

  .cc-topbar {
    min-height: 31px;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .cc-topbar__label,
  .cc-topbar__contact a:last-child {
    display: none;
  }

  .cc-header {
    min-height: 68px;
  }

  .cc-nav {
    height: calc(100vh - 68px);
  }

  .cc-brand__wordmark {
    font-size: 15px;
  }

  .cc-hero {
    min-height: 740px;
    align-items: end;
  }

  .cc-hero::before {
    background:
      linear-gradient(0deg, rgba(14, 14, 13, 0.96) 0%, rgba(14, 14, 13, 0.73) 57%, rgba(14, 14, 13, 0.22) 100%);
  }

  .cc-hero__image {
    object-position: 58% 50%;
  }

  .cc-hero__inner {
    padding-top: 210px;
    padding-bottom: 50px;
  }

  .cc-hero h1 {
    font-size: clamp(49px, 15vw, 67px);
  }

  .cc-hero__summary {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .cc-hero__stats {
    grid-template-columns: 1fr 1fr;
    gap: 17px 20px;
  }

  .cc-hero__record {
    display: none;
  }

  .cc-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cc-section__head h2,
  .cc-content-title {
    font-size: 40px;
  }

  .cc-pathway-picker,
  .cc-mini-grid,
  .cc-experiences__grid,
  .cc-documents__grid,
  .cc-facts-list {
    grid-template-columns: 1fr;
  }

  html[data-listing-mode="quarry"] .cc-documents__grid,
  html[data-listing-mode="eco"] .cc-documents__grid {
    grid-template-columns: 1fr;
  }

  .cc-focus-context,
  .cc-focused-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .cc-fact {
    grid-template-columns: minmax(95px, 0.42fr) minmax(0, 1fr);
    border-right: 0;
  }

  .cc-fact:nth-child(odd) {
    border-right: 0;
  }

  .cc-fact:nth-child(odd) {
    background: #f7f5f0;
  }

  .cc-fact:nth-child(even) {
    background: #fff;
  }

  .cc-fact:nth-last-child(2) {
    border-bottom: 1px solid #ded9cf;
  }

  .cc-pathway-card {
    min-height: 236px;
    padding: 24px;
  }

  .cc-pathway-card h3 {
    font-size: 31px;
  }

  .cc-side-stack {
    grid-template-columns: 1fr;
  }

  .cc-stages__grid {
    grid-template-columns: 1fr;
  }

  .cc-stage {
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 7px;
  }

  .cc-stage__number {
    grid-row: span 2;
  }

  .cc-stage h4 {
    margin-top: 0;
  }

  .cc-power-row {
    grid-template-columns: 88px 1fr 58px;
  }

  .cc-zone-card {
    padding: 20px;
  }

  .cc-zone-map {
    min-height: 210px;
  }

  .cc-water-image {
    height: 270px;
  }

  .cc-lake {
    grid-template-columns: 102px 1fr 51px;
    gap: 9px;
  }

  .cc-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 360px repeat(3, 225px) 250px;
  }

  .cc-gallery .cc-image-frame:first-child {
    grid-row: auto;
  }

  .cc-location-stats {
    grid-template-columns: 1fr;
  }

  .cc-location-map {
    height: 310px;
  }

  .cc-fact {
    align-items: flex-start;
  }

  .cc-documents__grid .cc-document:last-child {
    grid-column: auto;
  }

  .cc-document {
    min-height: 270px;
  }

  .cc-footer {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cc-footer__legal {
    justify-self: start;
    text-align: left;
  }

  .cc-footer__links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .fx-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
