* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #1f1f1f;
  background: #fffaf3;
}

/* Header */

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(214,168,79,.55);
}

.nav {
  max-width: 1600px;
  margin: auto;
  padding: 18px 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-left {
  justify-content: flex-start;
}

.nav-right {
    justify-content: flex-end;
    gap: 50px;
}

.nav-left a,
.nav-right a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 13px;
  font-weight: 800;
}

.nav-left a,
.nav-right a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding-bottom: 8px;
}

/* Gold line */
.nav-left a::after,
.nav-right a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #d6a84f;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

/* Hover effect */
.nav-left a:hover::after,
.nav-right a:hover::after {
  width: 100%;
}

.nav-left a:hover,
.nav-right a:hover {
  color: #d6a84f;
}

.logo-text {
  color: #f5ead2;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 0.85;
  text-align: center;
  white-space: nowrap;
}
.established {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: lowercase;
  color: rgba(214,168,79,.85);
  margin-top: 6px;
}

.logo-text span {
  display: block;
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/* Hero */

.hero {
  min-height: 85vh;
  background:
    linear-gradient(
      rgba(20, 6, 4, 0.20),
      rgba(20, 6, 4, 0.45)
    ),
    url("../Resources/CinnamonTreeBackground.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 160px 24px 140px;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(214, 168, 79, 0.08),
    rgba(0, 0, 0, 0.25)
  );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 17px 38px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: 17px;
  transition: 0.3s ease;
}

.btn.primary {
  background: linear-gradient(135deg, #d6a84f, #f5d889);
  color: #120c08;
  box-shadow: 0 14px 34px rgba(214, 168, 79, 0.32);
}

.btn.secondary {
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.btn:hover {
  transform: translateY(-3px);
}

/* Info Cards */
.info-section .info-card {
  text-align: center;
}
.info-section {
  max-width: 1200px;
  margin: -90px auto 120px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 5;
}

.info-card {
  background: rgba(255, 255, 255, 0.98);
  padding: 42px;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(214, 168, 79, 0.12);
}

.info-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  margin-bottom: 22px;
  color: #120c08;
}

.info-card p {
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 17px;
}

.info-card a {
  color: #8b1e16;
  font-weight: 900;
  text-decoration: none;
}

.info-card.highlight {
  background: linear-gradient(145deg, #9e2018, #76140f);
  color: white;
  border: 1px solid rgba(214, 168, 79, 0.28);
}

.info-card.highlight h2 {
  color: white;
}

.info-card.highlight a {
  color: #f5d889;
}

/* Typography Sections */

.eyebrow {
  color: #d6a84f;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 900;
  margin-bottom: 18px;
}

.about-preview,
.section-heading,
.reviews-section,
.booking-cta {
  max-width: 980px;
  margin: 0 auto 110px;
  padding: 0 24px;
  text-align: center;
}

.about-preview h2,
.section-heading h2,
.reviews-section h2,
.booking-cta h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(46px, 5vw, 76px);
  line-height: 1;
  margin-bottom: 24px;
  color: #18120f;
}

.about-preview p,
.section-heading p,
.booking-cta p {
  font-size: 19px;
  line-height: 1.85;
  margin-bottom: 34px;
}

/* Food Section */

.food-section {
  max-width: 1220px;
  margin: 0 auto 120px;
  padding: 0 24px;
}

.food-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.food-card,
.review-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(214, 168, 79, 0.12);
}

.food-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

.food-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  padding: 26px;
  color: #120c08;
}

/* Reviews */

.review-card {
  padding: 34px;
  text-align: left;
}

.review-card p {
  line-height: 1.8;
  font-size: 17px;
}

