:root {
  --green: #0a5a36;
  --green-2: #083d28;
  --red: #b61e28;
  --red-2: #e43d30;
  --gold: #f0b429;
  --cream: #fff6e3;
  --cream-2: #fffaf0;
  --ink: #251a13;
  --muted: #765b42;
  --white: #fff;
  --shadow: 0 24px 70px rgba(31, 17, 4, .18);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(240, 180, 41, .25), transparent 28rem),
    radial-gradient(circle at 80% 10%, rgba(10, 90, 54, .18), transparent 25rem),
    linear-gradient(180deg, #fff9ec 0%, #fff3df 52%, #fffaf1 100%);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.top-strip {
  background: linear-gradient(90deg, var(--green-2), var(--green), var(--red));
  color: var(--cream);
  font-weight: 700;
  letter-spacing: .02em;
  font-size: .92rem;
}

.top-strip .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: .7rem 0;
  flex-wrap: wrap;
}

.bangla {
  font-family: "Hind Siliguri", Inter, sans-serif;
}

.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(255, 250, 240, .82);
  border-bottom: 1px solid rgba(10, 90, 54, .12);
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .95rem 0;
}
nav {
  position: relative;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: white;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(10, 90, 54, .18);
  place-items: center;
  padding: 0;
  position: relative;
  z-index: 70;
}

.menu-toggle span {
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}

.menu-toggle span:nth-child(1) {
  top: 16px;
}

.menu-toggle span:nth-child(2) {
  top: 23px;
}

.menu-toggle span:nth-child(3) {
  top: 30px;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}


.brand {
  display: flex;
  align-items: center;
  gap: .85rem;
  min-width: 235px;
}

.brand img {
  width: 116px;
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .18));
}

.brand small {
  display: block;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .12em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: .4rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  padding: .72rem .9rem;
  font-weight: 800;
  color: var(--green-2);
  border-radius: 999px;
}

.nav-links a:hover {
  background: rgba(10, 90, 54, .09);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .86rem 1.15rem;
  border-radius: 999px;
  border: 0;
  font-weight: 900;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  box-shadow: 0 12px 26px rgba(10, 90, 54, .18);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--red), var(--red-2));
  color: white;
}

.btn-secondary {
  background: var(--green);
  color: white;
}

.btn-ghost {
  background: rgba(255, 255, 255, .88);
  color: var(--green-2);
  box-shadow: none;
  border: 1px solid rgba(10, 90, 54, .16);
}

.hero {
  position: relative;
  padding: 5.8rem 0 3.2rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 68%;
  background:
    linear-gradient(135deg, rgba(8, 61, 40, .96), rgba(10, 90, 54, .88) 42%, rgba(182, 30, 40, .86)),
    url("https://images.unsplash.com/photo-1563379091339-03246963d96c?auto=format&fit=crop&w=1800&q=80") center/cover;
  clip-path: ellipse(110% 82% at 50% 0%);
  z-index: -2;
}

.hero::after {
  display: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 2.2rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .48rem .78rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #ffe9b5;
  background: rgba(255, 255, 255, .08);
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .72rem;
  margin-bottom: 1.1rem;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: .98;
  margin: 0;
  color: inherit;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.9rem);
  color: var(--white);
  letter-spacing: -.055em;
  max-width: 760px;
  text-shadow: 0 14px 38px rgba(0, 0, 0, .22);
}

.hero-lead {
  color: #000000;
  font-size: clamp(1.05rem, 2.4vw, 1.34rem);
  line-height: 1.72;
  max-width: 650px;
  margin: 1.3rem 0 1.55rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.hero-card {
  position: relative;
  background: rgba(255, 250, 240, .94);
  border-radius: var(--radius-xl);
  padding: .9rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .7);
  transform: rotate(1.1deg);
}

.hero-card::before {
  content: "স্বাদে দেশ";
  position: absolute;
  top: -1.2rem;
  right: 1.8rem;
  background: var(--gold);
  color: var(--green-2);
  border-radius: 999px;
  padding: .55rem .95rem;
  font-family: "Hind Siliguri", Inter, sans-serif;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.hero-card img {
  height: 475px;
  width: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 10px);
}

.hero-card-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  margin-top: .8rem;
}

.mini-photo {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 130px;
  background: linear-gradient(135deg, #f7d57d, #d43a30);
}

.mini-photo img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.mini-photo span {
  position: absolute;
  left: .8rem;
  bottom: .75rem;
  color: white;
  font-weight: 900;
  text-shadow: 0 4px 16px rgba(0, 0, 0, .45);
}

.section {
  padding: 5rem 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.section-kicker {
  color: var(--red);
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: .7rem;
}

h2 {
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  letter-spacing: -.04em;
  color: var(--green-2);
  max-width: 780px;
}

.section-copy {
  color: var(--muted);
  line-height: 1.75;
  max-width: 550px;
  font-size: 1.03rem;
}

.story-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 2rem;
  align-items: stretch;
}

.story-photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  min-height: 520px;
  box-shadow: var(--shadow);
  position: relative;
}

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% center;
}

