html, body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(135deg, #F4EEE6 0%, #EBE3D4 55%, #DDD3BD 100%);
  color: #2D4033;
  line-height: 1.75;
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

strong, p, b {
  color: inherit;
}

.saskatchewan-canvas {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

.saskatchewan-mesh-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.saskatchewan-mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  mix-blend-mode: soft-light;
  opacity: 0.45;
}

.saskatchewan-mesh-blob--ochre {
  background: #C77B5C;
  width: 520px;
  height: 520px;
  top: -8%;
  left: -10%;
  animation: saskatchewan-drift-a 36s ease-in-out infinite;
}

.saskatchewan-mesh-blob--sage {
  background: #A8B5A1;
  width: 600px;
  height: 600px;
  bottom: -12%;
  right: -8%;
  animation: saskatchewan-drift-b 40s ease-in-out infinite;
}

.saskatchewan-mesh-blob--rose {
  background: #C9A0AE;
  width: 480px;
  height: 480px;
  top: 30%;
  right: 22%;
  animation: saskatchewan-drift-c 32s ease-in-out infinite;
}

.saskatchewan-mesh-blob--chestnut {
  background: #5C4A3B;
  width: 420px;
  height: 420px;
  top: 5%;
  right: 40%;
  opacity: 0.28;
  animation: saskatchewan-drift-d 38s ease-in-out infinite;
}

.saskatchewan-mesh-blob--peach {
  background: #F0D7B8;
  width: 560px;
  height: 560px;
  bottom: 18%;
  left: 22%;
  animation: saskatchewan-drift-e 34s ease-in-out infinite;
}

@keyframes saskatchewan-drift-a {
  0%, 100% { transform: translate(0, 0) scale(0.96); }
  50% { transform: translate(60px, 40px) scale(1.05); }
}

@keyframes saskatchewan-drift-b {
  0%, 100% { transform: translate(0, 0) scale(1.02); }
  50% { transform: translate(-50px, -60px) scale(0.94); }
}

@keyframes saskatchewan-drift-c {
  0%, 100% { transform: translate(0, 0) scale(0.94); }
  50% { transform: translate(40px, -30px) scale(1.08); }
}

@keyframes saskatchewan-drift-d {
  0%, 100% { transform: translate(0, 0) scale(1.0); }
  50% { transform: translate(-40px, 50px) scale(1.04); }
}

@keyframes saskatchewan-drift-e {
  0%, 100% { transform: translate(0, 0) scale(1.0); }
  50% { transform: translate(50px, -45px) scale(0.95); }
}

.saskatchewan-marquee-bg {
  position: fixed;
  top: 50%;
  left: 0;
  width: 200%;
  transform: translateY(-50%) rotate(-8deg);
  pointer-events: none;
  z-index: 1;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 64px;
  color: #2D4033;
  opacity: 0.05;
  white-space: nowrap;
  letter-spacing: 0.08em;
}

.saskatchewan-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(244, 238, 230, 0.96);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1.5px solid rgba(45, 64, 51, 0.18);
  height: 88px;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.saskatchewan-header__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #2D4033;
}

.saskatchewan-header__symbol {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2D4033 0%, #A8B5A1 60%, #C77B5C 100%);
  border: 2px solid #2D4033;
  box-shadow: 4px 4px 0px #2D4033, 0 0 18px rgba(168, 181, 161, 0.30);
  transform: rotate(-3deg) skewX(-2deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: saskatchewan-breathe 6s ease-in-out infinite;
}

@keyframes saskatchewan-breathe {
  0%, 100% { transform: rotate(-3deg) skewX(-2deg) scale(0.98); }
  50% { transform: rotate(-3deg) skewX(-2deg) scale(1.02); }
}

.saskatchewan-header__symbol svg {
  width: 28px;
  height: 28px;
}

.saskatchewan-header__text-stack {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.saskatchewan-header__domain {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2D4033;
  opacity: 0.85;
  font-weight: 500;
}

.saskatchewan-header__site-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-style: italic;
  color: #2D4033;
  font-weight: 500;
}

.saskatchewan-header__marks {
  position: absolute;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #2D4033;
  opacity: 0.35;
  text-transform: uppercase;
}

.saskatchewan-header__marks--left {
  top: 8px;
  left: 40px;
}

.saskatchewan-header__marks--right {
  bottom: 8px;
  right: 40px;
}

.saskatchewan-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.saskatchewan-nav__item {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2D4033;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 100px;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
}

.saskatchewan-nav__item:hover {
  background: rgba(199, 123, 92, 0.12);
  transform: translateY(-1px);
  color: #2D4033;
}

.saskatchewan-nav__item::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #C77B5C;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.saskatchewan-nav__item:hover::after {
  opacity: 1;
}

.saskatchewan-cta {
  background: linear-gradient(135deg, #C77B5C 0%, #A8B5A1 100%);
  color: #FFFFFF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-style: italic;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 100px;
  box-shadow: 4px 4px 0px #2D4033;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  white-space: nowrap;
  margin-left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.saskatchewan-cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #2D4033, 0 0 0 4px rgba(168, 181, 161, 0.40);
  color: #FFFFFF;
}

.saskatchewan-burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  border: 2px solid #2D4033;
  background: #FAF6F0;
  box-shadow: 4px 4px 0px #A8B5A1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
}

