/* Final cinematic layer: brighter opening, live product demo and field simulator */

.hero {
  min-height: 1040px;
  background: #f4f8f5;
  color: #06110f;
}

.hero-photo {
  right: 0;
  left: auto;
  width: 59%;
  filter: saturate(0.86) brightness(1.06) contrast(0.95);
  opacity: 0.72;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 18%, #000 42%);
}

.hero-wash {
  background:
    radial-gradient(circle at 73% 46%, rgba(12, 155, 139, 0.13), transparent 30%),
    linear-gradient(90deg, #f4f8f5 0%, #f4f8f5 43%, rgba(244, 248, 245, 0.88) 57%, rgba(244, 248, 245, 0.2) 100%),
    linear-gradient(180deg, rgba(244, 248, 245, 0.2), transparent 60%, #f4f8f5 100%);
}

.hero-grid {
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(8, 127, 118, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 127, 118, 0.1) 1px, transparent 1px);
}

.hero-scene {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  pointer-events: none;
}

.hero::before {
  border-color: rgba(8, 127, 118, 0.14);
  box-shadow:
    0 0 0 90px rgba(8, 127, 118, 0.025),
    0 0 0 180px rgba(8, 127, 118, 0.015);
}

.hero-layout {
  min-height: 1040px;
  padding-top: 116px;
  padding-bottom: 98px;
}

.award-notice {
  position: relative;
  display: grid;
  max-width: 660px;
  grid-template-columns: 48px 1fr auto;
  gap: 14px;
  align-items: start;
  margin-bottom: 28px;
  padding: 14px 14px 14px 15px;
  border: 1px solid rgba(8, 127, 118, 0.18);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 50px rgba(16, 72, 64, 0.08);
  backdrop-filter: blur(16px);
  transition:
    opacity 260ms ease,
    transform 350ms var(--ease),
    max-height 350ms var(--ease),
    margin 350ms var(--ease),
    padding 350ms var(--ease);
}

.award-notice.is-dismissed {
  max-height: 0;
  margin: 0;
  padding-block: 0;
  overflow: hidden;
  border-color: transparent;
  opacity: 0;
  transform: translateY(-8px);
}

.award-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: #06201c;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
}

.award-mark span {
  color: var(--teal-soft);
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.05em;
}

.award-notice strong {
  display: block;
  color: #09211d;
  font-size: 0.78rem;
  font-weight: 700;
}

.award-notice p {
  margin: 3px 0 5px;
  color: #465d56;
  font-size: 0.67rem;
  line-height: 1.42;
}

.award-notice div > span {
  display: block;
  color: #087f76;
  font-family: var(--mono);
  font-size: 0.46rem;
  font-weight: 650;
  letter-spacing: 0.035em;
  line-height: 1.5;
  text-transform: uppercase;
}

.award-notice > button {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(8, 127, 118, 0.17);
  border-radius: 50%;
  background: transparent;
  color: #47625a;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.award-notice > button:hover {
  border-color: var(--teal-deep);
  color: var(--teal-deep);
}

.hero .eyebrow {
  color: #59726a;
}

.hero h1 {
  color: #06110f;
  text-shadow: none;
}

.hero h1 em {
  background: linear-gradient(105deg, #087f76, #14a99a 60%, #1b756d);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  color: #475d56;
}

.hero .button-ghost {
  border-color: rgba(6, 17, 15, 0.22);
  background: rgba(255, 255, 255, 0.64);
  color: #06110f;
}

.hero .button-ghost:hover {
  border-color: #087f76;
  color: #087f76;
}

.hero-status span {
  border-color: rgba(8, 127, 118, 0.14);
  background: rgba(255, 255, 255, 0.68);
  color: #557069;
}

.hero-foot {
  color: rgba(6, 17, 15, 0.53);
}

.hero-foot > a:last-child {
  color: #087f76;
}

.map-console {
  box-shadow:
    0 45px 100px rgba(3, 19, 16, 0.32),
    0 0 0 10px rgba(255, 255, 255, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.05);
}

.hero-device {
  box-shadow:
    0 55px 110px rgba(3, 19, 16, 0.42),
    0 0 0 8px rgba(255, 255, 255, 0.42),
    inset 0 0 0 2px rgba(255, 255, 255, 0.035);
}

/* Interactive product laboratory */

.live-lab {
  position: relative;
  overflow: hidden;
  padding-block: clamp(100px, 12vw, 170px);
  background:
    radial-gradient(circle at 12% 8%, rgba(36, 224, 204, 0.1), transparent 24%),
    #eef5f1;
  color: #06110f;
}

.live-lab::before {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 52vw;
  aspect-ratio: 1;
  border: 1px solid rgba(8, 127, 118, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(8, 127, 118, 0.02),
    0 0 0 160px rgba(8, 127, 118, 0.012);
  content: "";
}

.live-lab > .shell {
  position: relative;
  z-index: 2;
}

.lab-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.55fr;
  gap: clamp(50px, 9vw, 140px);
  align-items: end;
  margin-bottom: 64px;
}

.lab-intro h2 {
  max-width: 830px;
  color: #06110f;
  font-size: clamp(3.6rem, 6.6vw, 6.8rem);
}

.lab-intro h2 em {
  color: #087f76;
}

.lab-intro > p {
  max-width: 470px;
  margin: 0 0 8px;
  color: #4b635b;
  font-size: 1rem;
}

.lab-window {
  overflow: hidden;
  border: 1px solid rgba(146, 255, 236, 0.19);
  border-radius: 30px;
  background: #04100e;
  box-shadow:
    0 45px 120px rgba(11, 48, 42, 0.2),
    0 0 0 10px rgba(255, 255, 255, 0.56);
  color: var(--text);
}

.lab-window-bar {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 15px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 23, 20, 0.92);
}

.lab-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.lab-brand > div {
  display: grid;
}

.lab-brand strong {
  font-size: 0.78rem;
  font-weight: 650;
}

.lab-brand small {
  color: #70857e;
  font-family: var(--mono);
  font-size: 0.48rem;
}

.lab-window-state {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #829991;
  font-family: var(--mono);
  font-size: 0.52rem;
}

.lab-window-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 10px var(--teal);
}

.lab-body {
  display: grid;
  min-height: 750px;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
}

.lab-map {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.lab-toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-bottom: 14px;
}

.lab-search {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.lab-search span {
  color: var(--teal);
  font-size: 1.2rem;
}

.lab-search p {
  margin: 0;
  color: #6f857e;
  font-size: 0.67rem;
}

.lab-filters {
  display: flex;
  gap: 5px;
}

.lab-filters button {
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
  color: #7f948d;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.49rem;
  transition:
    border-color 200ms ease,
    color 200ms ease,
    background-color 200ms ease;
}

.lab-filters button:hover,
.lab-filters button.is-active {
  border-color: rgba(36, 224, 204, 0.42);
  background: rgba(36, 224, 204, 0.11);
  color: var(--teal-soft);
}

.lab-map-canvas {
  position: relative;
  min-height: 656px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #09221d;
  isolation: isolate;
}

.lab-map-canvas > img,
.lab-map-overlay {
  position: absolute;
  inset: 0;
}

.lab-map-canvas > img {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) brightness(0.58) contrast(1.08) hue-rotate(10deg);
  transform: scale(1.12);
  transition: transform 1.2s var(--ease);
}

.lab-map-canvas:hover > img {
  transform: scale(1.16);
}

.lab-map-overlay {
  z-index: -2;
  background:
    linear-gradient(rgba(95, 255, 228, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 255, 228, 0.06) 1px, transparent 1px),
    radial-gradient(circle at center, transparent, rgba(2, 12, 10, 0.62));
  background-size: 58px 58px, 58px 58px, auto;
}

.lab-map-overlay::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  box-shadow: 0 0 18px var(--teal);
  content: "";
  animation: mapScan 7s ease-in-out infinite;
}

.lab-pin {
  position: absolute;
  z-index: 4;
  top: var(--y);
  left: var(--x);
  display: grid;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
  background: none;
  cursor: pointer;
  place-items: center;
  transition:
    opacity 240ms ease,
    transform 240ms var(--ease);
}

.lab-pin[hidden] {
  display: none;
}

.lab-pin > span {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 13px 13px 13px 2px;
  transform: rotate(-45deg);
  background: #0d8b80;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.36),
    0 0 0 8px rgba(36, 224, 204, 0.07);
  color: var(--teal-soft);
  font-size: 0.67rem;
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.lab-pin > span::before {
  position: absolute;
  inset: -1px;
  border: 1px solid var(--teal);
  border-radius: inherit;
  content: "";
  animation: pinWave 2.8s ease-out infinite;
}

.lab-pin b {
  margin-top: 14px;
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(3, 13, 11, 0.84);
  color: #d5e4df;
  font-size: 0.57rem;
  font-weight: 550;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.lab-pin:hover,
.lab-pin.is-active {
  transform: translate(-50%, -50%) translateY(-5px) scale(1.06);
}

.lab-pin:hover > span,
.lab-pin.is-active > span {
  background: var(--teal);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(36, 224, 204, 0.52);
  color: #03100e;
}

.pin-paving > span {
  background: #b56b22;
  color: #ffe0bd;
}

.pin-light > span {
  background: #4b9e67;
  color: #d9ffe5;
}

.pin-drain > span {
  background: #754ba4;
  color: #ebd8ff;
}

.map-compass {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(3, 13, 11, 0.74);
  color: var(--teal);
  font-family: var(--mono);
  font-size: 0.5rem;
  backdrop-filter: blur(10px);
}

.map-compass i {
  position: absolute;
  bottom: 6px;
  width: 1px;
  height: 10px;
  background: var(--teal);
}

.map-legend {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(3, 13, 11, 0.78);
  color: #738981;
  font-family: var(--mono);
  font-size: 0.46rem;
  backdrop-filter: blur(12px);
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.map-legend i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 8px var(--teal);
}

.lab-detail {
  min-width: 0;
  padding: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(36, 224, 204, 0.08), transparent 26%),
    #071512;
}

.lab-detail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.lab-detail-top > span:first-child {
  color: var(--teal);
  font-family: var(--mono);
  font-size: 0.49rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lab-detail-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid rgba(36, 224, 204, 0.2);
  border-radius: 999px;
  color: #8bd9ca;
  font-family: var(--mono);
  font-size: 0.47rem;
}

.lab-detail-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 8px var(--teal);
}

.lab-detail-status.is-pending {
  border-color: rgba(255, 156, 67, 0.24);
  color: #f4b57b;
}

.lab-detail-status.is-pending i {
  background: var(--amber);
  box-shadow: 0 0 8px var(--amber);
}

.lab-detail-status.is-done {
  border-color: rgba(84, 216, 137, 0.24);
  color: #8ee2ac;
}

.lab-detail-status.is-done i {
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
}

.lab-detail h3 {
  margin-top: 22px;
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.4vw, 2.45rem);
  font-weight: 560;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.lab-location {
  margin: 10px 0 0;
  color: #7f958d;
  font-size: 0.68rem;
}