.story-photo .label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  background: rgba(255, 250, 240, .92);
  border-radius: 22px;
  padding: 1rem;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.story-content {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(10, 90, 54, .12);
  border-radius: var(--radius-xl);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 18px 50px rgba(70, 39, 4, .08);
}

.story-content p {
  color: var(--muted);
  line-height: 1.82;
  font-size: 1.08rem;
  margin: 0 0 1.2rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.4rem;
}

.pill {
  border-radius: 999px;
  padding: .66rem .86rem;
  background: #fff2d5;
  color: var(--green-2);
  border: 1px solid rgba(240, 180, 41, .35);
  font-weight: 900;
}

.menu-section {
  background:
    linear-gradient(rgba(8, 61, 40, .94), rgba(8, 61, 40, .94)),
    url("https://images.unsplash.com/photo-1571934811356-5cc061b6821f?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: var(--cream);
  border-radius: 48px;
  margin-inline: max(16px, calc((100vw - var(--max)) / 2));
  padding: 4.4rem clamp(1rem, 4vw, 3.2rem);
  position: relative;
  overflow: hidden;
}

.menu-section::before,
.menu-section::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border: 34px solid rgba(240, 180, 41, .18);
  border-radius: 46% 54% 51% 49%;
}

.menu-section::before {
  left: -90px;
  top: -90px;
}

.menu-section::after {
  right: -100px;
  bottom: -100px;
}

.menu-section .section-head,
.menu-grid {
  position: relative;
  z-index: 1;
}

.menu-section h2 {
  color: white;
}

.menu-section .section-copy {
  color: #ffedc0;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.menu-card {
  background: rgba(255, 250, 240, .96);
  color: var(--ink);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 255, 255, .28);
}

.menu-card .photo {
  height: 170px;
  background: linear-gradient(135deg, var(--gold), var(--red));
  position: relative;
  overflow: hidden;
}

.menu-card .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.menu-card:hover .photo img {
  transform: scale(1.07);
}

.menu-card .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .18));
}

.menu-card .body {
  padding: 1.05rem;
}

.menu-card h3 {
  font-size: 1.55rem;
  color: var(--green-2);
  letter-spacing: -.02em;
  margin-bottom: .4rem;
}

.menu-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
  font-size: .94rem;
}

.tag {
  display: inline-flex;
  margin-bottom: .65rem;
  color: #8a4205;
  background: #ffe8ad;
  border-radius: 999px;
  padding: .32rem .58rem;
  font-weight: 900;
  font-size: .73rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.feature {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  border: 1px solid rgba(10, 90, 54, .11);
  box-shadow: 0 16px 38px rgba(70, 39, 4, .08);
}

.feature b {
  display: block;
  color: var(--green-2);
  font-size: 1.05rem;
  margin-bottom: .42rem;
}

.feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #ffe9b5;
  margin-bottom: .85rem;
  font-size: 1.25rem;
}

.grocery-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.market-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: clamp(1.4rem, 4vw, 2.5rem);
  box-shadow: var(--shadow);
  border: 1px solid rgba(10, 90, 54, .11);
}

.market-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.market-list li {
  padding: .85rem .9rem;
  border-radius: 17px;
  background: #fff4de;
  color: var(--green-2);
  font-weight: 900;
}

.photo-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
  transform: rotate(-1deg);
}

.photo-stack img {
  height: 245px;
  width: 100%;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}


.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 2vw, 1.8rem);
  max-width: 1140px;
  margin: 0 auto;
  align-items: stretch;
}

.gallery-item {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(31, 17, 4, .14);
  background: #efe1c5;
  cursor: pointer;
  isolation: isolate;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .56));
  opacity: .92;
  z-index: 1;
  pointer-events: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease, filter .7s ease;
}

.gallery-item span {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 2rem);
  padding: .65rem .9rem;
  border-radius: 999px;
  color: var(--white);
  background: rgba(8, 61, 40, .88);
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

.gallery-item:hover img,
.gallery-item:focus img,
.gallery-item:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.06);
}

.gallery-item:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: 4px;
}


.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(.6rem, 2vw, 1.3rem);
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(8, 34, 23, .88);
  backdrop-filter: blur(12px);
}

.lightbox[hidden] {
  display: none;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox-content {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: .85rem;
}

.lightbox-content img {
  width: min(100%, 980px);
  max-height: 78vh;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
  background: var(--cream-2);
}

.lightbox-content figcaption {
  color: var(--cream);
  font-weight: 900;
  font-size: clamp(1rem, 2vw, 1.25rem);
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .5);
}

