header, nav{
    padding:24px 60px;
   position:absolute;
   top:0;
   left:0;
   width:100%;
   z-index:10;
   background:transparent;
   display:flex;
   align-items:center;
   justify-content:space-between;
  
}
.hero {
  position: relative;
  background: url('images/hero.jpg') no-repeat;
  background-size: cover;
  background-position: 80% center; /* pushes the cup toward the
                                        right side of the frame */
  min-height: 100vh;
  padding: 180px;
  line-height: 1.5;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(39, 35, 31, 0.9) 0%,
    rgba(39, 35, 31, 0.6) 35%,
    rgba(39, 35, 31, 0) 65%
  );
  z-index: 0;
}

.hero > * {
  position: relative;
  z-index: 1;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
ul{
    display:flex;
    gap:60px;
    font-size:21px;
    list-style:none;
    font-weight:500;
}
a{
    text-decoration:none;
    color:#F1EDE4;
}
a:hover{
    color:#C9A984;
    
}
.order-button{
    border:1px solid #F1EDE4;
    padding:15px 40px;
    border-radius:8px;
    color:#F1EDE4;
    font-weight:600;
}
.order-button:hover{
    background-color:#C9A984;
    color:#F1EDE4;
}
.logo{
    display:flex;
    flex-direction:column;
    align-items:center;
    line-height:1;
    gap:4px;
    
}
.logo-big{
    font-size:30px;
    color:#F1EDE4;
     font-family: 'Playfair Display', serif;
     letter-spacing:0.08em;
     text-transform:uppercase;
    
}
.logo-small{
    font-size:20px;
    color:#C9A984;
    letter-spacing:0.32em;
    text-transform:uppercase;
}
h1{
    font-size:30px;
    color:#C9A984;
}
h2{
font-size:90px;
letter-spacing:0.08em;
line-height:1.2;
text-transform:uppercase;
font-weight:500;
color:#F1EDE4;
}
.gold{
    color:#C9A984;
}
.description-hero{
    font-size:25px;
    color:#F1EDE4;
    max-width:600px;
    margin-top:20px;
    margin-bottom:40px;
}
.hero-button{
    border:1px solid #C9A984;
    background-color:#C9A984;
    padding:20px 50px;
    border-radius:5px;
    font-size:20px;
}
.hero-button:hover{
    background-color:transparent;
    color:#C9A984;
}
.second-hero{
    background-color:antiquewhite;
    min-height:70vh;
    display:flex;
}
.second-hero-image{
    flex:1;
    object-fit:cover;
    max-width:100%;
    max-height:70vh;
    margin-top:80px;
    margin-left:60px;
}
.right-side-hero{
    max-width:50%;
}
.left-side-hero{
margin-top:80px;
margin-left:100px;
margin-right:60px;
max-width:50%;


}
.hero-subtext{
    color:rgb(227, 166, 87);
    font-size:25px;
    letter-spacing:0.08em;
    margin-bottom:20px;
}
h3{
    font-size:50px;

    line-height:1.2;
    text-transform:uppercase;
    font-weight:500;
    color:#27231F;
    margin-bottom:35px;
}
.hero-description-dark{
    color:#27231F;
    font-size:20px;
    margin-bottom:60px;
}
.second-hero-button{
    border:1px solid #C9A984;
    background-color:#C9A984;
    padding:20px 50px;
    border-radius:5px;
    font-size:20px;
}
.second-hero-button:hover{
    background-color:transparent;
    color:#C9A984;
}
.third-hero{
    background-color:#27231F;
    min-height:80vh;
    text-align:center;
padding-top:40px;

}
h4{
    font-size:30px;
    color:#F1EDE4;
    margin-bottom:40px;
    font-weight:500;
    margin-top:10px;
    letter-spacing:0.3em;
    word-spacing:0.5em;
    text-transform:uppercase;
}
.third-hero-boxes{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left:80px;
    margin-right:80px;
    margin-top: 40px;
    gap:20px;

}
.hero-box{

  background-color: #241E1A;
  border: 1px solid rgba(184, 134, 11, 0.25);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease;

}
.hero-box:hover {
  transform: translateY(-4px);
  border-color: antiquewhite;
}
.hero-box img{
     width: 100%;
     max-height:50vh;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
}
.hero-box h5 {
  font-family: 'Playfair Display', serif;
  text-transform:uppercase;
  font-size: 20px;
  color: #C9A984;
  letter-spacing: 0.2em;
  margin: 0 0 8px;
  padding: 0 16px;
}

.hero-box-description {
  font-size: 18px;
  color: #F1EDE4;
  line-height: 1.5;
  padding: 0 16px;
  margin: 0 0 12px;
}

.hero-box-price {
  font-size: 22px;
  font-weight: 600;
  color: #C9A984;
  margin: 0;
}
.third-hero-button {
  display: inline-block;
  background-color: #C9A984;
  color: #1A1208;
  font-weight: 600;
  padding: 20px 32px;
  border-radius: 8px;
  margin-top: 32px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 15px;
  transition: background-color 0.2s ease;
  margin-bottom:40px;
}
.third-hero-button:hover {
  background-color: transparent;
  border: 1px solid #C9A984;
  color: #C9A984;
}
.fourth-hero{
    background-color:antiquewhite;
    display:flex;
}
.fourth-hero img{
    flex:1 1 50%;
    object-fit:cover;
    max-width:70vw;
    height:480px;
    display:block;
}
.fourth-hero-right{
  flex: 1 1 50%; 
  display: flex;
  gap: 32px;
  padding: 50px 40px;
  background-color: #E8E0D4;
  align-items: flex-start;
  

}
.fourth-hero-box i{
    font-size:50px;
    color:#C9A984;
    margin-right:20px;
    margin-bottom:35px;
    display:block;
    margin-top:50px;
}
footer{
    background-color:#27231F;
    padding:40px 60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#F1EDE4;
}
h6{
    font-family: 'Playfair Display', serif;
    font-size:20px;
    color:#27231F;
    letter-spacing:0.3em;
    word-spacing:0.5em;
    text-transform:uppercase;
    margin-bottom:20px;
}
.fourth-hero-description{
    font-size:20px;
    color:#27231F;
    font-weight:500;
    line-height: 1.5;
    
}
.fourth-hero-box{
    flex:1;
  text-align:center;
}
.menu-hero {
  background-image: url('images/menu-hero.jpg');
  background-size: cover;
  background-position: center;
  min-height: 45vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px;
  position: relative;
}
.menu-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26, 18, 8, 0.55);
}
.menu-hero h1,
.menu-hero .hero-description {
  position: relative;
  z-index: 1;
}
.menu-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #F4F0E8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}
.menu-hero h1::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: #F4F0E8;
  margin: 16px auto 0;
}
.menu-hero .hero-description {
  font-family: 'Jost', sans-serif;
  font-size: 19px;
  color: #E8DFD3;
  max-width: 360px;
  margin: 20px auto 0;
  line-height: 1.6;
}