.lab-progress {
  margin-top: 22px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.lab-progress > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lab-progress span {
  color: #778d85;
  font-size: 0.61rem;
}

.lab-progress strong {
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 550;
}

.lab-progress > i {
  display: block;
  height: 4px;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.lab-progress b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #087f76, var(--teal-soft));
  box-shadow: 0 0 12px var(--teal);
  transition: width 500ms var(--ease);
}

.lab-metadata {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 14px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--line);
}

.lab-metadata div {
  min-width: 0;
  padding: 11px 12px;
  background: #091a16;
}

.lab-metadata dt {
  color: #647a72;
  font-family: var(--mono);
  font-size: 0.43rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lab-metadata dd {
  margin: 3px 0 0;
  overflow: hidden;
  color: #c2d0cb;
  font-size: 0.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lab-evidence {
  margin: 14px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #07110f;
}

.lab-evidence img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition:
    opacity 180ms ease,
    transform 420ms var(--ease);
}

.lab-evidence img.is-changing {
  opacity: 0;
  transform: scale(1.025);
}

.lab-evidence figcaption {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 11px;
}

.lab-evidence figcaption span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7e968e;
  font-size: 0.53rem;
}

.lab-evidence figcaption i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
}

.lab-evidence figcaption button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--teal);
  cursor: pointer;
  font-size: 0.52rem;
}

.lab-timeline {
  display: grid;
  gap: 7px;
  margin-top: 14px;
}

.lab-timeline > div {
  display: grid;
  min-height: 47px;
  grid-template-columns: 16px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
}

.lab-timeline i {
  width: 8px;
  height: 8px;
  border: 1px solid #657a73;
  border-radius: 50%;
}

.lab-timeline .is-done i {
  border-color: var(--teal);
  background: var(--teal);
  box-shadow: 0 0 8px var(--teal);
}

.lab-timeline p {
  display: grid;
  margin: 0;
}

.lab-timeline strong {
  color: #bac9c4;
  font-size: 0.58rem;
  font-weight: 550;
}

.lab-timeline p span {
  color: #61756e;
  font-size: 0.48rem;
}

.lab-timeline time {
  color: #60756e;
  font-family: var(--mono);
  font-size: 0.45rem;
}

.lab-next {
  display: flex;
  width: 100%;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--teal-soft), var(--teal));
  color: #03100e;
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 750;
}

.lab-disclaimer {
  margin: 19px 0 0;
  color: #687e76;
  font-family: var(--mono);
  font-size: 0.5rem;
  text-align: center;
}

/* Field capture simulator */

.field-story {
  position: relative;
  overflow: hidden;
  padding-block: clamp(100px, 12vw, 170px);
  background: #f5f8f6;
  color: #06110f;
}

.field-story::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 54%;
  background:
    linear-gradient(rgba(8, 127, 118, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 127, 118, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000);
}

.field-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(400px, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
}

.field-photo {
  position: relative;
  margin: 0;
}

.field-photo::before {
  position: absolute;
  z-index: -1;
  inset: 5% -5% -4% 7%;
  border: 1px solid rgba(8, 127, 118, 0.18);
  border-radius: 30px;
  content: "";
  transform: rotate(2deg);
}

.field-photo > img {
  width: 100%;
  max-height: 780px;
  border-radius: 28px;
  box-shadow: 0 36px 90px rgba(11, 59, 51, 0.18);
  object-fit: cover;
}

.field-photo-ui {
  position: absolute;
  right: -8%;
  bottom: 14%;
  display: grid;
  width: 190px;
  padding: 15px;
  border: 1px solid rgba(140, 255, 235, 0.24);
  border-radius: 14px;
  background: rgba(4, 16, 13, 0.86);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  color: white;
  backdrop-filter: blur(14px);
}

.field-photo-ui span {
  color: var(--teal);
  font-family: var(--mono);
  font-size: 0.46rem;
  letter-spacing: 0.08em;
}

.field-photo-ui strong {
  margin-top: 4px;
  font-size: 0.8rem;
  font-weight: 560;
}

.field-photo-ui > i {
  display: block;
  height: 3px;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.field-photo-ui b {
  display: block;
  width: 74%;
  height: 100%;
  background: var(--teal);
}

.field-photo figcaption {
  margin-top: 13px;
  color: #70847d;
  font-family: var(--mono);
  font-size: 0.48rem;
}

.field-content h2 {
  color: #06110f;
  font-size: clamp(3.3rem, 5.7vw, 5.9rem);
}

.field-content h2 em {
  color: #087f76;
}

.field-lead {
  max-width: 580px;
  margin: 26px 0 0;
  color: #536961;
}

.capture-simulator {
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(8, 127, 118, 0.18);
  border-radius: 23px;
  background: #071512;
  box-shadow:
    0 30px 80px rgba(10, 51, 44, 0.16),
    0 0 0 7px rgba(255, 255, 255, 0.8);
  color: var(--text);
}

.capture-head {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.capture-head > div:first-child {
  display: grid;
}

.capture-head span {
  color: var(--teal);
  font-family: var(--mono);
  font-size: 0.46rem;
  letter-spacing: 0.09em;
}

.capture-head strong {
  margin-top: 3px;
  color: #a8bab4;
  font-size: 0.66rem;
  font-weight: 550;
}

.capture-progress {
  display: flex;
  gap: 5px;
}

.capture-progress i {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  transition: background-color 260ms ease, box-shadow 260ms ease;
}

.capture-progress i.is-active {
  background: var(--teal);
  box-shadow: 0 0 8px var(--teal);
}

.capture-step {
  min-height: 330px;
  padding: 24px;
  animation: stepIn 400ms var(--ease);
}

.capture-step[hidden] {
  display: none;
}

.capture-step h3 {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 550;
  letter-spacing: -0.04em;
}

.capture-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.capture-options button {
  display: grid;
  min-height: 94px;
  place-items: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.025);
  color: #859b93;
  cursor: pointer;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    transform 250ms var(--ease);
}

.capture-options button:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
}

.capture-options button.is-selected {
  border-color: var(--teal);
  background: rgba(36, 224, 204, 0.11);
  box-shadow: inset 0 0 22px rgba(36, 224, 204, 0.05);
  color: var(--teal-soft);
}

.capture-options button span {
  font-size: 1.2rem;
}

.capture-options strong {
  font-size: 0.67rem;
  font-weight: 550;
}

.capture-field {
  display: grid;
  gap: 7px;
  margin-top: 18px;
}

.capture-field span {
  color: #778d85;
  font-size: 0.57rem;
}

.capture-field input {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  background: rgba(255, 255, 255, 0.025);
  color: #dbe6e2;
  font-size: 0.7rem;
}

.capture-field input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(36, 224, 204, 0.07);
}

.capture-map {
  position: relative;
  min-height: 218px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.capture-map::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(82, 255, 226, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 255, 226, 0.055) 1px, transparent 1px),
    rgba(3, 15, 12, 0.45);
  background-size: 42px 42px, 42px 42px, auto;
  content: "";
}

.capture-map > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.65) brightness(0.58) hue-rotate(10deg);
}

.capture-map > div {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(3, 13, 11, 0.8);
}

.capture-map > div strong {
  font-size: 0.65rem;
}

.capture-map > div small {
  color: #70867e;
  font-size: 0.5rem;
}

.capture-map-pin {
  position: absolute;
  z-index: 4;
  top: 42%;
  left: 54%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50% 50% 50% 8px;
  background: var(--teal);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45), 0 0 18px var(--teal);
}

.capture-map-pin i {
  width: 10px;
  height: 10px;
  border: 2px solid #06110f;
  border-radius: 50%;
}

.capture-privacy {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 12px 0 0;
  color: #70867e;
  font-size: 0.57rem;
}

.capture-privacy span {
  color: var(--teal);
}

.capture-evidence {
  display: grid;
  min-height: 236px;
  grid-template-columns: 1fr 0.9fr;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.capture-evidence img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capture-evidence > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.capture-evidence span {
  color: var(--teal);
  font-family: var(--mono);
  font-size: 0.48rem;
}

.capture-evidence strong {
  margin-top: 5px;
  font-size: 0.8rem;
}

.capture-evidence small {
  margin-top: 9px;
  color: #738980;
  font-size: 0.55rem;
  line-height: 1.45;
}

.capture-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.capture-check {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--teal);
  border-radius: 17px;
  background: rgba(36, 224, 204, 0.1);
  box-shadow: 0 0 28px rgba(36, 224, 204, 0.12);
  color: var(--teal);
  font-size: 1.25rem;
}

.capture-result p {
  margin: 14px 0 0;
  color: #7b9189;
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capture-result h3 {
  margin-top: 5px;
  color: var(--teal-soft);
  font-family: var(--mono);
  font-size: 1.55rem;
  letter-spacing: 0;
}

.capture-result > strong {
  margin-top: 8px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 156, 67, 0.25);
  border-radius: 999px;
  color: #f0ae72;
  font-size: 0.55rem;
  font-weight: 550;
}

.capture-result > small {
  max-width: 390px;
  margin-top: 12px;
  color: #71867e;
  font-size: 0.58rem;
}

