:root {
  --ink: #1a1a1a;
  --gold: #f8c347;
  --panel: #f4f4f1;
  --line: rgba(26, 26, 26, .12);
  --max: 1808px;
  --pad: clamp(18px, 3vw, 58px);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #fff;
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

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

img {
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 278px 1fr;
  align-items: center;
  gap: clamp(20px, 3vw, 58px);
}

.brand {
  display: block;
  width: 278px;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.7vw, 52px);
  min-width: 0;
}

.nav a {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: clamp(14px, 1vw, 20px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.nav a.active {
  color: var(--ink);
}

.nav img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
}

.section {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin: 0 auto;
  padding: 60px 0;
}

.hero-section {
  padding-top: clamp(12px, 1.6vw, 24px);
  padding-bottom: 0;
  scroll-margin-top: 86px;
}

.hero-media {
  position: relative;
  height: min(746px, calc(100vh - 118px));
  min-height: 430px;
  overflow: hidden;
  border-radius: 20px;
}

.carousel,
.carousel-slide {
  position: absolute;
  inset: 0;
}

.carousel-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 650ms ease;
}

.carousel-slide.active {
  opacity: 1;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.button {
  min-width: 154px;
  padding: 0 26px;
  border: 1px solid var(--line);
  font-size: 16px;
}

.button.primary {
  background: var(--gold);
  border-color: var(--gold);
}

.button.ghost {
  background: rgba(255, 255, 255, .82);
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .62);
}

.carousel-dots span.active {
  background: #fff;
}

.section-grid,
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  gap: 8px;
  align-items: center;
}

.intro-grid {
  align-items: start;
}

.intro-section .copy-block h2 {
  margin-bottom: 8px;
}

.accent {
  display: block;
  width: 28px;
  height: 6px;
  margin-bottom: 8px;
  background: var(--gold);
}

.eyebrow {
  margin: 0 0 8px;
  color: rgba(26, 26, 26, .68);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.32;
}

.copy-block p {
  max-width: 920px;
}

.image-triptych {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.image-triptych img,
.gallery-layout img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.image-triptych img {
  aspect-ratio: 258 / 535;
}

.section-heading {
  max-width: 880px;
  margin-bottom: 8px;
}

.gallery-section .section-heading {
  margin-bottom: 32px;
}

.section-heading.centered {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.anchor-heading {
  scroll-margin-top: calc(86px + clamp(20px, 2.4vw, 36px));
}

.pricing-section .section-heading.centered {
  margin-bottom: 32px;
  transform: none;
}

.pricing-section {
  padding: 60px 0;
}

.services-section .section-heading {
  margin-bottom: 32px;
  transform: none;
}

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

.info-card,
.price-card,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}

.info-card,
.price-card {
  padding: clamp(24px, 3vw, 42px);
}

.price-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 300px;
}

.price-card.featured {
  background: #fff4cf;
  border-color: rgba(248, 195, 71, .75);
}

.price {
  margin: 8px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.price-card .button {
  margin-top: auto;
}

.gallery-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.gallery-layout img {
  aspect-ratio: 584 / 420;
  border-radius: 20px;
}

.contact-panel {
  padding: clamp(30px, 4vw, 58px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.contact-panel h2 {
  margin-bottom: 0;
  max-width: 900px;
}

.footer {
  width: 100%;
  padding: 42px var(--pad);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 8vw, 160px);
  background: var(--gold);
  font-size: clamp(16px, 1.35vw, 24px);
  font-weight: 500;
  line-height: 1.2;
}

.footer a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.icon {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: inline-block;
}

.mail {
  width: 32px;
  height: 22px;
  border: 3px solid var(--ink);
  border-radius: 3px;
}

.mail::before,
.mail::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 18px;
  height: 3px;
  background: var(--ink);
}

.mail::before {
  left: -1px;
  transform: rotate(34deg);
  transform-origin: left center;
}

.mail::after {
  right: -1px;
  transform: rotate(-34deg);
  transform-origin: right center;
}

.pin::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 0;
  background: var(--ink);
  transform: rotate(-45deg);
}