.second-menu-hero {
  background-color: #E8E0D4;
  padding: 70px 60px;
}
.menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 50px;
  max-width: 900px;
  margin: 0 auto;
}
.coffee { grid-column: 1; grid-row: 1; }
.specialty-drinks { grid-column: 2; grid-row: 1; }
.tea { grid-column: 1; grid-row: 2; }
.add-ons { grid-column: 2; grid-row: 2; }

.menu h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #27231F;
  margin: 0 0 8px;
}
.menu h2::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #27231F;
  margin-top: 8px;
  margin-bottom: 20px;
}

.menu-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 9px 0;
}
.menu-item h3 {
  flex: 1;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #3A3A3A;
  margin: 0;
  border-bottom: 1px dotted rgba(58, 58, 58, 0.3);
  padding-bottom: 3px;
}
.menu-item-price {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #6B5D4F;
  margin: 0;
  flex-shrink: 0;
}

.third-hero-menu {
  background-color: transparent;
  padding-left:30px;
  display: flex;
  align-items:stretch;
  border:1px solid #C9A984;
margin-left:480px;
margin-right:480px;
margin-bottom:40px;
max-height:40vh;
}
.third-hero-menu h4 {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  color: #27231F;
  margin: 0 0 6px;
}
.third-hero-menu h4::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #27231F;
  margin-top: 10px;
  margin-bottom: 16px;
}
.third-hero-menu .description-hero {
  font-family: 'Jost', sans-serif;
  font-size: 17px;
  color: #27231F;
  max-width: 340px;
  line-height: 1.6;
}

.sweet-left { 
    flex: 1;
    display:flex;
    flex-direction:column;
    justify-content:center;
 }