.capture-actions {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8px;
  padding: 13px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.capture-actions button {
  min-height: 46px;
  border-radius: 11px;
  cursor: pointer;
  font-size: 0.63rem;
  font-weight: 650;
}

.capture-back {
  border: 1px solid var(--line);
  background: transparent;
  color: #8da198;
}

.capture-back:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.capture-next {
  border: 0;
  background: linear-gradient(135deg, var(--teal-soft), var(--teal));
  color: #03100e;
}

/* Brighter explanatory sections */

.problem-section,
.method-section,
.safeguards-section,
.roadmap-section {
  background:
    radial-gradient(circle at 18% 14%, rgba(8, 127, 118, 0.06), transparent 26%),
    #f3f7f4;
  color: #06110f;
}

.problem-section::before,
.method-section::before,
.safeguards-section::before,
.roadmap-section::before {
  background-image:
    linear-gradient(rgba(8, 127, 118, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 127, 118, 0.07) 1px, transparent 1px);
}

.problem-section .heading-copy,
.method-intro > p:last-child,
.safeguards-section .heading-copy,
.roadmap-copy > p:last-child {
  color: #526860;
}

.problem-section h2,
.method-section h2,
.safeguards-section h2,
.roadmap-section h2 {
  color: #06110f;
}

.problem-section h2 em,
.method-section h2 em,
.safeguards-section h2 em,
.roadmap-section h2 em {
  color: #087f76;
}

.problem-section .fragment-stage {
  border-color: rgba(8, 127, 118, 0.14);
  background:
    radial-gradient(circle at center, rgba(8, 127, 118, 0.09), transparent 31%),
    linear-gradient(rgba(8, 127, 118, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 127, 118, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.76);
  background-size: auto, 46px 46px, 46px 46px, auto;
  box-shadow: 0 28px 80px rgba(10, 55, 47, 0.08);
}

.problem-section .fragment {
  border-color: rgba(8, 127, 118, 0.16);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 15px 40px rgba(11, 57, 49, 0.08);
  color: #06110f;
}

.problem-section .fragment small {
  color: #637870;
}

.problem-section .fragment-caption {
  color: #597068;
}

.method-grid details {
  border-color: rgba(8, 127, 118, 0.16);
  background: rgba(255, 255, 255, 0.76);
  color: #06110f;
}

.method-grid details[open] {
  border-color: rgba(8, 127, 118, 0.34);
  background:
    radial-gradient(circle at 90% 10%, rgba(8, 127, 118, 0.11), transparent 38%),
    #07211d;
  color: white;
}

.method-grid details:not([open]) summary::after {
  border-color: rgba(8, 127, 118, 0.19);
}

.method-center {
  border-color: rgba(8, 127, 118, 0.2);
  background: linear-gradient(90deg, rgba(8, 127, 118, 0.1), rgba(255, 255, 255, 0.7));
  color: #4f675f;
}

.method-center strong {
  color: #06110f;
}

.safeguards-grid article {
  border-color: rgba(8, 127, 118, 0.14);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 40px rgba(11, 58, 50, 0.045);
  color: #06110f;
}

.safeguards-grid p {
  color: #5c7169;
}

.ai-boundary {
  background:
    linear-gradient(90deg, rgba(36, 224, 204, 0.12), transparent 35%),
    #08221d;
}

.roadmap-copy h2 {
  color: #06110f;
}

.roadmap li > span {
  background: #f3f7f4;
}

.roadmap li > div {
  border-color: rgba(8, 127, 118, 0.14);
  background: rgba(255, 255, 255, 0.74);
}

.roadmap li:hover > div {
  border-color: rgba(8, 127, 118, 0.3);
  background: white;
}

.roadmap p {
  color: #61766e;
}

/* Evidence dialog */

.evidence-dialog {
  width: min(1120px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(138, 255, 235, 0.22);
  border-radius: 26px;
  background: #061512;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.56);
  color: var(--text);
}

.evidence-dialog::backdrop {
  background: rgba(1, 7, 6, 0.76);
  backdrop-filter: blur(12px);
}

.evidence-dialog-close {
  position: sticky;
  z-index: 5;
  top: 14px;
  float: right;
  display: grid;
  width: 38px;
  height: 38px;
  margin: 14px 14px -52px 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(3, 13, 11, 0.8);
  color: white;
  cursor: pointer;
  font-size: 1.25rem;
  backdrop-filter: blur(10px);
}

.evidence-dialog-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
}

.evidence-dialog figure {
  position: relative;
  min-height: 650px;
  margin: 0;
  background: #020807;
}

.evidence-dialog figure img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}

.evidence-dialog figcaption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 13, 11, 0.78);
  color: #849890;
  font-family: var(--mono);
  font-size: 0.46rem;
  backdrop-filter: blur(10px);
}

.evidence-dialog-grid > div {
  padding: 70px 42px 42px;
}

.evidence-dialog h2 {
  margin-top: 12px;
  font-size: clamp(2.6rem, 4.2vw, 4.3rem);
}

.evidence-dialog dl {
  display: grid;
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}