.lightbox-close,
.lightbox-nav {
  border: 0;
  cursor: pointer;
  color: var(--green-2);
  background: rgba(255, 250, 240, .96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .25);
  transition: transform .2s ease, background .2s ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  transform: scale(1.06);
  background: var(--gold);
}

.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: 4px;
}

.lightbox-close {
  position: absolute;
  top: clamp(.8rem, 2vw, 1.3rem);
  right: clamp(.8rem, 2vw, 1.3rem);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-nav {
  width: clamp(46px, 6vw, 64px);
  height: clamp(46px, 6vw, 64px);
  border-radius: 999px;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  display: grid;
  place-items: center;
}

.visit-section {
  background: #fff0d2;
  border-top: 1px solid rgba(10, 90, 54, .12);
  border-bottom: 1px solid rgba(10, 90, 54, .12);
}

.visit-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1.5rem;
  align-items: stretch;
}

.visit-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: clamp(1.6rem, 4vw, 3rem);
  box-shadow: var(--shadow);
  border: 1px solid rgba(10, 90, 54, .11);
}

.info-line {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: 1rem 0;
  border-bottom: 1px dashed rgba(118, 91, 66, .28);
  color: var(--muted);
  line-height: 1.55;
}

.info-line:last-child {
  border-bottom: 0;
}

.info-line strong {
  color: var(--ink);
  display: block;
}

.map-card {
  min-height: 520px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(8, 61, 40, .92), rgba(182, 30, 40, .82)),
    url("./images/storefront2.jpg") center/cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.1rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-card .inner {
  background: rgba(255, 250, 240, .93);
  border-radius: 26px;
  padding: 1.25rem;
}

.map-card h3 {
  font-size: 2rem;
  color: var(--green-2);
  margin-bottom: .5rem;
}

.map-card p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 1rem;
}

footer {
  background: var(--green-2);
  color: var(--cream);
  padding: 3rem 0 2rem;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(240, 180, 41, .16) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .55;
}

footer .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 1.5rem;
  align-items: start;
}

footer img {
  width: 140px;
  margin-bottom: 1rem;
}

footer p {
  color: #f7ddb0;
  line-height: 1.68;
  margin: 0;
}

footer h4 {
  margin: 0 0 .8rem;
  color: white;
}

footer a {
  display: block;
  color: #f7ddb0;
  margin: .5rem 0;
  font-weight: 700;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, .13);
  margin-top: 2rem;
  padding-top: 1.2rem;
  color: #f7ddb0;
  font-size: .9rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.floating-order {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
}

@media (max-width: 1050px) {

  .hero-grid,
  .story-grid,
  .grocery-wrap,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .hero::before {
    height: 78%;
  }

  .hero-card {
    transform: none;
  }

  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .map-card {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .top-strip .container {
    justify-content: center;
    text-align: center;
  }

  .nav-wrap {
    z-index: 80;
  }

  nav {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 104px;
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 auto;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: .95rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: .4rem;
    justify-content: stretch;
    padding: .9rem;
    border-radius: 24px;
    background: rgba(255, 250, 240, .98);
    border: 1px solid rgba(10, 90, 54, .14);
    box-shadow: 0 26px 70px rgba(31, 17, 4, .22);
    transform: translateY(-14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  }

  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-links a {
    width: 100%;
    padding: .9rem 1rem;
    border-radius: 16px;
  }

  .nav-links .btn {
    margin-top: .25rem;
  }

  .hero {
    padding-top: 3.6rem;
  }

  .hero-card img {
    height: 330px;
  }

  .hero-card-bottom,
  .feature-band,
  .footer-grid,
  .market-list,
  .photo-stack {
    grid-template-columns: 1fr;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .gallery-item,
  .gallery-item:nth-child(n) {
    grid-column: auto;
    min-height: 0;
  }

  .lightbox {
    grid-template-columns: 1fr;
    padding: 4.5rem 1rem 1.2rem;
  }

  .lightbox-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }

  .lightbox-nav:hover {
    transform: translateY(-50%) scale(1.06);
  }

  .lightbox-prev {
    left: .75rem;
  }

  .lightbox-next {
    right: .75rem;
  }

  .lightbox-content img {
    max-height: 72vh;
  }

  .floating-order {
    display: none;
  }

  .section {
    padding: 3.3rem 0;
  }

  .menu-section {
    border-radius: 28px;
  }
}

@media (max-width: 460px) {
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item:nth-child(n) {
    grid-column: auto;
  }

  .hero-actions .btn {
    width: 100%;
  }

  h1 {
    font-size: 3.1rem;
  }
}