/*
Theme Name: Maskita
Theme URI: https://maskita.nl/
Author: Maskita Tattoo & Piercing
Description: Native, editorial dark theme for Maskita Tattoo & Piercing in Haarlem.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: maskita
*/

:root {
  --ink: #7C7C7C;
  --ink-soft: #707070;
  --blue-black: #686868;
  --paper: #f4f1ea;
  --muted: #e2ded5;
  --yellow: #ffb60e;
  --line: rgba(244, 241, 234, .18);
  --display: 'Josefin Sans', sans-serif;
  --body: 'Source Sans 3', sans-serif;
  --measure: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 18px; line-height: 1.55; }
body.background-black { --ink: #090b0b; --ink-soft: #111515; --blue-black: #001c23; --muted: #7c7c7c; --line: rgba(244, 241, 234, .18); }
body.background-gray { --ink: #7C7C7C; --ink-soft: #707070; --blue-black: #686868; --muted: #e2ded5; --line: rgba(244, 241, 234, .18); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }
.container { width: min(calc(100% - 2.5rem), var(--measure)); margin-inline: auto; }
.site-header { padding: .75rem 0 0; position: relative; z-index: 10; background: var(--ink); }
.brand { display: flex; justify-content: center; }
.brand img { width: min(300px, 70vw); max-height: 125px; object-fit: contain; }
.footer-brand img { width: min(300px, 100%); max-height: 220px; object-fit: contain; object-position: left center; }
.site-nav { margin-top: .75rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.site-nav ul { display: flex; justify-content: center; flex-wrap: wrap; gap: .25rem 1.4rem; list-style: none; margin: 0; padding: .6rem 0; }
.site-nav a { color: var(--paper); font: 600 .82rem var(--display); letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease; }
.site-nav a:hover, .site-nav .current-menu-item a, .site-nav .current-menu-parent a, .site-nav .current-menu-ancestor a { color: var(--yellow); }
.menu-toggle { display: none; }
body.menu-open { overflow: hidden; }
.hero { min-height: min(78vh, 760px); display: grid; place-items: center; position: relative; isolation: isolate; background: linear-gradient(90deg, rgba(9,11,11,.78), rgba(9,11,11,.25)), var(--hero-image) center / cover; }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, var(--ink)); z-index: -1; }
.hero-content { width: 100%; max-width: var(--measure); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; column-gap: clamp(3rem, 9vw, 9rem); row-gap: 2.5rem; padding: 6rem 0; }
.hero-copy-left { text-align: right; }
.hero-copy-right { text-align: left; }
.eyebrow { color: var(--yellow); font: 600 .77rem var(--eyebrow); letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); font-weight: 500; line-height: 1.05; text-wrap: balance; }
h1, h2, h3 { text-transform: uppercase; }
h1 { font-size: clamp(3.2rem, 11vw, 7.8rem); letter-spacing: .02em; }
h2 { font-size: clamp(2.4rem, 6vw, 5rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.hero p { max-width: 550px; margin: 0; color: rgba(244,241,234,.8); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.4; }
.hero p.hero-subtitle { margin-top: 1rem !important; color: var(--paper) !important; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.4rem) !important; font-weight: 500; letter-spacing: .12em; line-height: 1.1; text-transform: uppercase; }
.hero-cta { width: 100%; max-width: none !important; display: flex; justify-content: flex-start; align-items: center; margin: 2rem 0 0; text-align: left; }
.hero-copy-right .hero-cta { margin: 2.75rem 0 0; }
.button { display: inline-flex; align-items: center; gap: .8rem; border: 1px solid var(--yellow); padding: .9rem 1.35rem; color: var(--yellow); font: 600 .78rem var(--display); letter-spacing: .12em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease; }
.button > span[aria-hidden="true"] { display: inline-block; color: inherit; font-size: .95rem; }
.button:hover { background: var(--yellow); color: var(--ink); transform: translateY(-3px); box-shadow: 0 10px 24px rgba(255,182,14,.2); }
.why-cta { display: flex; justify-content: center; margin: 3rem 0 0; }
.button-large { min-width: min(100%, 360px); justify-content: center; padding: 1.2rem 2rem; font-size: .9rem; }
.section { padding: 5.5rem 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.3rem; }
.section-heading p { max-width: 430px; margin: 0; color: var(--muted); }
.section:has(.specialties-grid) .section-heading { flex-direction: column; align-items: flex-start; }
.section:has(.specialties-grid) .section-heading p { max-width: 700px; }
.section:has(.team-grid) .section-heading,
.section:has(.guest-artists-grid) .section-heading,
.section:has(.feature-grid:not(.specialties-grid)) .section-heading { flex-direction: column; align-items: flex-start; }
.section:has(.team-grid) .section-heading p,
.section:has(.guest-artists-grid) .section-heading p,
.section:has(.feature-grid:not(.specialties-grid)) .section-heading p { max-width: 700px; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat { min-height: 170px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.stat:hover { background: var(--ink-soft); transform: translateY(-4px); }
.stat-number { display: block; color: var(--yellow); font: 500 3.2rem var(--display); }
.stat-label { color: var(--muted); }
.feature-grid, .team-grid, .service-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.feature-card, .service-card { min-height: 260px; padding: 1.6rem; border: 1px solid var(--line); background: var(--ink-soft); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.specialty-card { padding: 0; overflow: hidden; }
.specialty-card .card-link { min-height: 100%; }
.specialty-card-image { width: 100%; height: 210px; object-fit: cover; transition: transform .5s ease; }
.specialty-card:hover .specialty-card-image { transform: scale(1.04); }
.specialty-card .card-link > div, .specialty-card .arrow { margin-right: 1.6rem; margin-left: 1.6rem; }
.specialty-card .card-link > div { padding-top: 1.25rem; }
.specialty-card .arrow { margin-bottom: 1.3rem; }
.feature-card:hover, .service-card:hover { border-color: var(--yellow); transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,.25); }
.feature-card p, .service-card p { color: var(--muted); }
.card-link { display: flex; height: 100%; flex-direction: column; justify-content: space-between; }
.arrow { color: transparent; font-size: 0 !important; }
.arrow::before { content: none; }
.arrow::after { content: '\2192'; color: var(--yellow); font-size: 1.5rem; }
.image-card { position: relative; aspect-ratio: 1; min-height: 0; overflow: hidden; background: var(--ink-soft); }
.image-card img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .5s ease; }
.image-card:hover img { transform: scale(1.04); }
.image-card::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.88)); }
.image-card-content { position: absolute; z-index: 1; right: 1.3rem; bottom: 1.2rem; left: 1.3rem; }
.image-card-content p { margin: .4rem 0 0; color: rgba(244,241,234,.7); }
.guest-artists-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 220px)); justify-content: center; gap: 1rem; }
.guest-artists-intro { max-width: 700px; margin: 0 0 2.3rem; color: var(--muted); }
.guest-artist-card { min-height: 0; }
.guest-artist-country { position: absolute; top: 1rem; right: 1rem; z-index: 2; color: var(--yellow); font: 600 .65rem var(--display); letter-spacing: .14em; line-height: 1; text-transform: uppercase; writing-mode: vertical-rl; text-orientation: mixed; }
.guest-artist-card .image-card-content { right: 1rem; bottom: .9rem; left: 1rem; }
.guest-artist-card .image-card-content h3 { font-size: clamp(1.25rem, 2.5vw, 1.7rem); }
.section-tone-small { background: color-mix(in srgb, var(--ink) 94%, var(--paper)); }
.section-tone-medium { background: color-mix(in srgb, var(--ink) 88%, var(--paper)); }
.section-tone-large { background: color-mix(in srgb, var(--ink) 78%, var(--paper)); }
.split-section .section-heading { align-items: start; }
.service-feature { display: grid; gap: 2.5rem; align-items: center; }
.service-feature-copy h2 { margin-top: .7rem; }
.service-feature-copy p { max-width: 520px; margin: 1.4rem 0 0; color: var(--muted); }
.feature-rich-content { max-width: 560px; margin-top: 1.5rem; color: var(--muted); }
.feature-rich-content > * { margin-top: 1rem; }
.feature-rich-content > :first-child { margin-top: 0; }
.feature-rich-content ul { padding-left: 1.5rem; }
.feature-rich-content li::marker { color: var(--yellow); }
.feature-wide-content { color: var(--muted); }
.feature-wide-content > * + * { margin-top: 1.25rem; }
.feature-wide-content ul { padding-left: 1.5rem; }
.feature-wide-content li::marker { color: var(--yellow); }
.feature-wide-content a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.feature-wide-content table { width: 100%; border-collapse: collapse; }
.feature-wide-content th, .feature-wide-content td { padding: .85rem 1rem; border-bottom: 1px solid var(--line); text-align: left; }
.feature-wide-content th { color: var(--paper); font: 600 .75rem var(--display); letter-spacing: .1em; text-transform: uppercase; }
.feature-wide-content table.prijslijst th:last-child, .feature-wide-content table.prijslijst td:last-child { min-width: 25%; text-align: right; }
.section.feature-section { padding: 1.25rem 0; }
.section.feature-intro { padding-top: 1.25rem; padding-bottom: 0; }
.section.feature-bottom { padding-top: 0; padding-bottom: 1.25rem; }
.feature-subtitle { margin: 1rem 0 0; color: var(--paper); font: 500 1rem var(--display); letter-spacing: .12em; text-transform: uppercase; }
.rich-content { margin-top: 1.5rem; color: var(--muted); }
.rich-content > * + * { margin-top: 1.25rem; }
.rich-content ul { padding-left: 1.5rem; }
.rich-content li::marker { color: var(--yellow); }
.rich-content a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.rich-content table { width: 100%; max-width: none; border-collapse: collapse; }
.rich-content th, .rich-content td { padding: .85rem 1rem; border-bottom: 1px solid var(--line); text-align: left; }
.rich-content th { color: var(--paper); font: 600 .75rem var(--display); letter-spacing: .1em; text-transform: uppercase; }
.rich-content table.prijslijst th:last-child, .rich-content table.prijslijst td:last-child { min-width: 25%; text-align: right; }
.service-feature-image { min-height: 320px; overflow: hidden; background: var(--ink-soft); }
.service-feature-image { border-radius: 10px; }
.service-feature-image img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.sponsor-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.5rem 2.5rem; }
.sponsor { display: flex; min-width: 150px; min-height: 120px; align-items: center; justify-content: center; padding: 1.5rem; opacity: .8; transition: opacity .25s ease, transform .25s ease; }
.sponsor:hover { opacity: 1; transform: translateY(-3px); }
.sponsor img { max-height: 72px; width: auto; filter: grayscale(1) brightness(1.7); }
.site-footer { padding: 4rem 0 1.5rem; border-top: 1px solid var(--line); background: var(--ink); }
.footer-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
.footer-title { color: var(--yellow); font: 600 .75rem var(--display); letter-spacing: .16em; text-transform: uppercase; }
.footer-details { color: var(--muted); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.social-link { display: flex; align-items: center; gap: .55rem; width: fit-content; color: var(--muted); transition: transform .25s ease, color .25s ease; }
.footer-details > .social-link:first-of-type { margin-top: 1rem; }
.social-link:hover { color: var(--paper); transform: translateY(-2px); }
.social-icon { display: inline-flex; width: 1.55rem; height: 1.55rem; align-items: center; justify-content: center; color: var(--yellow); fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-icon .instagram-dot { fill: currentColor; stroke: none; }
.footer-subtitle { display: block; margin-top: 2rem; }
.footer-partners { display: grid; gap: .35rem; margin-top: .7rem; }
.partner-link { color: var(--muted); transition: color .25s ease, transform .25s ease; }
.partner-link:hover { color: var(--paper); transform: translateX(2px); }
.section-cta { display: flex; justify-content: center; margin: 3rem 0 0; }
.instagram-icon { width: 1.55rem; height: 1.55rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-icon .instagram-dot { fill: currentColor; stroke: none; }
.page-hero { padding: 5rem 0 3rem; border-bottom: 1px solid var(--line); }
.content { max-width: 760px; }
.content > * + * { margin-top: 1.25rem; }
.content a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.artist-detail-grid { display: grid; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.artist-bio { max-width: none; }
.artist-detail-photo { overflow: hidden; border-radius: 10px; background: var(--ink-soft); }
.artist-detail-photo img { width: 100%; min-height: 420px; object-fit: cover; }
.artist-gallery-heading { margin: 6rem 0 2.5rem; }
.artist-gallery-heading h2 { margin-top: .75rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { cursor: pointer; padding: 1.2rem 0; font: 500 1.25rem var(--display); list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; float: right; color: var(--yellow); }
.faq-item[open] summary::after { content: '-'; }
.faq-answer { max-width: 700px; padding: 0 2rem 1.5rem 0; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
.gallery-grid figure { margin: 0; overflow: hidden; aspect-ratio: 1; background: var(--ink-soft); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.06); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (min-width: 700px) { .container { width: min(calc(100% - 4rem), var(--measure)); } .stats { grid-template-columns: repeat(4, 1fr); } .feature-grid, .service-grid { grid-template-columns: repeat(3, 1fr); } .team-grid { grid-template-columns: repeat(3, 1fr); } .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; } .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 700px) { .service-feature { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .artist-detail-grid { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); } }
@media (max-width: 699px) { .hero-content { grid-template-columns: 1fr; row-gap: 1.5rem; } .hero-copy-left, .hero-copy-right { text-align: center; } .hero-cta { justify-content: center; margin-top: 1.5rem; text-align: center; } }
@media (max-width: 699px) { .menu-toggle { position: absolute; top: .75rem; right: 0; z-index: 41; display: flex; width: 2.8rem; height: 2.4rem; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; margin: 0; padding: 0; border: 1px solid var(--line); background: var(--ink); color: var(--paper); cursor: pointer; } .menu-toggle-line { display: block; width: 1.1rem; height: 1px; background: currentColor; transition: transform .25s ease, opacity .25s ease; } .menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(1) { transform: translateY(.4rem) rotate(45deg); } .menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(2) { opacity: 0; } .menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(3) { transform: translateY(-.4rem) rotate(-45deg); } .site-header .container { position: relative; } .site-nav { position: fixed; inset: 0; z-index: 40; display: flex; align-items: flex-start; justify-content: center; width: 100vw; height: 100dvh; margin: 0; padding: 6rem 2rem 2rem; border: 0; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-1rem); transition: opacity .3s ease, visibility .3s ease, transform .3s ease; } .site-nav ul { display: flex; width: min(100%, 28rem); flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; } .site-nav li { border-bottom: 1px solid var(--line); } .site-nav li:first-child { border-top: 1px solid var(--line); } .site-nav a { display: block; padding: 1rem 0; font-size: 1rem; text-align: center; } .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); } }
@media (min-width: 980px) { .section { padding: 6.5rem 0; } }

/* Contact Form 7 – form field styling (Bootstrap-achtig 2-class patroon) */
.wpcf7-form { max-width: 560px; }
.wpcf7-form p { margin: 0 0 1.4rem; }
.wpcf7-form label { display: block; margin-bottom: .5rem; color: var(--paper); font: 600 .78rem var(--display); letter-spacing: .08em; text-transform: uppercase; }

.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: .85rem 1rem;
  background: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--paper);
  font: 400 1rem var(--body);
  line-height: 1.5;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-control::placeholder { color: var(--muted); opacity: 1; }
.form-control:focus,
.form-select:focus {
  outline: none;
  border-color: var(--yellow);
  background: var(--ink);
  box-shadow: 0 0 0 .2rem rgba(255,182,14,.25);
}
.form-control.wpcf7-not-valid,
.form-select.wpcf7-not-valid { border-color: #e5484d; }

textarea.form-control { min-height: 140px; resize: vertical; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffb60e' d='M8 11 2.5 5.5h11z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: .85rem;
  padding-right: 2.5rem;
}

.form-check { display: flex; align-items: flex-start; gap: .65rem; margin: 0 0 1.4rem; }
.form-check-input {
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .15rem;
  appearance: none;
  background: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.form-check-input:checked {
  background: var(--yellow) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23090b0b' d='M6.3 11.3 3.5 8.5l1.4-1.4 1.4 1.4 4.4-4.4 1.4 1.4z'/%3E%3C/svg%3E") center / .9rem no-repeat;
  border-color: var(--yellow);
}
.form-check-input:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }
.form-check-label { color: var(--muted); font: 400 .95rem var(--body); text-transform: none; letter-spacing: normal; margin: 0; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  margin: 0;
  border: 1px solid var(--yellow);
  border-radius: 4px;
  padding: .9rem 1.35rem;
  color: var(--yellow);
  background: transparent;
  background-image: none;
  box-shadow: none;
  font: 600 .78rem var(--display);
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}
input[type="submit"].btn,
button.btn { -webkit-appearance: none; appearance: none; }
.btn::-webkit-details-marker,
.btn::marker { display: none; content: none; }
.btn-lg { min-width: min(100%, 360px); padding: 1.2rem 2rem; font-size: .9rem; }
.btn:hover { background: var(--yellow); color: var(--ink); transform: translateY(-3px); box-shadow: 0 10px 24px rgba(255,182,14,.2); }
.btn-primary { background: var(--yellow); color: var(--ink); }
.btn-primary:hover { background: transparent; color: var(--yellow); }

.popup-trigger { position: fixed; top: 50%; left: 0; z-index: 20; display: inline-flex; align-items: center; justify-content: center; width: 3.2rem; min-height: 10rem; padding: 1rem .8rem; border: 1px solid var(--yellow); border-left: 0; background: var(--yellow); color: var(--ink); font: 600 .78rem var(--display); letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; transform: translateY(-50%); cursor: pointer; transition: background .25s ease, color .25s ease, width .25s ease, box-shadow .25s ease; }
.popup-trigger:hover { width: 3.6rem; background: transparent !important; background-image: none !important; color: var(--yellow); border-color: var(--yellow); box-shadow: 0 10px 24px rgba(255,182,14,.2); }
.popup-trigger-arrow { display: inline-block; margin-top: .55rem; font-size: 1rem; letter-spacing: 0; }
.maskita-popup { width: fit-content; max-width: calc(100vw - 2rem); max-height: calc(100dvh - 2rem); overflow: hidden; padding: 0; border: 2px solid var(--line); background: transparent; color: var(--paper); box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.maskita-popup[open] { animation: maskita-popup-open .55s cubic-bezier(.22, 1, .36, 1) both; }
@keyframes maskita-popup-open { from { opacity: 0; transform: scale(.94) translateY(.75rem); } to { opacity: 1; transform: scale(1) translateY(0); } }
.maskita-popup::backdrop { background: rgba(0,0,0,.72); }
.maskita-popup-content { position: relative; padding: 0; }
.maskita-popup img { display: block; width: auto; max-width: calc(100vw - 2rem); height: auto; max-height: calc(100dvh - 2rem); object-fit: contain; }
.maskita-popup-close { position: absolute; top: .65rem; right: .65rem; z-index: 1; width: 1.8rem; height: 1.8rem; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 1.3rem; line-height: 1; cursor: pointer; }
.maskita-popup-close:hover { color: var(--paper); }

.wpcf7-spinner {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
  overflow: hidden;
  border: none;
  background: none;
}
.wpcf7-spinner.is-active {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: .8rem;
  visibility: visible;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='%23090b0b' stroke-width='3' stroke-linecap='round' stroke-dasharray='40' /%3E%3C/svg%3E") center / contain no-repeat;
  animation: wpcf7-spin .8s linear infinite;
}
@keyframes wpcf7-spin { to { transform: rotate(360deg); } }
.wpcf7-response-output { margin-top: 1.5rem; padding: .9rem 1.1rem; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); }
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7-form.payment-required .wpcf7-response-output { border-color: #e5484d; color: #e5484d; }
.wpcf7-form.sent .wpcf7-response-output { border-color: var(--yellow); color: var(--yellow); }
.wpcf7-not-valid-tip { display: block; margin-top: .4rem; color: #e5484d; font-size: .85rem; }
@media (max-width: 699px) { .footer-grid { text-align: center; } .footer-brand img { margin-inline: auto; } .social-link { margin-inline: auto; } .footer-bottom { align-items: center; flex-direction: column; text-align: center; } .popup-trigger { top: auto; right: 1rem; bottom: 1rem; left: 1rem; width: auto; min-height: 0; padding: 1rem 1.5rem; border: 1px solid var(--yellow); writing-mode: initial; transform: none; } .popup-trigger:hover { width: auto; background: transparent !important; background-image: none !important; } .popup-trigger-arrow { margin-top: 0; margin-left: .55rem; } .maskita-popup { width: calc(100% - 1.5rem); } }
