* {
  box-sizing: border-box;
}

:root {
  --black: #050505;
  --black-2: #0e0e0e;
  --paper: #f2eee8;
  --paper-2: #f2efea;
  --white: #ffffff;
  --orange: #ff6b35;
  --orange-deep: #c84617;
  --grey: #99a1af;
  --grey-2: #d1d5dc;
  --line-light: rgba(255, 255, 255, 0.08);
  --line-dark: rgba(5, 5, 5, 0.1);
  --gutter: clamp(24px, 4.45vw, 64px);
  --content: 1312px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

button,
.button,
.nav-links a {
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(136px, 205px) 1fr auto;
  align-items: center;
  gap: clamp(18px, 4vw, 56px);
  min-height: 48px;
  padding: 10px var(--gutter);
  background: #000000;
}

.brand-mark img {
  width: min(205px, 100%);
}

.nav-links,
.header-actions,
.button-row {
  display: flex;
  align-items: center;
}

.nav-links {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.nav-links a,
.button {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav-links a {
  background: var(--white);
  color: var(--black-2);
}

.nav-links a:hover,
.button:hover,
.icon-action:hover {
  transform: translateY(-1px);
}

.header-actions {
  justify-content: flex-end;
  gap: 14px;
}

.icon-action {
  position: relative;
  width: 18px;
  height: 18px;
  color: var(--white);
}

.icon-action svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.icon-action span {
  position: absolute;
  top: -3px;
  right: -4px;
  width: 9px;
  height: 9px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--orange-deep);
  color: var(--white);
  font-size: 5px;
  font-weight: 900;
  line-height: 1;
}

.mobile-menu {
  display: none;
}

.button-orange {
  background: var(--orange);
  color: var(--white);
}

.button-light {
  background: var(--white);
  color: var(--black-2);
}

.button-dark {
  background: #000000;
  color: var(--white);
}

.button-outline {
  border: 1px solid var(--white);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: min(59.9vw, 862px);
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.9)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.02) 45%, rgba(0, 0, 0, 0.95)),
    url("figma-banner.png") center / cover no-repeat;
}

.section-kicker {
  margin-bottom: 24px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.section-dark {
  background: #000000;
  color: var(--paper);
}

.section-light {
  background: var(--paper-2);
  color: var(--black);
}

.section-orange {
  background: var(--orange-deep);
  color: var(--paper);
}

.section-image {
  position: relative;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.9) 45%, rgba(5, 5, 5, 0.66)),
    url("figma-story-bg.png") center / cover no-repeat;
}

.about,
.focus,
.offers,
.crews,
.story,
.events,
.gallery,
.site-footer {
  padding: 96px var(--gutter);
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 86px);
  padding-top: 64px;
  padding-bottom: 96px;
}

.section-heading {
  max-width: 970px;
}

.section-heading h2,
.crew-copy h2,
.story-copy h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.about .section-heading {
  display: grid;
  align-content: start;
  gap: 24px;
}

.about .button {
  width: max-content;
}

.body-copy,
.crew-copy > p,
.story-copy > p,
.events .section-heading > p {
  color: var(--grey-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}

.body-copy p {
  margin-bottom: 23px;
}

.body-copy p:last-child,
.crew-copy p:last-of-type,
.story-copy p:last-child {
  margin-bottom: 0;
}

.focus {
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 96px;
}

.focus .section-heading,
.story-copy {
  position: relative;
  z-index: 1;
}

.focus-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  max-width: var(--content);
  margin-top: 46px;
}

.focus-card {
  min-height: 380px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 14px 14px 24px;
  background: var(--paper-2);
  color: var(--black-2);
}

.focus-card img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.focus-card h3 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.focus-card p,
.offer-grid p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.62;
}

.offers .section-kicker {
  color: var(--white);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: var(--content);
  margin-top: 56px;
}

.offer-grid article {
  min-height: 248px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.offer-grid span {
  width: 36px;
  height: 36px;
  display: block;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 107, 53, 0.36);
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255, 107, 53, 0.75) calc(50% - 1px), rgba(255, 107, 53, 0.75) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(255, 107, 53, 0.75) calc(50% - 1px), rgba(255, 107, 53, 0.75) calc(50% + 1px), transparent calc(50% + 1px)),
    rgba(255, 107, 53, 0.1);
}

.offer-grid h3 {
  min-height: 42px;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.offer-grid p {
  color: var(--grey);
}

.offer-grid a {
  margin-top: auto;
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 5px;
  background: var(--white);
  color: var(--black-2);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.crews {
  display: grid;
  grid-template-columns: minmax(280px, 624px) minmax(0, 616px);
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
  max-width: calc(var(--content) + (var(--gutter) * 2));
  margin-inline: auto;
}

.crew-collage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.crew-collage img {
  width: 100%;
  aspect-ratio: 300 / 256;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
}

.crew-collage img:nth-child(even) {
  transform: translateY(75px);
}

.crew-copy {
  padding-top: 4px;
}

.crew-copy h2 {
  margin-bottom: 32px;
}

.crew-copy > p {
  margin-bottom: 32px;
}

.crew-copy ul {
  display: grid;
  gap: 24px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.crew-copy li {
  position: relative;
  padding-left: 24px;
  color: var(--grey-2);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.crew-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--orange);
}

.button-row {
  flex-wrap: wrap;
  gap: 12px;
}

.story {
  min-height: 672px;
  display: grid;
  grid-template-columns: 180px minmax(0, 970px);
  gap: clamp(40px, 12vw, 183px);
  align-items: end;
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.88) 48%, rgba(5, 5, 5, 0.72)),
    url("figma-story-bg.png");
  background-position: center;
  background-size: cover;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.story-copy h2 {
  margin-bottom: 24px;
}

.events .section-kicker {
  color: var(--orange);
}

.events .section-heading h2 {
  color: var(--black);
  font-weight: 900;
}

.events .section-heading > p {
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.78);
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  max-width: var(--content);
  margin-top: 56px;
}

