:root {
      --bg-body: #ffffff;
      --bg-secondary: #f8f7f5;
      --bg-header: #454545;
      --text-primary: #111111;
      --text-secondary: #666666;
      --border-light: #e8e5e0;
      --container-padding: 8vw;
      --section-gap: 140px;
    }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
      margin: 0;
      background-color: var(--bg-body);
      color: var(--text-primary);
      font-family: "Manrope", sans-serif;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
      line-height: 1.6;
    }
a, a:visited, a:active {
      text-decoration: none !important;
      color: inherit;
      transition: 0.25s ease;
    }
.hero {
      height: calc(100vh - 88px);
      width: 100%;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
    }
.hero-bg {
      position: absolute;
      inset: 0;
      background-image: url("https://enmassebespoke.com/wp-content/uploads/2025/03/13th-PARKER-1-scaled.jpg");
      background-size: cover;
      background-position: center 35%;
      z-index: 1;
    }
.hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to top,
        rgba(0,0,0,0.72) 0%,
        rgba(0,0,0,0.2) 55%,
        rgba(0,0,0,0.05) 100%
      );
      z-index: 2;
    }
.hero-content {
      position: relative;
      z-index: 3;
      padding: 0 var(--container-padding) 80px;
      color: #fff;
      max-width: 860px;
    }
.hero-label {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      color: rgba(255,255,255,0.5);
      margin-bottom: 20px;
      display: block;
      font-weight: 500;
    }
.hero-content h1 {
      font-family: "Playfair Display", serif;
      font-size: clamp(3.2rem, 6vw, 5.5rem);
      margin: 0 0 28px 0;
      font-style: italic;
      font-weight: 400;
      letter-spacing: -0.5px;
      line-height: 1.08;
    }
.hero-meta {
      display: flex;
      gap: 32px;
      align-items: center;
    }
.hero-meta span {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: rgba(255,255,255,0.5);
      font-weight: 500;
    }
.hero-meta .divider {
      width: 1px;
      height: 14px;
      background: rgba(255,255,255,0.25);
    }
.container {
      padding: 0 var(--container-padding);
      max-width: 1800px;
      margin: 0 auto;
    }
section { padding: var(--section-gap) 0; }
.section-label {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      color: var(--text-secondary);
      margin-bottom: 18px;
      display: block;
      font-weight: 600;
    }
h2 {
      font-family: "Playfair Display", serif;
      font-size: clamp(2rem, 3.8vw, 3.2rem);
      line-height: 1.15;
      color: var(--text-primary);
      margin-bottom: 28px;
      font-weight: 400;
    }
p {
      font-size: 15px;
      color: var(--text-secondary);
      font-weight: 300;
      line-height: 1.9;
      margin-bottom: 20px;
    }
.btn-outline {
      display: inline-block;
      padding: 16px 44px;
      border: 1px solid currentColor;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 600;
      background: transparent;
      transition: background 0.25s, color 0.25s, border-color 0.25s;
      font-family: "Manrope", sans-serif;
      cursor: pointer;
    }
.btn-outline:hover {
      background: var(--text-primary);
      color: #fff !important;
      border-color: var(--text-primary);
    }
.btn-outline--light {
      color: #fff !important;
      border-color: rgba(255,255,255,0.6);
    }
.btn-outline--light:hover {
      background: #fff !important;
      color: var(--text-primary) !important;
      border-color: #fff;
    }
#intro { background: var(--bg-secondary); }
.intro-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 100px;
      align-items: start;
    }
#intro h2 {
      font-style: italic;
      font-size: clamp(2.2rem, 3.8vw, 3.4rem);
      line-height: 1.1;
      margin-bottom: 0;
    }
#intro p { max-width: 520px; }
.award-section { padding: 0; }
.award-section.bg-secondary { background: var(--bg-secondary); }
.award-pair {
      display: grid;
      grid-template-columns: 55fr 45fr;
      min-height: 680px;
    }
.award-pair.reverse { grid-template-columns: 45fr 55fr; }
.award-pair.reverse .award-image { order: 2; }
.award-pair.reverse .award-text { order: 1; }
.award-image {
      position: relative;
      overflow: hidden;
      background: #ede9e3;
    }
