/* Modern CSS Reset */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

@font-face {
    font-family: 'GT Maru';
    src: url('assets/fonts/GT-Maru-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GT Maru Light';
    src: url('assets/fonts/GT-Maru-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'GT Maru Mono';
    src: url('assets/fonts/GT-Maru-Mono-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'GT Maru Mono Light';
    src: url('assets/fonts/GT-Maru-Mono-Light.ttf') format('truetype');
}

/* Set core body defaults */
body {
    max-width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    background-color: #FFF0E3;
    font-family: 'GT Maru';
}

/* Remove list styles on ul, ol elements */
ul,
ol {
    list-style: none;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Remove default button styles */
button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

/* Remove default table spacing */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Logo Styles */

.logo-container{
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
    align-items: center;          /* vertical alignment */
    padding: 2rem;
    max-width: 1920px;
    margin: 0 auto;
  }




.banner-container-mobile {
    background-color: #675735; 
    height: 50px;
    color:#fff0e3;
}

.top-banner-mobile {
    line-height: 50px;
    font-size: clamp(1em, 4vw, 1.6em);
    font-family: 'GT Maru Light';
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo {
    max-height: 50px;
    width: auto;
}

.left-text, .right-text {
    font-size: 1.2rem;
    font-weight: 300;
    color: #333;
    flex: 1;
    font-family: 'GT Maru';
}

.left-text {
    text-align: left;
    justify-self: start;
    padding-left: 25px;
}

.left-text a {
    text-decoration: none;
    color: #333;
    padding: 10px 10px;
}

.left-text a:hover {
    color: #675735;
}



.right-text {
    text-align: right;
    justify-self: end; 
}

/* Instagram Logo Styles */
.instagram-logo {
    max-height: 30px;
    margin-left: 1rem;
    padding-right: 25px;
}

/* Hero Image Container Styles */
.hero {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* keeps the hero from dominating too much vertical
       space while preserving visual punch */
    aspect-ratio: 16 / 7;          /* ~60 vh on most laptops */
    overflow: hidden;
  }

  /* --------------------------------------------------
     IMAGE + SOFT DARKEN OVERLAY (legibility helper)
     -------------------------------------------------- */
  .hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background:linear-gradient(transparent 60%,rgba(10,8,6,.25) 85%);  */
    pointer-events: none;
  }

  /* --------------------------------------------------
     CONTENT BLOCK (headline + CTA)
     -------------------------------------------------- */
  .hero__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem;
    padding-top: clamp(3rem, 12vh, 5rem);
    align-items: center;
    text-align: center;
  }

  .hero__title {
    font-family: 'Instrument Serif', serif;
    -webkit-text-stroke: 0;
    text-shadow:none;
    color: #675735;
    -webkit-text-stroke: 1px rgba(0,0,0,.15);   /* Safari / Chrome */
    font-size: clamp(2.4rem, 6.5vw, 5rem);
    font-weight: 300;
    line-height: 1;
    
  }
  .hero__cta {
    margin-top: 2rem;
    padding: 0.6rem 2.25rem;
    background: #FFF0E3;
    color: #675735;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    border-radius: 2rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
  }
  .hero__cta:hover {
    background: #F7D9C4;
    transform: translateY(-2px);
  }
  

.hero-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/* Hero Image Styles */
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 80px;
    padding: 10px 25px;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%);
    color: #fff0e3;
    font-family: 'Instrument Serif', serif;
    font-size: clamp(6vw, 6vw, 60px) !important;
    text-align: left;
    font-weight: 300;
    line-height: 90%;
    letter-spacing: 0px;
    padding: 0 1rem;
    text-shadow: 1px 1px 4px #675735;
    z-index: 1;
}

.cart {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 40vw !important;
    height: auto;
    z-index: 2;
}

/* Marquee Styles */
.marquee-container {
    width: 100vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: transparent;
    margin-bottom: 10px;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    font-size: 1.2rem;
    text-align: center;
    font-family: 'GT Maru';
    font-weight: 300;
    text-transform: uppercase;
}

@keyframes marquee {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-10%); }
}