.sweet-right { flex: 1; }
.sweet-right img {
  width: 100%;
  height:40vh;
  object-fit: cover;
  display: block;
}
.contact-hero {
  background-image: url('images/contact-hero.png');
  background-size: cover;
  background-position: center;
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px;
  position: relative;
}
.contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26, 18, 8, 0.55);
}
.contact-hero h1,
.contact-hero .contact-description {
  position: relative;
  z-index: 1;
}
.contact-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 54px;
  color: #FDFAF5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
}
.contact-hero h1::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: #C9A984;
  margin: 18px auto 0;
}
.contact-hero .contact-description {
  font-size: 20px;
  color: #E8DFD3;
  max-width: 420px;
  line-height: 1.7;
  margin: 20px auto 0;
}

.second-contact-hero {
  background-color: #FDFAF5;
  padding: 70px 60px;
  
}
.right-contact-hero {
   max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.contact-subtext,
.hero-subtext {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #B8860B;
  margin: 0 0 24px;
}

.get-in-touch {
  display: grid;
  grid-template-columns: 32px 1fr 1fr;
  column-gap: 15px;
  row-gap: 30px;
  align-items: start;
}
.get-in-touch-col{
    flex:1;
}
.get-in-touch > *:nth-child(1) { grid-column: 1; grid-row: 1; }
.get-in-touch > *:nth-child(2) { grid-column: 2; grid-row: 1; }
.get-in-touch > *:nth-child(3) { grid-column: 1; grid-row: 2; }
.get-in-touch > *:nth-child(4) { grid-column: 2; grid-row: 2; }
.get-in-touch > *:nth-child(5) { grid-column: 1; grid-row: 3; }
.get-in-touch > *:nth-child(6) { grid-column: 2; grid-row: 3; }
.get-in-touch > *:nth-child(7) { grid-column: 1; grid-row: 4; }
.get-in-touch > *:nth-child(8) { grid-column: 2; grid-row: 4; }
.get-in-touch > *:nth-child(9) { grid-column: 1 / 3; grid-row: 5; }
.get-in-touch > *:nth-child(10) { grid-column: 3; grid-row: 1 / 6; }

.right i {
  font-size: 30px;
  color: #B8860B;
}
.address, .email {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  color: #3A3A3A;
  line-height: 1.6;
  margin: 0;
  text-decoration: none;
}
.email:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 12px;
}
.social-icons a {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(184, 134, 11, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8860B;
  font-size: 14px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.social-icons a i {
 font-size:25px; 
}
.social-icons a:hover {
  background-color: #B8860B;
  color: #FDFAF5;
}

.contact-form {
  background-color: #F1EDE4;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom:40px;
  min-height: 520px;
  flex:1;
 
}
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.contact-form input,
.contact-form textarea {
  background-color: #FDFAF5;
  border: 1px solid rgba(58,58,58,0.15);
  border-radius: 4px;
  padding: 15px 14px;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: #3A3A3A;
  outline: none;
}
.contact-form textarea {
  min-height: 90px;
  resize: none;
  flex: 1;
}
.form-button {
  background-color: #1A1208;
  color: #FDFAF5;
  border: none;
  padding: 14px;
  border-radius: 4px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.form-button:hover {
  background-color: transparent;
  color:#1A1208;
  border: 1px solid #1A1208;
}

.third-contact-hero {
  background-image: url('images/coffee-shop.png');
  background-size: cover;
  background-position: center;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px;
  position: relative;
}
.third-contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26, 18, 8, 0.6);
}
.third-contact-hero h2,
.third-contact-hero .contact-description {
  position: relative;
  z-index: 1;
}
.third-contact-hero h2 {
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  color: #FDFAF5;
  margin: 0 0 12px;
}
.third-contact-hero .contact-description {
  font-size: 18px;
  color: #E8DFD3;
  line-height: 1.6;
  margin: 0;
}
.story-hero {
  background-image: url('images/second-hero.png');
  background-size: cover;
  background-position: center right;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  position: relative;
}

.story-hero h1,
.story-hero .story-text {
  position: relative;
  z-index: 1;
}
.story-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  color: #FDFAF5;
  margin: 0 0 14px;
  font-weight:500;
}

.story-hero .story-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 21px;
  color: #D4B896;
  margin: 20px 0 0;
}

.second-story-hero {
  display: flex;
  align-items: stretch;
  background-color: #F1EDE4;
  min-height: 55vh;
 
}
.second-story-hero img {
  flex: 1;
  max-width: 780px;
  height: 40vh;
  margin-top:60px;
  margin-left:60px;
}
.left-side-story-hero {
  flex: 1;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}
