  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Montserrat:wght@300;400&display=swap');

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    background: #080808;
    color: #e8e0d5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    min-height: 100vh;
    overflow-x: hidden;
  }

  footer {
    min-height: 100px;
    align-content: center;
    text-align: center;
    font-family: 'Montserrat';
    padding: 2rem 2rem 2rem;
  }

  .noise {
    position: fixed; inset: 0; pointer-events: none; z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    opacity: 0.4;
  }

  .page { position: relative; z-index: 1; }

  header {
    text-align: center;
    padding: 6rem 2rem 3rem;
    position: relative;
  }

  .eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #7a6e62;
    margin-bottom: 1.5rem;
  }

  h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 300;
    line-height: 1;
    color: #f5ede0;
    letter-spacing: 0.02em;
  }

  h1 em {
    font-style: italic;
    color: #c9a97a;
  }

  .header-line {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2.5rem;
  }

  .header-line span {
    display: block;
    height: 1px;
    width: 60px;
    background: linear-gradient(90deg, transparent, #4a3f33);
  }

  .header-line span:last-child {
    background: linear-gradient(90deg, #4a3f33, transparent);
  }

  .header-line p {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #5a5048;
  }

  .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1200px;
    margin: 4rem auto 0;
    padding: 0 3rem;
  }

  @media (max-width: 700px) {
    .gallery { grid-template-columns: 1fr; padding: 0 1.5rem; }
  }

  .panel { position: relative; overflow: hidden; }

  .panel:first-child { border-right: 1px solid #1e1a16; }

  .panel-inner {
    position: relative;
    overflow: hidden;
    aspect-ratio: 2/3;
  }

  .panel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: sepia(15%) brightness(0.85);
  }

  .panel:hover .panel-inner img {
    transform: scale(1.04);
    filter: sepia(5%) brightness(0.95);
  }

  .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5,3,2,0.85) 0%, rgba(5,3,2,0.1) 50%, transparent 100%);
    pointer-events: none;
  }

  .panel-text {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 2.5rem 2rem;
  }

  .num {
    font-size: 0.6rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #c9a97a;
    margin-bottom: 0.6rem;
    display: block;
  }

  .panel-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 300;
    color: #f5ede0;
    line-height: 1.15;
    margin-bottom: 0.5rem;
  }

  .panel-text p {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: #9a8e82;
    line-height: 1.7;
  }

  .corner {
    position: absolute;
    width: 20px; height: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .corner-tl { top: 12px; left: 12px; border-top: 1px solid #c9a97a; border-left: 1px solid #c9a97a; }
  .corner-tr { top: 12px; right: 12px; border-top: 1px solid #c9a97a; border-right: 1px solid #c9a97a; }

  .panel:hover .corner { opacity: 1; }

  .bottom-bar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #1e1a16;
    margin-top: 4rem;
  }

  .bottom-bar p {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    color: #3a342e;
    text-transform: uppercase;
  }

  .dot { width: 4px; height: 4px; border-radius: 50%; background: #3a342e; }


  #stat-container {
    border-radius: 24px;
    height: 300px;
    width: 350px;
    display: grid;
    font-weight: bold;
    grid-template-columns: 1fr 1.2fr;
    outline: 3px solid #c9a97a;
    font-family: 'Cormorant Garamond', serif;
    align-self: center;
    font-size: 24px;
    background-color: #5a5048;
  }
  
  #stat-container:hover {
    transform: (0.98);
    cursor: pointer;
  }

  .left-col{
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/gobert.png);
    background-position: center;
    border-radius: 24px 0 0 24px;
    text-shadow: 0px 0px 20px rgba(0,0,0, 0.3);
    font-family: 'Cormorant Garamond', serif;
    border-right: 3px solid #c9a97a;;
  }

  .stat-text {
    height: 14.3%;
  }