@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap");

:root {
  --gold: #b77918;
  --gold2: #d7ad59;
  --pink: #f8d9df;
  --blush: #fff5f7;
  --brown: #5c3518;
  --text: #2b2420;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(43, 36, 32, 1);
  background: white;
}
p {
  line-height: 1.3;
}
.topbar {
    display: none !important;
  height: 42px;
  background: linear-gradient(90deg, #f8d9df, #fff6f8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  font-size: 14px;
  color: #4b2a19;
}
.social {
  letter-spacing: 16px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 54px;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 2;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--gold);
}
.brand img {
  width: 82px;
}
.brand-text {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 31px;
  letter-spacing: 7px;
  line-height: 0.95;
}
.brand-text span {
  display: block;
  font-size: 15px;
  letter-spacing: 8px;
  margin-top: 9px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(92, 53, 24, 1);
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 16px;
}
.nav a:not(.btn) {
    border-bottom: 2px solid transparent;}

.nav a.active {
  color: var(--gold);
  border-color: var(--gold);
}
.btn {
  border: 1px solid var(--gold);
  border-image: none;
  border-color: rgba(183, 121, 24, 1);
  border-radius: 30px;
  background: linear-gradient(90deg, #ffe0e6, #fff7f8);
  color: rgba(92, 53, 24, 1);
  padding: 15px 22px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Trebuchet MS";
  font-weight: 900;
  box-shadow: 0 3px 8px rgba(180, 110, 100, 0.15);
}
.hero {
  min-height: 376px;
  background: url("images/hero.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-left: 120px;
}
.hero-card {
  max-width: 430px;
  color: var(--brown);
}
.hero-card .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.eyebrow {
  letter-spacing: 7px;
  text-transform: uppercase;
  color: var(--gold);
  font-family: "Trebuchet MS";
}
.hero h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 67px;
  letter-spacing: 15px;
  font-weight: 400;
  margin: 12px 0 0;
}
.script {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 50px;
  color: #9a6c27;
  margin-top: -8px;
}
.hero p {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 19px;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
}
.section {
  padding: 34px 6% 56px;
  text-align: center;
}
.section h2 {
  font-family: Arial;
  color: rgba(92, 53, 24, 1);
  font-size: 40px;
  font-weight: 400;
  margin: 8px 0 28px;
}
.ornament {
  color: var(--gold);
  font-size: 22px;
  margin-top: -15px;
  margin-bottom: 20px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.card {
  border: 1px solid var(--gold2);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(121, 72, 19, 0.08);
}
.card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}
.card-content {
  padding: 15px 26px 22px;
}
.card-content p {
  font-size: 17px;
  color: rgba(92, 53, 24, 1);
}
.card h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}
.price {
  font-family: "Trebuchet MS";
  color: var(--gold);
  font-size: 30px;
  margin-top: 8px;
}
.gallery-caption {
  margin: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: var(--brown);
  font-size: 17px !important; 
  text-align: center; 
 !}
.gallery-intro {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #6b5344;
}
.gallery-cards .card img {
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.page-hero {
  background: linear-gradient(120deg, var(--blush), #fff);
  padding: 44px 8%;
  height: 200px;
  text-align: center;
  border-bottom: 1px solid #f1d2d6;
}
.page-hero h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 52px;
  color: var(--brown);
  font-weight: 400;
}
.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 24px;
}
.panel {
  border: 1px solid var(--gold2);
  padding: 30px;
  background: #fffdfd;
  margin: 22px 0;
}
.panel h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: var(--brown);
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 12px;
}
.panel p {
  text-align: center;
  color: rgba(92, 53, 24, 1);
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 44px;
}
.booking-form {
  margin-top: 8px;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label,
.field-label {
  display: block;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(92, 53, 24, 1);
  margin-bottom: 8px;
}
.radio-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.radio-option {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 19px 16px;
  border: 1px solid var(--gold2);
  border-radius: 4px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--text);
  background: #fff;
  text-align: center;
  transition: border-color 0.15s, background 0.15s;
}
.radio-option:hover {
  border-color: var(--gold);
  background: #fffafb;
}
.radio-option input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  accent-color: var(--gold);
  flex-shrink: 0;
}
.radio-option:has(input:checked) {
  border-color: var(--gold);
  background: rgba(255, 229, 235, 1);
}
.radio-option:nth-child(2) span {
  margin-top: 22px;
  margin-bottom: 22px;
}
.optional {
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  color: #8a7568;
  font-weight: normal;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gold2);
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--text);
  background: #fff;
}
.booking-form input:not([type="hidden"]) {
  margin-bottom: 15px;
}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(183, 121, 24, 0.15);
}
.booking-form textarea {
  resize: vertical;
  min-height: 100px;
}
.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #b5a89e;
}
.booking-form select:invalid {
  color: #b5a89e;
}
.booking-form select option {
  color: var(--text);
}
.form-submit {
  display: block;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 42px;
  margin: 32px auto 12px;
}
.form-submit:hover {
  background: linear-gradient(90deg, #ffd4dc, #fff0f2);
}
.form-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}
.form-status {
  text-align: center;
  margin: 20px auto 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.4;
}
.form-status--error {
  color: #9b2c2c;
}
.success-panel {
  text-align: center;
}
.success-panel .btn {
  display: inline-block;
  margin-top: 20px;
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.footer {
  background-color: rgba(91, 53, 24, 1);
  color: #fff2d8;
  text-align: center;
  padding: 15px 28px;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .header,
  .topbar {
    padding-left: 18px;
    padding-right: 18px;
  }
  .header {
    display: block;
  }
  .nav {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px;
  }
  .hero {
    padding: 60px 24px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .cards,
  .grid2,
  .form-row {
    grid-template-columns: 1fr;
  }
  .btn {
    display: inline-block;
    margin-top: 10px;
  }
}

.team-card {
  overflow: hidden;
  padding: 0;
}
.team-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-top: 1px solid var(--gold2);
  color: rgba(217, 186, 155, 1);
}
.team-card h2,
.team-card h3,
.team-card p {
  padding-left: 30px;
  padding-right: 30px;
}
.team-card h2 {
  padding-top: 20px;
  font-family: "Shadows Into Light", cursive;
  color: var(--brown);
  font-size: 44px;
  font-weight: 400;
  margin: 0 0 6px;
}
.team-card h3 {
  padding-bottom: 20px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
  margin: 0;
}
.team-card p {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  color: rgba(92, 53, 24, 1);
  font-size: 19px;
  line-height: 1.5;
}
.nav .btn.active {
  border-color: var(--gold);
  color: rgba(92, 53, 24, 1);
}