.evidence-dialog dl div {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.evidence-dialog dt {
  color: #647a72;
  font-family: var(--mono);
  font-size: 0.48rem;
  text-transform: uppercase;
}

.evidence-dialog dd {
  margin: 4px 0 0;
  color: #c3d1cc;
  font-size: 0.72rem;
}

.evidence-dialog dd span {
  color: var(--green);
}

.evidence-dialog-grid > div > p:not(.section-index) {
  margin: 28px 0;
  color: #8ea29a;
  font-size: 0.8rem;
}

@keyframes pinWave {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .hero {
    min-height: 1180px;
  }

  .hero-layout {
    min-height: 1180px;
  }

  .lab-body {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  }

  .lab-toolbar {
    grid-template-columns: 1fr;
  }

  .field-layout {
    grid-template-columns: minmax(360px, 0.85fr) minmax(440px, 1.15fr);
    gap: 55px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-photo {
    width: 100%;
    opacity: 0.36;
    mask-image: linear-gradient(180deg, transparent 6%, #000 38%, #000 78%, transparent);
  }

  .hero-wash {
    background:
      linear-gradient(180deg, #f4f8f5 0%, rgba(244, 248, 245, 0.92) 44%, rgba(244, 248, 245, 0.62) 68%, #f4f8f5 100%);
  }

  .hero-layout {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 58px;
    padding-top: 135px;
    padding-bottom: 150px;
  }

  .hero-product {
    width: min(100%, 650px);
    height: 690px;
    min-height: 0;
    justify-self: center;
  }

  .lab-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .lab-body {
    grid-template-columns: 1fr;
  }

  .lab-map {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .lab-map-canvas {
    min-height: 570px;
  }

  .field-layout {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .field-photo {
    width: min(82%, 620px);
    margin-inline: auto;
  }

  .field-content {
    max-width: 700px;
    margin-inline: auto;
  }

  .evidence-dialog-grid {
    grid-template-columns: 1fr;
  }

  .evidence-dialog figure,
  .evidence-dialog figure img {
    min-height: 440px;
    max-height: 55vh;
  }
}

@media (max-width: 600px) {
  .hero-layout {
    gap: 40px;
    padding-top: 105px;
    padding-bottom: 125px;
  }

  .award-notice {
    grid-template-columns: 38px 1fr auto;
    gap: 10px;
    padding: 11px;
  }

  .award-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .award-notice strong {
    font-size: 0.68rem;
  }

  .award-notice p {
    font-size: 0.59rem;
  }

  .award-notice div > span {
    font-size: 0.4rem;
  }

  .hero-product {
    height: 510px;
  }

  .lab-intro h2,
  .field-content h2 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .lab-window {
    width: calc(100% + 16px);
    margin-left: -8px;
    border-radius: 20px;
    box-shadow:
      0 30px 70px rgba(11, 48, 42, 0.18),
      0 0 0 4px rgba(255, 255, 255, 0.56);
  }

  .lab-window-bar {
    min-height: 68px;
    padding-inline: 14px;
  }

  .lab-window-state {
    display: none;
  }

  .lab-map {
    padding: 12px;
  }

  .lab-toolbar {
    gap: 8px;
  }

  .lab-filters {
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .lab-filters button {
    flex: 0 0 auto;
  }

  .lab-map-canvas {
    min-height: 470px;
    border-radius: 15px;
  }

  .lab-pin b {
    display: none;
  }

  .lab-pin > span {
    width: 34px;
    height: 34px;
  }

  .map-legend {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .lab-detail {
    padding: 22px 16px;
  }

  .lab-metadata {
    grid-template-columns: 1fr;
  }

  .lab-evidence img {
    height: 190px;
  }

  .field-photo {
    width: 92%;
  }

  .field-photo-ui {
    right: -7%;
    width: 165px;
  }

  .capture-simulator {
    width: calc(100% + 10px);
    margin-left: -5px;
    border-radius: 18px;
  }

  .capture-step {
    min-height: 350px;
    padding: 20px 16px;
  }

  .capture-options {
    gap: 6px;
  }

  .capture-options button {
    min-height: 84px;
  }

  .capture-evidence {
    grid-template-columns: 1fr;
  }

  .capture-evidence img {
    height: 160px;
  }

  .capture-actions {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .evidence-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 18px;
  }

  .evidence-dialog figure,
  .evidence-dialog figure img {
    min-height: 300px;
    max-height: 42vh;
  }

  .evidence-dialog-grid > div {
    padding: 46px 22px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scene {
    opacity: 0.35;
  }

  .lab-map-overlay::after,
  .lab-pin > span::before {
    animation: none;
  }
}

/* Guerrero color edition: cantera, barro, maíz, jade y bugambilia */

:root {
  --guerrero-cantera: #f4ecdf;
  --guerrero-maiz: #f2c752;
  --guerrero-maiz-claro: #ffe59a;
  --guerrero-barro: #c65443;
  --guerrero-coral: #e46f58;
  --guerrero-jade: #087f76;
  --guerrero-jade-oscuro: #075c54;
  --guerrero-bugambilia: #8b4b7f;
  --guerrero-cielo: #dfe8f1;
  --guerrero-tinta: #17201d;
}

/* The project is the protagonist; the studio name remains as a quiet signature. */

.site-header .brand,
.footer-brand {
  gap: 8px;
}

.site-header .brand-symbol {
  width: 18px;
  height: 18px;
  opacity: 0.72;
}

.site-header .brand-copy strong {
  font-family: var(--sans);
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.site-header .brand-copy small {
  margin-top: 3px;
  color: #81958e;
  font-size: 0.37rem;
  letter-spacing: 0.08em;
}

.footer-brand .brand-symbol {
  width: 20px;
  height: 20px;
  opacity: 0.7;
}

.footer-brand .brand-copy strong {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0;
}

.footer-brand .brand-copy small {
  font-size: 0.39rem;
}

/* A warmer, more editorial opening. */

.hero {
  background: var(--guerrero-cantera);
}

.hero-photo {
  filter: saturate(0.96) brightness(1.06) contrast(0.94);
  opacity: 0.76;
}

.hero-wash {
  background:
    radial-gradient(circle at 70% 36%, rgba(242, 199, 82, 0.16), transparent 25%),
    radial-gradient(circle at 90% 78%, rgba(139, 75, 127, 0.1), transparent 23%),
    linear-gradient(90deg, #f4ecdf 0%, #f4ecdf 42%, rgba(244, 236, 223, 0.89) 57%, rgba(244, 236, 223, 0.18) 100%),
    linear-gradient(180deg, rgba(244, 236, 223, 0.08), transparent 58%, #f4ecdf 100%);
}

.hero-grid {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(198, 84, 67, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198, 84, 67, 0.12) 1px, transparent 1px);
}

.hero::before {
  border-color: rgba(198, 84, 67, 0.16);
  box-shadow:
    0 0 0 90px rgba(242, 199, 82, 0.035),
    0 0 0 180px rgba(139, 75, 127, 0.018);
}

.hero h1 em {
  background: linear-gradient(105deg, #a93f35, var(--guerrero-coral) 58%, var(--guerrero-bugambilia));
  background-clip: text;
  -webkit-background-clip: text;
}

.hero .eyebrow,
.hero-foot > a:last-child {
  color: #a34336;
}

.hero .button-primary {
  background: linear-gradient(135deg, var(--guerrero-maiz-claro), var(--guerrero-maiz) 52%, #e88352);
  box-shadow:
    0 16px 42px rgba(174, 103, 37, 0.23),
    inset 0 1px rgba(255, 255, 255, 0.72);
  color: #251b0b;
}

.hero .button-primary:hover {
  box-shadow:
    0 20px 58px rgba(174, 103, 37, 0.31),
    inset 0 1px rgba(255, 255, 255, 0.78);
}

.hero .button-ghost:hover {
  border-color: var(--guerrero-barro);
  color: #a34336;
}

/* The competition context must be noticed before the demonstration begins. */

.award-notice {
  max-width: 780px;
  grid-template-columns: 68px 1fr auto;
  gap: 18px;
  margin-bottom: 36px;
  padding: 20px 20px 20px 22px;
  border: 1px solid #d39a18;
  border-left: 6px solid #b8750d;
  border-radius: 20px;
  background:
    linear-gradient(112deg, rgba(255, 245, 187, 0.98), rgba(242, 199, 82, 0.96)),
    var(--guerrero-maiz);
  box-shadow:
    0 24px 64px rgba(157, 101, 12, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}

.award-mark {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: #352807;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.16),
    0 12px 24px rgba(91, 56, 5, 0.18);
}

.award-mark span {
  color: var(--guerrero-maiz-claro);
  font-size: 0.68rem;
}

.award-notice strong {
  color: #2f250d;
  font-size: 1.02rem;
  line-height: 1.25;
}

.award-notice p {
  max-width: 650px;
  margin: 6px 0 8px;
  color: #574317;
  font-size: 0.77rem;
  line-height: 1.48;
}

.award-notice div > span {
  color: #815009;
  font-size: 0.52rem;
  line-height: 1.55;
}

.award-notice > button {
  border-color: rgba(80, 53, 8, 0.28);
  color: #5b430e;
}

.award-notice > button:hover {
  border-color: #4f3608;
  color: #2f2107;
}

/* Actual top-down cartography replaces the panoramic photograph in both maps. */

.lab-map-canvas > iframe,
.capture-map > iframe {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 0;
  pointer-events: none;
}

.lab-map-canvas > iframe {
  z-index: -3;
  filter: saturate(0.72) brightness(0.83) contrast(1.03);
}

.capture-map > iframe {
  z-index: 0;
  filter: saturate(0.68) brightness(0.7) contrast(1.06);
}

.lab-map-canvas > img,
.capture-map > img {
  display: none;
}

.map-legend a {
  color: #94eee2;
  text-decoration: underline;
  text-decoration-color: rgba(148, 238, 226, 0.45);
  text-underline-offset: 2px;
}

/* Alternating territorial colors give each chapter its own atmosphere. */

.thesis-strip {
  border-block-color: rgba(255, 255, 255, 0.12);
  background: #12231f;
}

.thesis-strip-grid > div:nth-child(1) span {
  color: var(--guerrero-maiz);
}

.thesis-strip-grid > div:nth-child(2) span {
  color: #f58b70;
}

.thesis-strip-grid > div:nth-child(3) span {
  color: #63d8c8;
}

.thesis-strip-grid > div:nth-child(4) span {
  color: #c594bd;
}

.thesis-strip-grid > div:nth-child(1)::after {
  background: var(--guerrero-maiz);
}

.thesis-strip-grid > div:nth-child(2)::after {
  background: var(--guerrero-coral);
}

.thesis-strip-grid > div:nth-child(3)::after {
  background: #39bbae;
}

.thesis-strip-grid > div:nth-child(4)::after {
  background: var(--guerrero-bugambilia);
}

.live-lab {
  background:
    radial-gradient(circle at 12% 8%, rgba(198, 84, 67, 0.12), transparent 25%),
    radial-gradient(circle at 90% 76%, rgba(8, 127, 118, 0.11), transparent 30%),
    #e5eee8;
}

.live-lab::before {
  border-color: rgba(198, 84, 67, 0.16);
  box-shadow:
    0 0 0 80px rgba(198, 84, 67, 0.025),
    0 0 0 160px rgba(139, 75, 127, 0.014);
}

.live-lab .section-index,
.live-lab .lab-intro h2 em {
  color: var(--guerrero-barro);
}

.problem-section {
  background:
    radial-gradient(circle at 80% 16%, rgba(242, 199, 82, 0.2), transparent 26%),
    #f4ded2;
}

.problem-section::before {
  background-image:
    linear-gradient(rgba(177, 81, 62, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(177, 81, 62, 0.08) 1px, transparent 1px);
}

.problem-section .section-index,
.problem-section h2 em {
  color: #ad4538;
}

.method-section {
  background:
    radial-gradient(circle at 17% 20%, rgba(8, 127, 118, 0.11), transparent 28%),
    #dfece6;
}

.method-section .section-index,
.method-section h2 em {
  color: var(--guerrero-jade-oscuro);
}

.safeguards-section {
  background:
    radial-gradient(circle at 85% 10%, rgba(198, 84, 67, 0.11), transparent 27%),
    #f6e8b8;
}

.safeguards-section::before {
  background-image:
    linear-gradient(rgba(142, 93, 18, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 93, 18, 0.07) 1px, transparent 1px);
}

.safeguards-section .section-index,
.safeguards-section h2 em {
  color: #a05431;
}

.roadmap-section {
  background:
    radial-gradient(circle at 17% 17%, rgba(139, 75, 127, 0.1), transparent 29%),
    #e5e6ef;
}

.roadmap-section::before {
  background-image:
    linear-gradient(rgba(92, 66, 111, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 66, 111, 0.065) 1px, transparent 1px);
}

.roadmap-section .section-index,
.roadmap-section h2 em {
  color: #764770;
}

.product-story {
  background:
    radial-gradient(circle at 80% 42%, rgba(242, 199, 82, 0.065), transparent 31%),
    #071512;
}

.institutional-section {
  background:
    radial-gradient(circle at 76% 50%, rgba(228, 111, 88, 0.08), transparent 34%),
    #101b24;
}

.institutional-section .section-index,
.institutional-section h2 em {
  color: #f09076;
}

.architecture-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(139, 75, 127, 0.12), transparent 30%),
    #151019;
}

.architecture-section .section-index,
.architecture-section h2 em {
  color: #d099c5;
}

.state-section {
  background:
    radial-gradient(circle at 15% 50%, rgba(242, 199, 82, 0.065), transparent 28%),
    #0b1714;
}

.field-story {
  background:
    radial-gradient(circle at 82% 18%, rgba(198, 84, 67, 0.085), transparent 28%),
    #061512;
}

.closing-section {
  background:
    radial-gradient(circle at 77% 40%, rgba(242, 199, 82, 0.09), transparent 28%),
    #18130f;
}

.closing-section::before {
  border-color: rgba(242, 199, 82, 0.12);
  box-shadow:
    0 0 0 80px rgba(242, 199, 82, 0.014),
    0 0 0 160px rgba(139, 75, 127, 0.009);
}

.nav-action {
  border-color: rgba(242, 199, 82, 0.28);
  background: rgba(242, 199, 82, 0.055);
}

.nav-action:hover {
  border-color: var(--guerrero-maiz);
  color: var(--guerrero-maiz-claro);
}

@media (max-width: 600px) {
  .site-header .brand-symbol {
    width: 16px;
    height: 16px;
  }

  .site-header .brand-copy strong {
    font-size: 0.61rem;
  }

  .site-header .brand-copy small {
    font-size: 0.33rem;
  }

  .award-notice {
    grid-template-columns: 48px 1fr auto;
    gap: 10px;
    margin-bottom: 28px;
    padding: 14px 12px 14px 14px;
    border-left-width: 4px;
    border-radius: 15px;
  }

  .award-mark {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .award-mark span {
    font-size: 0.55rem;
  }

  .award-notice strong {
    font-size: 0.75rem;
    line-height: 1.3;
  }

  .award-notice p {
    margin-block: 5px 7px;
    font-size: 0.62rem;
  }

  .award-notice div > span {
    font-size: 0.41rem;
  }

  .map-legend {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* Documentary-use chapter */

.usage-scenes {
  position: relative;
  overflow: hidden;
  padding-block: clamp(105px, 12vw, 180px);
  background:
    radial-gradient(circle at 88% 8%, rgba(242, 199, 82, 0.2), transparent 26%),
    radial-gradient(circle at 8% 92%, rgba(8, 127, 118, 0.1), transparent 28%),
    #f1e8dc;
  color: var(--guerrero-tinta);
}

.usage-scenes::before {
  position: absolute;
  top: 0;
  right: clamp(20px, 5vw, 84px);
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(198, 84, 67, 0.22), transparent);
  content: "";
}

.usage-scenes > .shell {
  position: relative;
  z-index: 2;
}

.usage-scenes-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.62fr);
  gap: clamp(45px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 86px);
}

.usage-scenes-heading h2 {
  max-width: 900px;
  color: #1b211e;
  font-size: clamp(3.3rem, 6.4vw, 6.5rem);
}

.usage-scenes-heading h2 em,
.usage-scenes .section-index {
  color: var(--guerrero-barro);
}

.usage-scenes-heading > div:last-child > p:first-child {
  margin: 0;
  color: #59625d;
  font-size: 0.94rem;
  line-height: 1.72;
}

.usage-scenes-disclosure {
  margin: 24px 0 0;
  padding: 17px 18px;
  border: 1px solid rgba(137, 86, 18, 0.18);
  border-left: 4px solid #cb891b;
  border-radius: 12px;
  background: rgba(255, 229, 154, 0.58);
  color: #70501c;
  font-size: 0.62rem;
  line-height: 1.58;
}

.usage-scenes-disclosure strong {
  color: #3d2c0f;
}

.usage-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 390px;
  gap: clamp(13px, 1.6vw, 24px);
}

.usage-shot {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(52, 48, 38, 0.15);
  border-radius: clamp(17px, 2vw, 26px);
  background: #2c312d;
  box-shadow:
    0 28px 65px rgba(61, 48, 31, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.2);
  isolation: isolate;
}

.usage-shot::before {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(15, 20, 17, 0.7);
  color: rgba(255, 255, 255, 0.8);
  content: "ESCENA DEMOSTRATIVA";
  font-family: var(--mono);
  font-size: 0.42rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
}

.usage-shot::after {
  position: absolute;
  z-index: 1;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(8, 12, 10, 0.9));
  content: "";
  pointer-events: none;
}

.usage-shot-wide {
  grid-column: span 7;
}

.usage-shot-tall {
  grid-column: span 5;
}

.usage-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98);
  transform: scale(1.002);
  transition:
    transform 900ms var(--ease),
    filter 500ms ease;
}

.usage-shot:nth-child(1) img {
  object-position: 52% center;
}

.usage-shot:nth-child(2) img {
  object-position: 52% center;
}

.usage-shot:nth-child(3) img {
  object-position: center;
}

.usage-shot:nth-child(4) img {
  object-position: 54% center;
}

.usage-shot:hover img {
  filter: saturate(0.96) contrast(1);
  transform: scale(1.035);
}

.usage-shot figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 7px;
  padding: clamp(22px, 3vw, 36px);
  color: white;
}

.usage-shot figcaption span {
  color: #f6d472;
  font-family: var(--mono);
  font-size: 0.49rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.usage-shot figcaption strong {
  max-width: 560px;
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.7vw, 1.55rem);
  font-weight: 400;
  line-height: 1.2;
}

.usage-shot figcaption small {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--mono);
  font-size: 0.43rem;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .usage-scenes-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .usage-scenes-heading > div:last-child {
    max-width: 670px;
  }

  .usage-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 370px;
  }

  .usage-shot-wide,
  .usage-shot-tall {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .usage-scenes {
    padding-block: 92px;
  }

  .usage-scenes-heading h2 {
    font-size: clamp(2.75rem, 14vw, 4.25rem);
  }

  .usage-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 350px;
  }

  .usage-shot:nth-child(3) {
    min-height: 315px;
  }

  .usage-shot figcaption {
    padding: 21px 18px;
  }

  .usage-shot::before {
    top: 12px;
    left: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .usage-shot img {
    transition: none;
  }

  .usage-shot:hover img {
    transform: none;
  }
}

/* Documentary-first opening: the product begins in the street. */

.hero {
  min-height: 1020px;
}

.hero-photo {
  width: 100%;
  opacity: 0.2;
  filter: saturate(0.78) brightness(1.08) contrast(0.9);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 42%, #000 100%);
}

.hero-wash {
  background:
    radial-gradient(circle at 77% 35%, rgba(215, 119, 65, 0.13), transparent 25%),
    radial-gradient(circle at 90% 82%, rgba(8, 127, 118, 0.1), transparent 24%),
    linear-gradient(90deg, #f4ecdf 0%, #f4ecdf 38%, rgba(244, 236, 223, 0.93) 58%, rgba(244, 236, 223, 0.64) 100%),
    linear-gradient(180deg, rgba(244, 236, 223, 0.1), transparent 64%, #f4ecdf 100%);
}

.hero-layout {
  min-height: 1020px;
  grid-template-columns: minmax(390px, 0.77fr) minmax(590px, 1.23fr);
  gap: clamp(30px, 4vw, 70px);
}

.hero-copy {
  max-width: 610px;
}

.hero h1 {
  font-size: clamp(4.1rem, 5.75vw, 6.8rem);
}

.hero-documentary {
  position: relative;
  z-index: 3;
  width: min(100%, 880px);
  height: 735px;
  justify-self: end;
  isolation: isolate;
}

.hero-documentary::before {
  position: absolute;
  z-index: -1;
  inset: 7% 2% 5% 9%;
  border: 1px solid rgba(147, 82, 50, 0.2);
  border-radius: 34px;
  background:
    linear-gradient(rgba(173, 93, 53, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 93, 53, 0.08) 1px, transparent 1px),
    rgba(255, 250, 241, 0.4);
  background-size: 42px 42px;
  box-shadow: 0 38px 100px rgba(79, 49, 31, 0.12);
  content: "";
  transform: rotate(1.2deg);
}

.hero-documentary-frame {
  --frame-rotation: 0deg;
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 7px solid rgba(255, 252, 246, 0.92);
  border-radius: 24px;
  background: #e4d7c8;
  box-shadow:
    0 30px 78px rgba(40, 29, 20, 0.22),
    0 0 0 1px rgba(72, 47, 31, 0.1);
  isolation: isolate;
  transform: rotate(var(--frame-rotation));
  transition:
    transform 650ms var(--ease),
    box-shadow 650ms var(--ease);
}

.hero-documentary-frame::after {
  position: absolute;
  z-index: 1;
  inset: 36% 0 0;
  background: linear-gradient(transparent, rgba(10, 15, 12, 0.83));
  content: "";
  pointer-events: none;
}

.hero-documentary-frame:hover {
  box-shadow:
    0 38px 90px rgba(40, 29, 20, 0.3),
    0 0 0 1px rgba(72, 47, 31, 0.12);
  transform: translateY(-7px) rotate(var(--frame-rotation));
}

.hero-documentary-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.91) contrast(0.99);
  transform: scale(1.006);
  transition: transform 900ms var(--ease);
}

.hero-documentary-frame:hover img {
  transform: scale(1.035);
}

.hero-documentary-frame figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 6px;
  padding: 22px;
  color: #fff;
}

.hero-documentary-frame figcaption span {
  color: #f4d37a;
  font-family: var(--mono);
  font-size: 0.45rem;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.hero-documentary-frame figcaption strong {
  max-width: 500px;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.16;
}

.hero-documentary-primary {
  --frame-rotation: -1.2deg;
  z-index: 2;
  top: 6%;
  left: 0;
  width: 70%;
  height: 81%;
}

.hero-documentary-primary img {
  object-position: 55% center;
}

.hero-documentary-primary figcaption {
  padding: clamp(25px, 3vw, 38px);
}

.hero-documentary-primary figcaption strong {
  font-size: clamp(1.45rem, 2.1vw, 2.05rem);
}

.hero-documentary-secondary {
  --frame-rotation: 2.2deg;
  z-index: 4;
  top: 0;
  right: 0;
  width: 39%;
  height: 43%;
}

.hero-documentary-secondary img {
  object-position: 49% center;
}

.hero-documentary-tertiary {
  --frame-rotation: -1.8deg;
  z-index: 5;
  right: 1%;
  bottom: 0;
  width: 46%;
  height: 45%;
}

.hero-documentary-tertiary img {
  object-position: 58% center;
}

.hero-documentary-index {
  position: absolute;
  z-index: 8;
  bottom: 5%;
  left: 5%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(25, 23, 17, 0.74);
  color: #fff;
  box-shadow: 0 14px 38px rgba(22, 17, 12, 0.2);
  font-family: var(--mono);
  backdrop-filter: blur(14px);
}

.hero-documentary-index span {
  color: #f4d37a;
  font-size: 0.47rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.hero-documentary-index strong {
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* Immersive, horizontally navigable documentary reel. */

.usage-scenes {
  padding-block: clamp(88px, 9vw, 138px);
  background:
    radial-gradient(circle at 88% 8%, rgba(242, 199, 82, 0.24), transparent 25%),
    radial-gradient(circle at 6% 94%, rgba(198, 84, 67, 0.12), transparent 27%),
    #f5eee4;
}

.usage-scenes-heading {
  margin-bottom: clamp(38px, 5vw, 62px);
}

.usage-scenes-heading h2 {
  max-width: 980px;
  font-size: clamp(3.6rem, 6.7vw, 7rem);
}

.usage-reel-toolbar {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(79, 61, 41, 0.17);
}

.usage-reel-toolbar > p {
  max-width: 650px;
  margin: 0;
  color: #667069;
  font-size: 0.72rem;
  line-height: 1.55;
}

.usage-reel-toolbar > p strong {
  color: #262d29;
  font-weight: 700;
}

.usage-reel-controls {
  display: inline-grid;
  grid-template-columns: 46px minmax(72px, auto) 46px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(62, 53, 39, 0.18);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.72);
  box-shadow: 0 12px 35px rgba(73, 52, 31, 0.08);
}

.usage-reel-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #28342f;
  cursor: pointer;
  font-size: 1rem;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.usage-reel-controls button:hover {
  background: var(--guerrero-barro);
  color: #fff;
}

.usage-reel-controls button:disabled {
  cursor: default;
  opacity: 0.3;
}

.usage-reel-controls span {
  min-width: 72px;
  color: #6e5d49;
  font-family: var(--mono);
  font-size: 0.49rem;
  letter-spacing: 0.07em;
  text-align: center;
}

.usage-gallery {
  display: grid;
  grid-auto-columns: minmax(560px, min(72vw, 980px));
  grid-auto-flow: column;
  grid-template-columns: none;
  grid-auto-rows: clamp(540px, 47vw, 650px);
  gap: clamp(14px, 1.6vw, 24px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 22px;
  scroll-behavior: smooth;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(169, 63, 53, 0.45) rgba(73, 56, 38, 0.08);
  scrollbar-width: thin;
}

.usage-gallery::-webkit-scrollbar {
  height: 7px;
}

.usage-gallery::-webkit-scrollbar-track {
  border-radius: 99px;
  background: rgba(73, 56, 38, 0.08);
}

.usage-gallery::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(169, 63, 53, 0.45);
}

.usage-shot {
  height: auto;
  min-height: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.usage-shot::after {
  inset: 28% 0 0;
  background: linear-gradient(transparent, rgba(8, 12, 10, 0.92));
}

.usage-shot img {
  filter: saturate(0.92) contrast(0.99);
}

.usage-shot:nth-child(1) img {
  object-position: 54% center;
}

.usage-shot:nth-child(2) img {
  object-position: 53% center;
}

.usage-shot:nth-child(3) img {
  object-position: 54% center;
}

.usage-shot:nth-child(4) img {
  object-position: 52% center;
}

.usage-shot:nth-child(5) img {
  object-position: 55% center;
}

.usage-shot:nth-child(6) img {
  object-position: center;
}

.usage-shot:nth-child(7) img {
  object-position: 53% center;
}

.usage-shot figcaption {
  padding: clamp(28px, 4vw, 48px);
}

.usage-shot figcaption strong {
  max-width: 680px;
  font-size: clamp(1.5rem, 2.3vw, 2.35rem);
}

.usage-shot figcaption small {
  font-size: 0.47rem;
}

/* Guerrero appears immediately after the documentary reel. */

.territory-section {
  min-height: 880px;
}

.territory-section > img {
  filter: saturate(0.86) contrast(1.04) brightness(0.82);
}

.territory-overlay {
  background:
    radial-gradient(circle at 80% 42%, rgba(36, 224, 204, 0.17), transparent 27%),
    radial-gradient(circle at 58% 4%, rgba(226, 151, 55, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(16, 12, 9, 0.97) 0%, rgba(17, 24, 20, 0.87) 46%, rgba(17, 22, 19, 0.34) 77%, rgba(13, 18, 16, 0.52)),
    linear-gradient(180deg, rgba(9, 13, 11, 0.2), rgba(8, 12, 10, 0.78));
}

.territory-layout {
  min-height: 880px;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(55px, 8vw, 125px);
  padding-block: 92px;
}

.territory-copy h2 {
  font-size: clamp(3.9rem, 6.2vw, 6.7rem);
}

.territory-copy > p:not(.section-index) {
  color: rgba(231, 238, 233, 0.78);
}

.territory-facts {
  display: grid;
  max-width: 610px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 36px;
}

.territory-facts div {
  display: grid;
  min-height: 92px;
  align-content: space-between;
  gap: 9px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  background: rgba(11, 24, 20, 0.52);
  backdrop-filter: blur(10px);
}

.territory-facts strong {
  color: #f3cd6b;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 500;
}

.territory-facts span {
  color: rgba(224, 235, 230, 0.72);
  font-family: var(--mono);
  font-size: 0.44rem;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.territory-note {
  margin-top: 16px;
  background: rgba(9, 21, 18, 0.62);
}

.map-device {
  width: min(76%, 500px);
}

.map-device::before {
  border-color: rgba(244, 211, 122, 0.22);
  box-shadow:
    0 0 100px rgba(36, 224, 204, 0.13),
    0 40px 120px rgba(0, 0, 0, 0.28);
}

@media (max-width: 1120px) {
  .hero,
  .hero-layout {
    min-height: 1100px;
  }

  .hero-layout {
    grid-template-columns: minmax(350px, 0.8fr) minmax(500px, 1.2fr);
  }

  .hero-documentary {
    height: 650px;
  }
}

@media (max-width: 900px) {
  .hero,
  .hero-layout {
    min-height: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-documentary {
    width: min(100%, 760px);
    height: 650px;
    justify-self: center;
  }

  .usage-scenes-heading {
    grid-template-columns: 1fr;
  }

  .usage-gallery {
    grid-auto-columns: minmax(440px, 82vw);
    grid-auto-rows: 540px;
  }

  .territory-section,
  .territory-layout {
    min-height: 1130px;
  }

  .territory-layout {
    grid-template-columns: 1fr;
    gap: 66px;
    padding-block: 100px 145px;
  }

  .territory-copy {
    max-width: 760px;
  }

  .map-device {
    width: min(62%, 440px);
  }
}

@media (max-width: 620px) {
  .hero-layout {
    padding-bottom: 112px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 15.5vw, 5.2rem);
  }

  .hero-documentary {
    width: calc(100% + 10px);
    height: 500px;
    margin-left: -5px;
  }

  .hero-documentary-primary {
    width: 79%;
    height: 68%;
  }

  .hero-documentary-secondary {
    width: 43%;
    height: 40%;
  }

  .hero-documentary-tertiary {
    width: 53%;
    height: 43%;
  }

  .hero-documentary-frame {
    border-width: 4px;
    border-radius: 16px;
  }

  .hero-documentary-frame figcaption {
    gap: 4px;
    padding: 14px;
  }

  .hero-documentary-frame figcaption span {
    font-size: 0.38rem;
  }

  .hero-documentary-frame figcaption strong {
    font-size: 0.82rem;
  }

  .hero-documentary-primary figcaption strong {
    font-size: 1.15rem;
  }

  .hero-documentary-index {
    bottom: 7%;
    left: 2%;
    padding: 9px 11px;
  }

  .usage-scenes {
    padding-block: 82px 92px;
  }

  .usage-scenes-heading h2 {
    font-size: clamp(3rem, 14.5vw, 4.55rem);
  }

  .usage-reel-toolbar {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .usage-reel-controls {
    align-self: flex-end;
  }

  .usage-gallery {
    width: calc(100% + var(--pad));
    grid-auto-columns: 87vw;
    grid-auto-rows: 470px;
    margin-right: calc(var(--pad) * -1);
    padding-right: var(--pad);
  }

  .usage-shot figcaption {
    padding: 23px 20px;
  }

  .usage-shot figcaption strong {
    font-size: 1.35rem;
  }

  .territory-section,
  .territory-layout {
    min-height: auto;
  }

  .territory-layout {
    gap: 55px;
    padding-block: 88px 120px;
  }

  .territory-facts {
    grid-template-columns: 1fr;
  }

  .territory-facts div {
    min-height: auto;
    grid-template-columns: 45px 1fr;
    align-items: center;
  }

  .map-device {
    width: 88%;
    margin-inline: auto;
  }

  .map-device figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-documentary-frame,
  .hero-documentary-frame img,
  .usage-gallery {
    scroll-behavior: auto;
    transition: none;
  }

  .hero-documentary-frame:hover {
    transform: rotate(var(--frame-rotation));
  }
}

/* Human-first editorial revision: a large public notice and a visible photo story. */

.hero,
.hero-layout {
  min-height: 1240px;
}

.hero-layout {
  grid-template-areas:
    "notice notice"
    "copy documentary";
  grid-template-rows: auto auto;
  align-content: center;
  row-gap: 42px;
}

.award-notice {
  grid-area: notice;
  width: 100%;
  max-width: none;
  min-height: 205px;
  grid-template-columns: 104px minmax(0, 1fr) 38px;
  gap: 28px;
  align-items: center;
  margin: 0;
  padding: 30px 32px 30px 36px;
  border: 1px solid #d19217;
  border-left: 10px solid #9e5c0d;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.45), transparent 28%),
    linear-gradient(112deg, #fff0a9, #f5ca56 58%, #eeb53d);
  box-shadow:
    0 30px 80px rgba(124, 75, 10, 0.23),
    inset 0 1px rgba(255, 255, 255, 0.76);
}

.award-mark {
  width: 100px;
  height: 100px;
  border-radius: 27px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.18), transparent 34%),
    #6d302a;
  box-shadow:
    0 17px 35px rgba(104, 43, 31, 0.27),
    inset 0 1px rgba(255, 255, 255, 0.2);
}

.award-mark span {
  color: #ffe98d;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.award-notice strong {
  color: #3c2810;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.65vw, 1.78rem);
  font-weight: 520;
  letter-spacing: -0.018em;
  line-height: 1.15;
}

.award-notice p {
  max-width: 1040px;
  margin: 10px 0 12px;
  color: #624416;
  font-size: clamp(0.88rem, 1.05vw, 1.08rem);
  line-height: 1.58;
}

.award-notice div > span {
  color: #713710;
  font-size: clamp(0.55rem, 0.66vw, 0.7rem);
  font-weight: 760;
  letter-spacing: 0.07em;
  line-height: 1.55;
}

.award-notice > button {
  width: 36px;
  height: 36px;
  align-self: start;
  border-color: rgba(91, 51, 10, 0.3);
  color: #6a420d;
}

.award-notice.is-dismissed {
  min-height: 0;
}

.hero-copy {
  grid-area: copy;
}

.hero-documentary {
  grid-area: documentary;
}

.hero-documentary-frame {
  box-shadow:
    0 34px 88px rgba(54, 36, 23, 0.25),
    0 0 0 1px rgba(72, 47, 31, 0.1);
}

.hero-documentary-frame figcaption strong {
  text-wrap: balance;
}

.js .hero-documentary.is-visible .hero-documentary-frame {
  animation: documentaryFrameIn 1000ms var(--ease) both;
}

.js .hero-documentary.is-visible .hero-documentary-secondary {
  animation-delay: 120ms;
}

.js .hero-documentary.is-visible .hero-documentary-tertiary {
  animation-delay: 240ms;
}

@keyframes documentaryFrameIn {
  from {
    opacity: 0;
    transform: translateY(38px) rotate(var(--frame-rotation)) scale(0.975);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(var(--frame-rotation)) scale(1);
  }
}

.usage-scenes {
  padding-block: clamp(100px, 11vw, 170px);
  background:
    radial-gradient(circle at 92% 2%, rgba(255, 202, 91, 0.28), transparent 24%),
    radial-gradient(circle at 4% 52%, rgba(181, 81, 68, 0.11), transparent 30%),
    linear-gradient(180deg, #f8f1e8, #efe5d8 48%, #f6efe6);
}

.usage-scenes::after {
  position: absolute;
  right: -8vw;
  bottom: 7%;
  width: 32vw;
  aspect-ratio: 1;
  border: 1px solid rgba(171, 81, 58, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(226, 171, 66, 0.025),
    0 0 0 140px rgba(166, 73, 59, 0.018);
  content: "";
}

.usage-scenes-heading {
  align-items: start;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.usage-scenes-heading h2 {
  max-width: 1060px;
  font-size: clamp(3.9rem, 7vw, 7.5rem);
  text-wrap: balance;
}

.usage-scenes-heading > div:last-child {
  padding-top: 32px;
}

.usage-story-marker {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr) auto minmax(240px, 0.7fr);
  gap: 20px;
  align-items: center;
  margin-bottom: 28px;
  padding-block: 18px;
  border-top: 1px solid rgba(79, 61, 41, 0.18);
  border-bottom: 1px solid rgba(79, 61, 41, 0.18);
}

.usage-story-marker > span,
.usage-story-marker > strong {
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.1em;
}

.usage-story-marker > span {
  color: var(--guerrero-barro);
  font-weight: 760;
}

.usage-story-marker > strong {
  color: #554537;
  font-weight: 520;
}

.usage-story-marker > i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(177, 87, 67, 0.5), rgba(177, 87, 67, 0.06));
}

.usage-story-marker > p {
  margin: 0;
  color: #6a706b;
  font-size: 0.68rem;
  line-height: 1.55;
  text-align: right;
}

.usage-reel-toolbar,
.usage-reel-controls {
  display: none;
}

.usage-gallery {
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(285px, 24vw, 365px);
  gap: clamp(14px, 1.6vw, 25px);
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
}

.usage-gallery::-webkit-scrollbar {
  display: none;
}

.usage-shot {
  height: auto;
  min-height: 0;
  border-width: 5px;
  border-color: rgba(255, 252, 246, 0.9);
  border-radius: 28px;
  box-shadow:
    0 34px 75px rgba(64, 44, 27, 0.16),
    0 0 0 1px rgba(90, 58, 37, 0.08);
  scroll-snap-align: none;
}

.usage-shot:nth-child(1) {
  grid-column: span 8;
  grid-row: span 2;
  border-radius: 42px 24px 42px 24px;
}

.usage-shot:nth-child(2),
.usage-shot:nth-child(3) {
  grid-column: span 4;
}

.usage-shot:nth-child(2) {
  border-radius: 22px 38px 22px 38px;
}

.usage-shot:nth-child(3) {
  border-radius: 36px 22px 36px 22px;
}

.usage-shot:nth-child(4),
.usage-shot:nth-child(7) {
  grid-column: span 5;
}

.usage-shot:nth-child(5),
.usage-shot:nth-child(6) {
  grid-column: span 7;
}

.usage-shot:nth-child(5) {
  border-radius: 24px 44px 24px 44px;
}

.usage-shot:nth-child(6) {
  border-radius: 44px 24px 44px 24px;
}

.usage-shot img {
  filter: saturate(0.95) contrast(0.99) brightness(1.01);
}

.usage-shot::after {
  inset: 34% 0 0;
  background: linear-gradient(transparent, rgba(11, 14, 12, 0.91));
}

.usage-shot figcaption {
  padding: clamp(24px, 3.2vw, 46px);
}

.usage-shot figcaption strong {
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  text-wrap: balance;
}

.usage-shot:nth-child(1) figcaption strong {
  max-width: 760px;
  font-size: clamp(2rem, 3.1vw, 3.25rem);
}

.js .usage-shot[data-reveal] {
  opacity: 0;
  transform: translateY(52px) rotate(0.35deg) scale(0.985);
  transition:
    opacity 850ms ease,
    transform 1100ms var(--ease),
    box-shadow 600ms ease;
}

.js .usage-shot:nth-child(even)[data-reveal] {
  transform: translateY(52px) rotate(-0.35deg) scale(0.985);
}

.js .usage-shot[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}

@media (max-width: 1120px) {
  .hero,
  .hero-layout {
    min-height: 1320px;
  }

  .award-notice {
    grid-template-columns: 90px minmax(0, 1fr) 34px;
    padding: 27px 28px;
  }

  .award-mark {
    width: 86px;
    height: 86px;
  }

  .usage-gallery {
    grid-auto-rows: 310px;
  }
}

@media (max-width: 900px) {
  .hero,
  .hero-layout {
    min-height: auto;
  }

  .hero-layout {
    grid-template-areas:
      "notice"
      "copy"
      "documentary";
    grid-template-columns: 1fr;
    row-gap: 52px;
  }

  .award-notice {
    min-height: 220px;
  }

  .usage-scenes-heading > div:last-child {
    padding-top: 0;
  }

  .usage-story-marker {
    grid-template-columns: auto 1fr auto;
  }

  .usage-story-marker > p {
    grid-column: 1 / -1;
    max-width: 540px;
    text-align: left;
  }

  .usage-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 470px;
    gap: 22px;
  }

  .usage-shot:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .usage-shot:nth-child(1) {
    grid-column: 1 / -1;
    min-height: 590px;
  }

  .usage-shot:nth-child(6) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .hero-layout {
    gap: 42px;
    padding-top: 94px;
    padding-bottom: 100px;
  }

  .award-notice {
    min-height: 340px;
    grid-template-columns: 72px minmax(0, 1fr) 28px;
    gap: 14px;
    padding: 22px 15px 22px 18px;
    border-left-width: 7px;
    border-radius: 22px;
  }

  .award-mark {
    width: 70px;
    height: 70px;
    align-self: start;
    border-radius: 20px;
  }

  .award-mark span {
    font-size: 0.68rem;
  }

  .award-notice strong {
    font-size: clamp(1.08rem, 5.4vw, 1.28rem);
    line-height: 1.18;
  }

  .award-notice p {
    margin-block: 11px 12px;
    font-size: 0.83rem;
    line-height: 1.55;
  }

  .award-notice div > span {
    font-size: 0.53rem;
    letter-spacing: 0.055em;
    line-height: 1.5;
  }

  .award-notice > button {
    width: 28px;
    height: 28px;
  }

  .hero-copy {
    padding-top: 6px;
  }

  .hero-grid,
  .hero-scene {
    display: none;
  }

  .hero-documentary {
    display: grid;
    width: 100%;
    height: auto;
    gap: 18px;
    margin: 0;
  }

  .hero-documentary::before {
    display: none;
  }

  .hero-documentary-frame,
  .hero-documentary-primary,
  .hero-documentary-secondary,
  .hero-documentary-tertiary {
    --frame-rotation: 0deg;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-width: 5px;
    border-radius: 22px;
    transform: none;
  }

  .hero-documentary-primary {
    aspect-ratio: 4 / 4.35;
  }

  .hero-documentary-secondary {
    aspect-ratio: 4 / 3.35;
  }

  .hero-documentary-tertiary {
    aspect-ratio: 4 / 3.55;
  }

  .hero-documentary-frame figcaption,
  .hero-documentary-primary figcaption {
    padding: 22px 19px;
  }

  .hero-documentary-frame figcaption span {
    font-size: 0.43rem;
  }

  .hero-documentary-frame figcaption strong,
  .hero-documentary-primary figcaption strong {
    max-width: 290px;
    font-size: 1.28rem;
  }

  .hero-documentary-index {
    position: relative;
    inset: auto;
    order: -1;
    width: max-content;
    margin-bottom: -4px;
    padding: 10px 13px;
    background: #6d302a;
  }

  .usage-scenes {
    padding-block: 92px 110px;
  }

  .usage-scenes-heading {
    margin-bottom: 40px;
  }

  .usage-scenes-heading h2 {
    font-size: clamp(3.15rem, 15vw, 4.75rem);
    line-height: 0.96;
  }

  .usage-story-marker {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    margin-bottom: 30px;
    padding-block: 16px;
  }

  .usage-story-marker > p {
    font-size: 0.66rem;
  }

  .usage-gallery {
    width: 100%;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 30px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .usage-shot:nth-child(n) {
    width: 100%;
    min-height: 0;
    grid-column: 1;
    grid-row: auto;
    margin: 0;
    aspect-ratio: 4 / 5;
    border-width: 4px;
    border-radius: 26px 18px 26px 18px;
  }

  .usage-shot:nth-child(even) {
    width: calc(100% - 16px);
    margin-left: 16px;
    border-radius: 18px 28px 18px 28px;
  }

  .usage-shot:nth-child(3n) {
    width: calc(100% - 12px);
    margin-right: 12px;
  }

  .usage-shot:nth-child(1) {
    width: calc(100% + 8px);
    margin-left: -4px;
    aspect-ratio: 4 / 5.4;
    border-radius: 30px 18px 30px 18px;
  }

  .usage-shot:nth-child(2),
  .usage-shot:nth-child(5) {
    aspect-ratio: 4 / 4.65;
  }

  .usage-shot:nth-child(3),
  .usage-shot:nth-child(6) {
    aspect-ratio: 4 / 4.8;
  }

  .usage-shot figcaption {
    gap: 7px;
    padding: 27px 22px;
  }

  .usage-shot figcaption span {
    font-size: 0.47rem;
  }

  .usage-shot figcaption strong,
  .usage-shot:nth-child(1) figcaption strong {
    max-width: 300px;
    font-size: clamp(1.45rem, 7vw, 1.85rem);
    line-height: 1.12;
  }

  .usage-shot figcaption small {
    font-size: 0.43rem;
  }

  .usage-shot::before {
    top: 14px;
    left: 14px;
    padding: 8px 10px;
    font-size: 0.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .hero-documentary.is-visible .hero-documentary-frame {
    animation: none;
  }

  .js .usage-shot[data-reveal],
  .js .usage-shot:nth-child(even)[data-reveal],
  .js .usage-shot[data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}

/* ==========================================================================
   Relato final: Guerrero primero, fotografía legible y trazabilidad visible
   ========================================================================== */

.hero,
.hero-layout {
  min-height: 0;
}

.hero {
  padding-bottom: clamp(88px, 10vw, 150px);
}

.hero-layout {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "notice"
    "copy";
  grid-template-rows: auto auto;
  align-content: start;
  row-gap: clamp(58px, 7vw, 104px);
}

.award-notice {
  grid-area: notice;
  width: 100%;
  min-height: 0;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 38px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(112, 79, 27, 0.22);
  border-left: 8px solid #d7a21d;
  border-radius: 30px 18px 30px 18px;
  background:
    radial-gradient(circle at 92% 15%, rgba(255, 246, 164, 0.72), transparent 27%),
    linear-gradient(118deg, #fff7c8 0%, #f5dc68 48%, #f2c94d 100%);
  box-shadow:
    0 26px 70px rgba(85, 56, 10, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.82);
}

.award-notice::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(111, 74, 14, 0.12);
  border-radius: 22px 12px 22px 12px;
}

.award-mark {
  width: 82px;
  height: 92px;
  align-self: center;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.award-mark img {
  display: block;
  width: auto;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 10px 13px rgba(77, 48, 11, 0.2));
}

.award-notice strong {
  max-width: 920px;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #33250d;
}

.award-notice p {
  max-width: 940px;
  margin-block: 14px 13px;
  font-size: clamp(0.92rem, 1.25vw, 1.08rem);
  line-height: 1.65;
  color: #574318;
}

.award-notice div > span {
  color: #654a0d;
}

.hero-copy {
  grid-area: copy;
  width: min(100%, 1040px);
  max-width: none;
  padding-top: 0;
}

.hero-copy h1 {
  max-width: 1020px;
}

.hero-lede {
  max-width: 760px;
}

.hero-trace-route {
  position: relative;
  width: min(100%, 920px);
  display: grid;
  grid-template-columns: auto minmax(32px, 1fr) auto minmax(32px, 1fr) auto minmax(32px, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: clamp(42px, 5vw, 66px);
  padding: 20px 22px;
  border: 1px solid rgba(13, 118, 112, 0.16);
  border-radius: 18px 30px 18px 30px;
  background: rgba(255, 253, 247, 0.7);
  box-shadow: 0 18px 50px rgba(36, 54, 48, 0.08);
  backdrop-filter: blur(12px);
}

.hero-trace-route span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #29423c;
}

.hero-trace-route i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 145, 135, 0.26);
  border-radius: 50%;
  background: #f7fff9;
  box-shadow: 0 0 0 5px rgba(42, 194, 179, 0.07);
  font-style: normal;
  font-size: 0.56rem;
  letter-spacing: 0;
  color: #087d76;
}

.hero-trace-route b {
  height: 2px;
  min-width: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(7, 112, 104, 0.12);
}

.hero-trace-route b::after {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #14b9ac, #d7a21d, transparent);
  animation: trace-flow 3.8s ease-in-out infinite;
}

@keyframes trace-flow {
  from {
    transform: translateX(-110%);
  }
  to {
    transform: translateX(220%);
  }
}

.usage-scenes {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 13%, rgba(245, 172, 77, 0.16), transparent 24%),
    radial-gradient(circle at 92% 79%, rgba(26, 160, 148, 0.13), transparent 27%),
    #f7f1e7;
}

.usage-scenes::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -14vw;
  top: 17%;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(7, 112, 104, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 68px rgba(7, 112, 104, 0.025),
    0 0 0 136px rgba(7, 112, 104, 0.018);
}

.usage-story-marker {
  border-color: rgba(13, 104, 96, 0.24);
}

.usage-story-marker i {
  position: relative;
  overflow: hidden;
  background: rgba(15, 116, 107, 0.13);
}

.usage-story-marker i::after {
  content: "";
  display: block;
  width: 34%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #139d91, #dc9e30, transparent);
  animation: trace-flow 4.6s ease-in-out infinite;
}

.usage-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(320px, 27vw, 410px);
  gap: clamp(24px, 3vw, 42px);
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.usage-shot:nth-child(n) {
  width: 100%;
  min-height: 0;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: visible;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.usage-shot:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}

.usage-shot:nth-child(2),
.usage-shot:nth-child(3) {
  grid-column: span 5;
}

.usage-shot:nth-child(4) {
  grid-column: 1 / -1;
  min-height: clamp(500px, 48vw, 680px);
}

.usage-shot > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  border: 5px solid rgba(255, 253, 247, 0.96);
  border-bottom: 0;
  border-radius: 28px 18px 0 0;
  box-shadow: 0 25px 65px rgba(38, 44, 39, 0.18);
  filter: saturate(0.94) contrast(1.02);
}

.usage-shot:nth-child(1) > img {
  object-position: 57% center;
}

.usage-shot:nth-child(2) > img {
  object-position: 48% center;
}

.usage-shot:nth-child(3) > img {
  object-position: 54% 58%;
}

.usage-shot:nth-child(4) > img {
  object-position: 50% 56%;
}

.usage-shot::after {
  display: none;
}

.usage-shot::before {
  top: 18px;
  left: 18px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(17, 25, 22, 0.74);
  backdrop-filter: blur(12px);
}

.usage-shot figcaption {
  position: relative;
  inset: auto;
  z-index: 2;
  display: grid;
  gap: 8px;
  min-height: 142px;
  align-content: center;
  padding: clamp(22px, 2.8vw, 36px);
  border: 1px solid rgba(32, 70, 62, 0.13);
  border-top: 4px solid #15978c;
  border-radius: 0 0 18px 28px;
  background:
    linear-gradient(90deg, rgba(22, 156, 145, 0.055), transparent 42%),
    #fffdf8;
  color: #17231f;
  box-shadow: 0 25px 65px rgba(38, 44, 39, 0.12);
}

.usage-shot:nth-child(even) figcaption {
  border-top-color: #d79625;
}

.usage-shot figcaption span {
  color: #987020;
  font-size: 0.56rem;
}

.usage-shot figcaption strong,
.usage-shot:nth-child(1) figcaption strong {
  max-width: 720px;
  font-size: clamp(1.22rem, 2.25vw, 2rem);
  line-height: 1.08;
  color: #17231f;
}

.usage-shot figcaption small {
  color: #766f65;
  font-size: 0.58rem;
}

.field-notes {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(110px, 13vw, 190px);
  background:
    linear-gradient(rgba(13, 112, 104, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 112, 104, 0.035) 1px, transparent 1px),
    #fffaf1;
  background-size: 46px 46px;
}

.field-notes::before {
  content: "DEL LUGAR · AL DATO · A LA HISTORIA";
  position: absolute;
  right: -42px;
  top: 116px;
  writing-mode: vertical-rl;
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.22em;
  color: rgba(13, 112, 104, 0.34);
}

.field-notes-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(34px, 7vw, 110px);
  margin-bottom: clamp(62px, 8vw, 110px);
}

.field-notes-heading .section-index {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.field-notes-heading h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4rem, 7vw, 8.1rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.055em;
  color: #17221e;
}

.field-notes-heading h2 em {
  display: block;
  font-weight: 400;
  color: #0a8179;
}

.field-notes-heading > p:last-child {
  max-width: 430px;
  margin: 0 0 8px;
  font-size: clamp(0.98rem, 1.4vw, 1.18rem);
  line-height: 1.72;
  color: #646a63;
}

.field-notes-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(20px, 3vw, 38px);
}

.field-notes-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 8%;
  right: 8%;
  top: -32px;
  height: 2px;
  background: linear-gradient(90deg, #d99d2c, #14a294 50%, #7257a8);
  box-shadow: 0 0 18px rgba(20, 162, 148, 0.25);
}

.field-note {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  margin: 0;
  border-radius: 28px 18px 28px 18px;
  background: #fffdf9;
  box-shadow: 0 26px 70px rgba(42, 52, 47, 0.15);
}

.field-note:nth-child(2) {
  margin-top: 72px;
}

.field-note::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -39px;
  left: 50%;
  width: 13px;
  height: 13px;
  border: 4px solid #fffaf1;
  border-radius: 50%;
  background: #139d91;
  box-shadow: 0 0 0 1px rgba(13, 112, 104, 0.32), 0 7px 18px rgba(13, 112, 104, 0.25);
  transform: translateX(-50%);
}

.field-note img {
  width: 100%;
  height: clamp(310px, 34vw, 510px);
  display: block;
  object-fit: cover;
  border: 5px solid #fffdf9;
  border-bottom: 0;
  border-radius: 28px 18px 0 0;
  filter: saturate(0.92) contrast(1.03);
}

.field-note:nth-child(1) img {
  object-position: 48% center;
}

.field-note:nth-child(2) img {
  object-position: 50% center;
}

.field-note:nth-child(3) img {
  object-position: 61% center;
}

.field-note figcaption {
  display: grid;
  gap: 9px;
  min-height: 136px;
  align-content: center;
  padding: clamp(22px, 2.5vw, 34px);
  border-top: 3px solid #15978c;
  border-radius: 0 0 28px 18px;
  background: #fffdf9;
}

.field-note:nth-child(2) figcaption {
  border-top-color: #d99d2c;
}

.field-note:nth-child(3) figcaption {
  border-top-color: #7657a6;
}

.field-note figcaption span {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  color: #987020;
}

.field-note figcaption strong {
  max-width: 440px;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.04;
  color: #17231f;
}

.live-lab {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 18%, rgba(16, 174, 160, 0.16), transparent 28%),
    radial-gradient(circle at 88% 76%, rgba(221, 156, 47, 0.1), transparent 25%),
    #071612;
}

.lab-window {
  border: 1px solid rgba(160, 238, 220, 0.2);
  box-shadow:
    0 50px 130px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset,
    0 0 90px rgba(17, 174, 158, 0.08);
}

.lab-next,
.button-primary {
  position: relative;
  overflow: hidden;
}

.lab-next::before,
.button-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.22) 48%, transparent 61%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.lab-next:hover::before,
.button-primary:hover::before {
  transform: translateX(120%);
}

@media (max-width: 900px) {
  .hero-layout {
    grid-template-areas:
      "notice"
      "copy";
  }

  .field-notes-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .field-notes-heading .section-index {
    margin-bottom: 0;
  }

  .field-notes-heading > p:last-child {
    max-width: 620px;
  }

  .field-notes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .field-note:nth-child(3) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 7px;
  }

  .header-inner {
    min-height: 58px;
    padding-inline: 15px;
    border-radius: 18px;
  }

  .brand-symbol {
    width: 25px;
    height: 25px;
  }

  .brand-title {
    font-size: 0.83rem;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .menu-toggle span {
    width: 21px;
  }

  .hero {
    padding-bottom: 90px;
  }

  .hero-layout {
    row-gap: 48px;
    padding-top: 84px;
    padding-bottom: 0;
  }

  .award-notice {
    min-height: 0;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    padding: 24px 20px 25px;
    border-left-width: 6px;
    border-radius: 22px 14px 22px 14px;
  }

  .award-notice::before {
    inset: 7px;
    border-radius: 16px 10px 16px 10px;
  }

  .award-mark {
    width: 58px;
    height: 68px;
    align-self: start;
  }

  .award-mark img {
    height: 62px;
  }

  .award-notice strong {
    font-size: clamp(1.3rem, 6.2vw, 1.68rem);
    line-height: 1.04;
  }

  .award-notice p {
    margin-block: 11px 10px;
    font-size: 0.79rem;
    line-height: 1.52;
  }

  .award-notice div > span {
    display: block;
    font-size: 0.49rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }

  .hero-trace-route {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 36px;
    padding: 14px;
    border-radius: 16px 22px 16px 22px;
  }

  .hero-trace-route span {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(13, 118, 112, 0.12);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.52);
    font-size: 0.56rem;
    letter-spacing: 0.07em;
  }

  .hero-trace-route i {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }

  .hero-trace-route b {
    display: none;
  }

  .usage-scenes {
    padding-block: 88px 110px;
  }

  .usage-scenes-heading h2 {
    font-size: clamp(2.9rem, 14vw, 4.25rem);
    line-height: 0.94;
  }

  .usage-story-marker {
    margin-bottom: 34px;
  }

  .usage-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 42px;
    padding-left: 16px;
  }

  .usage-gallery::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 20px;
    bottom: 22px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(#d99d2c, #149f92 48%, #7657a6);
    box-shadow: 0 0 16px rgba(20, 159, 146, 0.2);
  }

  .usage-shot:nth-child(n) {
    width: 100%;
    min-height: 0;
    grid-column: 1;
    grid-row: auto;
    margin: 0;
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
  }

  .usage-shot > img {
    height: clamp(300px, 87vw, 390px);
    min-height: 0;
    border-width: 4px;
    border-bottom: 0;
    border-radius: 24px 15px 0 0;
  }

  .usage-shot figcaption {
    min-height: 0;
    gap: 7px;
    padding: 21px 19px 23px;
    border-radius: 0 0 15px 24px;
  }

  .usage-shot figcaption::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 25px;
    width: 10px;
    height: 10px;
    border: 3px solid #f7f1e7;
    border-radius: 50%;
    background: #149f92;
    box-shadow: 0 0 0 1px rgba(13, 112, 104, 0.25);
  }

  .usage-shot:nth-child(even) figcaption::before {
    background: #d99d2c;
  }

  .usage-shot figcaption span {
    font-size: 0.46rem;
  }

  .usage-shot figcaption strong,
  .usage-shot:nth-child(1) figcaption strong {
    max-width: 100%;
    font-size: clamp(1.12rem, 5.3vw, 1.38rem);
    line-height: 1.12;
  }

  .usage-shot figcaption small {
    font-size: 0.43rem;
  }

  .usage-shot::before {
    top: 13px;
    left: 13px;
    padding: 7px 9px;
    font-size: 0.38rem;
  }

  .field-notes {
    padding-block: 96px 112px;
    background-size: 34px 34px;
  }

  .field-notes::before {
    display: none;
  }

  .field-notes-heading {
    margin-bottom: 58px;
  }

  .field-notes-heading h2 {
    font-size: clamp(3.1rem, 14vw, 4.6rem);
    line-height: 0.91;
  }

  .field-notes-heading > p:last-child {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .field-notes-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-left: 16px;
  }

  .field-notes-grid::before {
    left: 1px;
    right: auto;
    top: 12px;
    bottom: 18px;
    width: 2px;
    height: auto;
    background: linear-gradient(#d99d2c, #14a294 50%, #7257a8);
  }

  .field-note:nth-child(n) {
    grid-column: 1;
    margin-top: 0;
  }

  .field-note::before {
    top: 25px;
    left: -22px;
    width: 11px;
    height: 11px;
    border-width: 3px;
    transform: none;
  }

  .field-note img {
    height: clamp(290px, 84vw, 380px);
    border-width: 4px;
    border-bottom: 0;
    border-radius: 23px 15px 0 0;
  }

  .field-note figcaption {
    min-height: 0;
    padding: 22px 20px 25px;
    border-radius: 0 0 23px 15px;
  }

  .field-note figcaption span {
    font-size: 0.46rem;
  }

  .field-note figcaption strong {
    font-size: clamp(1.32rem, 6.5vw, 1.72rem);
  }
}

@media (max-width: 390px) {
  .award-notice {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding-inline: 16px;
  }

  .award-mark {
    width: 48px;
    height: 58px;
  }

  .award-mark img {
    height: 54px;
  }

  .award-notice strong {
    font-size: 1.2rem;
  }

  .hero-trace-route span {
    padding: 8px;
    font-size: 0.5rem;
  }

  .hero-trace-route i {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .usage-shot > img,
  .field-note img {
    height: 292px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-trace-route b::after,
  .usage-story-marker i::after {
    animation: none;
    transform: translateX(85%);
  }

  .lab-next::before,
  .button-primary::before {
    display: none;
  }
}