/* Hello Container Styles */
.hello-container {
    width: 100vw;
    background-color: #675735;

}

.hello-content {
    display: flex;
    width: 100%;
}

.hello-text {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Instrument Serif;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.15;
    letter-spacing: -2%;
    padding: 150px 0px;
}

.hello-text span {
    color: #FFF0E3;
    
}

.hello-placeholder {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 50px;
}

.hello-placeholder span {
    color: #fff;
    font-size: 1.2rem;
    max-width: 550px;
    font-weight: 300;
    margin-bottom: 30px;
}

.hello-buttons {
    display: flex;
    gap: 20px;
}

.hello-buttons button {
    padding: 6px 24px;
    background-color: #FFF0E3;
    color: #675735;
    border: none;
    border-radius: 20px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hello-buttons button:hover {
    background-color: #F7D9C4;
    transform: translateY(-2px);
}

/* Menu Container Styles */
.menu-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 50px;
}

.menu-title {
    text-align: left;
    padding-left: 200px;
    padding-top: 100px;
    font-size: 1.2em;
}

.menu-description {
    text-align: right;
    padding-right: 200px;
    padding-top: 100px;
    max-width: 600px;
}

/* Menu Item Styles */
.menu-item {
    border-radius: 75px;
    height: 140px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    color: #675735;
}

.item-title {
    flex: 0 0 60%;
    font-weight: normal;
    font-size: 2.2vw;
    line-height: 140px;
    text-align: left;
    padding-left: 125px;
    font-family: Instrument Serif;
    
}