.saskatchewan-burger__line {
  width: 22px;
  height: 2.5px;
  background: #2D4033;
  border-radius: 2px;
  transition: transform 0.3s ease;
  display: block;
}

.saskatchewan-burger[aria-expanded="true"] .saskatchewan-burger__line:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.saskatchewan-burger[aria-expanded="true"] .saskatchewan-burger__line:nth-child(2) {
  opacity: 0;
}

.saskatchewan-burger[aria-expanded="true"] .saskatchewan-burger__line:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.saskatchewan-mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 64px;
  background: linear-gradient(135deg, #F4EEE6 0%, #EBE3D4 100%);
  z-index: 99;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 60px 24px 80px;
  border-radius: 32px 32px 0 0;
}

.saskatchewan-mobile-menu.is-open {
  transform: translateY(0);
}

.saskatchewan-mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.saskatchewan-mobile-menu__item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1.5px solid rgba(168, 181, 161, 0.30);
  text-decoration: none;
  color: #2D4033;
  opacity: 0;
  transform: translateY(26px);
  animation: saskatchewan-mobile-item-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.saskatchewan-mobile-menu.is-open .saskatchewan-mobile-menu__item:nth-child(1) { animation-delay: 0.07s; }
.saskatchewan-mobile-menu.is-open .saskatchewan-mobile-menu__item:nth-child(2) { animation-delay: 0.14s; }
.saskatchewan-mobile-menu.is-open .saskatchewan-mobile-menu__item:nth-child(3) { animation-delay: 0.21s; }
.saskatchewan-mobile-menu.is-open .saskatchewan-mobile-menu__item:nth-child(4) { animation-delay: 0.28s; }
.saskatchewan-mobile-menu.is-open .saskatchewan-mobile-menu__item:nth-child(5) { animation-delay: 0.35s; }
.saskatchewan-mobile-menu.is-open .saskatchewan-mobile-menu__item:nth-child(6) { animation-delay: 0.42s; }

@keyframes saskatchewan-mobile-item-in {
  to { opacity: 1; transform: translateY(0); }
}

.saskatchewan-mobile-menu__num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #C77B5C;
  letter-spacing: 0.1em;
}

.saskatchewan-mobile-menu__label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-style: italic;
  letter-spacing: -0.01em;
}

.saskatchewan-mobile-cta {
  margin-top: 40px;
  width: 100%;
  justify-content: center;
}

.saskatchewan-scroll-progress {
  position: fixed;
  top: 88px;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #C77B5C, #A8B5A1, #C9A0AE);
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 101;
  opacity: 0.55;
  transition: transform 0.1s linear;
}

.saskatchewan-main {
  position: relative;
  z-index: 2;
  padding-top: 88px;
}

.saskatchewan-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 80px;
  overflow: hidden;
}