.event-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(5, 5, 5, 0.05);
  color: var(--black);
}

.event-card img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  filter: saturate(0.45) contrast(1.07);
}

.event-card > span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 12px;
  background: var(--orange);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.event-card > div {
  padding: 26px;
}

.event-card p {
  margin-bottom: 4px;
  color: var(--orange);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.event-card h3 {
  margin-bottom: 16px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.event-card dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  margin: 0 0 24px;
  padding: 16px 0;
  border-block: 1px solid var(--line-dark);
}

.event-card dt {
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
}

.event-card dd {
  margin: 0;
  color: rgba(5, 5, 5, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.event-card .button {
  width: 100%;
}

.event-actions {
  margin-top: 46px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: var(--content);
  margin-top: 56px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.gallery-grid img:hover {
  filter: grayscale(0.2) contrast(1.04);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(292px, 1fr) minmax(620px, 3fr);
  gap: clamp(44px, 6vw, 80px);
  padding-top: 81px;
  padding-bottom: 80px;
  background: #000000;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-brand img {
  width: 164px;
  margin-bottom: 24px;
}

.footer-brand p {
  max-width: 292px;
  color: var(--grey);
  font-size: 16px;
  line-height: 1.62;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 24px;
}

.social-links a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-light);
  color: var(--white);
}

.social-links a:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-links a:first-child svg,
.social-links a:nth-child(3) svg,
.social-links a:nth-child(4) svg {
  fill: currentColor;
  stroke: none;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.footer-nav h2 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-nav a {
  display: block;
  margin-bottom: 16px;
  color: var(--grey);
  font-size: 16px;
  line-height: 1.5;
}

.footer-nav a:hover,
.footer-bottom a:hover {
  color: var(--orange);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 32px;
  border-top: 1px solid var(--line-light);
  color: var(--grey-2);
  font-size: 14px;
  line-height: 1.5;
}

.footer-bottom p {
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .focus-grid,
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crews,
  .event-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .story {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .scroll-cue {
    order: 2;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 20px;
  }

  .site-header {
    position: sticky;
    display: block;
    min-height: 61px;
    padding: 0;
    background: #000000;
  }

  .brand-mark,
  .site-header > .nav-links,
  .site-header > .header-actions {
    display: none;
  }

  .mobile-menu {
    display: block;
    width: 100%;
    min-height: 61px;
    background: #000000;
    color: var(--white);
  }

  .mobile-menu summary {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 61px;
    padding: 11px 35px 10px;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-brand {
    display: block;
    width: 151px;
  }

  .mobile-brand img {
    width: 151px;
    height: 24px;
    object-fit: contain;
  }

  .mobile-menu-actions {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mobile-account {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--white);
  }

  .mobile-account svg {
    width: 38px;
    height: 38px;
    fill: currentColor;
  }

  .mobile-menu-button {
    width: 45px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--white);
    color: #000000;
  }

  .mobile-menu-button svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  .mobile-menu[open] {
    min-height: 916px;
    background:
      linear-gradient(180deg, #000000 24.296%, rgba(0, 0, 0, 0.1) 199.35%),
      url("figma-mobile-menu-bg.png") 50% 0 / cover no-repeat;
  }

  .mobile-menu[open] summary {
    background: transparent;
  }

  .mobile-menu-panel {
    position: relative;
    z-index: 1;
    width: min(323px, calc(100% - 70px));
    margin: 36px auto 0;
    padding-bottom: 59px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .mobile-menu-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .mobile-menu-group:first-child {
    gap: 18px;
  }

  .mobile-menu-group h2 {
    margin: 0 0 6px;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
  }

  .mobile-menu-group a,
  .mobile-cart-link {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .mobile-menu-group a + a {
    margin-top: 0;
  }

  .mobile-cart-link {
    gap: 12px;
  }

  .mobile-cart-link svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  .mobile-legal {
    display: flex;
    flex-direction: column;
    gap: 13px;
    color: #6a7282;
    font-size: 14px;
    line-height: 20px;
  }

  .mobile-legal div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    white-space: nowrap;
  }

  .hero {
    min-height: 420px;
  }

  .about,
  .focus,
  .offers,
  .crews,
  .story,
  .events,
  .gallery,
  .site-footer {
    padding-block: 58px;
  }

  .about,
  .focus-grid,
  .offer-grid,
  .event-grid,
  .footer-nav {
    grid-template-columns: 1fr;
  }

  .focus-grid,
  .offer-grid,
  .event-grid,
  .gallery-grid {
    margin-top: 42px;
  }

  .focus-card,
  .offer-grid article {
    min-height: auto;
  }

  .crew-collage {
    gap: 12px;
  }

  .crew-collage img:nth-child(even) {
    transform: translateY(28px);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .button {
    width: 100%;
  }

  .header-actions .button {
    width: auto;
  }

  .mobile-menu summary {
    padding-inline: clamp(20px, 8.9vw, 35px);
  }

  .mobile-menu-panel {
    width: min(323px, calc(100% - clamp(40px, 17.8vw, 70px)));
  }

  .offer-grid article,
  .event-card > div {
    padding: 24px;
  }

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