/* ====================================================== */
/* CSS RESET & NORMALIZE                                   */
/* ====================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background: #F9F7F4;
  color: #374151;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.66;
  min-height: 100vh;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #375482;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus, a:hover {
  color: #A3B18A;
  outline: none;
}
ul, ol {
  list-style-position: inside;
  margin-bottom: 1em;
}
main, section, header, nav, footer, aside {
  display: block;
}
input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* ====================================================== */
/* TYPOGRAPHY & BRAND FONTS                               */
/* ====================================================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap');

h1, .h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #374151;
  margin-bottom: 20px;
  line-height: 1.2;
}
h2, .h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2rem;
  color: #374151;
  margin-bottom: 20px;
  line-height: 1.25;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #374151;
  margin-bottom: 12px;
  line-height: 1.3;
}
h4, .h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #374151;
}
.subheadline {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 28px;
  color: #4B5563;
  font-weight: 500;
  letter-spacing: 0.01em;
}
p, ul, ol {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin-bottom: 16px;
  color: #374151;
}
strong, b {
  font-weight: 600;
}

@media (min-width: 500px) {
  h1, .h1 { font-size: 3rem; }
  h2, .h2 { font-size: 2.2rem; }
  .subheadline { font-size: 1.25rem; }
}
@media (min-width: 1024px) {
  h1, .h1 { font-size: 3.5rem; }
  h2, .h2 { font-size: 2.35rem; }
}

/* ====================================================== */
/* COLOR THEME                                            */
/* ====================================================== */
:root {
  --primary: #374151;
  --secondary: #A3B18A;
  --accent: #F9F7F4;
  --neutral: #555F6B;
  --light-gray: #E5E7EB;
  --dark: #232B36;
  --shadow: rgba(34, 41, 57, 0.10);
  --focus: #89a7c1;
}

/* ====================================================== */
/* LAYOUT CONTAINERS                                      */
/* ====================================================== */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px var(--shadow);
  margin-bottom: 20px;
  padding: 28px 24px;
  transition: box-shadow 0.15s, transform 0.15s;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card:hover,
.card:focus-within {
  box-shadow: 0 4px 24px rgba(55, 65, 81, 0.13);
  transform: translateY(-2px) scale(1.010);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: #f3f6fa;
  border-radius: 14px;
  box-shadow: 0 2px 8px var(--shadow);
}
.testimonials-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}
.feature {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px var(--shadow);
  padding: 20px 18px 18px 18px;
  min-width: 220px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.feature img {
  max-width: 38px;
  min-width: 32px;
}
.service-teasers, .service-box, .recent-posts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.service-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px var(--shadow);
  padding: 22px 18px 18px 18px;
  min-width: 220px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* Content-specific wrappers */
.team-member-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.team-member {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 6px var(--shadow);
  padding: 18px 16px 14px 16px;
  min-width: 180px;
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.advice-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.advice-box {
  background: #f5f8fa;
  border-radius: 10px;
  box-shadow: 0 1px 6px var(--shadow);
  flex: 1 1 230px;
  padding: 18px 14px;
  min-width: 180px;
}
.next-steps-list,
.process-timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 24px;
}
.mood-texts, .highlighted-wedding-details {
  margin-bottom: 18px;
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0 0 0;
}
.contact-info > div {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--primary);
  font-size: 1rem;
}
.footer-contact, .footer-copy, footer nav {
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #636e7b;
}
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

/* ====================================================== */
/* HEADER & NAVIGATION                                    */
/* ====================================================== */
header {
  background: #fff;
  box-shadow: 0 2px 8px var(--shadow);
  padding: 0;
  position: sticky;
  top: 0; left: 0; right: 0;
  z-index: 200;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
}
header a img {
  max-height: 46px;
  height: auto;
  width: auto;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  font-size: 1rem;
  font-family: 'Montserrat',Arial, sans-serif;
  font-weight: 500;
}
header nav a {
  color: var(--primary);
  padding: 4px 8px;
  border-radius: 5px;
  transition: color 0.17s, background 0.15s;
}
header nav a:hover, header nav a:focus {
  color: var(--secondary);
  background: #f2f8f2;
}
header .cta.primary {
  margin-left: 10px;
}

/* Hide burger menu by default on desktop */
.mobile-menu-toggle {
  display: none;
}

/* Mobile menu styles */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 500;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.77,0,0.18,1);
  box-shadow: 0 6px 22px var(--shadow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 20px 20px 20px;
}
.mobile-menu.open {
  display: flex;
  transform: translateX(0%);
}
.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 2.1rem;
  color: #374151;
  background: none;
  border: none;
  z-index: 510;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: var(--secondary);
  background: #F4FAF4;
  border-radius: 50%;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  margin-top: 42px;
}
.mobile-nav a {
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  transition: color 0.15s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  color: var(--secondary);
  background: #f0fdf0;
}