.saskatchewan-hero__composition {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.saskatchewan-hero__left-stack {
  position: relative;
  flex: 1.1;
  min-height: 600px;
}

.saskatchewan-hero__right-photo {
  position: relative;
  flex: 0.9;
  height: 620px;
  border-radius: 32px;
  overflow: hidden;
  transform: rotate(2deg) skewX(1.5deg);
  border: 2px solid #2D4033;
  background: linear-gradient(135deg, #2D4033 0%, #5C4A3B 100%);
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.20), 10px 10px 0px #C9A0AE;
}

.saskatchewan-hero__right-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.saskatchewan-hero__sticker {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  background: linear-gradient(135deg, #A8B5A1, #C9A0AE);
  color: #FFFFFF;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-8deg);
  box-shadow: 6px 6px 20px rgba(201, 160, 174, 0.40);
  border: 2px solid #FAF6F0;
  z-index: 2;
}

.saskatchewan-hero__photo-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 2;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #C9A0AE;
  text-transform: uppercase;
  padding-top: 12px;
  border-top: 2px solid rgba(201, 160, 174, 0.5);
}

.saskatchewan-stamp-card {
  position: absolute;
  background: rgba(250, 246, 240, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 28px;
  border: 2px solid #2D4033;
  padding: 48px 44px;
  box-shadow: 0 20px 48px rgba(45, 64, 51, 0.12);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.saskatchewan-stamp-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 28px 60px rgba(45, 64, 51, 0.18), 0 0 0 4px rgba(168, 181, 161, 0.4);
}

.saskatchewan-stamp-card--main {
  top: 0;
  left: 0;
  min-height: 480px;
  transform: rotate(-1.5deg) skewX(-2deg);
  box-shadow: 0 20px 48px rgba(45, 64, 51, 0.12), 8px 8px 0px #C77B5C;
  z-index: 2;
}

.saskatchewan-stamp-card--stat {
  top: 64%;
  left: 12%;
  width: 36%;
  height: 110px;
  border-radius: 100px;
  background: #A8B5A1;
  transform: rotate(2.5deg) skewX(-1deg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  box-shadow: 0 16px 40px rgba(45, 64, 51, 0.10), 6px 6px 0px #C77B5C;
  z-index: 3;
}

.saskatchewan-stamp-card--promo {
  top: 78%;
  left: 4%;
  width: 22%;
  height: 130px;
  border-radius: 100px;
  background: #FAF6F0;
  transform: rotate(-2deg) skewX(2deg);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  box-shadow: 6px 6px 18px rgba(45, 64, 51, 0.10), 4px 4px 0px #5C4A3B;
  z-index: 4;
}

.saskatchewan-stamp-card--drop {
  bottom: -20px;
  right: -20px;
  width: 200px;
  height: 80px;
  border-radius: 100px;
  background: #FAF6F0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #2D4033;
  transform: rotate(-3deg);
  box-shadow: 4px 4px 14px rgba(45, 64, 51, 0.10);
  z-index: 4;
}

.saskatchewan-stamp-card--cert {
  top: 5%;
  left: -40px;
  width: 96px;
  height: 96px;
  border-radius: 100px;
  background: #2D4033;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  transform: rotate(-12deg);
  border: 2px solid #FAF6F0;
  box-shadow: 4px 4px 0px #A8B5A1;
  z-index: 5;
}

.saskatchewan-stamp-card--side-tag {
  position: absolute;
  top: 50%;
  right: -50px;
  width: 52px;
  height: 180px;
  background: #C77B5C;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  transform: rotate(0deg);
  box-shadow: 5px 5px 14px rgba(199, 123, 92, 0.4);
  z-index: 5;
}

.saskatchewan-pill-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 100px;
  background: linear-gradient(135deg, #C77B5C, #A8B5A1);
  color: #FFFFFF;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(4deg);
  box-shadow: 4px 4px 0px #2D4033;
  margin-bottom: 24px;
}

.saskatchewan-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 96px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.0;
  color: #2D4033;
  margin: 0 0 18px;
}

.saskatchewan-hero__title-accent {
  display: block;
  font-style: italic;
  color: #C77B5C;
  font-size: 0.42em;
  font-weight: 500;
  letter-spacing: 0.005em;
  margin-top: 12px;
}

.saskatchewan-hero__rule {
  height: 4px;
  width: 220px;
  background: #A8B5A1;
  border-radius: 100px;
  margin: 0 0 24px;
}

.saskatchewan-hero__kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2D4033;
  margin: 0 0 16px;
}

.saskatchewan-hero__lede {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #3D3329;
  font-style: italic;
  margin: 0 0 28px;
}

.saskatchewan-hero__cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.saskatchewan-button-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 20px 38px;
  border-radius: 100px;
  background: linear-gradient(135deg, #C77B5C, #A8B5A1);
  color: #FFFFFF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 8px 8px 0px #2D4033;
  transform: skewX(-2deg);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  letter-spacing: 0.02em;
}

.saskatchewan-button-primary:hover {
  transform: skewX(-2deg) translate(-3px, -3px);
  box-shadow: 11px 11px 0px #2D4033, 0 0 0 4px rgba(168, 181, 161, 0.40);
  color: #FFFFFF;
}

.saskatchewan-button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 100px;
  background: rgba(250, 246, 240, 0.92);
  border: 2.5px solid #2D4033;
  color: #2D4033;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 6px 6px 0px #C9A0AE;
  transform: skewX(2deg);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.02em;
}

.saskatchewan-button-secondary:hover {
  transform: skewX(2deg) translate(-3px, -3px);
  box-shadow: 9px 9px 0px #C9A0AE;
  color: #2D4033;
  background: #FAF6F0;
}

.saskatchewan-stat__num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #2D4033;
  text-transform: uppercase;
}

.saskatchewan-stat__price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-style: italic;
  color: #C77B5C;
}

.saskatchewan-section {
  position: relative;
  padding: 120px 80px;
  z-index: 2;
}

.saskatchewan-section--alt {
  background: linear-gradient(180deg, #EBE3D4 0%, #DDD3BD 100%);
}

.saskatchewan-section--peach {
  background: #F0D7B8;
}

.saskatchewan-section--sage {
  background: #DDE2D5;
}

.saskatchewan-section__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.saskatchewan-section__eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7A6A55;
  margin: 0 0 16px;
}

.saskatchewan-section__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #2D4033;
  margin: 0 0 14px;
  line-height: 1.05;
}

.saskatchewan-section__title-jp {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-style: italic;
  color: #C77B5C;
  margin-top: 8px;
  font-weight: 500;
}

.saskatchewan-section__lede {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.85;
  color: #3D3329;
  max-width: 720px;
  margin: 0 0 60px;
}

.saskatchewan-masonry {
  display: grid;
  grid-template-columns: 40% 33% 27%;
  gap: 24px;
  align-items: start;
}

.saskatchewan-masonry__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.saskatchewan-piece {
  position: relative;
  background: #FAF6F0;
  border-radius: 24px;
  border: 1.5px solid #2D4033;
  box-shadow: 0 14px 36px rgba(45, 64, 51, 0.10);
  padding: 12px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, z-index 0s;
  z-index: 1;
}

.saskatchewan-piece:hover {
  transform: scale(1.04);
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.18), 0 0 0 2px #A8B5A1, 0 0 0 8px rgba(168, 181, 161, 0.4);
  z-index: 30;
  border-width: 2.5px;
}

