:root {
  --ink: #1d2527;
  --muted: #667376;
  --line: #d8e2e3;
  --pale: #eef4f4;
  --brand: #39a9c6;
  --brand-light: #9de5f0;
  --brand-dark: #087c96;
  --deep: #0b3036;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

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

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

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.preview-ribbon {
  display: none;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  min-height: 28px;
  display: grid;
  place-items: center;
  padding: 7px 16px;
  color: #c9f1f5;
  background: #061f23;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}

.preview-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: rgba(9, 42, 48, .93);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  backdrop-filter: blur(9px);
}

.brand img {
  width: 225px;
}

.preview-nav {
  display: flex;
  gap: 21px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.preview-nav a {
  opacity: .82;
}

.preview-nav a:hover {
  color: var(--brand-light);
  opacity: 1;
}

.preview-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: transparent;
}

.preview-menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.section-label,
.kicker {
  margin: 0 0 16px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.section-label.light,
.kicker {
  color: var(--brand-light);
}

.preview-hero {
  position: relative;
  min-height: 830px;
  height: 100vh;
  color: #fff;
  overflow: hidden;
  background: var(--deep);
}

.preview-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 27, 32, .87), rgba(4, 27, 32, .48) 48%, rgba(4, 27, 32, .08) 76%),
    linear-gradient(0deg, rgba(5, 30, 35, .5), transparent 45%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: clamp(220px, 28vh, 300px);
}

.hero-copy h1 {
  max-width: 870px;
  margin: 0;
  font-size: clamp(58px, 7vw, 98px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: .91;
  text-transform: uppercase;
}

.hero-copy h1 strong {
  display: block;
  color: var(--brand-light);
  font-weight: 800;
}

.hero-copy > p:not(.kicker) {
  max-width: 600px;
  margin: 29px 0;
  color: rgba(255, 255, 255, .86);
  font-size: 21px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 12px 0;
  color: #fff;
  border-bottom: 1px solid var(--brand-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dark-link {
  color: var(--deep);
}

.intro-section {
  padding: 105px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 100px;
  align-items: end;
}

.intro-grid h2,
.angus-copy h2,
.story-copy h2,
.gallery-heading h2,
.communication-heading h2,
.results-feature-copy h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(46px, 5.3vw, 72px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: .98;
  text-transform: uppercase;
}

.intro-copy p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 19px;
}

.results-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.results-strip article {
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
  border-right: 1px solid var(--line);
}

.results-strip article:first-child {
  padding-left: 0;
}

.results-strip article:last-child {
  border-right: 0;
}

.results-strip strong {
  color: var(--brand-dark);
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.results-strip span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
}

.results-feature {
  padding: 100px 0;
  background: var(--pale);
  text-align: center;
}

.results-feature-copy {
  width: min(920px, calc(100% - 48px));
}

.results-feature-copy > p:not(.section-label) {
  max-width: 780px;
  margin: 22px auto 36px;
  color: var(--muted);
  font-size: 28px;
  line-height: 1.22;
}

.results-feature-copy strong {
  color: var(--deep);
}

.data-image {
  display: block;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 45, 52, .1);
}

.data-image img {
  margin: 0 auto;
}

.data-table-link {
  display: block;
  color: inherit;
}

.results-table-card {
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 45, 52, .1);
  text-align: left;
}

.results-table-title {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 10px 18px;
  color: #fff;
  background: var(--deep);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.results-table-card p {
  margin: 12px 0 16px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.results-table-wrap {
  overflow-x: auto;
}

.results-table-card table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: var(--deep);
  font-size: 17px;
  text-align: center;
}

.results-table-card th {
  padding: 13px 12px;
  color: var(--deep);
  background: var(--brand-light);
  border: 5px solid #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.results-table-card td {
  padding: 10px 12px;
  background: var(--pale);
  border: 5px solid #fff;
  font-weight: 700;
}

.results-table-card tbody tr:nth-child(even) td {
  background: #e2ecec;
}

.results-table-card td:first-child {
  text-transform: uppercase;
}

.results-table-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.angus-section {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 680px;
  background: var(--deep);
}

.angus-image {
  overflow: hidden;
}

.angus-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.angus-copy {
  align-self: center;
  max-width: 650px;
  padding: 80px clamp(50px, 7vw, 110px);
  color: #fff;
}

.angus-copy h2 {
  color: #fff;
}

.angus-copy > p:not(.section-label) {
  margin: 28px 0 35px;
  color: #b7cbce;
  font-size: 19px;
}

.quality-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quality-list span {
  padding: 8px 11px;
  color: var(--brand-light);
  border: 1px solid rgba(157, 229, 240, .35);
  font-size: 12px;
  text-transform: uppercase;
}

.story-section {
  padding: 110px 0;
  background: var(--pale);
}

.story-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 95px;
  align-items: center;
}

.story-copy > p:not(.section-label) {
  color: var(--muted);
  font-size: 18px;
}

.story-copy .text-link {
  margin-top: 15px;
}

.story-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--deep);
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(4, 28, 33, .9));
}

.story-card > img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.story-card > div {
  position: absolute;
  z-index: 2;
  left: 35px;
  right: 35px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.story-card span {
  color: var(--brand-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.story-card strong {
  max-width: 590px;
  margin-top: 7px;
  font-size: 27px;
  line-height: 1.15;
  text-transform: uppercase;
}

.gallery-preview {
  padding: 105px 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(11, 48, 54, .96), rgba(11, 48, 54, .92)),
    #0b3036;
}

.gallery-panel {
  display: grid;
  gap: 34px;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 80px;
  align-items: end;
}

.gallery-heading h2 {
  color: #fff;
}

.gallery-heading > p {
  margin: 0 0 6px;
  color: #afc5c8;
  font-size: 18px;
}

.carousel-shell,
.news-carousel {
  position: relative;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}

.carousel-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .34);
  color: #fff;
  background: transparent;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, opacity .18s ease;
}

