:root {
  --ink: #17201a;
  --muted: #5f655c;
  --paper: #fffdf8;
  --field: #f2f6e8;
  --leaf: #4f7d45;
  --leaf-dark: #2e5934;
  --tomato: #b94d35;
  --marigold: #e9af45;
  --sky: #dbe9ed;
  --line: rgba(23, 32, 26, 0.16);
  --shadow: 0 24px 70px rgba(32, 42, 26, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 14px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 253, 248, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  width: 24px;
  height: 24px;
  border: 3px solid var(--leaf-dark);
  border-radius: 50% 50% 50% 8px;
  background: var(--marigold);
  transform: rotate(-24deg);
}

.concept-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
}

.concept-nav a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  text-decoration: none;
}

.concept {
  min-height: 100vh;
  padding: 108px clamp(18px, 5vw, 76px) 58px;
  scroll-margin-top: 68px;
}

.concept-one {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  background:
    linear-gradient(115deg, rgba(242, 246, 232, 0.96), rgba(255, 253, 248, 0.9) 48%, rgba(219, 233, 237, 0.76)),
    var(--paper);
}

.concept-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--tomato);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  max-width: 13ch;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.1rem, 9vw, 7.6rem);
}

h2 {
  font-size: clamp(2.45rem, 6vw, 5.6rem);
}

.lede,
.concept-copy p:not(.eyebrow),
.producer-panel p,
.map-story p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.6;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: #fff;
  background: var(--leaf-dark);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.market-preview {
  position: relative;
  min-height: min(66vw, 680px);
}

.photo-stack {
  position: absolute;
  inset: 0;
}

.photo {
  position: absolute;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.photo-main {
  right: 2%;
  bottom: 5%;
  width: 74%;
  height: 76%;
}

.photo-small {
  width: 42%;
  height: 34%;
}

.photo-top {
  top: 5%;
  left: 3%;
}

.photo-bottom {
  right: 0;
  top: 2%;
}

.search-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(420px, 92%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.93);
  box-shadow: 0 18px 50px rgba(23, 32, 26, 0.2);
  backdrop-filter: blur(14px);
}

.search-label {
  display: block;
  margin-bottom: 10px;
  color: var(--leaf-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.search-box {
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  background: #fff;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.tag-row span {
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--field);
}

.concept-two {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: clamp(26px, 4vw, 56px);
  background: #243328;
}

.split-photo {
  min-height: 620px;
  border-radius: 8px;
  overflow: hidden;
}

.split-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.producer-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  color: #fffdf8;
}

.producer-panel .eyebrow {
  color: var(--marigold);
}

.producer-panel p {
  color: rgba(255, 253, 248, 0.78);
}

.principle-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.principle-list div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.principle-list strong,
.principle-list span {
  display: block;
}

.principle-list strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 1.05rem;
}

.principle-list span {
  color: rgba(255, 253, 248, 0.72);
  line-height: 1.5;
}

.concept-three {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 1.26fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(242, 246, 232, 0.9)),
    var(--field);
}

.map-story {
  max-width: 620px;
}

.map-board {
  position: relative;
  min-height: 640px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--sky);
}

.island-board {
  isolation: isolate;
  background:
    linear-gradient(150deg, rgba(219, 233, 237, 0.98), rgba(242, 246, 232, 0.94)),
    var(--sky);
}

.island-board::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 82%);
  z-index: -1;
}