.saskatchewan-piece__media {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.saskatchewan-piece__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.saskatchewan-piece:hover .saskatchewan-piece__media img {
  transform: scale(1.04);
}

.saskatchewan-piece--small .saskatchewan-piece__media { height: 200px; }
.saskatchewan-piece--medium .saskatchewan-piece__media { height: 260px; }
.saskatchewan-piece--tall .saskatchewan-piece__media { height: 320px; }
.saskatchewan-piece--large .saskatchewan-piece__media { height: 380px; }

.saskatchewan-piece__body {
  padding: 18px 14px 8px;
}

.saskatchewan-piece__index {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  border: 2px solid #2D4033;
  background: #FAF6F0;
  color: #2D4033;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.saskatchewan-piece__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #2D4033;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.saskatchewan-piece__dims {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #A8B5A1;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}

.saskatchewan-piece__price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
  color: #5C4A3B;
  margin: 0 0 4px;
}

.saskatchewan-piece__wood {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7A6A55;
  opacity: 0.85;
}

.saskatchewan-marquee {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-top: 1.5px solid rgba(45, 64, 51, 0.18);
  border-bottom: 1.5px solid rgba(45, 64, 51, 0.18);
  margin-top: 60px;
  overflow: hidden;
  white-space: nowrap;
}

.saskatchewan-marquee__inner {
  display: flex;
  gap: 14px;
  animation: saskatchewan-marquee-flow 32s linear infinite;
  padding-right: 14px;
}

@keyframes saskatchewan-marquee-flow {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.saskatchewan-marquee__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  background: rgba(250, 246, 240, 0.94);
  border: 2px solid #2D4033;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #2D4033;
  text-transform: uppercase;
  white-space: nowrap;
}

.saskatchewan-marquee__chip::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #C77B5C;
  display: inline-block;
}

.saskatchewan-split {
  display: grid;
  grid-template-columns: 45% 52%;
  gap: 80px;
  align-items: start;
}

.saskatchewan-split__sticky {
  position: sticky;
  top: 132px;
  border-radius: 32px;
  border: 2px solid #2D4033;
  background: linear-gradient(135deg, #FAF6F0 0%, #EBE3D4 100%);
  padding: 36px;
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.16), 10px 10px 0px #A8B5A1;
  transform: rotate(-0.8deg);
}

.saskatchewan-split__photo {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid #2D4033;
}

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

.saskatchewan-split__photo-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: linear-gradient(135deg, #C77B5C, #A8B5A1);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  transform: rotate(-10deg);
  box-shadow: 6px 6px 20px rgba(199, 123, 92, 0.50);
  z-index: 2;
}

.saskatchewan-split__photo-caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-transform: uppercase;
  background: rgba(45, 64, 51, 0.7);
  padding: 10px 14px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.saskatchewan-split__text {
  background: rgba(250, 246, 240, 0.94);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  border: 2px solid #2D4033;
  padding: 64px 56px;
  box-shadow: 0 20px 48px rgba(45, 64, 51, 0.16), 8px 8px 0px #C77B5C;
  transform: rotate(0.6deg);
}

.saskatchewan-facts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.saskatchewan-fact {
  position: relative;
  border-radius: 64px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #2D4033;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  min-height: 120px;
}

.saskatchewan-fact:hover {
  transform: translateY(-6px) scale(1.08);
  box-shadow: 0 18px 36px rgba(45, 64, 51, 0.20), 0 0 0 4px rgba(168, 181, 161, 0.4);
  border-radius: 72px;
  z-index: 5;
}

