:root {
  --primary: #0F2542;
  --accent: #E07A2B;
  --cream: #F5EFE6;
  --dark: #1A1A1A;
  --muted: #6B6259;
  --white: #FFFFFF;
  --line: rgba(15, 37, 66, .14);
  --shadow: 0 18px 45px rgba(15, 37, 66, .14);
  --radius: 8px;
  --header-height: 84px;
  --font-body: Inter, system-ui, sans-serif;
  --font-display: Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--dark); background: var(--cream); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-height); background: color-mix(in srgb, var(--cream) 94%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); box-shadow: 0 10px 26px rgba(15, 37, 66, .06); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 178px; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--primary), #173d67); border: 2px solid color-mix(in srgb, var(--accent) 65%, transparent); border-radius: var(--radius); font-weight: 900; box-shadow: 0 9px 18px rgba(15, 37, 66, .16); }
.brand__image { width: auto; max-width: 190px; max-height: 58px; object-fit: contain; }
.brand-name { display: grid; line-height: 1.05; }
.brand-name strong { font-size: 1.1rem; color: var(--primary); }
.brand-name span { font-size: .78rem; color: var(--muted); }
.menu { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 0; margin: 0; list-style: none; }
.menu a { display: inline-flex; align-items: center; min-height: 42px; padding: 0 13px; border-radius: var(--radius); color: var(--primary); font-size: .95rem; font-weight: 800; }
.menu a:hover, .menu a:focus-visible { background: color-mix(in srgb, var(--accent) 12%, transparent); color: var(--dark); outline: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 18px; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer; font-weight: 850; transition: transform .18s ease, background .18s ease, border-color .18s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: var(--white); background: var(--accent); box-shadow: 0 10px 22px color-mix(in srgb, var(--accent) 22%, transparent); }
.hero-actions .btn-primary { color: var(--hero-button-color, var(--white)); background: var(--hero-button-bg, var(--accent)); font-size: var(--hero-button-size, 16px); }
.btn-dark { color: var(--white); background: var(--primary); }
.btn-ghost { color: var(--primary); background: rgba(255, 255, 255, .56); border-color: var(--line); }
.whatsapp { background: #1FAF58; color: var(--white); }
.btn i, .service-icon i, .contact-item i, .check-list i { width: 19px; height: 19px; display: inline-grid; place-items: center; flex: 0 0 auto; }
.mobile-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--primary); background: var(--white); cursor: pointer; box-shadow: 0 10px 22px rgba(15, 37, 66, .08); }

.hero { position: relative; min-height: calc(100svh - var(--header-height) - 42px); padding: 0; overflow: hidden; background: var(--primary); color: var(--white); }
.hero-track { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.035); transition: opacity .8s ease, transform 4.5s ease; background-size: cover; background-position: center; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--primary) 90%, transparent), color-mix(in srgb, var(--primary) 66%, transparent) 42%, color-mix(in srgb, var(--primary) 8%, transparent)); }
.hero-content { position: relative; z-index: 2; min-height: calc(100svh - var(--header-height) - 42px); display: grid; align-content: center; padding: 72px 0 104px; }
.hero-copy { width: min(720px, 100%); display: none; }
.hero-copy.is-active { display: block; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--hero-badge-color, #FFE6D0); font-size: var(--hero-badge-size, 14px); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); }
h1 { margin-bottom: 20px; font-size: clamp(2.6rem, 6vw, var(--hero-title-size, 72px)); line-height: .98; letter-spacing: 0; }
.hero-copy h1 { color: var(--hero-title-color, var(--white)); }
.hero-copy p { width: min(650px, 100%); color: var(--hero-desc-color, rgba(255, 255, 255, .86)); font-size: clamp(1.05rem, 2vw, var(--hero-desc-size, 20px)); margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; width: min(650px, 100%); }
.stat { padding: 16px; border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .08); border-radius: var(--radius); backdrop-filter: blur(10px); }
.stat strong { display: block; font-size: 1.45rem; line-height: 1; color: #FFD9BA; }
.stat span { display: block; margin-top: 7px; color: rgba(255, 255, 255, .72); font-size: .88rem; }
.slider-dots { position: absolute; z-index: 4; left: 50%; bottom: 34px; display: flex; gap: 10px; transform: translateX(-50%); }
.slider-dots button { width: 38px; height: 5px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .38); cursor: pointer; }
.slider-dots button.is-active { background: var(--accent); }

