/* FIX ME A DRINK — fixmad.com */
body {
	
      background-color: #0d0d0d;
      color: #f0ebe0;
      font-family: Georgia, serif;
      font-size: 21px;
      line-height: 1.6;
      overflow-x: hidden;
}
a {
    color: inherit; text-decoration: none; }
a:hover {
    opacity: 0.7; }
a:active {
    opacity: 0.5; }
em, i {
    font-style: italic; }
strong, b {
    font-weight: 700; }
h1 {
	
      font-family: Georgia, serif;
      font-size: 3rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      line-height: 1.15;
      color: #f0ebe0;
      margin-bottom: 1rem;
}
h2 {
	
      font-family: Georgia, serif;
      font-size: 2rem;
      font-weight: 400;
      letter-spacing: 0.08em;
      color: #e0ddd8;
}
h3 {
	
      font-family: Georgia, serif;
      font-size: 1.5rem;
      font-weight: 400;
      letter-spacing: 0.06em;
      color: #e0ddd8;
}
p {
	
      font-family: Georgia, serif;
      font-size: 1.125rem;
      line-height: 1.75;
      color: #e0ddd8;
      max-width: 720px;
}
#site-nav a {
	
      color: #f0ebe0;
      font-size: 0.8rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      font-family: Georgia, serif;
}
.fix-hero {
	
      position: relative;
      width: 100%;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
}
.fix-hero-content {
	
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 2rem;
}
.fix-hero-title {
	
      font-family: Georgia, serif;
      font-size: 3.5rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      color: #f0ebe0;
      text-transform: uppercase;
      line-height: 1.1;
}
.fix-hero-subtitle {
	
      font-family: Georgia, serif;
      font-size: 1.125rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #e0ddd8;
      margin-top: 1rem;
}
.fix-section-label {
	
      font-family: Georgia, serif;
      font-size: 0.85rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: #e0ddd8;
      position: relative;
      z-index: 10;
}
.fix-award-badge {
	
      position: absolute;
      top: 2rem;
      right: 2.5rem;
      z-index: 20;
      width: 120px;
      height: 120px;
      border: 1px solid rgba(224,221,216,0.4);
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 1rem;
      animation: badge-spin 30s linear infinite;
}
.fix-award-badge span {
	
      display: block;
      font-family: Georgia, serif;
      color: #e0ddd8;
}
.fix-award-badge .badge-title {
	
      font-size: 0.65rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
}
.fix-award-badge .badge-number {
	
      font-size: 1.75rem;
      font-weight: 700;
      line-height: 1.2;
      color: #f0ebe0;
}
.fix-award-badge .badge-subtitle {
	
      font-size: 0.6rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
}
@keyframes badge-spin {
	
      0% {
          transform: rotate(0deg); }
      100% {
          transform: rotate(360deg); }
}
.fix-intro {
	
      padding: 6rem 2rem;
      max-width: 900px;
      margin: 0 auto;
}
.fix-intro p {
	
      font-size: 1.25rem;
      line-height: 1.8;
      color: #e0ddd8;
}
.fix-slideshow {
	
      width: 100%;
      max-height: 80vh;
      overflow: hidden;
}
.fix-slideshow img {
	
      width: 100%;
      height: auto;
      object-fit: cover;
}
@keyframes float-a {
	
      0% {
          transform: translate(0px, 0px) rotate(0deg); }
      50% {
          transform: translate(15px, 20px) rotate(3deg); }
      100% {
          transform: translate(0px, 0px) rotate(0deg); }
}
@keyframes float-b {
	
      0% {
          transform: translate(0px, 0px) rotate(0deg); }
      50% {
          transform: translate(-10px, 15px) rotate(-2deg); }
      100% {
          transform: translate(0px, 0px) rotate(0deg); }
}
@keyframes float-c {
	
      0% {
          transform: translate(0px, 0px) rotate(0deg); }
      50% {
          transform: translate(20px, 25px) rotate(4deg); }
      100% {
          transform: translate(0px, 0px) rotate(0deg); }
}
.fix-reveal {
	
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.9s ease, transform 0.6s ease;
}
.fix-reveal.visible {
	
      opacity: 1;
      transform: translateY(0);
}
/* About Page */
.fix-about-section {
	
      padding: 6rem 2rem;
      max-width: 900px;
      margin: 0 auto;
}
.fix-about-title {
	
      font-family: Georgia, serif;
      font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #f0ebe0;
      margin-bottom: 2rem;
}
.fix-about-image {
	
      width: 100%;
      object-fit: cover;
      filter: saturate(0.85) contrast(1.1);
}
.fix-about-text p {
	
      margin-bottom: 1.5rem;
}
.fix-menu-header {
	
      text-align: center;
      margin-bottom: 4rem;
}
.fix-menu-note {
	
      font-size: 0.8rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(224,221,216,0.6);
}
.fix-menu-title {
	
      font-family: Georgia, serif;
      font-size: 2.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #f0ebe0;
}
.fix-menu-date {
	
      font-size: 1rem;
      font-style: italic;
      color: rgba(224,221,216,0.5);
}
.fix-cocktail-name {
	
      font-family: Georgia, serif;
      font-size: 1.25rem;
      font-weight: 700;
      font-style: italic;
      letter-spacing: 0.04em;
      color: #f0ebe0;
}
.fix-cocktail-price {
	
      font-size: 0.8rem;
      letter-spacing: 0.15em;
      color: rgba(224,221,216,0.6);
      text-transform: uppercase;
      margin-bottom: 0.75rem;
}
.fix-cocktail-desc {
	
      font-size: 1rem;
      color: #a09070;
      line-height: 1.65;
}
/* Recognition */
.fix-recognition {
	
      background: #111111;
      text-align: center;
      padding: 10rem 2.5rem;
      position: relative;
      overflow: hidden;
}
.fix-recognition-title {
	
      font-family: Georgia, serif;
      font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #f0ebe0;
      margin-bottom: 1.5rem;
}
.fix-recognition-subtitle {
	
      font-family: Georgia, serif;
      font-size: 1.125rem;
      font-style: italic;
      color: #e0ddd8;
      margin-bottom: 4rem;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
}
.fix-awards-list {
	
      max-width: 700px;
      margin: 0 auto;
      text-align: left;
}
.fix-awards-row {
	
      display: grid;
      grid-template-columns: 80px 1fr auto;
      gap: 1.5rem;
      padding: 1.25rem 0;
      border-bottom: 1px solid rgba(224,221,216,0.15);
      align-items: center;
}
.fix-awards-year {
	
      font-size: 0.8rem;
      letter-spacing: 0.1em;
      color: #a09070;
}
.fix-awards-name {
	
      font-size: 1rem;
      color: #f0ebe0;
}
.fix-awards-rank {
	
      font-family: Georgia, serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #e0ddd8;
}
/* Contact */
.fix-contact-section {
	
      padding: 6rem 2rem;
      max-width: 900px;
      margin: 0 auto;
}
.fix-contact-title {
	
      font-family: Georgia, serif;
      font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #f0ebe0;
      margin-bottom: 2rem;
}
.fix-contact-label {
	
      font-family: Georgia, serif;
      font-size: 1.25rem;
      font-weight: 400;
      color: #e0ddd8;
      margin-bottom: 0.5rem;
      margin-top: 2.5rem;
}
.fix-contact-info {
	
      font-size: 1rem;
      color: #a09070;
      line-height: 1.7;
}
/* Footer */
.fix-footer {
	
      padding: 4rem 2rem;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 1.5rem;
}
.fix-footer-copy {
	
      font-size: 0.75rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: rgba(224,221,216,0.35);
}
.fix-footer-links a {
	
      font-size: 0.75rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: rgba(224,221,216,0.35);
      margin-left: 1.5rem;
      transition: color 0.3s ease;
}
.fix-footer-links a:hover {
	
      color: #f0ebe0;
}