/* Hamburger icon */
.mobile-menu-toggle {
  background: var(--accent);
  border-radius: 7px;
  color: var(--primary);
  font-size: 2rem;
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e5ec;
  transition: box-shadow 0.13s, background 0.15s;
  margin-left: 10px;
  z-index: 600;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #f0f4fa;
  box-shadow: 0 2px 8px var(--shadow);
}

/* Show burger and hide nav on mobile */
@media (max-width: 991px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .mobile-menu {
    padding: 24px 16px 20px 16px;
  }
  header .cta.primary {
    display: none;
  }
}

/* ====================================================== */
/* BUTTONS & CTAS                                         */
/* ====================================================== */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.07rem;
  padding: 13px 26px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
  box-shadow: 0 1px 7px var(--shadow);
  outline: none;
  transition: background 0.17s, color 0.13s, box-shadow 0.14s, transform 0.15s;
  letter-spacing: 0.02em;
}
.cta.primary {
  background: var(--primary);
  color: #fff;
}
.cta.primary:hover, .cta.primary:focus {
  background: #50607a;
  color: #fff;
  box-shadow: 0 2px 20px var(--shadow);
  transform: translateY(-2px) scale(1.03);
}
.cta.secondary {
  background: var(--secondary);
  color: #fff;
}
.cta.secondary:hover, .cta.secondary:focus {
  background: #8ea275;
  color: #fff;
  box-shadow: 0 2px 18px var(--shadow);
  transform: translateY(-2px) scale(1.03);
}
.cta:active {
  filter: brightness(0.96);
}

/* Button styles for cookie consent */
.cookie-btn {
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 10px 0 0;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.14s, box-shadow 0.13s, color 0.13s;
}
.cookie-btn.accept {
  background: var(--secondary);
  color: #fff;
}
.cookie-btn.reject {
  background: #ddd;
  color: #555;
}
.cookie-btn.settings {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.cookie-btn:focus, .cookie-btn:hover {
  background: #50607a;
  color: #fff;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #8ea275;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #bdbdbd;
  color: #232b36;
}

/* ====================================================== */
/* TESTIMONIALS                                           */
/* ====================================================== */
.testimonial-card {
  background: #f3f6fa;
  color: #232B36;
  border-radius: 14px;
  box-shadow: 0 1px 8px var(--shadow);
  max-width: 380px;
  min-width: 240px;
  flex: 1 1 240px;
}
.testimonial-card .testimonial-author {
  font-size: 1.05rem;
  color: var(--primary);
  font-weight: 600;
  margin-top: 8px;
}
.testimonial-card p {
  color: #323c48;
  font-size: 1.07rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
.testimonial-card .stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* contrast for text in testimonials */
.testimonial-card p, .testimonial-card .testimonial-author {
  background: none;
}

/* ====================================================== */
/* FOOTER   */
/* ====================================================== */
footer {
  background: #e8edef;
  border-top: 1px solid #e1e5ee;
  padding: 28px 0 10px 0;
  font-size: 1rem;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}
footer nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}
footer nav a {
  color: #535b6f;
  transition: color 0.16s;
}
footer nav a:focus, footer nav a:hover {
  color: var(--secondary);
  text-decoration: underline;
}
@media (min-width: 700px) {
  footer .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
  }
}

/* ====================================================== */
/* RESPONSIVE DESIGN                                      */
/* ====================================================== */
@media (max-width: 1200px) {
  .container {
    max-width: 98vw;
  }
}
@media (max-width: 991px) {
  .features-grid, .service-teasers, .recent-posts-list, .card-container, .content-grid, .team-member-cards, .advice-sections, .testimonials-slider {
    flex-direction: column;
    gap: 20px;
  }
  .testimonial-card, .feature, .service-box, .advice-box, .team-member {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 28px 8px;
    margin-bottom: 32px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  header .container, footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.33rem;
  }
}
@media (max-width: 600px) {
  .container {
    padding-left: 4px;
    padding-right: 4px;
  }
  .content-wrapper {
    gap: 14px;
  }
  .footer-contact, .footer-copy {
    flex-direction: column;
    gap: 6px;
  }
}

/* ====================================================== */
/* ADDITIONAL INTERACTIVE/ACCESSIBILITY EFFECTS            */
/* ====================================================== */
.cta:focus-visible, .cookie-btn:focus-visible, a:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
.card:focus-within {
  box-shadow: 0 2px 24px #adcff4;
  border-color: var(--secondary);
}
input:focus, textarea:focus, select:focus {
  border-color: var(--focus) !important;
  box-shadow: 0 0 0 2px var(--focus);
}