.left-side-story-hero h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #1A1208;
  margin: 10px 0 62px;
  
  
}
.story-description {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  color: #6B5D4F;
  line-height: 1.5;
  margin: 0;
}

.third-story-hero {
  background-color: #1A1208;
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 32px;
  padding: 60px;
  min-height:35vh;
  align-items: stretch;
}
.story-hero-box {
  text-align: center;
   display: flex;
  flex-direction: column;
  align-items: center;
}
.story-hero-box i {
  font-size: 35px;
  color: #C9A984;
  margin-bottom: 14px;
  display: block;
}
.story-hero-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9A984;
  margin: 0 0 10px;
}
.story-box-description {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  color: #B5A896;
  line-height: 1.6;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}
.menu-toggle {
  display: none;
}
@media (max-width: 700px) {

 header, nav {
  padding: 16px 20px;
  position: relative;
background-color:#27231F;
}
.order-button {
  display: none; /* hidden on mobile — reachable via the menu
                      instead, keeps the collapsed header simple */
}
ul#mainNav {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: fixed;
  inset: 0;
  background-color: rgba(26, 18, 8, 0.97);
  z-index: 999;
  justify-content: center;
}
ul#mainNav.open {
  display: flex;
}
ul#mainNav a {
  font-size: 22px;
}
.menu-toggle {
  display: block;
  position: absolute;
  right: 20px;
  top: 22px;
  background: none;
  border: none;
  color: #F1EDE4;
  font-size: 26px;
  cursor: pointer;
  z-index: 1000;
}
  .logo {
    order: -1; /* keeps the logo visually first when everything wraps */
  }
  ul {
    gap: 20px;
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  

 .story-hero {
    min-height: 45vh;
    padding: 0 24px;
    position: relative;
  }
  .story-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(26, 18, 8, 0.55);
    z-index: 0;
  }
  .story-hero h1,
  .story-hero .story-text {
    position: relative;
    z-index: 1;
  }
  .story-hero h1 {
    font-size: 34px; /* was 60px */
  }
  .story-hero .story-text {
    font-size: 16px;
  }

  .second-story-hero {
    flex-direction: column;
    min-height: auto;
  }
  .second-story-hero img {
 display:none;
  }
  .left-side-story-hero {
    padding: 32px 24px;
  }
  .left-side-story-hero h2 {
    font-size: 24px; /* was 32px */
    margin: 10px 0 20px; /* was 10px 0 62px — that huge bottom
                             margin was likely balancing the photo's
                             height on desktop; not needed once
                             stacked */
  }
  .story-description {
    font-size: 15px; /* was 18px */
  }

  /* ============================================================
     FEATURE ROW — 4 columns squeezed onto a phone would put each
     icon+heading+description under 90px wide; stacking to one
     column keeps everything legible.
     ============================================================ */
  .third-story-hero {
    grid-template-columns: 1fr;
    padding: 40px 24px;
    gap: 36px;
    min-height: auto;
  }
  .story-hero-box i {
    font-size: 28px; /* was 35px */
  }
  .story-hero-box h3 {
    font-size: 19px; /* was 25px */
  }
  .story-box-description {
    font-size: 15px; /* was 18px */
  }

  /* ============================================================
     FOOTER
     ============================================================ */
  footer {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 24px 20px;
  }
.contact-hero {
  min-height: 45vh;
  padding: 0 24px;
}
.contact-hero h1 {
  font-size: 32px; /* was 54px */
}
.contact-hero .contact-description {
  font-size: 15px;
}

.second-contact-hero {
  padding: 40px 24px;
}
.right-contact-hero {
  flex-direction: column;
  gap: 32px;
}
.get-in-touch {
  grid-template-columns: 28px 1fr; /* was 32px 1fr 1fr — the 3rd
                                        column only existed to let
                                        the social icons sit beside
                                        the grid on desktop; not
                                        needed once stacked */
}
.get-in-touch > *:nth-child(9),
.get-in-touch > *:nth-child(10) {
  grid-column: 1 / -1; /* both the address block and social icons
                            now span the full single-column width */
}
.right i {
  font-size: 22px; /* was 30px */
}
.address, .email {
  font-size: 15px; /* was 18px */
}
.contact-form {
  min-height: auto;
  width: 100%; /* was 520px — let it size to its own content
                         on mobile instead of a fixed desktop height */
}