/* From the Same People */
.fix-same-people {
    padding: 5rem 2rem;
    max-width: 700px;
    margin: 0 auto;
    border-top: 1px solid rgba(224,221,216,0.2);
}
.fix-same-people-label {
    font-family: Georgia, serif;
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #a09070;
    margin-bottom: 3rem;
}
.fix-same-people-item {
    margin-bottom: 2.5rem;
}
.fix-same-people-name {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #f0ebe0;
    margin-bottom: 0.4rem;
}
.fix-same-people-desc {
    font-family: Georgia, serif;
    font-size: 1rem;
    color: #a09070;
    line-height: 1.6;
    font-style: italic;
}
.fix-same-people-link {
    font-family: Georgia, serif;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #e0ddd8;
    border-bottom: 1px solid rgba(224,221,216,0.25);
    padding-bottom: 1px;
    display: inline-block;
    margin-top: 0.5rem;
    transition: color 0.25s ease, border-color 0.25s ease;
}
.fix-same-people-link:hover {
    color: #f0ebe0;
    border-color: rgba(240,235,224,0.4);
    opacity: 1;
}



/* ========================================
   HERO TITLE OVERLAP - Magazine Cover Style
   ======================================== */

/* Ensure main page_container stays as positioning context */
.homepage .page_container:not(.overlay) {
    position: relative;
    overflow: visible;
}

/* Allow backdrop to overflow its clipping context */
.homepage .page_container:not(.overlay) .backdrop {
    overflow: visible;
}

/* Hide the original h1 - replaced by backdrop pseudo-elements */
.homepage .page_container:not(.overlay) bodycopy h1 {
    display: none;
}

/* LINE 1: "FIX ME A" - overlapping bottom portion of image */
.homepage .page_container:not(.overlay) .backdrop::before {
    content: 'FIX ME A';
    display: block;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(70px, 13vw, 160px);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 0.85;
    z-index: 20;
    font-family: Georgia, serif;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: -0.02em;
}

/* LINE 2: "DRINK" - straddling the image frame boundary */
.homepage .page_container:not(.overlay) .backdrop::after {
    content: 'DRINK';
    display: block;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(70px, 13vw, 160px);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 0.85;
    z-index: 20;
    font-family: Georgia, serif;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: -0.02em;
}