/* ====================================================== */
/* COOKIE CONSENT BANNER AND MODAL                        */
/* ====================================================== */
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%) translateY(130%);
  z-index: 900;
  background: #fff;
  color: var(--primary);
  padding: 20px 24px;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 -2px 12px var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 98vw;
  max-width: 480px;
  opacity: 0;
  transition: transform 0.48s cubic-bezier(.56,.37,0,1.15), opacity 0.24s;
  pointer-events: none;
}
.cookie-banner.visible {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0%);
}
.cookie-banner h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 5px;
  flex-wrap: wrap;
}

/* Cookie Modal */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1002;
  background: rgba(23,28,39,0.36);
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.27s;
}
.cookie-modal-overlay.open {
  display: flex;
  opacity: 1;
}
.cookie-modal {
  background: #F9F7F4;
  color: #232B36;
  border-radius: 14px;
  box-shadow: 0 4px 32px rgba(55,65,81,0.14);
  padding: 34px 24px 26px 24px;
  max-width: 95vw;
  width: 380px;
  max-height: 94vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  animation: modalOpen 0.34s cubic-bezier(.62,.3,0,1.1);
}
@keyframes modalOpen {
  0% { transform: scale(0.93) translateY(50px); opacity: 0; }
  90%{ opacity:1; }
  100% { transform: scale(1) translateY(0px); opacity: 1; }
}
.cookie-modal h4 {
  font-size: 1.11rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
}
.cookie-category label {
  font-size: 1rem;
  color: var(--primary);
}
.cookie-category input[type='checkbox'] {
  accent-color: var(--secondary);
  width: 19px; height: 19px;
  margin-right: 6px;
}
.cookie-modal .cookie-actions {
  margin-top: 15px;
  display: flex;
  gap: 12px;
}
.cookie-close {
  position: absolute;
  top: 14px; right: 15px;
  color: #555;
  background: none;
  border: none;
  font-size: 1.7rem;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 7px;
  transition: background 0.14s, color 0.13s;
}
.cookie-close:hover, .cookie-close:focus {
  background: #dee7f4;
  color: #374151;
}
.cookie-category .essential-label {
  font-size: 1rem;
  font-weight: 500;
  color: var(--neutral);
}
.cookie-category .cookie-toggle[disabled] + label {
  color: #ccc;
  opacity: 0.65;
}

/* ====================================================== */
/* OTHER MISC. STYLES & COMPONENTS                        */
/* ====================================================== */
.mission-statement {
  background: #eaf3ea;
  color: #45614D;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 7px;
  margin: 15px 0 15px 0;
}
.core-values {
  padding-left: 8px;
  margin-bottom: 0;
}
.step-overview {
  margin-bottom: 14px;
}
.progress-icons, .step-overview, .process-icons, .commitment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.process-icons img, .commitment-icons img {
  max-height: 35px;
  min-width: 32px;
}
.highlighted-wedding-details ul {
  padding-left: 18px;
}
ul, ol {
  margin-bottom: 16px;
  padding-left: 20px;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reassurance-text {
  margin-top: 20px;
  background: #f4faeb;
  color: #45614d;
  padding: 12px 16px;
  border-radius: 8px;
}
.team-photo-placeholder {
  width: 130px; height: 130px;
  border-radius: 50%;
  background: #f3f3f8;
  display: flex;
  align-items: center; justify-content: center;
  margin: 10px 0 18px 0;
}
.team-photo-placeholder img {
  width: 70px; height: 70px;
}

/* Tables */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 26px;
}
th, td {
  border: 1px solid #dee3ec;
  padding: 10px 12px;
}
th {
  background: #eff2f6;
  font-weight: 600;
}

@media (max-width: 460px) {
  .testimonial-card, .card, .feature, .service-box, .team-member, .advice-box {
    padding: 12px 6px;
  }
  .cookie-banner, .cookie-modal {
    padding-left: 7px;
    padding-right: 7px;
  }
}

/* ====================================================== */
/* ANIMATIONS & MICRO INTERACTIONS                        */
/* ====================================================== */
.cta, .cookie-btn {
  transition: background 0.18s, box-shadow 0.13s, color 0.13s, transform 0.13s;
}
.card, .feature, .service-box, .advice-box {
  transition: box-shadow 0.16s, transform 0.13s;
}
.card:hover, .feature:hover, .service-box:hover, .advice-box:hover {
  box-shadow: 0 8px 30px var(--shadow);
  transform: translateY(-1.5px) scale(1.012);
}

/* FOCUS VISIBLE / ACCESSIBILITY INDICATORS */
:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 1.5px;
}

/* Hide visually only, for a11y messages */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* END */
