:root :where(body) {
  --wp--preset--font-family--heading: 'Montserrat', sans-serif !important;
  --wp--preset--font-family--body: "Roboto", sans-serif !important;
}

.is-layout-constrained > * { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
.wp-site-blocks { min-height: 100%; min-width: 100%; }
.has-global-padding { padding: 0 !important; }

.page-container { width: 100%; padding-bottom: 50px; background-color: #fff; }
@media (max-width: 1094px) { .page-container { padding-left: 0px; } .contact-section{ padding: 20px 30px; } .location{ padding: 0 30px; } }
@media (min-width: 901px) { .page-container { padding-top: 0px; } }
@media (max-width: 900px) {
  .location h1{ text-align: center !important; }
  .address{ text-align: center; }
  .contact-section { display: flex; flex-direction: column !important; padding: 20px 20px !important; }
  .content-section{ padding:20px 20px !important; }
  .location{ padding: 20px 20px !important; padding-bottom: 0 !important; }
}

/* Location block (unchanged bits kept) */
.location { text-align: left; padding: 20px 50px; padding-bottom: 0 !important; background-color: #fff; }
.location h2 { font-size: 1.5rem !important; font-weight:700; color: #000 !important; }
.location-text-amenities{ padding-top: 15px; }
.location-content { display: flex; justify-content: space-between; align-items: flex-start; }
.location-text { flex: 1; padding-top: 15px; }
.location-text p { color: #53565A !important; }
.location-map { flex: 3; padding: 20px; }
.location-map iframe { width: 100%; height: 300px; border: none; margin-bottom: 20px; }
@media (max-width: 900px) { .location-content { flex-direction: column; align-items: center; } .location-text, .location-map { padding: 10px 0; width:-webkit-fill-available; } }

/* Buttons */
.cta-button { display: inline-block; padding: 0.8rem 1.5rem; background-color: #a41e22; color: #ffffff !important; text-decoration: none !important; font-size: 1.1rem; border-radius: 5px; transition: background-color 0.3s ease; }

/* Contact bits (used by site) */
.contact-section { display: flex; justify-content: center; padding: 20px 50px; background: #fff; }
.contact { display: flex; justify-content: center; align-items: center; flex-direction: column; width:100%; }
.contact h2 { font-size: 40px; color: #ededed; text-align: center; margin-bottom: 10px; }
.contact form { width: auto; text-align: center; }

/* General form elements */
form .input-box { display: flex; justify-content: space-between; margin-bottom: 12px; }
.input-box .input-field { width: 48.5%; }
.field .item { width: 100%; padding: 18px; background: transparent; border: none; border-bottom: 2px solid black; outline: none; border-radius: 0; font-size: 16px; color: #000; margin: 12px 0; }
.field.error .item { border-bottom-color: #d93025; }
.field .item::placeholder { color: #000; }
.field .error-txt { font-size: 13px; color: #d93025; text-align: left; margin-top: 5px; display: none; }
.field.error .error-txt { display: block; }
form .textarea-field .item { resize: none; }
form .textarea-field .error-txt { margin-top: 5px; }
form button { padding: 12px 32px; background: #89121E; border: none; outline: none; border-radius: 6px; font-size: 1rem; color: #fff; letter-spacing: 1px; cursor: pointer; margin-top: 20px; transition: .2s; }
form button:hover { opacity: .9; }
@media (max-width: 768px) { .contact form { width: 100%; } form .input-box { flex-direction: column; } .input-box .input-field { width: 100%; } }

.col { display: flex; flex-direction: column; }
.left { flex-basis: 35%; margin-right: 20px; }
.left .contactTitle h2 { position: relative; font-size: 2rem; color: #000 !important; display: inline-block; margin-bottom: 25px; }
.left .contactTitle h2::before { content: ''; position: absolute; width: 50%; height: 1px; background-color: #888; top: 120%; left: 0; }
.contact-left{ width:100%; }
.left .contactTitle h2::after { content: ''; position: absolute; width: 25%; height: 3px; background-color: #000; top: calc(120% - 1px); left: 0; }
.left .contactTitle h2 + p { font-size: 17px; color: #53565A !important; letter-spacing: 1px; line-height: 1.2; padding-bottom: 22px; }

/* Hero */
.hero-content { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; color: #ffffff; text-align: center; z-index: 1; padding: 0 20px; }
.hero-content h1 { font-size: 4rem; font-weight: 700; color: #FFDE00 !important; }
.hero-content p { font-size: 1.2rem; margin-bottom: 0; color: #FFDE00 !important; }
.hero { position: relative; width: 100%; height: 60vh; overflow: hidden; }
.background-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.6); }

/* FAQ */
.location h1{ font-size: 2.5rem !important; margin-bottom: 1rem; text-decoration-line:underline; }
.faq-section { padding: 20px 50px; }
.title { font-size: 3rem !important; font-weight: 700 !important; text-align: center; width: 100%; }
.faq { width: 100%; margin-top: 2rem; padding: 1rem 0; border-bottom: 2px solid #000; }
.question { display: flex; justify-content: space-between; align-items: center; width: 100%; cursor: pointer; }
.question h3 { font-size: 1.5rem; }
.answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.answer p { padding-top: 1rem; line-height: 1.6; font-size: 1rem; color: #53565A !important; }
.faq.active .answer { max-height: 300px; animation: fade 1.4s ease-in-out; }
.faq.active svg { transform: rotate(180deg); }
svg { transition: transform 0.3s ease-in; }
@keyframes fade { from { opacity: 0; transform: translateY(-10px) } to { opacity: 1; transform: translateY(0px); } }
@media (max-width: 1094px) { .faq-section { padding: 20px 30px; } .requests-forms{padding: 20px 30px !important;} }
@media(max-width: 480px) { .title { font-size: 2.5rem !important; } }

/* ===== FORMS SECTION (outside FAQs) ===== */
.requests-forms { padding: 20px 50px; background:#fff; }
.forms-note { color:#53565A; margin-bottom: 10px; }
.forms-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items:start; }
@media (max-width: 980px){ .forms-grid { grid-template-columns: 1fr; gap: 28px; } }

.form-card { border-top: 4px solid #000; padding-top: 14px; }
.form-title { font-size: 1.8rem; margin: 0 0 6px 0; }
.form-intro { color:#53565A; margin: 0 0 14px 0; }

/* Namespaced form UI */
.dynasty-form { max-width: 900px; margin: 0; font-family: var(--wp--preset--font-family--body, system-ui); }
.dynasty-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dynasty-form .row-1 { grid-template-columns: 1fr; }
.dynasty-form label { font-weight: 600; display:block; margin-top: 14px; }
.dynasty-form input[type="text"],
.dynasty-form input[type="email"],
.dynasty-form input[type="tel"],
.dynasty-form input[type="date"],
.dynasty-form select,
.dynasty-form textarea { width: 100%; padding: 12px; border: none; border-bottom: 2px solid #000; background: transparent; outline: none; }
.dynasty-form small.helper { color:#53565A; display:block; margin-top: 6px; }
.dynasty-form .terms{
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;      /* keep it flush; p’s still have margins */
  margin-top: 20px;
}.dynasty-form .terms p { margin: 10px 0; }
.dynasty-form .btn { margin: 24px 0 28px; padding: 12px 24px; border-radius: 6px; border:none; cursor:pointer; background:#89121E; color:#fff; }
.dynasty-form .btn[disabled] { opacity:.6; cursor:not-allowed; }
.dynasty-form .success { background:#ecfdf5; border:1px solid #c6f6d5; color:#065f46; padding:12px; border-radius:8px; margin-top:14px; }
/* 2) checklist text NOT bold (keep only the section title bold) */
.dynasty-form .terms > strong{ font-weight: 700; }
.dynasty-form .terms label{ font-weight: 400 !important; }
.dynasty-form .helper.calc{
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media(max-width:700px){ .dynasty-form .row{grid-template-columns:1fr;}   .requests-forms{ padding: 20px 30px !important; }  /* 30px left/right */
}



/* === Responsive headings (global) === */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-family: var(--wp--preset--font-family--heading, 'Montserrat', sans-serif);
}

/* Base fluid scale for all h* */
h1 { font-size: clamp(2.0rem, 1.25rem + 4vw, 4.0rem); }
h2 { font-size: clamp(1.75rem, 1.15rem + 2.8vw, 3.0rem); }
h3 { font-size: clamp(1.35rem, 1.0rem + 1.6vw, 1.8rem); }
h4 { font-size: clamp(1.2rem, 0.95rem + 1.0vw, 1.4rem); }
h5 { font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.2rem); }
h6 { font-size: clamp(1.0rem, 0.9rem + 0.3vw, 1.05rem); }

/* Override spots where fixed sizes were set earlier */
.hero-content h1 { 
  font-size: clamp(2.2rem, 1.2rem + 5vw, 4rem) !important; 
}

.title { /* your big section titles inside FAQ */
  font-size: clamp(2.2rem, 1.4rem + 3vw, 3rem) !important;
  font-weight: 700 !important;
}

.question h3 { /* FAQ question headers */
  font-size: clamp(1.2rem, 0.9rem + 1.5vw, 1.6rem) !important;
}

/* Optional: form-card headings if you want them a touch larger */
.form-title {
  font-size: clamp(1.5rem, 1.05rem + 1.6vw, 2rem) !important;
}

.dynasty-status{
	margin-bottom: 20px;
}



/*-----*/
.dynasty-form .notice.warn{
  background:#fff7ed;border:1px solid #fdba74;color:#9a3412;
  padding:12px;border-radius:8px;margin-top:14px;
}
.policy-note.warn{ color:#b45309; }




#successMessage{
	margin-top: 30px !important;
}