.third-contact-hero {
  min-height: 30vh;
  padding: 40px 24px;
}
.third-contact-hero h2 {
  font-size: 24px; /* was 35px */
}
.third-contact-hero .contact-description {
  font-size: 15px;
}
/* ============================================================
   HOME HERO
   ============================================================ */
.hero {
  padding: 90px 24px 50px; /* was likely a much larger desktop
                                 padding value */
  min-height: auto;
}
.hero h1 {
  font-size: 15px; 
 letter-spacing: 0.15em;
  margin-bottom: 8px;
}
.hero h2 {
  font-size: 34px; 
  line-height: 1.08em;

}
.description-hero {
  font-size: 15px;
  margin: 16px 0 24px; 
  max-width:50%;
}

/* ============================================================
   OUR STORY PREVIEW
   ============================================================ */
.second-hero {
  flex-direction: column;
  min-height: auto;
  margin-top:0;
}
.second-hero-image {
  max-width: 100%;
  width: 100%;
  height: 220px;
  margin: 0;
  object-fit: cover;
}
.left-side-hero {
  margin: 32px 24px 40px;
  max-width: 100%;
}
.left-side-hero h3 {
  font-size: 26px;
}
.hero-description-dark {
  font-size: 15px;
}
.right-side-hero {
  display:none;
}
/* the description text uses hardcoded <br> tags for manual line
   breaks, tuned for a wide desktop column — those breaks will
   land in awkward spots once the text reflows to a much narrower
   mobile width. Consider removing the <br> tags from this specific
   paragraph in your HTML and letting it wrap naturally instead. */

/* ============================================================
   POPULAR PICKS
   ============================================================ */
.third-hero {
  padding: 40px 24px;
  min-height: auto;
}
.third-hero-boxes {
  grid-template-columns: 1fr;
  margin: 24px 0 0;
}

/* ============================================================
   VISIT US / HOURS / TAKE AWAY
   ============================================================ */
.fourth-hero {
  flex-direction: column;
}
.fourth-hero img {
  max-width: 100%;
  height: 220px;
  width:100%;
  object-fit:cover;
  display:block;
}
.fourth-hero-right {
   flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 24px;
  gap: 28px;
}
.fourth-hero-box i {
  font-size: 32px;
  margin:0 0 12px; 
}
h6 {
  font-size: 15px; /* was 20px */
}
.fourth-hero-description {
  font-size: 15px;
}
.hero-button {
  padding: 14px 28px; /* was likely a larger desktop padding value,
                           making the button feel oversized/heavy
                           relative to the now-smaller heading above it */
  font-size: 14px;
}
.fourth-hero-left {
  max-width: 100%;
  width: 100%;
}
.fourth-hero-box{
    width:100%;
}
/* ============================================================
   MENU HERO
   ============================================================ */
.menu-hero {
  min-height: 35vh;
  padding: 0 24px;
}
.menu-hero h1 {
  font-size: 32px; /* was 48px */
}
.menu-hero .hero-description {
  font-size: 15px;
}

/* ============================================================
   MENU GRID
   The desktop version uses explicit grid-column/grid-row on each
   category to arrange them 2x2 in a specific visual order
   (coffee/specialty top, tea/add-ons bottom) that doesn't match
   the HTML's actual source order. On mobile, resetting those to
   auto lets each category just follow document order instead —
   simpler and avoids an oddly-ordered single column.
   ============================================================ */
.second-menu-hero {
  padding: 40px 24px;
}
.menu {
  grid-template-columns: 1fr;
  column-gap: 0;
  row-gap: 40px;
}
.coffee, .specialty-drinks, .tea, .add-ons {
  grid-column: auto;
  grid-row: auto;
}
.menu h2 {
  font-size: 19px;
}
.menu-item h3 {
  font-size: 14px;
}
.menu-item-price {
  font-size: 13px;
}

/* ============================================================
   "SOMETHING SWEET?"
   Two fixed 480px margins on each side would leave almost no
   room at all on a phone screen — same category of bug as the
   .fourth-hero image wrapper from a few messages ago.
   ============================================================ */
.third-hero-menu {
  flex-direction: column;
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 40px;
  max-height: none; /* was 40vh — let it size to its actual stacked
                         content instead of capping height */
  padding: 32px 24px;
}
.third-hero-menu h4 {
  font-size: 20px;
}
.third-hero-menu .description-hero {
  font-size: 15px;
  max-width: 100%;
}
.sweet-right img {
  height: 220px; /* was 40vh — a fixed px value is more predictable
                      stacked under text than a viewport-relative one */
}
}