.saskatchewan-fact--indigo { background: #2D4033; color: #FFFFFF; }
.saskatchewan-fact--ochre { background: #C77B5C; color: #FFFFFF; }
.saskatchewan-fact--sage { background: #A8B5A1; color: #2D4033; }
.saskatchewan-fact--chestnut { background: #5C4A3B; color: #FFFFFF; }
.saskatchewan-fact--rose { background: #C9A0AE; color: #2D4033; }

.saskatchewan-fact__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 6px;
  line-height: 1;
}

.saskatchewan-fact__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}

.saskatchewan-grid-strength {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.saskatchewan-strength {
  position: relative;
  background: rgba(250, 246, 240, 0.92);
  border-radius: 48px;
  border: 1.5px solid #2D4033;
  box-shadow: 0 12px 32px rgba(45, 64, 51, 0.10), 6px 6px 0px #C77B5C;
  padding: 32px 26px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  transition: flex-grow 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  flex-grow: 1;
  flex-basis: 0;
}

.saskatchewan-strength:hover {
  flex-grow: 2.5;
  transform: scale(1.04) rotate(0deg);
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.18), 10px 10px 0px #C77B5C, 0 0 0 6px rgba(168, 181, 161, 0.4);
  z-index: 5;
  border-width: 2.5px;
}

.saskatchewan-strength--sage { box-shadow: 0 12px 32px rgba(45, 64, 51, 0.10), 6px 6px 0px #A8B5A1; }
.saskatchewan-strength--rose { box-shadow: 0 12px 32px rgba(45, 64, 51, 0.10), 6px 6px 0px #C9A0AE; }
.saskatchewan-strength--chestnut { box-shadow: 0 12px 32px rgba(45, 64, 51, 0.10), 6px 6px 0px #5C4A3B; }
.saskatchewan-strength--peach { box-shadow: 0 12px 32px rgba(45, 64, 51, 0.10), 6px 6px 0px #F0D7B8; }
.saskatchewan-strength--indigo { box-shadow: 0 12px 32px rgba(45, 64, 51, 0.10), 6px 6px 0px #2D4033; }
.saskatchewan-strength--ochre { box-shadow: 0 12px 32px rgba(45, 64, 51, 0.10), 6px 6px 0px #C77B5C; }

.saskatchewan-strength__num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: #2D4033;
  opacity: 0.6;
  text-transform: uppercase;
  margin: 0;
}

.saskatchewan-strength__giant {
  position: absolute;
  bottom: 12px;
  right: 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  opacity: 0.95;
}

.saskatchewan-strength--ochre .saskatchewan-strength__giant { color: #C77B5C; }
.saskatchewan-strength--sage .saskatchewan-strength__giant { color: #A8B5A1; }
.saskatchewan-strength--rose .saskatchewan-strength__giant { color: #C9A0AE; }
.saskatchewan-strength--chestnut .saskatchewan-strength__giant { color: #5C4A3B; }
.saskatchewan-strength--peach .saskatchewan-strength__giant { color: #F0D7B8; }
.saskatchewan-strength--indigo .saskatchewan-strength__giant { color: #2D4033; }

.saskatchewan-strength__icon {
  width: 48px;
  height: 48px;
  align-self: flex-end;
  margin-bottom: 8px;
}

.saskatchewan-strength__icon svg {
  width: 100%;
  height: 100%;
}

.saskatchewan-strength__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #2D4033;
  margin: 8px 0 12px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.saskatchewan-strength__desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #3D3329;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.saskatchewan-strength:hover .saskatchewan-strength__desc {
  max-height: 200px;
  opacity: 1;
}

.saskatchewan-team {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 64px;
  align-items: start;
}

.saskatchewan-team__list {
  background: rgba(250, 246, 240, 0.94);
  backdrop-filter: blur(16px);
  border-radius: 32px;
  border: 2px solid #2D4033;
  padding: 40px 36px;
  box-shadow: 8px 8px 0px #A8B5A1;
  display: flex;
  flex-direction: column;
}

.saskatchewan-team__item {
  padding: 18px 14px;
  border-bottom: 1.5px solid rgba(199, 123, 92, 0.20);
  text-decoration: none;
  color: #2D4033;
  display: block;
  border-radius: 24px;
  transition: background 0.3s ease, padding-left 0.3s ease;
}

.saskatchewan-team__item:last-child {
  border-bottom: none;
}

.saskatchewan-team__item:hover {
  background: rgba(199, 123, 92, 0.10);
  padding-left: 24px;
}

.saskatchewan-team__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-style: italic;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.saskatchewan-team__role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C77B5C;
  margin: 6px 0 0;
}

.saskatchewan-team__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.saskatchewan-team__card {
  background: #FAF6F0;
  border-radius: 24px;
  border: 1.5px solid #2D4033;
  padding: 10px;
  box-shadow: 0 12px 32px rgba(45, 64, 51, 0.10);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  overflow: hidden;
}

.saskatchewan-team__card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.18), 0 0 0 4px rgba(168, 181, 161, 0.4);
  z-index: 5;
}

.saskatchewan-team__photo {
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
}

.saskatchewan-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.saskatchewan-team__caption {
  padding: 14px 10px 6px;
}

.saskatchewan-team__caption-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
  color: #2D4033;
  margin: 0 0 4px;
}

.saskatchewan-team__caption-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #C77B5C;
  margin: 0;
}

.saskatchewan-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.saskatchewan-review {
  position: relative;
  background: #FAF6F0;
  border-radius: 32px;
  border: 2px solid #2D4033;
  padding: 28px;
  box-shadow: 0 14px 36px rgba(45, 64, 51, 0.10), 6px 6px 0px #C9A0AE;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.saskatchewan-review:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.18), 0 0 0 4px rgba(201, 160, 174, 0.4);
  z-index: 5;
}

.saskatchewan-review__photo {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 2.5px solid #2D4033;
  overflow: hidden;
  margin-bottom: 18px;
}

.saskatchewan-review__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.saskatchewan-review__quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  color: #2D4033;
  margin: 0 0 18px;
}

.saskatchewan-review__author {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C77B5C;
  margin: 0;
}

.saskatchewan-review__city {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #7A6A55;
  margin: 4px 0 0;
}

.saskatchewan-cta-strip {
  position: relative;
  background: linear-gradient(135deg, #2D4033 0%, #5C4A3B 100%);
  color: #FFFFFF;
  padding: 80px 60px;
  border-radius: 32px;
  margin: 80px auto;
  max-width: 1320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  border: 2px solid #2D4033;
  box-shadow: 12px 12px 0px #C77B5C;
}

.saskatchewan-cta-strip::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #C77B5C;
  filter: blur(120px);
  opacity: 0.5;
}

.saskatchewan-cta-strip__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-style: italic;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.1;
  max-width: 600px;
  letter-spacing: -0.01em;
}

.saskatchewan-cta-strip__title-accent {
  display: block;
  color: #F0D7B8;
  font-size: 0.5em;
  margin-top: 8px;
  letter-spacing: 0.02em;
}

.saskatchewan-cta-strip__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.saskatchewan-cta-strip .saskatchewan-button-primary {
  background: linear-gradient(135deg, #C77B5C, #A8B5A1);
  box-shadow: 6px 6px 0px #FAF6F0;
}

.saskatchewan-cta-strip .saskatchewan-button-primary:hover {
  box-shadow: 9px 9px 0px #FAF6F0, 0 0 0 4px rgba(240, 215, 184, 0.4);
}

.saskatchewan-cta-strip .saskatchewan-button-secondary {
  background: rgba(250, 246, 240, 0.12);
  border-color: #FAF6F0;
  color: #FAF6F0;
  box-shadow: 4px 4px 0px #C9A0AE;
}

.saskatchewan-cta-strip .saskatchewan-button-secondary:hover {
  background: rgba(250, 246, 240, 0.20);
  color: #FFFFFF;
}

.saskatchewan-footer {
  position: relative;
  background: linear-gradient(180deg, #2D4033 0%, #1F2D24 100%);
  color: #EBE3D4;
  padding: 100px 80px 40px;
  overflow: hidden;
  z-index: 2;
}

.saskatchewan-footer__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 60px;
}

.saskatchewan-footer__brand-line {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-style: italic;
  color: #FAF6F0;
  margin: 0 0 16px;
  line-height: 1.1;
}

.saskatchewan-footer__domain {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #A8B5A1;
  margin: 0 0 24px;
  display: block;
}

.saskatchewan-footer__lede {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #DDE2D5;
  margin: 0 0 24px;
}

.saskatchewan-footer__col-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F0D7B8;
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid rgba(240, 215, 184, 0.3);
}

.saskatchewan-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.saskatchewan-footer__list a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #DDE2D5;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
}

.saskatchewan-footer__list a:hover {
  color: #F0D7B8;
  padding-left: 6px;
}

.saskatchewan-footer__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 14px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #DDE2D5;
  line-height: 1.6;
}

.saskatchewan-footer__contact-row svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
  color: #F0D7B8;
}

.saskatchewan-footer__legal-row {
  max-width: 1320px;
  margin: 60px auto 0;
  padding-top: 28px;
  border-top: 1.5px solid rgba(240, 215, 184, 0.25);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #A8B5A1;
}

.saskatchewan-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.saskatchewan-footer__legal-links a {
  color: #A8B5A1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.saskatchewan-footer__legal-links a:hover {
  color: #F0D7B8;
}

.saskatchewan-cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  max-width: 560px;
  z-index: 200;
  background: rgba(250, 246, 240, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid #2D4033;
  border-radius: 28px;
  padding: 24px 26px;
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.20), 6px 6px 0px #C77B5C;
  transform: rotate(-0.6deg);
}

.saskatchewan-cookie-banner__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #2D4033;
  margin: 0 0 8px;
}

.saskatchewan-cookie-banner__text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #3D3329;
  margin: 0 0 18px;
}

