/*
|==========================================================================
| MASTER STYLESHEET (Organised & Optimised)
| Combines: normalize.css, base, utilities, layout, buttons, sections, menu, footer, home-page
|==========================================================================
*/

/* ==========================================================================
   1. FONT IMPORTS
   ========================================================================== */
@import url(https://db.onlinewebfonts.com/c/16436b1f829fb58083d4b697dd9ef972?family=Signature+Collection);

@font-face {
  font-family: "Signature Collection";
  src: url('../fonts/SignatureCollection.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ==========================================================================
   2. NORMALIZE.CSS (Browser reset)
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main { display: block; }
h1 { font-size: 3em; margin: 0.67em 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
p { font-size: 1em; }
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }

/* ==========================================================================
   3. ROOT VARIABLES
   ========================================================================== */
:root {
  --max-width: 1200px;
  --primary-color: #A0937D;
  --highlight-color: #2F3E46;
  --text-color: #333;
  --bg-light: #fafafa;
  --bg-white: #fff;
  --border-color: #ccc;
}

/* ==========================================================================
   4. BASE STYLES (Global typography, body, links)
   ========================================================================== */
body {
  font-family: 'Libre Caslon Display', serif;
  font-size: 20px;
  line-height: 1.6;
  color: #414042;
  background-color: #f2f2f0;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  min-height: 100vh;
  overflow-x: hidden;
}

.highlight-word {
  font-family: "Signature Collection", serif;
  font-weight: 500;
  font-size: 1.75em;
  letter-spacing: 0.5px;
}

.highlight-word-estate {
  font-family: "Signature Collection", serif;
  font-weight: 500;
  font-size: 3.75em;
  letter-spacing: 0.5px;
  color: #ffffff;
}

h1, h2, h3 {
  font-family: 'Libre Caslon Display', serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #414042;
}

h1 { font-size: 50px; }
h2 { font-size: 43px; }
h3 { font-size: 36px; }

p {
  font-family: electra, 'Libre Caslon Display', serif;
  color: #414042;
  font-size: 20px;
}

.text--small {
  font-family: 'Libre Caslon Display', serif;
  font-weight: 200;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #414042;
  font-style: italic;
}

a {
  color: #587D71;
  text-decoration: underline;
  transition: color 0.3s ease;
}

a:hover {
  color: #414042;
  text-decoration: underline;
}

/* ==========================================================================
   5. LAYOUT & UTILITIES
   ========================================================================== */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
}

.footer-container {
  width: 100%;
  text-align: center !important;
  float:none;
}

[class*=" socicon-"], [class^="socicon-"] {
  font-family: Socicon, serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   6. BUTTONS (Unified system)
   ========================================================================== */
.button, .cta-button, .book-button, .about-button, .check-button, .discover-button, .secondary-button {
  display: inline-block;
  padding: 15px 35px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}

.cta-button, .check-button {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  display: block;
  margin: 0 auto;
  font-size: 0.5em;
}

.about-button {
  background-color: #dacdc8;
  color: #FFFFFF;
  border: 1px solid transparent;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.5em;
}

.book-button {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  display: inline-block;
  padding: 10px 18px;
  letter-spacing: 1.5px;
  font-size: 0.4em;
  margin-left: auto;
}

.book-button:focus {
  outline: 2px solid #D6C7AE;
  outline-offset: 2px;
}

.secondary-button {
  background-color: transparent;
  border: 2px solid #4f5b54;
  color: #4f5b54;
  font-size: 0.5em;
}

.discover-button {
  display: inline-block;
  padding: 12px 25px;
  margin-top: 20px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 0.7em;
  letter-spacing: 1px;
}

.cta-button:hover, .check-button:hover, .book-button:hover, .about-button:hover, .secondary-button:hover, .discover-button:hover {
  background-color: #D6C7AE;
  color: #333;
  border-color: #D6C7AE;
}

.secondary-button:hover {
  background-color: #4f5b54;
  color: #FFF;
}

.key-info-section .discover-button {
  background-color: #dacdc8;
  color: #333;
  padding: 15px 30px;
  font-size: 0.9em;
  border: 1px solid #D6C7AE;
  margin-top: 25px;
}

.key-info-section .discover-button:hover {
  background-color: #c4b5a0;
  border-color: #c4b5a0;
}

/* ==========================================================================
   7. SECTIONS & LAYOUT BLOCKS
   ========================================================================== */
.the-venue-content-section, .content-section, .dark-section, .strap-section, .cta-section {
  background-color: #f2f2f0;
}

.content-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.key-info-section, .faq-section, .horizontal-image-section {
  background-color: #fcfcfc;
}

.hero-section {
  background-size: cover;
  background-color: #4f5b54;
  background-position: center center;
  background-repeat: no-repeat;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

.hero-spacer {
  height: 700px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #dacdc8;
}

.image-section {
  background-color: #4f5b54;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
}

.estate-hero-section, .terrace-hero-section {
  background-color: #4f5b54;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
}

.estate-hero-section { background-image: url('/img/Estate.jpg'); }
.marry-hero-section { background-image: url('/img/Estate.jpg'); }
.terrace-hero-section { background-image: url('/img/Terrace.jpg'); }

.hero-section h1 { color: #ffffff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); text-align: center; font-size: 600%; }
.hero-section h2 { color: white; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); font-size: 400%; }
.hero-section h3 { color: white; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); font-size: 200%; }
.estate-hero-section h2 { color: white; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); font-size: 400%; }
.estate-hero-section h3 { color: white; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); font-size: 200%; }
.image-section h2 { color: white; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); font-size: 2em; }

