/* === 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,menu,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 { font-size: 16px; }
body {
  line-height: 1.5;
  min-height: 100vh;
  background: #FBF7EF;
  color: #2B3146;
  font-family: 'Roboto', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; transition: color .25s;}
button, input, textarea, select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

/* === CUSTOM FONTS (Vintage-Style) === */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Roboto:wght@400;500&display=swap');
@font-face {
 font-family: 'Rye';
 font-style: normal;
 font-weight: 400;
 src: local('Rye'), url('https://fonts.gstatic.com/s/rye/v18/r05XGLJT86YDFpJ8e5_g.ttf') format('truetype');
 unicode-range: U+000-5FF;
}

:root {
  --color-primary: #2B3146;
  --color-secondary: #0CA48B;
  --color-accent: #F6F8F9;
  /* VINTAGE/RETRO EXTENSIONS */
  --retro-orange: #FFB15E;
  --retro-yellow: #F5E960;
  --retro-blue: #2E8ACD;
  --retro-brown: #6B5046;
  --retro-red: #EB5D58;
  --retro-bg: #FBF7EF;
  --retro-shadow: rgba(43,49,70,0.14);
  --font-display: 'Montserrat', 'Rye', Arial, sans-serif;
  --font-retro: 'Rye', 'Montserrat', cursive, sans-serif;
  --font-body: 'Roboto', Arial, sans-serif;
}


/* === BASE STYLES === */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-retro);
  letter-spacing: 0.03em;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
  line-height: 1.12;
}
h1 {
  font-size: 2.75rem;
}
h2 {
  font-size: 2rem;
  color: var(--retro-orange);
}
h3 {
  font-size: 1.35rem;
  color: var(--retro-blue);
}
.text-section h2, .text-section h3 {
  margin-top: 28px;
}

p, li, span, a {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-primary);
}
p {
  margin-bottom: 16px;
}
ul, ol {
  margin-bottom: 20px;
}
strong {
  font-weight: 700;
}


/* === VINTAGE/RETRO PATTERNS & EFFECTS === */
body {
  background: var(--retro-bg);
  position: relative;
}
.section {
  border-radius: 20px;
  box-shadow: 0 4px 32px var(--retro-shadow);
  background: #FFFDF7 url('data:image/svg+xml;utf8,<svg width="160" height="160" xmlns="http://www.w3.org/2000/svg"><rect fill="%23FFB15E" fill-opacity="0.035" width="160" height="160"/><circle fill="%23F5E960" fill-opacity="0.095" cx="30" cy="40" r="24"/><rect fill="%230CA48B" fill-opacity="0.055" x="130" y="90" width="24" height="24"/></svg>') repeat;
}

/* --- Patterns for hero --- */
.hero {
  min-height: 340px;
  background: var(--retro-yellow);
  background-image: url('data:image/svg+xml;utf8,<svg width="480" height="80" xmlns="http://www.w3.org/2000/svg"><rect fill="%23F5E960" width="480" height="80"/><circle fill="%23EB5D58" fill-opacity="0.15" cx="120" cy="40" r="40"/><rect fill="%232E8ACD" fill-opacity="0.11" x="300" y="16" width="56" height="56"/></svg>');
  border-bottom: 5px solid var(--retro-orange);
  margin-bottom: 60px;
  padding-top: 36px;
}
.hero h1, .hero h2 {
  color: var(--color-primary);
  text-shadow: 0 2px 0 #f5e960, 1px 3px 2px #ffb15e44;
}
.hero h1 {
  margin-bottom: 12px;
  font-size: 2.2rem;
}
.hero h2 {
  color: var(--retro-blue);
  font-size: 1.25rem;
  margin-bottom: 24px;
  font-family: var(--font-display);
}
.hero .btn {
  margin-top: 14px;
}