.communication-section .carousel-button {
  border-color: var(--line);
  color: var(--deep);
}

.carousel-button:hover:not(:disabled) {
  color: var(--deep);
  background: var(--brand-light);
}

.carousel-button:disabled {
  opacity: .35;
  cursor: default;
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.carousel-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.gallery-card {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .04);
  scroll-snap-align: start;
}

.gallery-card-large {
  min-height: 0;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(4, 28, 33, .88));
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .24s ease;
}

.gallery-card:hover img {
  transform: scale(1.035);
}

.gallery-card span {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-link {
  justify-self: start;
}

.communication-section {
  padding: 92px 0;
  background: #fff;
}

.communication-heading {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 38px;
}

.communication-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 18px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.button.primary {
  color: var(--deep);
  background: var(--brand-light);
}

.button.secondary {
  color: var(--deep);
  border: 1px solid var(--line);
}

.communication-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: stretch;
}

.video-feature {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--pale);
}

.video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-feature span,
.social-card span,
.news-card span {
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.video-feature h3,
.social-card h3 {
  margin: 14px 0 12px;
  color: var(--deep);
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.video-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.social-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border: 1px solid #bdd3d6;
  background: #fff;
  box-shadow: 0 20px 50px rgba(12, 48, 54, .1);
}

.communication-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-row {
  grid-auto-columns: calc((100% - 66px) / 4);
  gap: 22px;
  margin-top: 44px;
}

.news-card {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 40px rgba(8, 45, 52, .08);
  scroll-snap-align: start;
  transition: transform .18s ease, box-shadow .18s ease;
}

.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(8, 45, 52, .12);
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-card span {
  display: block;
  padding: 22px 22px 0;
}

.news-card h3 {
  margin: 14px 0 0;
  padding: 0 22px 26px;
  color: var(--deep);
  font-size: 22px;
  line-height: 1.12;
  text-transform: uppercase;
}

.preview-footer {
  padding: 52px 0;
  color: #c4d5d7;
  background: #061f23;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 50px;
  align-items: start;
  font-size: 14px;
}

.footer-grid img {
  width: 205px;
  margin-bottom: 18px;
}

.footer-grid p,
.footer-grid address {
  margin: 0;
}

.footer-grid address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

.footer-grid address strong {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.footer-grid a {
  color: var(--brand-light);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 1060px) {
  .preview-menu-button {
    display: block;
  }

  .preview-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 24px 22px;
    background: rgba(9, 42, 48, .98);
  }

  .preview-nav.open {
    display: flex;
  }

  .preview-nav a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .intro-grid,
  .story-grid,
  .communication-heading,
  .communication-grid,
  .video-feature {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .angus-section {
    grid-template-columns: 1fr;
  }

  .angus-image {
    height: 500px;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .carousel-track,
  .news-row {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 30px, 1180px);
  }

  .preview-ribbon {
    font-size: 8px;
    letter-spacing: .07em;
  }

  .preview-header {
    padding-inline: 15px;
  }

  .brand img {
    width: 195px;
  }

  .preview-hero {
    min-height: 750px;
    height: 90vh;
  }

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

  .hero-copy h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .hero-copy > p:not(.kicker) {
    font-size: 18px;
  }

  .intro-section,
  .story-section,
  .communication-section {
    padding: 75px 0;
  }

  .intro-grid h2,
  .angus-copy h2,
  .story-copy h2,
  .gallery-heading h2,
  .communication-heading h2,
  .results-feature-copy h2 {
    font-size: 43px;
  }

  .results-strip {
    grid-template-columns: 1fr;
  }

  .results-strip article,
  .results-strip article:first-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .results-strip article:last-child {
    border-bottom: 0;
  }

  .results-feature {
    padding: 75px 0;
  }

  .results-feature-copy > p:not(.section-label) {
    font-size: 22px;
  }

  .data-image {
    padding: 14px;
  }

  .results-table-card {
    padding: 14px;
  }

  .results-table-title {
    min-height: 42px;
    font-size: 19px;
  }

  .results-table-card p {
    font-size: 16px;
  }

  .results-table-card table {
    min-width: 560px;
    font-size: 15px;
  }

  .results-table-card th {
    padding: 10px 8px;
    border-width: 3px;
    font-size: 12px;
  }

  .results-table-card td {
    padding: 9px 8px;
    border-width: 3px;
  }

  .angus-image {
    height: 380px;
  }

  .angus-copy {
    padding: 60px 24px;
  }

  .story-card,
  .story-card > img {
    min-height: 430px;
    height: 430px;
  }

  .story-card > div {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .gallery-preview {
    padding: 75px 0;
  }

  .gallery-card,
  .gallery-card-large {
    min-height: 230px;
  }

  .carousel-controls {
    justify-content: flex-start;
  }

  .carousel-track,
  .news-row {
    grid-auto-columns: min(82vw, 330px);
  }

  .communication-actions {
    justify-content: stretch;
  }

  .communication-actions .button {
    flex: 1 1 150px;
  }

  .communication-grid,
  .video-feature {
    gap: 22px;
  }

  .video-feature,
  .social-card {
    padding: 22px;
  }

  .news-card h3 {
    font-size: 22px;
  }

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

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