.stars {
  color: #d6a84f;
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

/* Booking CTA */

.booking-cta {
  background:
    linear-gradient(rgba(18, 12, 8, 0.92), rgba(18, 12, 8, 0.92));
  color: white;
  max-width: 1120px;
  border-radius: 34px;
  padding: 78px 34px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.booking-cta h2 {
  color: white;
}

/* Map */

.map-section iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}

/* Footer */

.footer {
  background: #120c08;
  color: white;
  text-align: center;
  padding: 34px 20px;
  line-height: 1.7;
}

.footer a {
  color: #d6a84f;
  text-decoration: none;
}

/* Mobile */

@media (max-width: 950px) {
  .nav {
    padding: 18px 20px;
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .nav-left,
  .nav-right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }

  .nav-left a,
  .nav-right a {
    font-size: 11px;
    letter-spacing: 1.8px;
  }

  .logo-text {
    font-size: 40px;
    order: -1;
  }

  .logo-text span {
    font-size: 15px;
  }

  .nav-cta {
    padding: 11px 22px;
  }

  .hero {
    min-height: 82vh;
    padding: 230px 20px 150px;
  }

  .info-section,
  .food-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .info-section {
    margin-top: -70px;
  }

  .about-preview h2,
  .section-heading h2,
  .reviews-section h2,
  .booking-cta h2 {
    font-size: 44px;
  }
}

@media (max-width: 520px) {
  .nav-links {
    gap: 14px;
  }

  .btn {
    width: 100%;
    max-width: 260px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .info-card {
    padding: 32px;
  }
}

/* Shared Inner Pages */

.page-hero {
  min-height: 62vh;
  background:
    linear-gradient(
      rgba(20, 6, 4, 0.35),
      rgba(20, 6, 4, 0.32)
    ),
    url("../Resources/Family.jpeg");
  background-position: center -15%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 180px 24px 90px;
}

.page-hero-content {
  max-width: 900px;
  color: white;
}

.page-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.95;
  font-weight: 600;
  margin-bottom: 24px;
}

.page-hero p {
  font-size: 21px;
  line-height: 1.7;
}

.story-section {
  max-width: 1180px;
  margin: 100px auto 110px;
  padding: 0 24px;
}

.story-intro {
  max-width: 900px;
  margin: 0 auto 70px;
  text-align: center;
}

.story-intro h2,
.story-long h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  margin-bottom: 24px;
}

.story-intro p,
.story-long p,
.story-card p {
  font-size: 18px;
  line-height: 1.85;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 70px;
}

.story-card {
  background: white;
  border-radius: 30px;
  padding: 44px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(214, 168, 79, 0.14);
}

.story-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  margin-bottom: 20px;
}

.story-card.dark {
  background: linear-gradient(145deg, #9e2018, #76140f);
  color: white;
}

.story-long {
  background: #fff;
  border-radius: 34px;
  padding: 58px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(214, 168, 79, 0.14);
}

.story-long p {
  margin-bottom: 22px;
}

@media (max-width: 900px) {
  .story-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 240px;
  }

  .story-long {
    padding: 36px;
  }
}

/* Menu Page */

.menu-hero {
  background:
    linear-gradient(
      rgba(20, 6, 4, 0.35),
      rgba(20, 6, 4, 0.7)
    ),
    url("../Resources/CinnamonTreeBackground.png");
  background-position: center;
  background-size: cover;
}

.menu-section {
  max-width: 1180px;
  margin: 100px auto 110px;
  padding: 0 24px;
}

.menu-download-card {
  background: white;
  border-radius: 34px;
  padding: 70px 40px;
  text-align: center;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(214, 168, 79, 0.14);
  margin-bottom: 34px;
}

.menu-download-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
  margin-bottom: 24px;
}

.menu-download-card p {
  max-width: 720px;
  margin: 0 auto 34px;
  font-size: 19px;
  line-height: 1.8;
}

.menu-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.dark-btn {
  background: #120c08;
  color: white;
}

.menu-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.menu-highlight-card {
  background: white;
  border-radius: 28px;
  padding: 38px;
  text-align: center;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.09);
  border: 1px solid rgba(214, 168, 79, 0.14);
}

.menu-highlight-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  margin-bottom: 16px;
}

.menu-highlight-card p {
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .menu-highlights {
    grid-template-columns: 1fr;
  }

  .menu-download-card {
    padding: 46px 28px;
  }
}