/* === NAVIGATION STYLES === */
header {
  background: #FFFDF7;
  box-shadow: 0 2px 18px rgba(43,49,70,0.045);
  z-index: 20;
  position: relative;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 18px;
}
.logo img {
  height: 52px;
  width: auto;
}
.main-nav {
  display: flex;
  gap: 24px;
  margin-left: 32px;
}
.main-nav a {
  font-family: var(--font-retro);
  font-size: 1.06rem;
  letter-spacing: 0.02em;
  color: var(--color-primary);
  padding: 8px 0 6px 0;
  border-bottom: 2px solid transparent;
  transition: border-color .18s, color .18s;
}
.main-nav a:hover,
.main-nav a:focus {
  color: var(--retro-red);
  border-bottom: 2.5px solid var(--retro-red);
}
.btn.btn-primary {
  font-family: var(--font-retro);
  background: var(--retro-orange);
  color: #231f1a;
  border-radius: 32px;
  padding: 10px 34px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 16px var(--retro-shadow);
  border: 2.5px solid var(--retro-blue);
  outline: none;
  cursor: pointer;
  transition: background .2s, box-shadow .2s, color .2s, border-color .2s;
  margin-left: 20px;
  text-align: center;
  min-width: 160px;
  position: relative;
  z-index: 2;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: var(--retro-red);
  color: #fffbe6;
  border-color: var(--color-secondary);
  box-shadow: 0 6px 30px var(--retro-shadow);
}