.saskatchewan-cookie-banner__text a {
  color: #C77B5C;
  text-decoration: underline;
}

.saskatchewan-cookie-banner__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.saskatchewan-cookie-banner__accept,
.saskatchewan-cookie-banner__decline {
  flex: 1;
  min-width: 140px;
  padding: 12px 18px;
  border-radius: 100px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
  border: 2px solid #2D4033;
}

.saskatchewan-cookie-banner__accept {
  background: linear-gradient(135deg, #C77B5C, #A8B5A1);
  color: #FFFFFF;
  box-shadow: 4px 4px 0px #2D4033;
}

.saskatchewan-cookie-banner__accept:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #2D4033;
}

.saskatchewan-cookie-banner__decline {
  background: #FAF6F0;
  color: #2D4033;
  box-shadow: 4px 4px 0px #A8B5A1;
}

.saskatchewan-cookie-banner__decline:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px #A8B5A1;
}

.saskatchewan-form {
  background: rgba(250, 246, 240, 0.94);
  border-radius: 32px;
  border: 2px solid #2D4033;
  padding: 48px;
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.18), 8px 8px 0px #C77B5C;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.saskatchewan-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.saskatchewan-form label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2D4033;
  display: block;
  margin-bottom: 6px;
}

.saskatchewan-form input,
.saskatchewan-form select,
.saskatchewan-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 2px solid #2D4033;
  background: #FAF6F0;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #2D4033;
  outline: none;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
}

.saskatchewan-form input:focus,
.saskatchewan-form select:focus,
.saskatchewan-form textarea:focus {
  box-shadow: 0 0 0 4px rgba(168, 181, 161, 0.4);
  border-color: #C77B5C;
}

.saskatchewan-form input::placeholder,
.saskatchewan-form textarea::placeholder {
  color: #7A6A55;
  font-style: italic;
}

.saskatchewan-form textarea {
  resize: vertical;
  min-height: 140px;
  font-family: 'Inter', sans-serif;
}

.saskatchewan-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 36px;
}

.saskatchewan-faq__item {
  background: #FAF6F0;
  border-radius: 20px;
  border: 1.5px solid #2D4033;
  padding: 20px 24px;
  transition: box-shadow 0.3s ease;
}