section { padding: 86px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-kicker { margin-bottom: 10px; color: var(--accent); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
h2 { color: var(--primary); font-size: clamp(1.75rem, 2.7vw, 2.45rem); line-height: 1.1; margin-bottom: 0; letter-spacing: 0; }
.section-head p { width: min(430px, 100%); margin-bottom: 0; color: var(--muted); }
.about-band { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 38px; align-items: center; }
.about-media { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4 / 3; background: var(--primary); }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-copy p { color: var(--muted); font-size: 1.04rem; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--primary); font-weight: 750; }
.check-list i { margin-top: 2px; color: var(--accent); }

.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { min-height: 272px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; color: var(--white); border-radius: var(--radius); background: var(--primary); box-shadow: var(--shadow); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--primary) 10%, transparent), color-mix(in srgb, var(--primary) 90%, transparent)); }
.service-card:hover img { transform: scale(1.06); }
.service-content { position: relative; z-index: 2; padding: 22px; }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 15px; color: var(--white); background: var(--accent); border-radius: var(--radius); }
.service-card h3 { margin-bottom: 8px; font-size: 1.18rem; line-height: 1.16; }
.service-card p { margin-bottom: 0; color: rgba(255, 255, 255, .8); font-size: .94rem; }
.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: #FFD9BA; font-weight: 900; font-size: .92rem; }
.service-link i { width: auto; height: auto; }

.process { background: var(--primary); color: var(--white); }
.process h2, .process .section-kicker { color: var(--white); }
.process .section-kicker { color: #FFD9BA; }
.process .section-head p { color: rgba(255, 255, 255, .72); }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.process-item { padding: 28px; border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius); background: rgba(255, 255, 255, .07); }
.process-item span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 18px; color: var(--white); background: var(--accent); border-radius: var(--radius); font-weight: 900; }
.process-item h3 { margin-bottom: 10px; font-size: 1.2rem; }
.process-item p { margin-bottom: 0; color: rgba(255, 255, 255, .73); }

.instagram-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.insta-tile { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: var(--radius); background: var(--primary); }
.insta-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.insta-tile:hover img { transform: scale(1.06); }
.insta-tile::after { content: "Instagram"; position: absolute; inset: auto 10px 10px; padding: 7px 9px; color: var(--white); background: color-mix(in srgb, var(--primary) 72%, transparent); border-radius: var(--radius); font-size: .74rem; font-weight: 850; opacity: 0; transition: opacity .2s ease; }
.insta-tile:hover::after { opacity: 1; }
.instagram-shortcode { width: 100%; }
.instagram-empty { padding: 28px; border: 1px dashed var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .54); color: var(--muted); text-align: center; font-weight: 700; }