/* === MOBILE NAV (BURGER, MENU, OVERLAY) === */
.mobile-menu-toggle {
  display: none;
  background: var(--retro-blue);
  color: #fff;
  font-size: 2.4rem;
  border-radius: 9px;
  height: 46px;
  width: 46px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 2px solid var(--retro-orange);
  cursor: pointer;
  transition: box-shadow .18s, background .2s;
  z-index: 51;
}
.mobile-menu-toggle:active,
.mobile-menu-toggle:focus {
  background: var(--retro-orange);
  color: var(--color-primary);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #f5e960ee;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform .32s cubic-bezier(.7,.25,.23,.99);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 36px;
  box-shadow: 2px 0 40px var(--retro-shadow);
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: var(--retro-orange);
  border-radius: 9px;
  width: 40px;
  height: 40px;
  font-size: 1.7rem;
  font-family: var(--font-display);
  color: var(--color-primary);
  cursor: pointer;
  z-index: 10;
  transition: background .16s, color .18s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus { 
  background: var(--retro-red);
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 38px 0 0 0;
}
.mobile-nav a {
  font-family: var(--font-retro);
  font-size: 1.30rem;
  color: var(--color-primary);
  padding: 13px 0 11px 0;
  border-bottom: 2px solid transparent;
  border-radius: 7px;
  transition: background .18s, color .18s, border-color .18s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #fffbe8;
  color: var(--retro-red);
  border-bottom: 2.5px solid var(--retro-red);
}

@media (max-width: 1020px) {
  .main-nav { gap: 13px; margin-left: 11px; }
  .btn.btn-primary { margin-left: 7px; min-width: 112px; font-size: 0.98rem; }
  .logo img { height: 44px; }
}
@media (max-width: 900px) {
  .container { padding: 0 14px; }
}

@media (max-width: 768px) {
  .main-nav,
  .btn.btn-primary {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  header .container { gap: 8px; }
  .hero { min-height: 200px; }
}

/* === STRUCTURE & LAYOUT CLASSES === */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #FFF9EA;
  box-shadow: 0 2px 16px var(--retro-shadow);
  border-radius: 13px;
  margin-bottom: 20px;
  position: relative;
  padding: 24px;
  transition: box-shadow .22s, transform .18s;
  flex: 1 1 250px;
}
.card:hover {
  box-shadow: 0 6px 28px var(--retro-blue);
  transform: translateY(-2px) scale(1.018);
}
.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;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background: var(--color-accent);
  border-radius: 11px;
  box-shadow: 0 2.5px 13px var(--retro-shadow);
  border: 2.5px dashed var(--retro-orange);
  flex-direction: row;
  font-size: 1.07rem;
  color: #22231d;
}
.testimonial-card p {
  margin: 0 0 0 0;
  color: #22231d;
  max-width: 480px;
  font-family: var(--font-retro);
  font-size: 1.13rem;
  letter-spacing: .01em;
}
.testimonial-card span {
  font-family: var(--font-body);
  color: var(--retro-brown);
  font-size: .97rem;
  margin-left: 14px;
  margin-top: 4px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* Blog list styling */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.blog-post-preview {
  background: #FFF9EA;
  border: 2px solid var(--retro-yellow);
  border-radius: 12px;
  padding: 18px 22px;
  box-shadow: 0 2px 10px var(--retro-shadow);
  flex: 1 1 300px;
  transition: box-shadow .18s, border-color .18s;
}
.blog-post-preview:hover {
  border-color: var(--retro-blue);
  box-shadow: 0 5px 18px var(--retro-orange);
}

.categories-filter {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 16px 0 28px 0;
}
.categories-filter li {
  font-family: var(--font-retro);
  font-size: 1.13rem;
  background: var(--retro-yellow);
  box-shadow: 0 2px 6px var(--retro-shadow);
  border-radius: 7px;
  color: var(--color-primary);
  padding: 7px 18px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: background .17s;
}
.categories-filter li:hover {
  background: var(--retro-red);
  color: #fff;
}

/* Cards and teams */
.team-list li {
  background: #FFFDF7;
  border-left: 6px solid var(--retro-blue);
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 13px 16px 10px 16px;
  box-shadow: 0 2px 16px var(--retro-shadow);
  font-size: 1.04rem;
  font-family: var(--font-body);
}
.team-list li strong {
  font-family: var(--font-retro);
  color: var(--retro-red);
  font-size: 1.11rem;
  letter-spacing: .03em;
}

/* CTA Section */
.cta {
  background: var(--retro-blue);
  border-radius: 20px;
  box-shadow: 0 2px 18px var(--retro-shadow);
  color: #fff;
  margin-bottom: 56px;
  padding: 36px 10px 28px 10px;
}
.cta h2 { color: #fff; text-shadow: 0 2px 0 #26497F; }
.cta .btn-primary {
  background: var(--retro-yellow);
  color: var(--color-primary);
  border: 2px solid #fff;
  margin-top: 14px;
}
.cta .btn-primary:hover { background: var(--retro-orange); color: #fff; }
.cta p, .cta a { color: #fff; }
.cta p a { text-decoration: underline; }


/* === FEATURE/BENEFIT/ICONIC LISTS === */
.features-list, .benefit-list, .feature-highlights, .services-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.features-list li, .benefit-list li, .feature-highlights li, .services-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.05rem;
  background: #FFFDF7;
  padding: 10px 14px 10px 0px;
  border-radius: 8px;
  box-shadow: 0 2px 10px var(--retro-shadow);
}
.features-list li img,
.feature-highlights li img,
.services-list li img,
.benefit-list li img {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 6px;
}
/* Service blocks (for music services page) */
.service-overview-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.service-block {
  flex: 1 1 260px;
  background: #FFFDF7;
  border: 2.5px solid var(--retro-yellow);
  border-radius: 13px;
  padding: 22px 18px;
  margin-bottom: 18px;
  box-shadow: 0 2px 12px var(--retro-shadow);
  min-width: 220px;
  transition: box-shadow .15s, border-color .15s, transform .16s;
}
.service-block:hover {
  border-color: var(--retro-red);
  box-shadow: 0 7px 22px var(--retro-blue);
  transform: translateY(-2px) scale(1.015);
}

/* Contact Footer */
footer {
  background: #2b3146;
  padding: 40px 0 0 0;
  margin-top: 64px;
  color: #fff;
  box-shadow: 0 -2px 22px var(--retro-shadow);
}
.footer-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.footer-nav a {
  font-family: var(--font-body);
  color: #F5E960;
  font-size: 1.06rem;
  padding: 8px 0;
  transition: color .18s;
}
.footer-nav a:hover { color: var(--retro-orange); text-decoration: underline; }
.logo-footer {
  display: inline-block;
  margin-bottom: 14px;
}
.logo-footer img {
  height: 48px; width: auto;
}
.contact-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 18px;
  font-family: var(--font-body);
  font-size: 0.97rem;
  color: #FFFDF7;
  margin-top: 12px;
  margin-bottom: 7px;
}
.contact-footer img {
  width: 21px;
  height: 21px;
  vertical-align: bottom;
  margin-right: 9px;
}
footer .container { display: flex; flex-direction: column; gap: 19px; align-items: flex-start; }


/* === TEXT SECTION === */
.text-section { margin-bottom: 12px; }
.text-section p { margin-bottom: 12px; font-size: 1.04rem; }
.text-section ul { margin-bottom: 12px; }
.text-section li { margin-bottom: 6px; list-style: disc inside; }
.text-section img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
  vertical-align: text-bottom;
}

/* === Cookie Consent Banner & Modal === */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 250;
  background: #FFF9EA;
  color: #2B3146;
  box-shadow: 0 -2px 26px var(--retro-shadow);
  border-top: 3px solid var(--retro-orange);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 22px 16px;
  gap: 30px;
  font-family: var(--font-body);
  font-size: 1rem;
  animation: cookieBannerIn .7s cubic-bezier(.07,.82,.7,.97);
}
@keyframes cookieBannerIn {
  0% { transform: translateY(100%); opacity:0; }
  100%{ transform: translateY(0); opacity:1; }
}