.item-desc {
    flex: 0 0 40%;
    line-height: 1.5;
    max-width: 390px;
    font-size: .85em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grad1 {
    background: linear-gradient(to right, #d4d1a7, #eaceb7, #d8dfb7);
}
.grad2 {
    background: linear-gradient(270deg,
      #d3e385,
      #e1eb7b,
      #cde57a,
      #b5da6d
    );
    background-size: 400% 400%;
    animation: gradient-shift 6s ease infinite, pulse 4s ease-in-out infinite;
  }
.grad3 {
    background: linear-gradient(270deg, #faf5e4, #e1ce9a);
    background-size: 400% 400%;
    animation: gradient-shift 6s ease infinite, pulse 4s ease-in-out infinite;
}

.grad4 {
    background: linear-gradient(270deg, #e4d8ad, #e6e0bd, #c5d697);
    background-size: 400% 400%;
    animation: gradient-shift 5s ease infinite, pulse 3s ease-in-out infinite;
}

.grad5 {
    background: linear-gradient(270deg, #a0a699, #b4cd91);
    background-size: 400% 400%;
    animation: gradient-shift 7s ease infinite, pulse 4s ease-in-out infinite;
}

.grad6 {
    background: linear-gradient(270deg, #f4e176, #c4d88e);
    background-size: 400% 400%;
    animation: gradient-shift 5s ease infinite, pulse 4s ease-in-out infinite;
}

/* Keyframes to move the gradient in .grad2 */
@keyframes gradient-shift {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  @keyframes pulse {
    0%, 100% {
      filter: brightness(1);
    }
    50% {
      filter: brightness(1.05);
    }
  }




.email-input {
    background-color: #FFF0E3;
    border-radius: 40px;
    height: 50px;
    width: 100%;
    border: none;
    padding-left: 25px;
    color: black;
    font-size: .8em;
}

.email-input::placeholder {
    color: black;
  }

.footer-social {
    max-width: 30px; 
    display: inline-block;
    margin-right: 30px;
}

.hero-button {
    position: absolute;
    top: 70%;
    left: 47.5%;
    transform: translateX(-10%,-50%);
    padding: 6px 24px;
    background-color: #FFF0E3;
    color: #675735;
    border: none;
    border-radius: 20px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 3;
}

.hero-button:hover {
    background-color: #F7D9C4;
    transform: translateX(0%) translateY(-2px);
}


/* ==========================================
   Tweak hero alignment for “tall mobile” /
   narrow-tablet widths (600-850 px)
   ========================================== */


   @media (min-width: 951px) and (max-width: 1350px){
    .hero__content{
        justify-content: center;     /* move headline back to vertical middle */
        padding-top: 0;              /* resets the big desktop offset          */
        justify-content: flex-start;
        padding-top: clamp(0.5rem, 12vh, 2rem);
    }
    .hero__title {
        -webkit-text-stroke: 0;
        text-shadow:none;
        font-size: clamp(1.8rem, 8.5vw, 3.5rem) !important;  /* was 2.5rem-9vw-5rem */
        line-height: 1.1 !important;
        color: #675735
        
    }

    .hero__cta{ display:none; }
}

@media (min-width: 600px) and (max-width: 950px){
    .hero__content{
        justify-content: center;     /* move headline back to vertical middle */
        padding-top: 0;              /* resets the big desktop offset          */
        justify-content: flex-start;
        padding-top: clamp(0.5rem, 12vh, 1.75rem);
    }
    .hero__title {
        -webkit-text-stroke: 0;
        text-shadow:none;
        font-size: clamp(1.8rem, 8.5vw, 2.5rem) !important;  /* was 2.5rem-9vw-5rem */
        line-height: 1.1 !important;
        color: #675735
        
    }

    .hero__cta{ display:none; }
}

@media (max-width: 599px) {
        .logo-container {
            display: none;
        }

        .logo-container-mobile {
            align-content: center;
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            justify-content: center;
        }

        .logo-text {
            font-size: 1.4em;
            color:#0A0806; 
            text-align: center; 
            margin-top: 20px;
            margin-bottom: 10px;
            font-family: 'GT Maru Mono Light';
        }
        .hero {
            border-radius: 0 !important;
            overflow: hidden !important;
            aspect-ratio: 10 / 10; 
            aspect-ratio: auto !important;
            height: auto !important;
            overflow: hidden;
          }
        
          /* 3) Remove the dark‐gradient overlay */
          .hero::after {
            content: none !important;
          }

          .hero__img {
            /* fill whatever container height you end up with */
            width: 100%;
            height: auto;
            object-fit: cover;
          }
        
        .hero__cta{ display:none; }

          /* 4) Center your copy & CTA on top of the image */
          .hero__content {
            position: absolute !important;
            inset: 0 !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: flex-start;
            padding: 1rem;
            padding-top: clamp(0.5rem, 12vh, 1.75rem);
            align-items: center !important;
            text-align: center !important;
            z-index: 1 !important;
          }
        
          /* 5) Tweak title + button sizing */
          .hero__title {
            -webkit-text-stroke: 0;
            text-shadow:none;
            font-size: clamp(1.8rem, 8.5vw, 4rem) !important;  /* was 2.5rem-9vw-5rem */
            line-height: 1.1 !important;
            color: #675735
            
          }
          .hero__cta {
            font-size: .95rem !important;
            padding: 10px 28px !important;
            margin-top: 1.5rem !important;
          }

        .hero-image-img {
            object-fit: cover !important;
            width: 100% !important;
            height: 800px !important;
            border-radius: 100px !important;
        }

        .hero-text {
            position: absolute;
            top: 10%;
            left: 50%;
            width: 88%;
            transform: translateX(-50%);
            color: #fff0e3;
            font-family: 'Instrument Serif', serif;
            font-size: 16vw !important;
            text-align: center;
            font-weight: 200;
            line-height: 90%;
            letter-spacing: 3px;
            z-index: 1;
            text-shadow: 1px 1px 2px rgba(103, 87, 53, 0.5);
        }

        
        .cart {
            top: 40%;
            display: block !important;
            width: 80vw !important;
            margin-left: 5%;
            margin-right: auto !important;
        }

        .hero-button {
            width: 75%;
            height: 48px;
            position: absolute;
            top: 88%;
            left: 50%;
            transform: translateX(-50%);
            padding: 6px 24px;
            background-color: #FFF0E3;
            color: #675735;
            border: none;
            border-radius: 20px;
            font-weight: 300;
            cursor: pointer;
            transition: all 0.2s ease;
            z-index: 3;
            letter-spacing: 4px;
            font-size: 3vw !important;
        }

        .hero-button:hover {
            background-color: #F7D9C4;
            transform: translateX(-50%) translateY(-2px);
        }

        .marquee {
            margin: 10px auto !important;
        }

        .hello-content {
            width: 100% !important;
            flex-direction: column !important;
        }

        .hello-text {
            flex: 0 0 auto !important;
            width: 70% !important;
            margin: 0 auto !important;
            padding: 80px 0px 0px 0px !important;
            font-size: 3.5rem !important;
            align-content: left !important;
            text-align: left !important;
            justify-content: left;
        }


        .hello-placeholder {
            flex: 0 0 auto !important;
            width: 70% !important;
            margin: 0 auto;
            padding: 20px 0px !important;
            font-family: 'GT Maru Light';
            
        }

        .hello-placeholder span {
            max-width: 100% !important;
            text-align: left !important;
        }

        .hello-buttons {
            display: block;
            width: 80%;
            margin-bottom: 100px;
        
        }

        .hello-buttons button {
            margin-bottom: 30px !important;
        }

        .menu-container {
            flex-direction: column !important;
            align-items: flex-start !important;
            padding: 0 20px !important;
            color: #0A0806;
            font-family: 'GT Maru Light';
        }

        .menu-title {
            padding-left: 30px !important;
            padding-top: 50px !important;
            margin-bottom: 20px !important;
        }

        .menu-description {
            padding-left: 30px !important;
            padding-right: 0 !important;
            padding-top: 0 !important;
            max-width: 80% !important;
            text-align: left !important;
            line-height: 1.75em;
            margin-bottom: 50px;
        }

        .menu-item {
            flex-direction: column !important;
            height: auto !important;
            padding: 30px !important;
            margin-bottom: 20px !important;
            border-radius: 180px !important;
            width: 75% !important;
        }

        .item-title {
            flex: none !important;
            width: 100% !important;
            padding-left: 0 !important;
            line-height: 1.2 !important;
            font-size: 3.5rem !important;
            margin-top: 75px;
            margin-bottom: 25px !important;
            font-family: 'Instrument Serif';
            font-weight: normal;
            text-align: center;
            
        }

        .item-desc {
            flex: none !important;
            width: 90% !important;
            margin: 0 auto;
            text-align: left !important;
            justify-content: flex-start !important;
            align-items: flex-start !important;
            font-size: 1.35rem;
            font-family: 'GT Maru Light';
            text-align: center !important;

            margin-bottom: 70px !important;
        }

        .grad1 {
            position: relative;
            background: linear-gradient(135deg, #fad6d6, #d8dfb7);
            background-size: 400% 400%;
            -webkit-animation: gradient-shift 5s ease infinite;
                    animation: gradient-shift 6s ease infinite;
            will-change: background-position;
        }
        .grad2 {
            position: relative;
            background: linear-gradient(270deg, #d3e385, #e1eb7b, #cde57a, #b5da6d);
            background-size: 400% 400%;
            -webkit-animation: gradient-shift 4s ease infinite;
                    animation: gradient-shift 7s ease infinite;
            will-change: background-position;
        }
        .grad3 {
            position: relative;
            background: linear-gradient(135deg, #faf5e4, #e1ce9a);
            background-size: 400% 400%;
            -webkit-animation: gradient-shift 6s ease infinite;
                    animation: gradient-shift 5s ease infinite;
            will-change: background-position;
        }
        .grad4 {
            position: relative;
            background: linear-gradient(135deg, #dbcfa3, #c5d697);
            background-size: 400% 400%;
            -webkit-animation: gradient-shift 4s ease infinite;
                    animation: gradient-shift 6s ease infinite;
            will-change: background-position;
        }
        
        .grad5 {
            position: relative;
            background: linear-gradient(135deg, #a0a699, #b4cd91);
            background-size: 400% 400%;
            -webkit-animation: gradient-shift 6s ease infinite;
                    animation: gradient-shift 4s ease infinite;
            will-change: background-position;
        }
        
        .grad6 {
            position: relative;
            background: linear-gradient(135deg, #f4e176, #c4d88e);
            background-size: 400% 400%;
            -webkit-animation: gradient-shift 5s ease infinite;
                    animation: gradient-shift 6s ease infinite;
            will-change: background-position;
        }

        @-webkit-keyframes gradient-shift {
            0% {
              background-position: 0% 50%;
            }
            50% {
              background-position: 100% 50%;
            }
            100% {
              background-position: 0% 50%;
            }
        }

        footer {
            display: none !important;
        }

        .footer-mobile {
            display: block !important;
        }

        /* About Us Mobile Styles */
        .about-us {
            padding: 60px 0;
        }

        .about-container {
            padding: 0 20px;
        }

        .about-content {
            flex-direction: column;
            gap: 40px;
            align-items: center;
        }

        .about-text {
            text-align: center;
            max-width: 100%;
        }

        .about-text h2 {
            font-size: 2.5rem;
            margin-bottom: 25px;
        }

        .about-text p {
            font-size: 1rem;
            line-height: 1.6;
        }

        .about-images {
            width: 100%;
        }

        .image-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            grid-auto-rows: 180px;
        }

        .image-grid .about-img:nth-child(1) {
            grid-column: span 2;
            grid-row: span 2;
        }

        .image-grid .about-img:nth-child(4) {
            grid-column: span 1;
        }

        .image-grid .about-img:nth-child(6) {
            grid-row: span 1;
        }

        .image-grid .about-img:nth-child(8) {
            grid-column: span 2;
        }

    }

@media (min-width: 600px) {
    .logo-container-mobile {
        display: none;       
    }

    .banner-container-mobile {
        display: none;
    }

    .footer-mobile {
        display: none;
    }

}

@media (min-width: 600px) and (max-width: 1050px) {
    .logo-container {
        padding: 1rem;
    }

    .logo {
        max-width: 100px;
    }

    .left-text a {
        display: block;
        font-size: .65em;
        padding: 0px !important;
    }

    .right-text {
        font-size: .6em;
    }

    .hero-text {
        font-size: clamp(7vw, 7vw, 60px);
    }

    .hello-text {
        font-size: 7vw;
        padding-left: 10px;
    }

    .hello-placeholder span {
        font-size: 2.5vw !important;
    }

    .cart {
        width: 48vw !important;
        top: 12% !important;
    }

    .item-title {
        font-size: 1.5em;
        line-height: 2.5em;
        padding-left: 40px;
    }

    .item-desc {
        font-size: 1em;
        max-width: 320px;
        padding-left: 20px;
    }

    .menu-title {
        padding-left: 20px !important;
        width: 100% !important;
    }
    
    .menu-description {
        text-align: right !important;
        width: 100%;
        padding-right: 20px !important;
    }

    .menu-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start;
        justify-content: space-between;
        padding: 30px 20px;
        width: 100%;
    }

    .item-title {
        flex: 1 1 50%;
        text-align: left;
    }

    .item-desc {
        flex: 1 1 50%;
        float: none;
        padding-left: 0px !important;
        padding-right: 10px;
        font-size: clamp(1.4vw, 1.5vw, 1.6vw);
        max-width: none !important;
        width: 100%;
        text-align: left;
    }

    .footer-left-title,
    .footer-left-message {
        font-size: 1.1rem !important;
    }

    footer {
        flex-direction: column !important;
        height: auto !important;
        padding: 40px 0 !important;
    }

    .footer-social {
        max-width: 28px;
        margin-right: 18px;
    }

    .email-input {
        height: 44px;
        font-size: 1em;
    }

    .email-submit {
        height: 44px !important;
        font-size: 1em !important;
    }
}


@media (min-width: 1600px) and (max-width: 1999px) {
    

    .cart {
        width: 40rem !important;
    }
}

@media (min-width: 2000px) {
   
    .cart {
        width: 50rem !important;
    }
    .hero-text {
        font-size: 10rem !important;
    }

}

/* About Us Section Styles */
.about-us {
    background-color: #FFF0E3;
    padding: 80px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.about-text {
    text-align: center;
    max-width: 800px;
}

.about-text h2 {
    font-family: 'Instrument Serif', serif;
    font-size: 3rem;
    color: #675735;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.about-text p {
    font-family: 'GT Maru', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
    font-weight: 300;
}

.about-images {
    width: 100%;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-auto-rows: 250px;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.about-img:hover {
    transform: scale(1.05);
}

/* --------------------------------------------------
   About-teaser w/ image
   -------------------------------------------------- */
   .about-teaser {
    border-top: 1px solid rgba(0,0,0,.06);
    background: #FFF0E3;           /* same backdrop */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 80px 20px;
  }
  
  .about-teaser-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;   /* top-align */
    gap: 60px;
  }
  
  .about-teaser-image {
    flex: 0 0 48%;
  }
  
  .about-teaser-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    display: block;
  }
  
  .about-teaser-text {
    flex: 1;
    text-align: left;
  }
  
  .about-teaser-text h2 {
    font-family: 'Instrument Serif', serif;
    font-size: 3rem;
    color: #675735;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 30px;
  }
  
  .about-teaser-text p {
    font-family: 'GT Maru', sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #333;
    font-weight: 300;
    margin-bottom: 22px;
  }
  
  .about-teaser-cta a {
    color: #675735;
    text-decoration: none;
    border-bottom: 1px solid #675735;
    transition: color .2s ease, border-color .2s ease;
  }
  .about-teaser-cta a:hover {
    color: #0A0806;
    border-color: #0A0806;
  }
  
  /* ---------- Responsive stack for < 600px ---------- */
  @media (max-width: 599px) {
    .about-teaser-content {
      flex-direction: column;
      text-align: center;
      gap: 40px;
    }
    .about-teaser-image {
      width: 100%;
      max-width: 380px;
    }
    .about-teaser-text h2 {
      font-size: 2.1rem;
    }
    .about-teaser-text p {
      font-size: 1rem;
    }
  }

  /* ========== ABOUT PAGE ADD-ONS ========== */

/* Header */
.about-header{
    max-width:1200px; margin:0 auto; padding:2rem 1.5rem;
    display:flex; flex-direction:column; align-items:center; gap:16px;
  }
  .back-link{
    align-self:flex-start; font-family:'GT Maru'; color:#675735;
    font-size:1rem; text-decoration:none;
  }
  .logo-wordmark{ height:72px; width:auto; }
  @media(max-width:599px){ .logo-wordmark{height:56px;} }
  
  /* Optional hero image band */
  .about-hero-img img{ width:100%; height:auto; display:block; }
  
  /* Hero copy */
  .about-hero-copy{
    background:#FFF0E3; padding:20px 20px; text-align:center;
  }
  .about-hero-copy h1{
    font-family:'Instrument Serif',serif; font-size:3rem; color:#675735;
    font-weight:400; line-height:1.15; max-width:900px; margin:0 auto 40px;
  }
  .about-hero-copy p{
    font-family:'GT Maru',sans-serif; font-size:1.25rem; line-height:1.6;
    color:#333; font-weight:300; max-width:720px; margin:0 auto 24px;
  }
  .cta-btn{
    display:inline-block; margin-top:16px; padding:8px 28px;
    background:#675735; color:#FFF0E3; border-radius:24px; font-weight:500;
    text-decoration:none; transition:background .2s ease;
  }
  .cta-btn:hover{ background:#4d402a; }

  .cta-btn-light{
    display:inline-block; margin-top:16px; padding:8px 28px;
    color:#675735; background:#FFF0E3; border-radius:24px; font-weight:500;
    text-decoration:none; transition:background .2s ease;
  }
  .cta-btn-light:hover{ background:#c89c75; }
  
  /* Story section */
  .about-story{ padding:100px 20px; background:#FFF0E3; }
  .story-grid{
    max-width:1200px; margin:0 auto; display:grid; gap:80px;
    grid-template-columns:1fr 1fr;
  }
  .story-text h2{
    font-family:'Instrument Serif',serif; font-size:2.5rem; line-height:1.2;
    color:#675735; font-weight:400; margin-bottom:30px;
  }
  .story-text p{
    font-family:'GT Maru',sans-serif; font-size:1.1rem; line-height:1.7;
    color:#333; font-weight:300; margin-bottom:22px;
  }
  .story-images{
    display:grid; gap:20px; grid-template-columns:repeat(2,1fr);
  }
  .story-img{
    width:100%; height:100%; object-fit:cover; border-radius:12px;
    transition:transform .3s ease;
  }
  .story-img:hover{ transform:scale(1.05); }
  
  /* Responsive tweaks */
  @media(max-width:899px){
    .story-grid{ grid-template-columns:1fr; }
    .story-images{ grid-template-columns:repeat(3,1fr); }
  }
  @media(max-width:599px){
    .about-hero-copy{ padding:10px 14px; }
    .about-hero-copy h1{ font-size:2.2rem; }
    .about-hero-copy p{ font-size:1rem; }
    .story-images{ grid-template-columns:repeat(2,1fr); gap:15px; }
  }
  
  /* Footer */
  .about-footer{
    background:#0A0806; color:#F7D9C4; text-align:center;
    font-family:'GT Maru Mono Light'; padding:60px 0; font-size:1rem;
  }

  /* ===== Chronicle layout ===== */
.about-chronicle{ max-width:1200px; margin:0 auto; padding:20px 20px; }
.chronicle-row{
  display:flex; gap:60px; align-items:center; margin-bottom:100px;
}
.chronicle-row.fullwidth img {      /* this farm-rows picture */
    border-radius: 12px;              /* <-- rounds the corner */
    padding: 0;                       /* shows page background (#FFF0E3) behind it */
  }
.chronicle-row img{ width:50%; border-radius:12px; object-fit:cover; }
.chronicle-text{ flex:1; }
.chronicle-h2{
  font-family:'Instrument Serif',serif; font-size:1.8rem; color:#675735;
  margin-bottom:22px; line-height:1.25; font-weight:400;
}
.chronicle-text p{ font-family:'GT Maru',sans-serif; font-size:1rem;
  line-height:1.7; color:#333; margin-bottom:18px; }

.pull-quote{
  max-width:900px; margin:0 auto 100px; font-family:'Instrument Serif',serif;
  font-size:2rem; font-style:italic; line-height:1.3; color:#675735;
  text-align:center; position:relative; padding:0 20px;
}
.quote-cite{ display:block; font-size:.65em; letter-spacing:.5px; margin-top:8px; }

.chronicle-row.flip{ flex-direction:row-reverse; }
.inline-cta{ margin-top:10px; }

.chronicle-row.fullwidth{ position:relative; margin-bottom:0; }
.chronicle-row.fullwidth img{ width:100%; height:420px; }
.chronicle-overlay{
  position:absolute; inset:0; display:flex; flex-direction:column;
  justify-content:center; align-items:center; text-align:center;
  background:rgba(10,8,6,.25); padding:0 20px;
}
.chronicle-overlay p{ color:#FFF0E3; max-width:700px; font-size:1.3rem; }

/* --- responsive --- */
@media(max-width:899px){
  .chronicle-row, .chronicle-row.flip{ flex-direction:column; }
  .chronicle-row img{ width:100%; }
  .chronicle-row{ gap:30px; margin-bottom:60px; }
  .chronicle-h2{ font-size:1.5rem; }
  .pull-quote{ font-size:1.6rem; margin-bottom:60px; }
}


.link-decor {
    color: #0A0806;
    text-decoration: none;
    padding-bottom: 2px;
    font-weight: 500;
    white-space: nowrap; /* keeps "Full menu →" on one line */
  }
  
  .link-decor:hover {
    opacity: 0.75;
    border-bottom-color: transparent;       /* swap to underline on hover if you like */
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  
  