.pin::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.facebook {
  width: 29px;
  height: 29px;
  display: inline-grid;
  place-items: center;
  border-radius: 5px;
  background: var(--ink);
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.placeholder-page {
  min-height: 100vh;
  padding-top: 140px;
  background: #fff;
}

.sr-page {
  background: #fff;
}

.sr-hero,
.sr-section {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin: 0 auto;
}

.sr-hero {
  padding: clamp(20px, 2.4vw, 36px) 0 clamp(32px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 8px;
  align-items: stretch;
}

.sr-hero-copy {
  padding: clamp(22px, 2.6vw, 36px);
  border-radius: 20px;
  background: var(--panel);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sr-hero-copy h1 {
  margin: 0 0 8px;
  font-size: clamp(42px, 4.4vw, 72px);
  font-weight: 500;
  line-height: 1.1;
}

.sr-title {
  width: 100%;
  max-width: 900px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.32;
}

.sr-hero-copy p:not(.eyebrow):not(.sr-title) {
  width: 100%;
  max-width: 940px;
}

.sr-hero-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sr-hero-media {
  display: flex;
  min-height: 0;
}

.sr-hero-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: var(--panel);
  border-radius: 20px;
}

.sr-section {
  padding: 60px 0;
  scroll-margin-top: 110px;
}

.sr-section .section-heading {
  margin-bottom: 32px;
}

.sr-section .section-heading h2 {
  max-width: none;
  white-space: nowrap;
}

.sr-role-grid,
.sr-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sr-role-card,
.sr-highlight-grid article,
.sr-year {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}

.sr-role-card {
  padding: clamp(20px, 2.4vw, 30px);
}

.sr-role-card span,
.sr-highlight-grid span {
  display: block;
  margin-bottom: 12px;
  color: rgba(26, 26, 26, .58);
  font-size: 14px;
  font-weight: 700;
}

.sr-role-card h3,
.sr-highlight-grid h3,
.sr-year h3 {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

.sr-highlights {
  padding-top: 60px;
}

.sr-highlight-grid article {
  padding: clamp(20px, 2.4vw, 30px);
  background: #fff4cf;
  border-color: rgba(248, 195, 71, .75);
}

.sr-awards {
  display: grid;
  grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr);
  gap: 8px;
}

.sr-year {
  padding: clamp(22px, 2.6vw, 34px);
}

.sr-year ul {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: clamp(28px, 4vw, 70px);
}

.sr-year li {
  margin-bottom: 8px;
  break-inside: avoid;
  font-size: 16px;
  line-height: 1.32;
}

.sr-year:first-child ul {
  columns: 1;
}

.sr-photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
  grid-template-rows: repeat(2, minmax(180px, 1fr));
  gap: 8px;
}

.sr-photo-grid figure {
  position: relative;
  min-height: 180px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--panel);
}

.sr-photo-main {
  grid-row: span 2;
}

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

.competitions-page {
  background: #fff;
}

.competitions-hero {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin: 0 auto;
  padding: clamp(20px, 2.4vw, 36px) 0 clamp(32px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1fr);
  gap: 8px;
  align-items: stretch;
}