.saskatchewan-faq__item.is-open {
  box-shadow: 0 14px 32px rgba(45, 64, 51, 0.12);
}

.saskatchewan-faq__q {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  color: #2D4033;
  text-align: left;
}

.saskatchewan-faq__q-text {
  flex: 1;
}

.saskatchewan-faq__q-icon {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #2D4033;
  color: #FAF6F0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  font-weight: 600;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}

.saskatchewan-faq__item.is-open .saskatchewan-faq__q-icon {
  transform: rotate(45deg);
  background: #C77B5C;
}

.saskatchewan-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-top 0.3s ease;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #3D3329;
}

.saskatchewan-faq__item.is-open .saskatchewan-faq__a {
  max-height: 500px;
  padding-top: 16px;
}

.saskatchewan-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 60px;
}

.saskatchewan-step {
  position: relative;
  background: rgba(250, 246, 240, 0.94);
  border-radius: 28px;
  border: 2px solid #2D4033;
  padding: 32px 26px;
  box-shadow: 0 12px 32px rgba(45, 64, 51, 0.10), 6px 6px 0px #A8B5A1;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.saskatchewan-step:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.18), 0 0 0 4px rgba(168, 181, 161, 0.4);
  z-index: 5;
}

.saskatchewan-step__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-style: italic;
  color: #C77B5C;
  margin: 0 0 12px;
  line-height: 1;
}

.saskatchewan-step__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #2D4033;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

.saskatchewan-step__desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #3D3329;
  margin: 0;
}

.saskatchewan-portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.saskatchewan-portfolio__item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1.5px solid #2D4033;
  background: #FAF6F0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  box-shadow: 0 14px 32px rgba(45, 64, 51, 0.10);
}

.saskatchewan-portfolio__item:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.18), 0 0 0 4px rgba(168, 181, 161, 0.4);
  z-index: 5;
}

.saskatchewan-portfolio__photo {
  height: 280px;
  overflow: hidden;
}

.saskatchewan-portfolio__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.saskatchewan-portfolio__item:hover .saskatchewan-portfolio__photo img {
  transform: scale(1.06);
}

.saskatchewan-portfolio__caption {
  padding: 18px 20px;
}

.saskatchewan-portfolio__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #2D4033;
  margin: 0 0 6px;
}

.saskatchewan-portfolio__meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #A8B5A1;
  margin: 0;
}

.saskatchewan-thanks {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 40px;
}

.saskatchewan-thanks__card {
  background: rgba(250, 246, 240, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 40px;
  border: 2px solid #2D4033;
  padding: 80px 60px;
  box-shadow: 0 24px 56px rgba(45, 64, 51, 0.18), 12px 12px 0px #C77B5C;
  text-align: center;
  max-width: 720px;
  width: 100%;
}

.saskatchewan-thanks__seal {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: linear-gradient(135deg, #A8B5A1, #C9A0AE);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  border: 3px solid #FAF6F0;
  box-shadow: 0 0 0 3px #2D4033, 6px 6px 20px rgba(168, 181, 161, 0.4);
}

.saskatchewan-thanks__seal svg {
  width: 60px;
  height: 60px;
  color: #FFFFFF;
}

.saskatchewan-thanks__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-style: italic;
  color: #2D4033;
  margin: 0 0 18px;
  line-height: 1.1;
}

.saskatchewan-thanks__title-jp {
  display: block;
  font-size: 0.55em;
  color: #C77B5C;
  margin-top: 8px;
}

.saskatchewan-thanks__text {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.85;
  color: #3D3329;
  margin: 0 0 36px;
}

.saskatchewan-legal {
  max-width: 880px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.saskatchewan-legal h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-style: italic;
  color: #2D4033;
  margin: 0 0 12px;
  line-height: 1.1;
}

.saskatchewan-legal h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-style: italic;
  color: #C77B5C;
  margin: 36px 0 12px;
}

.saskatchewan-legal p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #3D3329;
  margin: 0 0 18px;
}

.saskatchewan-legal ul {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #3D3329;
  padding-left: 24px;
}

.saskatchewan-legal li {
  margin-bottom: 10px;
}

.saskatchewan-page-hero {
  position: relative;
  padding: 60px 80px 80px;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.saskatchewan-page-hero__eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7A6A55;
  margin: 0 0 14px;
}

.saskatchewan-page-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-style: italic;
  color: #2D4033;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
  line-height: 1.05;
}

.saskatchewan-page-hero__title-jp {
  display: block;
  font-size: 0.42em;
  color: #C77B5C;
  margin-top: 12px;
}

.saskatchewan-page-hero__lede {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.85;
  color: #3D3329;
  margin: 24px auto 0;
  max-width: 720px;
}

.saskatchewan-breadcrumb {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #7A6A55;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.saskatchewan-breadcrumb a {
  color: #C77B5C;
  text-decoration: none;
}

.saskatchewan-breadcrumb a:hover {
  color: #2D4033;
}

.saskatchewan-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.saskatchewan-form-success { display: none; }

