/* =========================================================
   CSS RESET & BASE NORMALIZATION FOR LUXURY PREMIUM BRAND
   ========================================================= */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  background: #F5F6FA;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #22314F;
  background: #F5F6FA;
  line-height: 1.6;
  letter-spacing: 0.01em;
  min-height: 100dvh;
  font-size: 1rem;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
}
:focus {
  outline: 2px solid #D4AF37;
  outline-offset: 2px;
}

/* =======================
   BRAND FONTS
   ======================= */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #22314F;
  font-weight: 700;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.375rem;
  margin-bottom: 14px;
}
h4 {
  font-size: 1.125rem;
  margin-bottom: 12px;
}
.tagline {
  font-size: 1.25rem;
  font-weight: 400;
  color: #22314F;
  font-family: 'Playfair Display', serif;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}
strong {
  color: #22314F;
  font-weight: 700;
}
p, ul li, ol li, address {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #22314F;
  font-weight: 400;
}

/* ====================================================
   LAYOUT STRUCTURE & SPACING (flex, no grid, no columns)
   ==================================================== */
.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.content-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 32px 0 rgba(34,49,79,0.07);
  transition: box-shadow 0.2s;
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section {
    padding: 32px 9px;
    margin-bottom: 40px;
  }
}

/* ========================
   FLEXBOX LAYOUT PATTERNS
   ======================== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(34,49,79,0.06);
  padding: 24px 18px;
  min-width: 250px;
  transition: box-shadow 0.2s, transform 0.15s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 8px 40px 0 rgba(212,175,55,0.15);
  transform: translateY(-4px) scale(1.02);
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .content-grid,
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #F5F6FA;
  border-radius: 14px;
  box-shadow: 0 3px 16px 0 rgba(34,49,79,0.05);
  margin-bottom: 20px;
  border-left: 5px solid #D4AF37;
  transition: box-shadow 0.18s, border-color 0.18s;
}
.testimonial-card:hover, .testimonial-card:focus-within {
  box-shadow: 0 8px 32px 0 rgba(212,175,55,0.11);
  border-color: #a78d26;
}
.testimonial-details {
  color: #22314F;
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.89;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  min-width: 210px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(34,49,79,0.03);
  padding: 18px 16px 14px 16px;
  margin-bottom: 20px;
  border: 1px solid #F5F6FA;
  transition: box-shadow 0.17s, border-color 0.18s;
}
.feature-item img {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 0 1px #D4AF37);
}
.feature-item:hover, .feature-item:focus-within {
  box-shadow: 0 4px 22px 0 rgba(212,175,55,0.13);
  border-color: #D4AF37;
}
@media (max-width: 768px) {
  .testimonial-card, .feature-item {
    min-width: 0;
  }
}

/* ==================
   NAVIGATION BAR
   ================== */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 18px 0 rgba(34,49,79,0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.logo-link img {
  height: 54px;
  width: auto;
  display: block;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.main-nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.main-nav a {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 6px 0 6px;
  color: #22314F;
  border-bottom: 2px solid transparent;
  transition: color 0.22s, border-bottom 0.2s;
  position: relative;
}
.main-nav a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #D4AF37;
  transition: width 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-nav a:hover, .main-nav a:focus {
  color: #D4AF37;
}
.main-nav a:hover::after, .main-nav a:focus::after {
  width: 100%;
}
.cta-primary {
  background: #D4AF37;
  color: #22314F !important;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 28px;
  border-radius: 28px;
  border: none;
  margin-left: 16px;
  box-shadow: 0 2px 8px 0 rgba(212,175,55,0.08);
  letter-spacing: 0.05em;
  font-size: 1.04rem;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  outline: none;
  display: inline-block;
}
.cta-primary:hover, .cta-primary:focus {
  background: #bfa132;
  color: #fff !important;
  box-shadow: 0 3px 30px 0 rgba(212,175,55,0.14);
}

/* =========================
   MOBILE BURGER NAVIGATION
   ========================= */
.mobile-menu-toggle {
  display: none;
  font-size: 2.2rem;
  padding: 7px 14px;
  border-radius: 7px;
  background: #fff;
  border: 1.5px solid #D4AF37;
  color: #D4AF37;
  margin-left: 18px;
  transition: background 0.18s, box-shadow 0.18s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #D4AF37;
  color: #fff;
  box-shadow: 0 2px 16px 0 rgba(212,175,55,0.07);
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100vw;
  background: rgba(34,49,79,0.97);
  flex-direction: column;
  z-index: 3500;
  padding-top: 24px;
  transition: transform 0.32s cubic-bezier(0.81,0.14,0.19,0.96);
  transform: translateX(100%);
}
.mobile-menu.open {
  display: flex;
  transform: translateX(0);
}
.mobile-menu-close {
  font-size: 2rem;
  color: #D4AF37;
  align-self: flex-end;
  margin: 0 20px 20px 0;
  background: none;
  border: none;
  padding: 4px 10px;
  border-radius: 7px;
  transition: background 0.18s, color 0.15s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #D4AF37;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
  align-items: flex-start;
  margin: 0 36px;
  width: calc(100% - 72px);
}
.mobile-nav a {
  font-size: 1.25rem;
  color: #fff;
  padding: 16px 0 5px 2px;
  border-radius: 0;
  font-weight: 400;
  transition: color 0.2s, background 0.16s;
  width: 100%;
}
.mobile-nav a.cta-primary {
  width: auto;
  margin-top: 12px;
  background: #fff;
  color: #22314F !important;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #D4AF37;
  background: rgba(255,255,255,0.04);
}
@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 450px) {
  .mobile-nav {
    margin: 0 8px;
    width: calc(100% - 16px);
    gap: 18px;
  }
}

/* =======================
   HERO & FEATURED SECTIONS
   ======================= */
.hero {
  padding: 66px 0 54px 0;
  background: linear-gradient(127deg, #F5F6FA 80%, #D4AF37 110%);
  border-bottom: 2px solid #D4AF37;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 10px 64px 0 rgba(34,49,79,0.04);
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero h1 {
  color: #22314F;
  font-size: 2.6rem;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
}
.hero .cta-primary {
  margin-top: 18px;
  font-size: 1.13rem;
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .hero {
    padding: 30px 0 30px 0;
    border-radius: 0 0 20px 20px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero .cta-primary {
    padding: 10px 18px;
    font-size: 1rem;
  }
}

/* ===============
   FEATURE GRIDS
   =============== */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.feature-grid .feature-item {
  flex: 1 1 210px;
  min-width: 200px;
  max-width: 390px;
}
@media (max-width: 768px) {
  .feature-grid {
    flex-direction: column;
    gap: 16px;
  }
}
.usp-grid, .service-detail-list, .benefit-icons, .feature-icons, .usp-icons, .shooting-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.usp-grid li, .service-detail-list > div {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 16px 0 rgba(34,49,79,0.03);
  padding: 18px 17px 15px 17px;
  min-width: 210px;
  max-width: 400px;
  flex: 1 1 210px;
  margin-bottom: 20px;
}
.usp-grid img, .benefit-icons img, .feature-icons img, .usp-icons img {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 0 1px #D4AF37);
}
@media (max-width: 768px) {
  .usp-grid, .service-detail-list, .benefit-icons, .feature-icons, .usp-icons {
    flex-direction: column;
    gap: 14px;
  }
  .usp-grid li, .service-detail-list > div {
    max-width: unset;
    min-width: 0;
  }
}

/* =============================
   TESTIMONIALS (luxury cards)
   ============================= */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.testimonials .testimonial-card {
  flex: 1 1 270px;
  min-width: 230px;
  max-width: 390px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .testimonials {
    flex-direction: column;
    gap: 16px;
  }
}
.testimonial-card p {
  color: #22314F;
  font-size: 1rem;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
  opacity: 0.93;
}
.testimonial-details strong {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
}

/* ================
   PRICING TABLES
   ================ */
.pricing-table, .service-price {
  color: #D4AF37;
  font-weight: 700;
  font-size: 1.04rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 12px;
}

/* ==============================
   SPECIALS, LISTS & ADDRESS BLOCKS
   ============================== */
ul {
  list-style: none;
  margin-bottom: 16px;
}
ul li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}
ul li::before {
  content: '\2022';
  color: #D4AF37;
  font-size: 1.45em;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
}
address {
  font-style: normal;
  line-height: 1.5;
  color: #22314F;
  margin-bottom: 8px;
  font-family: 'Roboto', Arial, sans-serif;
}

/* =====================
   FOOTER STYLES
   ===================== */
footer {
  background: #22314F;
  color: #fff;
  padding: 32px 0 0 0;
  margin-top: 52px;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 -10px 32px 0 rgba(34,49,79,0.05);
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.footer-menu {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.footer-menu a {
  color: #D4AF37;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.18s, text-decoration 0.14s;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: #fff;
  text-decoration: underline;
}
.social-links {
  display: flex;
  gap: 18px;
  margin-bottom: 6px;
}
.social-links a img {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 1px 1.5px #D4AF37) grayscale(10%);
  transition: filter 0.18s, transform 0.16s;
}
.social-links a:hover img, .social-links a:focus img {
  filter: drop-shadow(0 2px 5px #D4AF37) grayscale(0%);
  transform: scale(1.11);
}
.legal-links {
  font-size: 0.97rem;
  opacity: 0.86;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  footer .container, .footer-menu, .social-links {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  footer {
    border-radius: 20px 20px 0 0;
    padding: 20px 0 0 0;
  }
}

/* ========================
   BUTTONS & MICROINTERACTIONS
   ======================== */
button,
.cta-primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  outline: none;
  transition: background 0.16s, color 0.16s, box-shadow 0.16s, border 0.16s, transform 0.16s;
}

/* =============================
   COOKIE CONSENT BANNER/MODAL
   ============================= */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #22314F;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 24px 5% 24px 5%;
  z-index: 9999;
  box-shadow: 0 -3px 32px 0 rgba(34,49,79,0.11);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.28s cubic-bezier(0.85,0.11,0.17,1), opacity 0.19s;
  border-radius: 12px 12px 0 0;
}
.cookie-banner.visible {
  transform: translateY(0);
  opacity: 1;
}
.cookie-banner-text {
  flex: 1 1 auto;
  font-size: 1rem;
  color: #fff;
}
.cookie-banner-buttons {
  display: flex;
  gap: 16px;
}
.cookie-banner button {
  background: #D4AF37;
  color: #22314F;
  border: none;
  border-radius: 24px;
  padding: 8px 20px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.17s, color 0.16s, box-shadow 0.15s;
  margin: 0 2px;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #fff;
  color: #D4AF37;
  box-shadow: 0 2px 8px 0 rgba(212,175,55,0.13);
}
.cookie-banner .cookie-settings {
  background: #fff;
  color: #22314F;
  border: 1.5px solid #D4AF37;
}
.cookie-banner .cookie-settings:hover,
.cookie-banner .cookie-settings:focus {
  background: #D4AF37;
  color: #fff;
}
@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    gap: 14px;
    padding: 20px 9px;
    font-size: 0.96rem;
  }
}
/* Cookie Preferences Modal */
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0; left: 0; width: 100vw; height: 100dvh;
  background: rgba(34,49,79,0.64);
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.cookie-modal-overlay.active {
  display: flex;
}
.cookie-modal {
  background: #fff;
  color: #22314F;
  border-radius: 16px;
  box-shadow: 0 6px 48px 0 rgba(34,49,79,0.16);
  max-width: 400px;
  width: 98vw;
  padding: 34px 26px 26px 26px;
  position: relative;
  animation: modalIn 0.4s cubic-bezier(0.48,1.59,0.18,1.06);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@keyframes modalIn {
  from {opacity:0; transform:scale(0.8)}
  to   {opacity:1; transform:scale(1)}
}
.cookie-modal h2 {
  font-size: 1.38rem;
  color: #D4AF37;
  text-align: left;
  margin-bottom: 8px;
}
.cookie-categories {
  margin: 12px 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1rem;
}
.cookie-category input[type="checkbox"] {
  accent-color: #D4AF37;
  width: 22px; height: 22px;
  margin-right: 5px;
}
.cookie-category.essential input[type="checkbox"] {
  accent-color: #D4AF37;
}
.cookie-category.essential span {
  font-weight: 700;
  color: #22314F;
  opacity: 0.78;
}
.cookie-modal-actions {
  margin-top: 20px;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}
.cookie-modal-actions button {
  border-radius: 22px;
  padding: 8px 22px;
  border: 1.5px solid #D4AF37;
  background: #D4AF37;
  color: #fff;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
}
.cookie-modal-actions .cancel {
  background: #fff;
  color: #D4AF37;
  border: 1.5px solid #D4AF37;
}
.cookie-modal-actions .cancel:hover,
.cookie-modal-actions .cancel:focus {
  background: #D4AF37;
  color: #fff;
}

/* ======================
   MISC & INTERACTIONS
   ====================== */
::-webkit-scrollbar {
  width: 12px;
  background: #F5F6FA;
}
::-webkit-scrollbar-thumb {
  background: #D4AF37;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #bfa132;
}
::selection {
  background: #D4AF37;
  color: #fff;
}
input, textarea, select {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #D4AF37;
  padding: 9px 11px;
  transition: border-color 0.15s;
  margin-bottom: 16px;
  outline: none;
  background: #fff;
}
input:focus, textarea:focus, select:focus {
  border-color: #22314F;
}

/* ===============
   ANIMATIONS
   =============== */
.fade-in {
  animation: fadeIn 0.8s cubic-bezier(.39,.575,.56,1.000);
}
@keyframes fadeIn {
  0% {opacity: 0;transform: translateY(24px)}
  100% {opacity: 1;transform: none}
}

/* ================
   RESPONSIVE LEVELS
   ================ */
@media (max-width: 500px) {
  h1 {
    font-size: 1.45rem;
  }
  h2 {
    font-size: 1.1rem;
  }
  .tagline {
     font-size: 1.09rem;
  }
  .footer-menu a {
    font-size: 0.98rem;
  }
}

/* ===============
   UTILITIES
   =============== */
.mt-20 {margin-top: 20px;}
.mb-20 {margin-bottom: 20px;}
.mt-32 {margin-top: 32px;}
.mb-32 {margin-bottom: 32px;}
.pt-32 {padding-top: 32px;}
.pb-32 {padding-bottom: 32px;}

/* ===============================
   ENSURE NO ELEMENTS OVERLAP/GAP
   =============================== */
.section > *, .content-wrapper > *, .container > * {
  margin-bottom: 20px;
}
.section > *:last-child,
.content-wrapper > *:last-child,
.container > *:last-child {
  margin-bottom: 0;
}

/* 
  ===============================
  LUXURY DETAIL: GOLD BORDER ACCENTS
  ===============================
*/
.card, .testimonial-card, .feature-item, .usp-grid li, .service-detail-list > div {
  border: 1px solid #F5F6FA;
}
.card:hover, .feature-item:hover, .testimonial-card:hover, .usp-grid li:hover {
  border-color: #D4AF37;
}

section {
  padding: 10px 0;
}

/* Hide cookie banner/modal and mobile menu by default (JS adds .visible/.open/.active) */

/* END OF STYLE.CSS */