.cookie-banner .cookie-banner-actions {
  display: flex;
  gap: 14px;
}
.cookie-banner button {
  font-family: var(--font-retro);
  border-radius: 22px;
  padding: 9px 22px;
  border: 2px solid #2b3146;
  font-size: 0.98rem;
  background: var(--retro-yellow);
  color: var(--color-primary);
  box-shadow: 0 1px 7px var(--retro-shadow);
  cursor: pointer;
  margin: 0 2px;
  transition: background .18s, color .18s, border-color .18s;
}
.cookie-banner button.accept {
  background: var(--retro-orange);
  color: #2b3146;
  border-color: var(--retro-yellow);
  font-weight: 700;
}
.cookie-banner button.reject {
  background: #fff;
  color: var(--color-primary);
  border-color: var(--retro-orange);
}
.cookie-banner button.settings {
  background: transparent;
  color: var(--color-primary);
  border: 2px dashed var(--retro-brown);
}
.cookie-banner button:hover,
.cookie-banner button:focus {
  background: var(--retro-red);
  color: #fff;
  border-color: var(--retro-red);
}

.cookie-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left:0; right:0; bottom:0;
  z-index: 9999;
  background: rgba(43,49,70,0.32);
  justify-content: center;
  align-items: center;
}
.cookie-modal-overlay.active {
  display: flex;
}
.cookie-modal {
  background: #FFFDF7;
  border-radius: 15px;
  box-shadow: 0 6px 32px var(--retro-shadow);
  max-width: 410px;
  width: 88vw;
  padding: 38px 28px 22px 28px;
  animation: modalIn .37s cubic-bezier(.22,.82,.45,.97);
  position: relative;
}
@keyframes modalIn {
  0% { transform: scale(0.90) translateY(30%); opacity:0; }
  100%{ transform: scale(1) translateY(0); opacity:1; }
}
.cookie-modal h3 {
  font-size: 1.34rem;
  margin-bottom: 18px;
  color: var(--color-primary);
}
.cookie-modal .cookie-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-top: 1px solid #ece4cd;
}
.cookie-modal .cookie-cat:last-child { border-bottom: 1px solid #ece4cd; }
.cookie-modal label {
  font-family: var(--font-body);
  font-size: 1rem;
  flex: 1 1 auto;
  color: var(--color-primary);
}
.cookie-modal input[type=checkbox] {
  width: 20px; height: 20px;
  accent-color: var(--color-secondary);
  vertical-align: middle;
}
.cookie-modal .always-on {
  color: var(--retro-orange);
  font-size: 1.05rem;
  font-family: var(--font-retro);
  margin-left: 15px;
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  justify-content: flex-end;
}
.cookie-modal .close-modal-btn {
  position: absolute;
  top: 14px; right: 18px;
  background: var(--retro-blue);
  border-radius: 8px;
  width: 34px; height: 34px;
  font-size: 1.2rem;
  color: #fff;
  border: none;
  cursor: pointer;
}
.cookie-modal .close-modal-btn:hover {
  background: var(--retro-orange);
  color: var(--color-primary);
}

/* === RESPONSIVE DESIGN (Mobile-first) === */
@media (max-width: 1340px) {
  .container { max-width: 100%; }
}
@media (max-width: 1100px) {
  .blog-list { flex-direction: column; }
  .service-overview-grid { flex-direction: column; }
  .card-container, .content-grid { flex-direction: column; gap: 16px; }
  .section { padding: 30px 8px; }
  .cta { padding: 24px 8px 22px 8px; }
}
@media (max-width: 768px) {
  .container { padding: 0 8px; }
  .section { padding: 24px 4px; margin-bottom: 38px; }
  h1 { font-size: 1.6rem;}
  h2 { font-size: 1.18rem;}
  h3 { font-size: 1.01rem;}
  .contact-footer { gap: 17px 6px; font-size: 0.91rem; }
  .footer-nav { gap: 13px; font-size: 0.96rem; }
  .blog-post-preview, .card, .service-block { min-width: 0; }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 14px;
    font-size: 0.98rem;
  }
  .text-image-section {
    flex-direction: column;
    gap: 14px;
  }
  .cta { padding: 18px 4px 14px 4px; margin-bottom: 29px; }
  .blog-list { gap: 12px; }
  .content-wrapper { gap: 13px; }
}
@media (max-width: 580px) {
  .cookie-banner {
    flex-direction: column;
    font-size: 0.98rem;
    gap: 16px;
    padding: 16px 8px 19px 8px;
    align-items: flex-start;
  }
}
@media (max-width: 420px) {
  .testimonial-card { font-size: 0.90rem; padding: 8px; }
  .card, .blog-post-preview, .service-block { padding: 11px 7px; }
  .text-section p { font-size: .98rem; }
}


/* === Animations & Micro-interactions === */
.btn,
.card,
.service-block,
.blog-post-preview,
.categories-filter li,
.cookie-banner button {
  transition: box-shadow .18s, background .18s, color .19s, transform .13s;
}
.btn:active,
.categories-filter li:active {
  transform: scale(0.97);
}

/* Miscellaneous helpers */
::-webkit-scrollbar { width: 7px; background: #FFF9EA; }
::-webkit-scrollbar-thumb {
  background: var(--retro-yellow);
  border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover { background: var(--retro-orange); }

/* Spacing helpers for edge cases, if needed */
.mt-24 { margin-top: 24px; }
.mb-16 { margin-bottom: 16px; }

/* === Accessibility === */
:focus-visible {
  outline: 2.5px solid var(--retro-blue);
  outline-offset: 2.5px;
}

/* Hide visually (e.g., for accessibility) */
.sr-only { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); padding: 0; border: 0; height: 1px; width: 1px; overflow: hidden; }

/* Special for the contact/thanks pages */
.cta-contact { margin: 20px 0 13px 0; }
.cta-contact .btn-primary { font-size: 1.15rem; min-width: 160px;}

/* --- End --- */