@media (max-width: 980px) {
  .saskatchewan-contact-grid { grid-template-columns: 1fr !important; gap: 32px !important; }

  .saskatchewan-marquee-bg {
    width: 100%;
    font-size: 28px;
  }
  .saskatchewan-mesh-layer {
    overflow: hidden;
  }
  .saskatchewan-mesh-blob--ochre,
  .saskatchewan-mesh-blob--sage,
  .saskatchewan-mesh-blob--rose,
  .saskatchewan-mesh-blob--chestnut,
  .saskatchewan-mesh-blob--peach {
    width: 280px;
    height: 280px;
  }
  body {
    overflow-x: hidden;
  }

  .saskatchewan-header {
    height: 64px;
    padding: 0 16px;
  }
  .saskatchewan-header__symbol {
    width: 40px;
    height: 40px;
  }
  .saskatchewan-header__symbol svg {
    width: 22px;
    height: 22px;
  }
  .saskatchewan-header__domain {
    font-size: 10px;
  }
  .saskatchewan-header__site-name {
    font-size: 13px;
  }
  .saskatchewan-header__marks { display: none; }
  .saskatchewan-nav { display: none; }
  .saskatchewan-cta { display: none; }
  .saskatchewan-burger { display: flex; }
  .saskatchewan-scroll-progress { top: 64px; }
  .saskatchewan-main { padding-top: 64px; }

  .saskatchewan-hero {
    padding: 40px 20px;
    min-height: auto;
  }
  .saskatchewan-hero__composition {
    flex-direction: column;
    gap: 24px;
  }
  .saskatchewan-hero__left-stack {
    min-height: auto;
    width: 100%;
  }
  .saskatchewan-hero__right-photo {
    width: 100%;
    height: 320px;
    transform: rotate(0deg) skewX(0deg);
    order: 2;
  }
  .saskatchewan-stamp-card--main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotate(0deg) skewX(0deg);
    min-height: auto;
    padding: 32px 24px;
  }
  .saskatchewan-stamp-card--stat,
  .saskatchewan-stamp-card--promo,
  .saskatchewan-stamp-card--drop,
  .saskatchewan-stamp-card--cert,
  .saskatchewan-stamp-card--side-tag {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
    transform: rotate(0deg) skewX(0deg);
  }
  .saskatchewan-hero__title {
    font-size: 44px;
  }
  .saskatchewan-hero__rule { width: 140px; }
  .saskatchewan-hero__cta-row {
    flex-direction: column;
    width: 100%;
  }
  .saskatchewan-button-primary,
  .saskatchewan-button-secondary {
    width: 100%;
    justify-content: center;
  }

  .saskatchewan-section {
    padding: 60px 20px;
  }
  .saskatchewan-section__title {
    font-size: 40px;
  }
  .saskatchewan-section__title-jp {
    font-size: 22px;
  }
  .saskatchewan-masonry {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .saskatchewan-piece--small .saskatchewan-piece__media,
  .saskatchewan-piece--medium .saskatchewan-piece__media,
  .saskatchewan-piece--tall .saskatchewan-piece__media,
  .saskatchewan-piece--large .saskatchewan-piece__media { height: 220px; }

  .saskatchewan-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .saskatchewan-split__sticky {
    position: relative;
    top: 0;
    transform: rotate(0deg);
  }
  .saskatchewan-split__text {
    padding: 40px 28px;
    transform: rotate(0deg);
  }
  .saskatchewan-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .saskatchewan-grid-strength {
    grid-template-columns: 1fr;
  }
  .saskatchewan-strength__desc {
    max-height: 200px;
    opacity: 1;
  }

  .saskatchewan-team {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .saskatchewan-team__list {
    padding: 28px 24px;
  }
  .saskatchewan-team__name { font-size: 22px; }
  .saskatchewan-team__gallery { grid-template-columns: 1fr; }

  .saskatchewan-reviews {
    grid-template-columns: 1fr;
  }
  .saskatchewan-process {
    grid-template-columns: 1fr 1fr;
  }
  .saskatchewan-portfolio {
    grid-template-columns: 1fr;
  }

  .saskatchewan-cta-strip {
    flex-direction: column;
    text-align: center;
    padding: 50px 28px;
    margin: 50px 20px;
  }
  .saskatchewan-cta-strip__title { font-size: 32px; }
  .saskatchewan-cta-strip__buttons { width: 100%; flex-direction: column; }
  .saskatchewan-cta-strip .saskatchewan-button-primary,
  .saskatchewan-cta-strip .saskatchewan-button-secondary {
    width: 100%;
  }

  .saskatchewan-footer {
    padding: 60px 20px 30px;
  }
  .saskatchewan-footer__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .saskatchewan-footer__brand-line { font-size: 28px; }
  .saskatchewan-footer__legal-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .saskatchewan-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 20px;
  }

  .saskatchewan-form {
    padding: 28px 22px;
  }
  .saskatchewan-form__row { grid-template-columns: 1fr; }

  .saskatchewan-thanks__card {
    padding: 50px 28px;
  }
  .saskatchewan-thanks__title { font-size: 36px; }
  .saskatchewan-page-hero {
    padding: 40px 20px 60px;
  }
  .saskatchewan-page-hero__title { font-size: 44px; }
  .saskatchewan-legal { padding: 40px 20px 60px; }
  .saskatchewan-legal h1 { font-size: 36px; }
}