.testimonials { background: var(--white); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.testimonials-shortcode { overflow: hidden; width: 100%; }
.testimonials-shortcode iframe { max-width: 100%; }
.quote-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #FFFDF9; box-shadow: 0 12px 30px rgba(15, 37, 66, .07); }
.stars { color: var(--accent); font-weight: 900; letter-spacing: .04em; margin-bottom: 16px; }
.quote-card p { color: var(--dark); margin-bottom: 20px; }
.quote-card strong { display: block; color: var(--primary); }
.quote-card span { color: var(--muted); font-size: .92rem; }

.contact { padding-bottom: 38px; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: stretch; }
.contact-info, .contact-form { padding: 30px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-item { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-item:last-child { border-bottom: 0; }
.contact-item i { color: var(--accent); margin-top: 2px; }
.contact-item strong { display: block; color: var(--primary); margin-bottom: 3px; }
.contact-item span, .contact-item a { color: var(--muted); }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { color: var(--primary); font-weight: 800; font-size: .9rem; }
input, textarea { width: 100%; border: 1px solid rgba(15, 37, 66, .18); border-radius: var(--radius); background: #FFFCF7; color: var(--dark); min-height: 48px; padding: 12px 13px; outline: none; }
textarea { min-height: 126px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 13%, transparent); }
.map-frame { overflow: hidden; margin-top: 24px; border-radius: var(--radius); border: 1px solid var(--line); aspect-ratio: 16 / 7; background: var(--primary); }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.2); }
.site-footer { color: color-mix(in srgb, var(--footer-text) 84%, transparent); background: var(--footer-bg); padding: 70px 0 100px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .9fr .95fr .85fr 1.1fr; gap: 48px; align-items: start; }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--footer-text); }
.footer-logo__mark { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: var(--white); background: linear-gradient(145deg, var(--footer-accent), color-mix(in srgb, var(--footer-accent) 70%, var(--footer-text))); border-radius: 12px; box-shadow: 0 14px 28px color-mix(in srgb, var(--footer-accent) 22%, transparent); }
.footer-logo__mark i { width: 18px; height: 18px; display: grid; place-items: center; }
.footer-logo strong { display: block; color: var(--footer-text); font-size: 1.1rem; line-height: 1.05; }
.footer-logo small { display: block; margin-top: 2px; color: var(--footer-muted); font-size: .78rem; line-height: 1.2; }
.footer-brand p { max-width: 310px; margin-bottom: 26px; color: var(--footer-muted); line-height: 1.7; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-socials a { width: 40px; height: 40px; display: grid; place-items: center; color: var(--footer-text); border: 1px solid color-mix(in srgb, var(--footer-text) 16%, transparent); border-radius: var(--radius); background: color-mix(in srgb, var(--footer-text) 7%, transparent); transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.footer-socials a:hover { transform: translateY(-2px); color: var(--footer-bg); background: var(--footer-accent); border-color: var(--footer-accent); }
.footer-column h2 { position: relative; margin: 2px 0 32px; color: var(--footer-text); font-size: 1.05rem; line-height: 1.2; }
.footer-column h2::after { content: ""; position: absolute; left: 0; bottom: -14px; width: 30px; height: 2px; background: var(--footer-accent); }
.footer-column ul { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.footer-column li, .footer-column a { color: var(--footer-muted); line-height: 1.55; }
.footer-column a { transition: color .18s ease, transform .18s ease; }
.footer-column a:hover { color: var(--footer-text); }
.footer-contact li, .footer-contact a { display: flex; align-items: flex-start; gap: 12px; }
.footer-contact i { width: 17px; min-width: 17px; margin-top: 4px; color: var(--footer-accent); text-align: center; }
.footer-contact span { display: inline-block; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 48px; padding-top: 22px; border-top: 1px solid color-mix(in srgb, var(--footer-text) 13%, transparent); color: color-mix(in srgb, var(--footer-muted) 82%, transparent); font-size: .9rem; }
.footer-bottom a { color: var(--footer-text); font-weight: 800; }
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: grid; gap: 10px; }
.floating-actions .btn { min-width: 154px; box-shadow: 0 14px 30px rgba(0, 0, 0, .2); }
.page-main { padding: 0 0 80px; }
.page-hero { position: relative; min-height: 360px; display: grid; align-items: end; padding: 86px 0 58px; color: var(--white); background-color: var(--primary); background-position: center; background-size: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--primary) 88%, transparent), color-mix(in srgb, var(--primary) 58%, transparent) 52%, color-mix(in srgb, var(--primary) 18%, transparent)); }
.page-hero__inner { position: relative; z-index: 1; }
.page-hero .section-kicker { color: #FFD9BA; }
.page-hero h1 { max-width: 760px; margin: 0 0 16px; color: var(--white); font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.04; }
.page-hero p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .82); font-size: 1.06rem; }
.page-content { margin-top: -34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 42px; box-shadow: var(--shadow); position: relative; z-index: 2; }

.home-blog { background: #FFFDF9; }
.home-blog .section-head { margin-bottom: 26px; }
.home-blog .section-head h2 { max-width: 720px; }
.blog-grid { display: grid; gap: 20px; }
.blog-grid--1 { grid-template-columns: 1fr; }
.blog-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.blog-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.blog-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.blog-card { overflow: hidden; display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 34px rgba(15, 37, 66, .08); }
.blog-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--primary); }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.blog-card:hover .blog-card__media img { transform: scale(1.05); }
.blog-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.blog-card__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; color: var(--muted); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.blog-card__meta span { display: inline-flex; align-items: center; gap: 7px; }
.blog-card__meta span + span::before { content: ""; width: 5px; height: 5px; border-radius: 999px; background: var(--accent); }
.blog-card h3 { margin-bottom: 10px; color: var(--primary); font-size: 1.26rem; line-height: 1.22; }
.blog-card p { color: var(--muted); margin-bottom: 18px; }
.blog-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--accent); font-weight: 900; }
.home-blog .blog-card__body { padding: 18px; }
.home-blog .blog-card h3 { font-size: 1.04rem; line-height: 1.24; margin-bottom: 18px; }
.home-blog .blog-card p { display: none; }
.home-blog .blog-card__meta { margin-bottom: 10px; font-size: .72rem; }
.home-blog .blog-card__link { font-size: .9rem; }
.blog-section-actions { display: flex; justify-content: center; margin-top: 30px; }
.blog-empty { padding: 30px; border: 1px dashed var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .68); color: var(--muted); text-align: center; font-weight: 800; }