.the-venue-content-section { padding: 80px 0; text-align: center; }
.dark-section { color: #333; padding: 100px 0; text-align: center; }
.section-lead { font-size: 1.1em; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; }
.section-title { margin-bottom: 20px; margin-top: 0; }
.section-number { font-family: 'Libre Caslon Display', serif; font-size: 2.5em; font-weight: 400; color: #333; margin-right: 15px; display: inline-block; line-height: 1; vertical-align: top; }
.title-text { font-size: 1.5em; display: inline-block; vertical-align: top; }
.numbered-section { position: relative; padding-top: 100px; }

.section-pill {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  color: #F8F7F3;
  width: 50px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Libre Caslon Display', serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  z-index: 50;
}

.hero-section.numbered-section { padding-top: 0; }
.numbered-section .container { padding-left: 50px; }
.hero-section .hero-content { padding-left: 20px; }

#what, #the-venue, #stay { background-color: #ece9e5; }

.gallery { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.gallery-item { flex-basis: calc(25% - 10px); }
.gallery-item img { width: 100%; height: auto; display: block; }
#gallery, #journal, #enquire { background-color: #f2f2f0; }

/*.strap-section {
  position: relative;
  min-height: 10vh;
  max-height: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dacdc8;
  padding: 70px 0;
  overflow: visible;
  text-align: center;
  height: auto;
}*/

.strap-section {
  background-color: #dacdc8;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

/*
.strap-container { display: block; justify-content: center; align-items: center; max-height: none; width: 90%; padding: 20px; }
.strap-content { display: block; justify-content: center; align-items: center; max-height: none; max-width: 90%; padding: 20px; }
*/
.strap-container {
  max-width: 800px;
  width: 100%;
}

.strap-content {
  padding: 20px; /* or minimal padding if needed */
}

.sustainability-note {
  max-height: none;
  min-height: 300px;
  height: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sustainability-note .container { height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; }
.bold-text { font-weight: bold; }
.strap-content h2 { font-family: sans-serif; font-size: 1.5em; color: #000; margin: 0; line-height: 1.4; }
.strap-content p { font-family: sans-serif; font-size: 25px; width: 100%; }

.key-info-section .content-hero-content { text-align: center; }
.key-info-section .content-hero-content p { font-family: 'Libre Caslon Display', serif; font-size: 26px; line-height: 1; color: #4a4a4a; margin-bottom: 20px; }
.key-info-section .signature-title { font-family: "Signature Collection", serif; font-size: 3.5em; font-weight: 500; color: #000; line-height: 1; margin-bottom: 5px; margin-top: 0; }

/* General Content Sections */
.general-content-section {
  --min-item-width: 15rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: -1em;
  margin-left: -2.5em;
  align-items: center;
  gap: 0;
}

.general-content-section + .general-content-section { margin-top: 3em; }
main .strap-section:last-of-type { padding-bottom: 0; }
main > section:last-child { padding-bottom: 0 !important; margin-bottom: 0 !important; }

.general-content-section__item { padding-top: 1em; padding-left: 2.5em; flex: 1 1 var(--min-item-width); }
.general-content-section__body { flex-grow: 9999; flex-basis: var(--min-item-width); }
.general-content-section__figure { margin-right: auto; flex-grow: 1; display: flex; justify-content: center; align-items: center; }
.general-content-section__figure img { max-width: 100%; height: auto; vertical-align: middle; border-radius: 4px; }

@supports (width: max-content) {
  .general-content-section__figure { min-width: var(--min-item-width); max-width: max-content; flex-basis: var(--min-item-width); flex-grow: 99999; }
}

.general-content-section__body > * + * { margin-top: 1em; }
.general-content-section .general-content-layout, .general-content-section--reverse .general-content-layout { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.general-content-section .text-content, .general-content-section--reverse .text-content { flex: 1 1 calc(50% - 20px); min-width: 300px; }
.general-content-section .image-placeholder, .general-content-section--reverse .image-placeholder { flex: 1 1 calc(50% - 20px); min-width: 300px; display: flex; align-items: center; justify-content: center; }
.general-content-section .image-placeholder img { width: 100%; height: auto; object-fit: cover; border-radius: 4px; }
.general-content-section--reverse .text-content { order: 1; }
.general-content-section--reverse .image-placeholder { order: 2; }

/* Image Grid */
.image-grid-section { padding: 60px 0; }
.image-grid-section h2 { text-align: center; margin-bottom: 30px; }
.image-grid { display: grid; gap: 20px; }
.image-grid__item--full { grid-column: 1 / -1; }
.horizontal-image-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.horizontal-image-item { flex: 1; min-width: 250px; max-width: calc((100% - 40px) / 3); }

.gallery-links { list-style: none; padding: 0; margin-top: 20px; }
.gallery-links li { padding: 8px 0; border-bottom: 1px dashed var(--border-color); }
.gallery-links a:hover { text-decoration: underline; }

/* ==========================================================================
   8. ACCORDION (Consolidated Styles)
   ========================================================================== */
.faq-section .accordion-item { border-bottom: 1px solid #E0E0E0; margin-bottom: 5px; }
.accordion-header { position: relative; background-color: transparent; color: #587D71; cursor: pointer; width: 100%; padding: 20px 70px 20px 15px; border: none; text-align: left; font-family: 'Libre Caslon Display', serif; font-weight: 400; font-size: 1.25em; line-height: 1.4; transition: color 0.3s ease; }
.accordion-header:hover { color: #333; }
.accordion-group-title { margin-top: 2.5rem; margin-bottom: 1rem; }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out, padding 0.3s ease-out; padding-top: 0; padding-bottom: 0; padding-left: 20px; padding-right: 20px; }
.accordion-content.active { max-height: 500px; padding-top: 15px; padding-bottom: 30px; }

.accordion-content p, .accordion-content li { font-size: 1.15em; line-height: 1.6; margin-bottom: 15px; }
.accordion-content p:last-child { margin-bottom: 0; }
.accordion-icon { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; }
.accordion-icon::before { content: "\f067"; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 1.2em; color: #587D71; transition: content 0.3s ease, transform 0.3s ease, color 0.3s ease; }
.accordion-header[aria-expanded="true"] .accordion-icon::before { content: "\f068"; transform: rotate(0deg); }
.accordion-container { max-width: 1000px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }

/* Page Specific Accordion Overrides */
.for-guests .general-content-section.content-section { background-color: #4f5b54 !important; }
.for-guests .accordion-container { background-color: #4f5b54; padding: 2rem 0; border-radius: 8px; }
.for-guests .accordion-item { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 0 20px; }
.for-guests .accordion-item:last-child { border-bottom: none; }
.for-guests .accordion-header { color: #fff !important; font-size: 1.5rem; padding-left: 0; display: flex; justify-content: space-between; align-items: center; width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: inherit; }
.for-guests .accordion-icon::before { color: #fff !important; }
.for-guests .accordion-content { color: #fff !important; padding-top: 1rem; padding-bottom: 1rem; padding-left: 0; padding-right: 0; }
.for-guests .accordion-content p, .for-guests .accordion-content h1, .for-guests .accordion-content h2, .for-guests .accordion-content h3, .for-guests .accordion-content li { color: #fff !important; font-size: 1.25rem; }

.faqs-page .general-content-section.content-section, .faqs-page .container, .faqs-page .accordion-container { background-color: #e6e1dc !important; }
.faqs-page .accordion-icon::before { color: #414042; }

/* ==========================================================================
   9. HEADER & MOBILE MENU
   ========================================================================== */
.submenu-panel.open { transform: translateX(calc(100vw - 300px)); }
.submenu-panel { z-index: 1095; }
.main-panel { z-index: 1090; }
.sidebar { overflow-y: auto; -webkit-overflow-scrolling: touch; }

header { background-color: transparent; padding: 4px 2%; display: flex; justify-content: space-between; align-items: center; border-bottom: none !important; position: fixed; top: 0; width: 100%; box-sizing: border-box; z-index: 1000; transition: background-color 0.3s ease; height: 80px; }
header.scrolled { background-color: #4f5b54 !important; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.header-logo-scrolled { position: absolute; left: 50%; transform: translateX(-50%); opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; z-index: 1001; pointer-events: none; }
.header-logo-scrolled img { height: 75px; width: auto; display: block; max-width: 100%; }
header.scrolled .header-logo-scrolled { opacity: 1; visibility: visible; }

header .book-button { order: 2; margin-left: auto; padding: 8px 16px; border: 1px solid #FFFFFF; background-color: transparent; color: #FFFFFF; text-decoration: none; font-family: sans-serif; text-transform: uppercase; letter-spacing: 1.5px; font-weight: bold; font-size: 0.4em; cursor: pointer; line-height: 1; -webkit-appearance: none; -moz-appearance: none; appearance: none; z-index: 1002; position: relative; }

.menu-toggle { display: block; cursor: pointer; padding: 10px; z-index: 1002; order: 1; background: none; border: none; }
.menu-toggle .bar { width: 25px; height: 3px; background-color: #FFFFFF; margin: 4px 0; transition: background-color 0.3s ease; }
header.scrolled .menu-toggle .bar { background-color: #FFFFFF !important; }
.menu-toggle.is-active .bar:nth-child(2) { opacity: 0; }
.menu-toggle.is-active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.is-active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.sidebar { position: fixed; top: 0; height: 100vh; overflow-y: hidden; transition: transform 0.4s ease-in-out; }
.main-panel { width: 300px; background-color: #4f5952; color: #F8F7F3; transform: translateX(-100%); z-index: 1090; }
.main-panel.open { transform: translateX(0); }
.submenu-panel { width: 300px; background-color: #F8F7F3; color: #333; transform: translateX(-100%); z-index: 1080; }
.submenu-panel.open { transform: translateX(300px); }
.hidden { transform: translateX(-100%) !important; }

.main-menu-list { list-style: none; padding: 0; margin: 0; padding-top: 100px; padding-left: 20px; }
.main-menu-list li { position: relative; line-height: 1.2; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: block; cursor: pointer; }
.main-menu-list a { display: block; font-size: 30px; font-weight: 500; color: #F8F7F3; padding: 15px 0; text-decoration: none !important; transition: color 0.3s ease, background-color 0.3s ease; }
.main-menu-list li:not(.menu-footer):hover { background-color: rgba(255, 255, 255, 0.05); }
.main-menu-list li:not(.menu-footer):hover a { color: #D6C7AE; }
.menu-arrow { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); color: #D6C7AE; font-size: 1em; padding: 10px; }
.menu-close { position: absolute; top: 30px; left: 20px; color: #F8F7F3; font-size: 1.5em; cursor: pointer; z-index: 1200; }
.submenu-back { position: absolute; top: 30px; left: 20px; color: #333; font-size: 1em; cursor: pointer; z-index: 1200; font-weight: bold; }

#submenu-content { list-style: none; padding: 0; margin: 0; padding-top: 100px; }
#submenu-content li { border-bottom: 1px solid #E0E0E0; }
#submenu-content a { display: block; font-family: sans-serif; font-size: 18px; letter-spacing: 1px; color: #414042; padding: 15px 20px; text-decoration: none !important; transition: background-color 0.3s ease, color 0.3s ease; }
#submenu-content a:hover { background-color: #E6E6E6; color: #414042; font-style: italic; }

.menu-footer { padding-top: 40px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; font-family: sans-serif; font-size: 0.8em; line-height: 1.4; border-bottom: none !important; }
.menu-footer .contact-signature { font-family: 'Signature Collection', cursive; font-size: 3em; color: #FFFFFF; }
p + .contact-signature { padding-top: 40px; }
.menu-footer .social-links { color: #F8F7F3; display: flex; gap: 15px; font-size: 25px; }
.menu-footer .social-links a { color: #F8F7F3; margin-right: 15px; }

/* ==========================================================================
   10. FOOTER
   ========================================================================== */
footer { color: #333; font-family: sans-serif; font-size: 0.9em; line-height: 1.8; text-align: center; width: 100%; padding: 0 0 50px 0; box-sizing: border-box; margin-top: 0; }
.footer-container { width: 100%; text-align: center !important; float: none; height: 40px; padding-top: 0; }
#footer-container footer { padding-top: 0; }
.footer-placeholder-links { display: block; width: 100%; text-align: center; padding: 40px 0; float: none; }
.footer-placeholder-links p { text-align: center; margin: 10px 0; line-height: 1.5; font-size: 1.1rem; }
.footer-placeholder-links a, .footer-placeholder-links span { color: #333; text-transform: uppercase; letter-spacing: 0.5px; font-size: 1.1rem; white-space: nowrap; display: inline-block; padding: 0 5px; }
.footer-placeholder-links a:hover { color: #587D71; }
.divider { color: #333; }
.footer-links ul { list-style: none; padding: 0; margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.footer-links a { color: #A0A0A0; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-links a:hover { color: #FFF; }
.footer-sections-container { width: 100%; background-color: #e6e1dc; display: flex; flex-direction: column; align-items: center; padding: 20px 20px 40px; border-bottom: 1px solid #d4d4d4; margin-bottom: 20px; box-sizing: border-box; }
.instagram-full-width { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background-color: #e6e1dc; padding: 20px 0 40px; box-sizing: border-box; border-bottom: 1px solid #d4d4d4; text-align: center; }
.instagram-section, .contact-details-section { padding: 0; text-align: center; width: 100%; max-width: 100%; background-color: #ece9e5; }
.instagram-section h3 { font-family: 'Libre Caslon Display', serif; font-size: 1.2em; margin-bottom: 15px; text-align: center; }
.instagram-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; width: 100%; max-width: 100%; padding: 0; margin: 0 auto; box-sizing: border-box; }
.instagram-post { display: block; overflow: hidden; }
.instagram-post img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 0.3s ease; }
.instagram-post:hover img { transform: scale(1.05); }

.contact-header { text-align: center; margin-bottom: 15px; padding-top: 20px; }
.footer-logo { max-width: 150px; height: auto; display: inline-block; border-radius: 8px; }
.contact-details-section address { font-style: normal; text-align: center; line-height: 1.8; margin: 0 auto 15px auto; padding-top: 20px; }
.contact-info-block span, .contact-info-block a { display: block; font-family: 'Libre Caslon Display', serif; font-size: 1em; color: #333; text-decoration: none; line-height: 1.5; }
.contact-name { font-family: 'Libre Caslon Display', serif !important; font-size: 1em !important; font-weight: 500; margin-bottom: 10px; line-height: 0.5; }

.footer-social-links { text-align: center; padding-bottom: 20px; }
.footer-social-links a.fab { font-size: 2em !important; color: #000 !important; margin: 0 10px; text-decoration: none; line-height: 1; display: inline-block; transition: color 0.3s ease; }
.footer-social-links a.fa-instagram:hover { color: #c13584; }
.footer-social-links a.fa-facebook-f:hover { color: #1877f2; }

#links { background-color: #e6e1dc; }
#links.content-section { padding-bottom: 0; }
#links .container { padding: 40px 0; text-align: center; }
#links, #links p, #links .copyright { color: #333; }
#links .footer-links a { color: #587D71; }
#links .social-links a { margin-right: 20px; }
#links .social-links a:last-child { margin-right: 0; }

/* ==========================================================================
   11. CONTACT FORM STYLES
   ========================================================================== */
.contact-form { max-width: 1000px; margin: 30px auto 40px auto; padding: 30px; background-color: var(--bg-white); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); border-radius: 4px; }
.form-group-row { display: flex; gap: 20px; margin-bottom: 20px; }
.form-field { flex: 1; min-width: 0; }
.contact-form label { display: block; font-family: 'Libre Caslon Display', serif; font-size: 22px; font-weight: 500; color: #414042; margin-bottom: 8px; line-height: 1.2; }
.required { color: #c00; font-weight: bold; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="date"], .contact-form input[type="number"], .contact-form select, .contact-form textarea { width: 100%; padding: 12px 15px; border: 1px solid var(--border-color); background-color: var(--bg-light); box-sizing: border-box; font-family: sans-serif; font-size: 16px; color: var(--text-color); line-height: 1.2; border-radius: 2px; transition: border-color 0.3s ease, box-shadow 0.3s ease; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--primary-color); outline: none; box-shadow: 0 0 0 1px var(--primary-color); }
.contact-form textarea { resize: vertical; }

.contact-form button[type="submit"] { background-color: #dacdc8; color: #FFFFFF; border: 1px solid transparent; text-align: center; margin-top: 10px; padding: 15px 35px; font-size: 0.7em; font-family: sans-serif; transition: all 0.3s ease; width: auto; margin-left: auto; margin-right: auto; display: block; }
.contact-form button[type="submit"]:hover { background-color: #c4b5a0; color: #333; border-color: #c4b5a0; }
.required-note { font-size: 0.8em; color: #888; text-align: right; margin-top: 10px; }

/* Brochure Request Radio Group */
.brochure-request .small-text { font-size: 15px; color: #666; margin-top: -10px; margin-bottom: 15px; font-family: sans-serif; font-style: italic; }
.radio-options { margin-top: 10px; }
.radio-options div { display: block; margin-bottom: 12px; }
.radio-options div:last-child { margin-bottom: 0; }
.radio-options input[type="radio"] { width: 16px; height: 16px; margin: 0; margin-right: 8px; border-color: #999; accent-color: var(--primary-color); }
.radio-options label { display: inline-block; cursor: pointer; font-family: sans-serif; font-size: 16px; color: #414042; margin: 0; padding: 0; border: none; background-color: transparent; transition: color 0.3s ease; }
.radio-options input[type="radio"], .radio-options label { display: inline-block; }
.radio-options label:hover { color: #587D71; }
#content-hero .contact-form button[type="submit"] { background-color: #dacdc8 !important; color: #FFFFFF !important; border-color: #dacdc8 !important; }

/* ==========================================================================
   12. PAGE-SPECIFIC STYLES (Home Page)
   ========================================================================== */
body:not(.page-home) .strap-section:first-of-type { margin-top: 0; }
body:not(.page-home) .hero-section + .strap-section { margin-top: 700px; }
body:not(.page-home) header { background-color: #4f5b54; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.page-home .hero-section { position: relative; height: 700px; display: flex; justify-content: center; align-items: center; text-align: center; color: #FFF; overflow: hidden; }
.page-home .hero-content { position: relative; z-index: 5; padding: 20px; text-align: center; }
.page-home .hero-content h2 { font-size: 2em; color: #FFF; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); margin-bottom: 10px; }
.page-home .hero-content p { font-size: 1.4em; color: #FFF; margin-bottom: 30px; }
.page-home .hero-content h3 { font-size: .75em; color: #FFF; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); margin-bottom: 10px; }
.page-home .hero-content .cta-button { display: inline-block; }

.page-home .about-section { background-color: #e6e1dc; color: #333; padding: 100px 0; position: relative; min-height: 400px; display: flex; justify-content: center; align-items: center; text-align: center; }
.page-home .about-background-placeholder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #e6e1dc; background-size: cover; z-index: 1; box-shadow: none; }
.page-home .about-content { position: relative; z-index: 5; padding: 20px; text-align: center; }
.page-home .about-content h2 .highlight-word { color: #414042 !important; align-content: center; }
.page-home .about-content h3 { font-size: 1.25em; color: #333; margin-bottom: 10px; }
.page-home .about-content p { font-size: 1.4em; color: #333; margin-bottom: 30px; } /* Updated color */

.page-home .what-section { background-color: #ece9e5; padding: 100px 0; position: relative; height: 20vh; display: flex; justify-content: center; align-items: center; text-align: center; color: #333; overflow: hidden; }
.page-home .what-background-placeholder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ece9e5; background-size: cover; z-index: 1; box-shadow: none; }
.page-home .what-content { position: relative; z-index: 5; text-align: center; }
.page-home .what-content h3 { font-size: 1.5em; color: #333; margin-bottom: 10px; }
.page-home .what-content p { font-size: 1.4em; color: #333; margin-bottom: 0px; }

/* Custom Layout for Occasion Section */
.page-home #occasion-section img.gallery-image { width: 100%; height: 600px; object-fit: cover; display: block; border-radius: 4px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.page-home .full-width-image-container { margin-top: 0; margin-bottom: 20px; position: relative; }
.page-home .two-column-image-grid { display: flex; gap: 20px; margin-bottom: 20px; }
.page-home .half-width-image-container { flex: 1; position: relative; overflow: hidden; }

/* Image Overlay and Text */
.page-home .half-width-image-container .image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); border-radius: 4px; z-index: 5; transition: background-color 0.3s ease; }
.page-home .half-width-image-container:hover .image-overlay { background-color: rgba(0, 0, 0, 0.4); }
.page-home .half-width-image-container .image-text { position: absolute; top: 50%; left: 5%; transform: translateY(-50%); text-align: left; right: 5%; z-index: 10; color: #FFF; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); }
.page-home .half-width-image-container .image-text h2 { font-size: 2.5em; margin-bottom: 5px; color: #FFF !important; width: 100%; word-wrap: break-word; overflow-wrap: break-word; white-space: normal; }
.page-home .full-width-image-container .image-text h2 { color: #FFF !important; font-size: 2.5em; margin-bottom: 5px; }
.page-home .full-width-image-container .image-text p { color: #FFF !important; font-size: 1.2em; font-style: italic; font-weight: 300; }
.page-home .half-width-image-container .image-text p { font-size: 1.2em; color: #FFF !important; font-style: italic; font-weight: 300; width: 100%; word-wrap: break-word; overflow-wrap: break-word; white-space: normal; }

/* Full-Width Image Container Styles */
.full-width-image-container { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; overflow: hidden; margin-top: 30px; margin-bottom: 30px; }
.full-width-image-container img.gallery-image { width: 100%; display: block; object-fit: cover; height: 400px; }
.full-width-image-container .image-overlay, .full-width-image-container .image-text { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.full-width-image-container .image-overlay { background-color: rgba(0, 0, 0, 0.4); z-index: 5; }
.full-width-image-container .image-text { z-index: 10; color: #FFF; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); display: flex; justify-content: center; align-items: center; text-align: center; padding: 20px; flex-direction: column; align-items: flex-start; padding-left: 5%; text-align: left; }
.full-width-image-container .image-text h2 { color: #FFF !important; max-width: 80%; }

.page-home .venue-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 40px; }
.page-home .venue-feature { border: 1px solid #E0E0E0; padding: 30px; text-align: left; background-color: #FFF; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }
.page-home .venue-feature h3 { font-size: 1.3em; color: #333; border-bottom: 2px solid #D6C7AE; padding-bottom: 10px; margin-bottom: 15px; }
.page-home .link-more { font-family: 'Libre Caslon Display', serif; text-transform: uppercase; font-size: 0.85em; font-weight: bold; letter-spacing: 1px; display: inline-block; margin-top: 15px; }

.page-home .gallery-section .image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 0px; }
.page-home .gallery-section .image-grid img.gallery-image { width: 100%; height: 300px; object-fit: cover; display: block; border-radius: 4px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.page-home .cta-section { color: #333; padding: 80px 0; text-align: center; }
.page-home .cta-section h2, .page-home .cta-section p { color: #333; }

.overlay-cta-button { color: #FFF; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; text-decoration-color: #fff; }
.page-home #occasion-section { padding-bottom: 30px !important; }

/* General Content Section Padding override base */
.general-content-section .container { padding-left: 20px; padding-right: 20px; box-sizing: border-box; }


/* ==========================================================================
   13. RESPONSIVE BREAKPOINTS (CONSOLIDATED)
   ========================================================================== */

/* --- Min-Width Overrides (Desktop/Tablet specifics) --- */
@media (min-width: 900px) {
  .general-content-section .container {
    padding-left: 70px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .image-grid { grid-template-columns: 1fr 1fr; }
  .image-grid__item--full { grid-column: 1 / -1; }
}

/* --- Max-Width Breakpoints (Ordered Largest to Smallest) --- */

/* 1. Desktop / Large Laptop (max-width: 1200px) */
@media (max-width: 1200px) {
  /* Accordion Override to remove JavaScript slide logic and force display */
  #faq-accordion .accordion-content.active {
    transition: none !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
    opacity: 1 !important;
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }
}

/* 2. Tablet Landscape / Small Laptop (max-width: 900px) */
@media (max-width: 900px) {
  .key-info-section .content-hero-content { padding: 40px 0; }
  .key-info-section .signature-title { font-size: 2.5em; }

  /* Fix for clipping and forced block layout */
  .general-content-section .text-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }

  .general-content-section .general-content-layout,
  .general-content-section--reverse .general-content-layout {
    flex-direction: column;
    gap: 0 !important; /* Gap reset for block layout */
    width: 100%;
    margin: 0;
    padding: 0;
    display: block !important; /* Force block */
    height: auto !important;
  }

  .general-content-section .image-placeholder,
  .general-content-section--reverse .image-placeholder {
    order: initial;
    width: 100% !important;
    max-width: 100%;
    flex: none !important;
    min-width: auto;
    margin: 0 auto 30px auto !important; /* Add margin bottom here */
    padding: 0;
    display: block !important;
  }

  .general-content-section .text-content,
  .general-content-section--reverse .text-content {
    order: initial;
    width: 100% !important;
    max-width: 100%;
    flex: none !important;
    min-width: auto;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0 20px;
    display: block !important;
  }

  .horizontal-image-item { min-width: 100%; max-width: 100%; }
}

/* 3. Tablet Portrait (max-width: 768px) */
@media (max-width: 768px) {
  .strap-section {
    padding: 60px 15px;
  }
  .strap-content p {
    font-size: 18px;
    line-height: 1.5;
  }

  /* Image Grid Small Screens (Previously 767px) */
  .image-grid { grid-template-columns: 1fr; }

  /* General Content Layout Stacking */
  .general-content-section {
    flex-direction: column !important;
    margin-left: 0;
    align-items: flex-start;
  }

  .general-content-section__item {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .general-content-section__figure {
    margin-right: 0;
    width: 100%;
    max-width: 400px;
  }

  /* Footer Instagram Grid */
  .instagram-grid { grid-template-columns: repeat(3, 1fr); }

  /* Horizontal Image Grid */
  .horizontal-image-item { min-width: 100%; max-width: 100%; }

  /* Home Page Two Column Grid */
  .page-home .two-column-image-grid { flex-direction: column; }

  /* Home Page Gallery */
  .page-home .gallery-section .image-grid { grid-template-columns: 1fr; }

  /* --- MOBILE MENU (50/50 Layout) --- */
  .main-panel, .submenu-panel { width: 50vw; max-width: 100vw; }
  .main-panel { transform: translateX(-100%); }
  .main-panel.open { transform: translateX(0); }
  .submenu-panel { transform: translateX(-100%); z-index: 1095; }
  .submenu-panel.open { transform: translateX(50vw); }

  .sidebar { overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .main-menu-list { padding-top: 60px; }
  #submenu-content { padding-top: 60px; }

  .main-menu-list a { font-size: 24px; padding: 12px 0; }
  #submenu-content a { font-size: 16px; padding: 12px 20px; }
  .main-menu-list li, #submenu-content li { line-height: 1.2; }

  .menu-close, .submenu-back { top: 20px; left: 15px; font-size: 1.2em; }
}

/* 4. Large Mobile (max-width: 600px) */
@media (max-width: 600px) {
  /* Contact Form Stacking */
  .form-group-row { flex-direction: column; gap: 0; }
  .form-field { margin-bottom: 20px; }
  .contact-form { padding: 20px; margin-left: 10px; margin-right: 10px; }
}

/* 5. Mobile / Small Screen (max-width: 480px) */
@media (max-width: 480px) {
  /* Sidebar responsive width */
  .sidebar { width: 100vw; }
  .submenu-panel.open { transform: translateX(0); }

  /* Header Scrolled on Small Screens */
  header.scrolled {
    background-color: #4f5b54 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .header-logo-scrolled img { height: 20px; }

  /* Instagram Grid reduction */
  .instagram-grid { grid-template-columns: repeat(2, 1fr); }

  /* Home Page Hero Text */
  .page-home .hero-content h2 { font-size: 2em; }
  .page-home .hero-content p { font-size: 1em; }
}


/* Updated Header Styles */
header {
  background-color: transparent;
  padding: 4px 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  transition: background-color 0.3s ease;
  height: 80px;
  gap: 10px; /* Add gap between items */
}

header.scrolled {
  background-color: #4f5b54 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Menu Toggle - stays on left */
.menu-toggle {
  display: block;
  cursor: pointer;
  padding: 10px;
  z-index: 1002;
  order: 1;
  background: none;
  border: none;
  flex-shrink: 0;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #FFFFFF;
  margin: 4px 0;
  transition: background-color 0.3s ease;
}

/* Logo in center when scrolled */
.header-logo-scrolled {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1001;
  pointer-events: none;
  order: 2;
}

.header-logo-scrolled img {
  height: 75px;
  width: auto;
  display: block;
  max-width: 100%;
}

header.scrolled .header-logo-scrolled {
  opacity: 1;
  visibility: visible;
}

/* Right side container for language selector and download button */
.header-right-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
  order: 3;
  z-index: 1002;
}

/* Header Language Selector */
.header-lang-selector-container {
  position: relative;
  z-index: 1002;
  flex-shrink: 0;
}

.header-lang-selected {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  user-select: none;
  min-width: 80px;
  white-space: nowrap;
}

.header-lang-selected:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}

.header-lang-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.header-lang-selected-text {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.header-lang-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.3s;
  margin-left: auto;
  flex-shrink: 0;
}

.header-lang-selector-container.active .header-lang-arrow {
  transform: rotate(-135deg);
  margin-top: 2px;
}

/* Dropdown Options */
.header-lang-options {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background-color: rgba(79, 91, 84, 0.98);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 100%;
  z-index: 10000;
}

.header-lang-options.show {
  display: flex;
  flex-direction: column;
  animation: fadeInDown 0.2s ease-in-out;
}

.header-lang-option {
  padding: 10px 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.header-lang-option:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* Download Button */
header .book-button {
  order: 3;
  padding: 8px 16px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
  font-size: 0.4em;
  cursor: pointer;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1002;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  header {
    gap: 5px;
    padding: 4px 1%;
  }

  .header-right-controls {
    gap: 10px;
  }

  .header-lang-selector-container {
    margin-right: 0;
  }

  .header-lang-selected {
    padding: 6px 10px;
    min-width: 70px;
  }

  .header-lang-selected-text {
    font-size: 12px;
  }

  .header-lang-flag {
    width: 18px;
    height: 18px;
  }

  header .book-button {
    padding: 6px 12px;
    font-size: 0.35em;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  header {
    gap: 3px;
  }

  .header-right-controls {
    gap: 8px;
  }

  .header-lang-selected {
    padding: 5px 8px;
    min-width: 60px;
  }

  .header-lang-selected-text {
    font-size: 11px;
  }

  .header-lang-flag {
    width: 16px;
    height: 16px;
  }

  header .book-button {
    padding: 5px 10px;
    font-size: 0.3em;
  }
}
/* Force Uppercase ONLY for the Main Menu items (Home, Marry, Stay)
   Excludes the Footer List and keeps Submenu as Title Case */
.main-menu-list:not(.footer-list) a {
  text-transform: uppercase;
}