.competitions-hero-copy {
  padding: clamp(22px, 2.6vw, 36px);
  border-radius: 20px;
  background: var(--panel);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.competitions-hero-copy h1 {
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.competition-meta {
  width: fit-content;
  margin-bottom: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(248, 195, 71, .75);
  border-radius: 20px;
  background: #fff4cf;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.competition-meta span,
.competition-meta strong {
  font-size: 16px;
  line-height: 1.2;
}

.competition-meta span {
  color: rgba(26, 26, 26, .68);
  font-weight: 600;
  text-transform: uppercase;
}

.competition-meta strong {
  font-weight: 700;
}

.competition-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.competitions-hero-media img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 142px);
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.competitions-details {
  padding-top: 60px;
}

.competitions-details .section-heading {
  margin-bottom: 32px;
}

.feature-page {
  background: #fff;
}

.feature-hero {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin: 0 auto;
  padding: clamp(20px, 2.4vw, 36px) 0 clamp(32px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1fr);
  gap: 8px;
  align-items: stretch;
}

.feature-hero-copy {
  padding: clamp(22px, 2.6vw, 36px);
  border-radius: 20px;
  background: var(--panel);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-hero-copy h1 {
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.feature-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-hero-media img {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 142px);
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.feature-details {
  padding-top: 60px;
}

.feature-details .section-heading {
  margin-bottom: 32px;
}

.shop-hero {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin: 0 auto;
  padding: clamp(20px, 2.4vw, 36px) 0 clamp(32px, 4vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1fr);
  gap: 8px;
  align-items: stretch;
}

.shop-products .section-heading {
  margin-bottom: 32px;
}

.shop-products {
  scroll-margin-top: 86px;
}

.shop-category-tabs {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-category-tabs a {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
  display: flex;
  flex-direction: column;
  scroll-margin-top: calc(86px + 60px);
}

.product-card .product-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.product-card > div {
  padding: clamp(20px, 2.4vw, 30px);
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-category {
  margin-bottom: 8px;
  color: rgba(26, 26, 26, .68);
  font-weight: 600;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: 30px;
}

.product-card .button {
  margin-top: auto;
}

.signup-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 18px;
}

.signup-page::before {
  content: "";
  position: absolute;
  inset: -20px;
  background: url("assets/signup-page-background.jpg") center / cover no-repeat;
  filter: blur(10px);
  transform: scale(1.03);
}

.signup-card {
  position: relative;
  z-index: 1;
  width: min(386px, calc(100% - 36px));
  min-height: 0;
  margin: 0;
  padding: 24px 46px 26px;
  border: 0;
  border-radius: 20px;
  background: rgba(62, 58, 57, .75);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.signup-logo {
  width: min(178px, 68%);
  height: auto;
  align-self: center;
  margin-bottom: 18px;
}

.signup-card input {
  width: 100%;
  height: 42px;
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .78);
  border-radius: 0;
  background: transparent;
  color: #d1d1d1;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  outline: none;
}

.signup-card input::placeholder {
  color: #d1d1d1;
  opacity: 1;
}

.signup-actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.signup-card button,
.not-now-button {
  width: 104px;
  min-width: 104px;
  height: 30px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
}

.signup-card button {
  cursor: pointer;
}

@media (max-width: 1220px) {
  .header-inner {
    grid-template-columns: 220px 1fr;
  }

  .brand {
    width: 220px;
  }

  .nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 10px 0;
  }

  .section-grid,
  .intro-grid,
  .contact-panel,
  .sr-hero,
  .competitions-hero,
  .feature-hero,
  .shop-hero,
  .sr-awards {
    grid-template-columns: 1fr;
  }

  .image-triptych {
    max-width: 760px;
  }
}

@media (max-width: 820px) {
  .header-inner {
    grid-template-columns: 1fr;
    min-height: 92px;
  }

  .brand {
    width: 176px;
  }

  .nav {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .nav a {
    font-size: 13px;
  }

  .nav img {
    width: 10px;
    height: 10px;
  }

  .hero-media {
    height: calc(100vh - 154px);
    min-height: 390px;
  }

  .card-grid,
  .gallery-layout,
  .sr-role-grid,
  .sr-highlight-grid,
  .sr-photo-grid,
  .shop-grid {
    grid-template-columns: 1fr;
  }

  .sr-hero-copy,
  .sr-hero-media,
  .sr-hero-media img {
    height: auto;
    min-height: 0;
  }

  .sr-photo-main {
    grid-row: auto;
  }

  .sr-year ul {
    columns: 1;
  }

  .sr-section .section-heading h2 {
    white-space: normal;
  }

  .image-triptych {
    gap: 8px;
  }

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

  .footer a {
    white-space: normal;
  }

  .anchor-heading {
    scroll-margin-top: calc(154px + clamp(20px, 2.4vw, 36px));
  }

  .shop-products {
    scroll-margin-top: 154px;
  }

  .product-card {
    scroll-margin-top: calc(154px + 60px);
  }
}

@media (max-width: 560px) {
  .contact-actions {
    flex-direction: column;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .image-triptych {
    grid-template-columns: 1fr;
  }

  .image-triptych img {
    aspect-ratio: 4 / 3;
  }

  .signup-card input {
    font-size: 22px;
  }
}