.archive-hero { padding: 76px 0 44px; color: var(--white); background: linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary) 82%, var(--accent))); }
.archive-hero .section-kicker, .archive-hero h1 { color: var(--white); }
.archive-hero h1 { max-width: 820px; margin-bottom: 14px; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.02; }
.archive-hero p, .archive-description { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .78); font-size: 1.05rem; }
.archive-posts { padding-top: 56px; }
.pagination-nav { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.pagination-nav .page-numbers { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--primary); font-weight: 850; }
.pagination-nav .current { color: var(--white); background: var(--accent); border-color: var(--accent); }

.single-hero { padding: 70px 0; color: var(--white); background: linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary) 82%, var(--accent))); }
.single-hero__inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: center; }
.single-hero h1 { max-width: 760px; margin: 0 0 18px; color: var(--white); font-size: clamp(1.35rem, 2.4vw, 2.25rem); line-height: 1.12; }
.single-hero p { max-width: 640px; margin-bottom: 0; color: rgba(255, 255, 255, .8); font-size: 1.08rem; }
.single-hero .blog-card__meta { color: #FFD9BA; }
.single-hero__media { overflow: hidden; aspect-ratio: 16 / 10; border-radius: var(--radius); background: var(--primary); box-shadow: 0 24px 60px rgba(0, 0, 0, .24); }
.single-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.single-content-wrap { padding: 64px 0; background: #FFFDF9; }
.single-content-grid { width: min(880px, calc(100% - 40px)); }
.entry-content { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content p, .entry-content li { color: color-mix(in srgb, var(--dark) 86%, var(--muted)); font-size: 1.05rem; line-height: 1.78; }
.entry-content h1, .page-content h1 { color: var(--primary); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.12; margin: 0 0 22px; }
.entry-content h2, .page-content h2 { color: var(--primary); font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.18; margin: 36px 0 14px; }
.entry-content h3, .page-content h3 { color: var(--primary); font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.24; margin: 28px 0 12px; }
.entry-content img { height: auto; border-radius: var(--radius); }
.entry-content a { color: var(--accent); font-weight: 800; }

@media (max-width: 1040px) {
  .header-actions .btn-ghost { display: none; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .instagram-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .blog-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 42px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 620px; }
}

@media (max-width: 860px) {
  :root { --header-height: 74px; }
  .container { width: min(100% - 28px, 1160px); }
  .site-header { background: rgba(255, 252, 247, .96); }
  .nav { gap: 12px; }
  .brand { min-width: 0; gap: 10px; }
  .brand-mark { width: 42px; height: 42px; font-size: .92rem; }
  .brand-name strong { font-size: 1rem; }
  .brand-name span { font-size: .72rem; max-width: 185px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-toggle { display: inline-grid; place-items: center; }
  .mobile-toggle[aria-expanded="true"] { color: var(--white); background: var(--primary); border-color: var(--primary); }
  .menu { position: fixed; top: calc(var(--header-height) + 10px); left: 14px; right: 14px; display: none; padding: 10px; border: 1px solid rgba(15, 37, 66, .12); border-radius: 14px; background: rgba(255, 252, 247, .98); box-shadow: 0 22px 54px rgba(15, 37, 66, .18); backdrop-filter: blur(18px); }
  .menu.is-open { display: grid; }
  .menu li + li { border-top: 1px solid rgba(15, 37, 66, .08); }
  .menu a { min-height: 48px; justify-content: space-between; padding: 0 14px; border-radius: 10px; font-size: .94rem; }
  .menu a::after { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: var(--accent); }
  .header-actions { margin-left: auto; }
  .header-actions .btn-primary { display: none; }
  .hero-slide { background-position: 67% center; }
  .hero-content { min-height: 650px; align-content: end; padding: 230px 0 82px; }
  .hero-slide::after { background: linear-gradient(180deg, color-mix(in srgb, var(--primary) 28%, transparent) 0%, color-mix(in srgb, var(--primary) 58%, transparent) 36%, color-mix(in srgb, var(--primary) 90%, transparent) 100%); }
  .hero-copy { padding: 18px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 12px; background: rgba(15, 37, 66, .34); backdrop-filter: blur(8px); }
  .hero-copy h1 { font-size: clamp(2.15rem, 9vw, 3.4rem); }
  .hero-copy p { font-size: 1rem; line-height: 1.58; }
  .hero-stats, .about-grid, .contact-grid, .single-hero__inner { grid-template-columns: 1fr; }
  .section-head { display: grid; }
  .process-grid, .testimonial-grid, .blog-grid--2, .blog-grid--3, .blog-grid--4 { grid-template-columns: 1fr; }
  .map-frame { aspect-ratio: 1.4; }
}

@media (max-width: 620px) {
  .brand-name span { display: none; }
  .hero { min-height: 650px; }
  .hero-content { min-height: 650px; }
  .hero-actions { margin-bottom: 20px; }
  .hero-actions .btn { width: 100%; min-height: 50px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats { gap: 8px; }
  .stat { padding: 12px 14px; }
  .stat strong { font-size: 1.12rem; }
  .stat span { margin-top: 5px; font-size: .82rem; }
  section { padding: 70px 0; }
  .about-band { padding-top: 38px; }
  .about-grid { gap: 26px; }
  .about-media { aspect-ratio: 16 / 10; border-radius: 0; width: calc(100% + 28px); margin-left: -14px; box-shadow: none; }
  .about-copy h2 { font-size: clamp(1.72rem, 7vw, 2.15rem); line-height: 1.12; margin-bottom: 14px; }
  .about-copy p { font-size: .98rem; line-height: 1.65; }
  .check-list { gap: 10px; margin-top: 20px; }
  .check-list li { padding: 12px; border: 1px solid rgba(15, 37, 66, .08); border-radius: 10px; background: #fffaf3; font-size: .92rem; line-height: 1.45; }
  .section-head { gap: 12px; margin-bottom: 24px; }
  .section-kicker { font-size: .76rem; }
  h2 { font-size: clamp(1.55rem, 6vw, 2rem); }
  .services-grid, .instagram-grid, .form-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .service-card::after { background: linear-gradient(180deg, rgba(15, 37, 66, .16), rgba(15, 37, 66, .92)); }
  .service-content { padding: 22px; }
  .process-item { padding: 22px; }
  .contact-info, .contact-form { padding: 22px; }
  .archive-hero, .single-hero { padding: 50px 0 34px; }
  .archive-hero h1 { font-size: clamp(2rem, 9vw, 3rem); }
  .single-hero h1 { font-size: clamp(1.3rem, 6vw, 2rem); }
  .archive-posts, .single-content-wrap { padding: 42px 0; }
  .entry-content { padding: 24px; }
  .page-main { padding-bottom: 54px; }
  .page-hero { min-height: 300px; padding: 64px 0 48px; }
  .page-hero::before { background: linear-gradient(180deg, color-mix(in srgb, var(--primary) 40%, transparent), color-mix(in srgb, var(--primary) 88%, transparent)); }
  .page-hero h1 { font-size: clamp(1.85rem, 8vw, 2.65rem); }
  .page-content { margin-top: -22px; padding: 24px; }
  .entry-content p, .entry-content li { font-size: 1rem; line-height: 1.72; }
  .entry-content h1, .page-content h1 { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .entry-content h2, .page-content h2 { font-size: clamp(1.38rem, 6vw, 1.85rem); }
  .floating-actions { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 1fr 1fr; }
  .floating-actions .btn { min-width: 0; padding: 0 12px; }
  .site-footer { padding: 54px 0 92px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-column h2 { margin-bottom: 24px; }
  .footer-column ul { gap: 11px; }
  .footer-bottom { display: grid; margin-top: 34px; }
}