.map-search-panel {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 6;
  width: min(420px, calc(100% - 44px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 48px rgba(23, 32, 26, 0.16);
  backdrop-filter: blur(14px);
}

.island-map {
  position: absolute;
  inset: 6% 18% 4% 10%;
  width: 76%;
  height: 90%;
  filter: drop-shadow(0 24px 30px rgba(32, 42, 26, 0.14));
}

.island-shape,
.gulf-island {
  fill: #d5e3b9;
  stroke: #466d3f;
  stroke-width: 8;
  stroke-linejoin: round;
}

.gulf-island {
  fill: #c8dbab;
  stroke-width: 5;
}

.mainland-shore {
  fill: none;
  stroke: rgba(46, 89, 52, 0.32);
  stroke-width: 18;
  stroke-linecap: round;
}

.island-road {
  fill: none;
  stroke: rgba(255, 253, 248, 0.9);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 18 18;
}

.road-two {
  stroke-width: 7;
  stroke-dasharray: 14 14;
}

.island-pin {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px 7px 7px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 12px 26px rgba(23, 32, 26, 0.16);
  font-weight: 900;
}

.island-pin span {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 2px;
  background: var(--tomato);
  box-shadow: 0 0 0 3px rgba(185, 77, 53, 0.22);
  transform: rotate(-45deg);
}

.island-pin small {
  color: var(--leaf-dark);
  font-size: 0.72rem;
  line-height: 1;
}

.campbell {
  top: 24%;
  left: 42%;
}

.comox {
  top: 39%;
  left: 36%;
}

.nanaimo {
  top: 58%;
  left: 44%;
}

.victoria {
  right: 22%;
  bottom: 12%;
}

.photo-callout {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: min(340px, 46%);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 18px 46px rgba(23, 32, 26, 0.18);
}

.photo-callout img {
  width: 88px;
  height: 72px;
  border-radius: 6px;
  object-fit: cover;
}

.photo-callout strong,
.photo-callout small {
  display: block;
}

.photo-callout strong {
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.photo-callout small {
  color: var(--muted);
  line-height: 1.35;
}

.callout-a {
  top: 26%;
  right: 6%;
}

.callout-b {
  left: 6%;
  bottom: 22%;
}

.callout-c {
  right: 8%;
  bottom: 4%;
}

.closing-band {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px clamp(18px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
}

.closing-band p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.15;
}

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    flex-direction: column;
    align-items: flex-start;
  }

  .concept-nav {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .concept {
    min-height: auto;
    padding-top: 42px;
  }

  .concept-one,
  .concept-two,
  .concept-three {
    grid-template-columns: 1fr;
  }

  .market-preview,
  .map-board {
    min-height: 560px;
  }

  .island-map {
    inset: 13% 8% 12% 4%;
    width: 88%;
    height: 78%;
  }

  .photo-callout {
    width: min(320px, 48%);
  }

  .split-photo {
    min-height: 420px;
  }

  .concept-three {
    grid-template-rows: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 0;
    padding: 12px 14px;
  }

  .concept-nav a {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .concept {
    padding-right: 16px;
    padding-left: 16px;
  }

  h1 {
    font-size: clamp(2.6rem, 17vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2.25rem, 14vw, 3.8rem);
  }

  .action-row,
  .closing-band {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .market-preview,
  .map-board {
    min-height: 480px;
  }

  .photo-main {
    right: 0;
    width: 82%;
  }

  .photo-small {
    width: 48%;
  }

  .search-panel {
    width: 100%;
  }

  .map-search-panel {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
  }

  .island-map {
    inset: 24% -6% 8% -6%;
    width: 112%;
    height: 68%;
  }

  .island-pin {
    padding: 6px;
  }

  .island-pin small {
    display: none;
  }

  .campbell {
    top: 39%;
    left: 47%;
  }

  .comox {
    top: 49%;
    left: 39%;
  }

  .nanaimo {
    top: 63%;
    left: 49%;
  }

  .victoria {
    right: 21%;
    bottom: 8%;
  }

  .photo-callout {
    grid-template-columns: 62px minmax(0, 1fr);
    width: min(280px, 74%);
    padding: 8px;
  }

  .photo-callout img {
    width: 62px;
    height: 54px;
  }

  .photo-callout strong {
    font-size: 0.86rem;
  }

  .photo-callout small {
    font-size: 0.74rem;
  }

  .callout-a {
    top: 28%;
    right: 5%;
  }

  .callout-b {
    left: 5%;
    bottom: 20%;
  }

  .callout-c {
    right: 5%;
    bottom: 3%;
  }
}