.award-image img.main-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
.award-section:hover .award-image img.main-img { transform: scale(1.04); }
.award-badge {
      position: absolute;
      bottom: 28px;
      right: 28px;
      width: 90px;
      height: auto;
      z-index: 10;
      filter: drop-shadow(0 4px 16px rgba(0,0,0,0.35));
    }
.award-text {
      padding: 80px 72px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
.award-year {
      font-family: "Playfair Display", serif;
      font-size: clamp(5rem, 7vw, 9rem);
      font-weight: 400;
      color: var(--border-light);
      line-height: 1;
      margin-bottom: 32px;
      display: block;
      letter-spacing: -2px;
    }
.award-text h2 {
      font-style: italic;
      font-size: clamp(1.6rem, 2.2vw, 2.2rem);
      margin-bottom: 12px;
      line-height: 1.2;
    }
.award-text p { max-width: 460px; }
.award-text p a {
      color: var(--text-primary);
      border-bottom: 1px solid var(--border-light);
      transition: border-color 0.2s;
    }
.award-text p a:hover { border-color: var(--text-primary); }
.judge-section {
      background: var(--bg-header);
      padding: var(--section-gap) 0;
    }
.judge-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 100px;
      align-items: center;
    }
.judge-left .section-label { color: rgba(255,255,255,0.4); }
.judge-left h2 {
      color: #fff;
      font-style: italic;
      font-size: clamp(2rem, 3.2vw, 3rem);
      margin-bottom: 0;
    }
.judge-right p {
      color: rgba(255,255,255,0.6);
      max-width: 500px;
      margin-bottom: 20px;
    }
.judge-right p:last-child { margin-bottom: 0; }
#commendations { background: var(--bg-body); }
.commendations-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 100px;
      align-items: center;
    }
.commendations-text h2 {
      font-style: italic;
      margin-bottom: 20px;
    }
.commendations-text p { max-width: 500px; }
.commendations-text p a {
      color: var(--text-primary);
      border-bottom: 1px solid var(--border-light);
      transition: border-color 0.2s;
    }
.commendations-text p a:hover { border-color: var(--text-primary); }
.commendations-badges {
      display: flex;
      flex-direction: column;
      gap: 40px;
      align-items: center;
    }
.commendations-badges img {
      max-width: 340px;
      width: 100%;
      height: auto;
      display: block;
    }
.badge-divider {
      width: 1px;
      height: 40px;
      background: var(--border-light);
    }
.final-cta {
      position: relative;
      min-height: 70vh;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      overflow: hidden;
    }
.final-cta-bg {
      position: absolute;
      inset: 0;
      background-image: url("https://enmassebespoke.com/wp-content/uploads/2025/03/2nd-PARKER-scaled.jpg");
      background-size: cover;
      background-position: center;
      z-index: 1;
    }
.final-cta-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        rgba(0,0,0,0.72) 0%,
        rgba(0,0,0,0.25) 60%,
        rgba(0,0,0,0.05) 100%
      );
      z-index: 2;
    }
.final-cta-content {
      position: relative;
      z-index: 3;
      padding: 0 var(--container-padding);
      max-width: 680px;
      color: #fff;
    }
.final-cta-content .section-label { color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.final-cta-content h2 {
      color: #fff;
      font-style: italic;
      font-size: clamp(2rem, 3.8vw, 3.2rem);
      margin-bottom: 24px;
    }
.final-cta-content p {
      color: rgba(255,255,255,0.65);
      max-width: 440px;
      margin-bottom: 48px;
    }
@media (max-width: 960px) {
:root { --section-gap: 100px; }
.intro-grid,
      .judge-grid,
      .commendations-grid { grid-template-columns: 1fr; gap: 48px; }
.award-pair,
      .award-pair.reverse {
        grid-template-columns: 1fr;
        min-height: auto;
      }
.award-pair.reverse .award-image,
      .award-pair.reverse .award-text { order: unset; }
.award-image { height: 420px; position: relative; }
.award-image img.main-img { position: absolute; }
.award-text { padding: 60px var(--container-padding); }
.commendations-badges { flex-direction: row; flex-wrap: wrap; justify-content: center; }
.badge-divider { display: none; }
}
@media (max-width: 640px) {
:root { --container-padding: 6vw; --section-gap: 80px; }
.award-image { height: 300px; }
.award-text { padding: 48px 6vw; }
.award-year { font-size: 5rem; }
}