/* Contact Page */

.contact-hero {
  background:
    linear-gradient(
      rgba(20, 6, 4, 0.35),
      rgba(20, 6, 4, 0.72)
    ),
    url("../Resources/CinnamonTreeBackground.png");
  background-position: center;
  background-size: cover;
}

.contact-section {
  max-width: 1180px;
  margin: 100px auto 110px;
  padding: 0 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 34px;
}

.contact-card {
  background: white;
  border-radius: 28px;
  padding: 42px;
  text-align: center;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(214, 168, 79, 0.14);
}

.contact-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  margin-bottom: 18px;
}

.contact-card p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 10px;
}

.contact-card a {
  color: #8b1e16;
  font-weight: 900;
  text-decoration: none;
}

.contact-card.highlight {
  background: linear-gradient(145deg, #9e2018, #76140f);
  color: white;
}

.contact-form-wrap {
  background: white;
  border-radius: 34px;
  padding: 56px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(214, 168, 79, 0.14);
  margin-bottom: 34px;
}

.contact-form-text h2,
.gift-card-panel h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  margin-bottom: 22px;
}

.contact-form-text p,
.gift-card-panel p {
  font-size: 18px;
  line-height: 1.85;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 12, 8, 0.15);
  border-radius: 16px;
  padding: 16px 18px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background: #fffaf3;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #d6a84f;
  box-shadow: 0 0 0 3px rgba(214, 168, 79, 0.16);
}

.contact-form button {
  border: none;
  cursor: pointer;
  justify-self: flex-start;
}

.gift-card-panel {
  background:
    linear-gradient(
      rgba(18, 12, 8, 0.92),
      rgba(18, 12, 8, 0.92)
    );
  color: white;
  border-radius: 34px;
  padding: 60px 36px;
  text-align: center;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.1);
}

.gift-card-panel h2 {
  color: white;
}

.gift-card-panel p {
  max-width: 700px;
  margin: 0 auto 30px;
}

@media (max-width: 900px) {
  .contact-grid,
  .contact-form-wrap {
    grid-template-columns: 1fr;
  }

  .contact-form-wrap {
    padding: 36px;
  }

  .contact-form button {
    justify-self: stretch;
  }
}

/* Gift Card Page */

.gift-hero {
  background:
    linear-gradient(
      rgba(20, 6, 4, 0.35),
      rgba(20, 6, 4, 0.72)
    ),
    url("../Resources/CinnamonTreeBackground.png");
  background-position: center;
  background-size: cover;
}

.gift-section {
  max-width: 1180px;
  margin: 100px auto 110px;
  padding: 0 24px;
}

.gift-main-card {
  background: white;
  border-radius: 34px;
  padding: 46px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(214, 168, 79, 0.14);
  margin-bottom: 34px;
}

.gift-main-card img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.gift-main-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
  margin-bottom: 24px;
}

.gift-main-card p {
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 24px;
}

.gift-note {
  color: #8b1e16;
  font-weight: 800;
}

@media (max-width: 900px) {
  .gift-main-card {
    grid-template-columns: 1fr;
    padding: 34px;
  }
}

/* Gallery Page */

.gallery-hero {
  background:
    linear-gradient(
      rgba(20, 6, 4, 0.32),
      rgba(20, 6, 4, 0.72)
    ),
    url("../Resources/C_Tree_Carousel1.jpg");
  background-position: center;
  background-size: cover;
}

.gallery-section {
  max-width: 1240px;
  margin: 100px auto 120px;
  padding: 0 24px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 22px;
}

.gallery-item {
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(214, 168, 79, 0.16);
}

.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.18)
  );
  opacity: 0;
  transition: 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover::after {
  opacity: 1;
}

@media (max-width: 1000px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .gallery-item.large,
  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 600px) {
  .page-hero {
    background-size: 100% auto;
    background-position: center 250px;
    background-repeat: no-repeat;
    min-height: 650px;
    padding: 0;
    background-color: #120c08;
  }

  .page-hero-content {
    display: none;
  }
}