/*
Theme Name: HARPYA Digital Solutions
Theme URI: https://www.harpyaweb.com/
Author: HARPYA Digital Solutions
Description: A custom marketing theme for HARPYA Digital Solutions.
Version: 1.0.0
Text Domain: harpya
*/

:root {
  --ink: #0b0f12;
  --ink-soft: #11161a;
  --charcoal: #1b1f23;
  --slate: #2a2f33;
  --gold: #c6b88a;
  --gold-soft: #d8c28a;
  --ivory: #f2f2f2;
  --muted: #b7b9ba;
  --line: rgba(198, 184, 138, .28);
  --container: min(1160px, calc(100vw - 48px));
  --display: "Playfair Display", Georgia, serif;
  --body: "Montserrat", Arial, sans-serif;
  --shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--ivory);
  background: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 1000; background: var(--gold); color: var(--ink); padding: .7rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 23px 0; }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-link { display: inline-flex; width: min(220px, 42vw); }
.brand-link img { display: block; width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(15px, 2.1vw, 30px); }
.primary-nav a:not(.button) { color: rgba(242, 242, 242, .88); font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: color .2s ease; }
.primary-nav a:not(.button):hover { color: var(--gold-soft); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color .22s ease, color .22s ease, transform .22s ease;
}
.button:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }
.button-solid { background: var(--gold); color: var(--ink); }
.button-solid:hover { background: var(--gold-soft); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: rgba(11, 15, 18, .55); color: var(--ivory); }

.hero { position: relative; min-height: max(720px, 90vh); overflow: hidden; display: grid; align-items: end; isolation: isolate; background: #080b0d; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5, 7, 9, .97) 0%, rgba(5, 7, 9, .88) 37%, rgba(5, 7, 9, .35) 67%, rgba(5, 7, 9, .12) 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 39%; background: linear-gradient(0deg, rgba(5, 7, 9, .82), transparent); }
.hero-media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.62) contrast(1.03); }
.hero-motif { position: absolute; z-index: -1; right: clamp(3%, 9vw, 15%); top: 12%; width: min(39vw, 540px); height: min(39vw, 540px); border: 1px solid rgba(198, 184, 138, .16); border-radius: 50% 46% 55% 46%; transform: rotate(-18deg); opacity: .6; }
.hero-motif::before, .hero-motif::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(198, 184, 138, .12); border-radius: inherit; }
.hero-motif::after { inset: 27%; }
.hero-content { width: var(--container); margin-inline: auto; padding: clamp(165px, 21vh, 225px) 0 clamp(86px, 12vh, 135px); }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-soft); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 32px; height: 1px; background: currentColor; }
.hero-copy { max-width: 630px; }
.hero h1 { margin: 22px 0 22px; font-family: var(--display); font-size: clamp(68px, 7.6vw, 118px); font-weight: 700; letter-spacing: -.052em; line-height: .9; }
.hero h1 span { color: var(--gold); }
.hero-text { max-width: 550px; margin: 0 0 35px; color: rgba(242, 242, 242, .9); font-size: clamp(19px, 1.55vw, 23px); line-height: 1.6; }
.hero-scroll { position: absolute; right: max(24px, calc((100vw - 1160px) / 2)); bottom: 34px; display: flex; align-items: center; gap: 12px; color: rgba(242, 242, 242, .6); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.hero-scroll::before { content: ""; width: 32px; height: 1px; background: var(--gold); }

.capability-strip { position: relative; z-index: 3; margin-top: -1px; border-block: 1px solid var(--line); background: #101519; }
.capability-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability { padding: 19px 24px; border-right: 1px solid var(--line); color: var(--gold-soft); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.capability:first-child { border-left: 1px solid var(--line); }

.section { padding: clamp(76px, 10vw, 138px) 0; }
.section-light { background: var(--ivory); color: var(--ink); }
.section-charcoal { background: var(--charcoal); }
.section-label { margin: 0 0 17px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { max-width: 820px; margin: 0; font-family: var(--display); font-size: clamp(39px, 4.6vw, 68px); font-weight: 700; letter-spacing: -.04em; line-height: 1.05; }
.section-heading em { color: var(--gold); font-style: normal; }
.section-intro { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.section-light .section-intro { color: #51555a; }
.split-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.split-intro .section-intro { margin-bottom: 4px; }
.gold-rule { width: 56px; height: 1px; margin: 24px 0; background: var(--gold); }

.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 55px; }
.service-card { grid-column: span 4; min-height: 320px; display: flex; flex-direction: column; padding: 31px; border: 1px solid rgba(242, 242, 242, .13); border-radius: 12px; background: linear-gradient(145deg, rgba(42, 47, 51, .82), rgba(20, 24, 28, .95)); transition: border-color .22s ease, transform .22s ease, background .22s ease; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 6; min-height: 276px; }
.service-card:hover { border-color: rgba(198, 184, 138, .7); background: linear-gradient(145deg, #2a2f33, #171c20); transform: translateY(-4px); }
.service-number { color: var(--gold); font-family: var(--display); font-size: 18px; font-weight: 700; }
.service-card h3 { margin: 42px 0 9px; font-family: var(--display); font-size: 28px; letter-spacing: -.025em; line-height: 1.15; }
.service-card p { margin: 0; color: var(--muted); }
.service-card a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 25px; color: var(--gold-soft); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-card a::after { content: "→"; transition: transform .2s ease; }
.service-card a:hover::after { transform: translateX(4px); }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.package-card { position: relative; min-height: 500px; display: flex; flex-direction: column; padding: 33px; border: 1px solid rgba(11, 15, 18, .16); background: rgba(255,255,255,.5); }
.package-card.featured { border-color: var(--gold); background: #171c20; color: var(--ivory); box-shadow: var(--shadow); transform: translateY(-12px); }
.package-tag { display: inline-flex; align-self: flex-start; margin-bottom: 22px; color: #68604b; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.featured .package-tag { color: var(--gold); }
.package-card h3 { margin: 0; font-family: var(--display); font-size: 35px; letter-spacing: -.035em; line-height: 1.08; }
.package-price { margin: 18px 0 4px; font-family: var(--display); font-size: 29px; font-weight: 700; line-height: 1.1; }
.package-note { min-height: 50px; margin: 0 0 24px; color: #64696d; font-size: 14px; }
.featured .package-note { color: var(--muted); }
.package-list { margin: 0; padding: 0; list-style: none; }
.package-list li { position: relative; padding: 11px 0 11px 23px; border-top: 1px solid rgba(11, 15, 18, .12); font-size: 14px; }
.featured .package-list li { border-color: rgba(242, 242, 242, .14); }
.package-list li::before { content: ""; position: absolute; left: 0; top: 20px; width: 8px; height: 8px; border: 1px solid var(--gold); border-radius: 50%; }
.package-card .button { margin-top: auto; align-self: flex-start; color: var(--ink); border-color: var(--ink); }
.package-card .button:hover { border-color: var(--gold); }
.featured .button { color: var(--gold-soft); border-color: var(--gold); }
.featured .button:hover { color: var(--ink); }

.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 9vw, 120px); align-items: start; }
.process-list { display: grid; gap: 14px; }
.process-item { display: grid; grid-template-columns: 48px 1fr; gap: 19px; align-items: start; padding: 22px 24px; border: 1px solid var(--line); border-radius: 11px; background: rgba(42, 47, 51, .6); }
.process-index { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 10px; color: var(--gold-soft); font-family: var(--display); font-size: 18px; }
.process-item h3 { margin: 0 0 3px; font-family: var(--display); font-size: 21px; line-height: 1.2; }
.process-item p { margin: 0; color: var(--muted); font-size: 14px; }

.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 55px; }
.reason { padding: 26px 0; border-top: 1px solid var(--gold); }
.reason h3 { margin: 0 0 8px; font-family: var(--display); font-size: 24px; line-height: 1.1; }
.reason p { margin: 0; color: var(--muted); font-size: 14px; }
.section-light .reason p { color: #555a5e; }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.work-card { display: flex; flex-direction: column; min-height: 365px; padding: 31px; border: 1px solid rgba(242,242,242,.14); background: radial-gradient(circle at top right, rgba(198,184,138,.12), transparent 42%), #14191d; }
.work-kicker { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.work-card h3 { margin: auto 0 9px; font-family: var(--display); font-size: 32px; letter-spacing: -.035em; }
.work-card p { margin: 0; color: var(--muted); font-size: 14px; }
.work-card a { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--gold-soft); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.work-card a::after { content: "↗"; }

.care-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: clamp(34px, 6vw, 70px); border: 1px solid var(--line); background: linear-gradient(105deg, #11161a, #232528); }
.care-panel h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4vw, 58px); letter-spacing: -.04em; line-height: 1.05; }
.care-features { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; align-content: start; }
.care-feature { padding: 14px 0; border-bottom: 1px solid rgba(242,242,242,.13); color: var(--muted); font-size: 14px; }
.care-feature::before { content: "•"; padding-right: 10px; color: var(--gold); }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(42px, 9vw, 120px); }
.faq-list { display: grid; gap: 10px; }
.faq-item { border-bottom: 1px solid rgba(11, 15, 18, .18); }
.faq-item summary { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; cursor: pointer; font-family: var(--display); font-size: 20px; font-weight: 700; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: 0 0 auto; color: var(--gold); font-family: var(--body); font-size: 22px; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 720px; margin: 0 0 19px; color: #4e5459; font-size: 15px; }

.cta-section { position: relative; overflow: hidden; background: #101519; }
.cta-section::before { content: ""; position: absolute; right: -6%; top: -85%; width: 68vw; height: 68vw; border: 1px solid rgba(198,184,138,.16); border-radius: 50%; }
.cta-inner { position: relative; max-width: 860px; padding-block: clamp(82px, 11vw, 142px); text-align: center; }
.cta-inner .eyebrow { justify-content: center; }
.cta-inner h2 { margin: 21px 0; font-family: var(--display); font-size: clamp(45px, 6.2vw, 80px); letter-spacing: -.045em; line-height: 1.03; }
.cta-inner p { max-width: 600px; margin: 0 auto 30px; color: var(--muted); }

.contact-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 105px); align-items: start; }
.contact-details { position: sticky; top: 30px; }
.contact-details h1 { margin: 0; font-family: var(--display); font-size: clamp(47px, 5.3vw, 76px); letter-spacing: -.045em; line-height: 1.02; }
.contact-details p { max-width: 470px; margin: 22px 0; color: var(--muted); }
.contact-email { display: inline-flex; border-bottom: 1px solid var(--gold); padding-bottom: 6px; color: var(--gold-soft); font-weight: 600; }
.project-form { padding: clamp(28px, 5vw, 50px); border: 1px solid var(--line); background: var(--charcoal); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.form-row { display: grid; gap: 7px; }
.form-row.full { grid-column: 1 / -1; }
.form-row label { color: var(--ivory); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid rgba(242,242,242,.18); border-radius: 0; padding: 13px 14px; background: #11161a; color: var(--ivory); }
.form-row textarea { min-height: 152px; resize: vertical; }
.form-row input::placeholder, .form-row textarea::placeholder { color: #8e9396; }
.form-row .optional { color: var(--muted); font-weight: 400; }
.form-message { margin: 0 0 20px; padding: 13px 15px; border-left: 3px solid var(--gold); background: rgba(198,184,138,.1); color: var(--ivory); font-size: 14px; }
.form-message.error { border-color: #d58c8c; background: rgba(213,140,140,.1); }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

.site-footer { border-top: 1px solid var(--line); background: #080b0d; }
.footer-top { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 36px; padding: 65px 0 45px; }
.footer-brand { max-width: 250px; }
.footer-brand img { width: 195px; }
.footer-brand p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.footer-column h3 { margin: 0 0 14px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a, .footer-column span { display: block; margin: 7px 0; color: rgba(242,242,242,.7); font-size: 13px; }
.footer-column a:hover { color: var(--gold-soft); }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; padding: 18px 0; border-top: 1px solid rgba(242,242,242,.1); color: #8c9193; font-size: 12px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a:hover { color: var(--gold-soft); }
.footer-consent-link { margin: 0; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; font-size: inherit; cursor: pointer; }
.footer-consent-link:hover { color: var(--gold-soft); }

.page-hero { position: relative; overflow: hidden; padding: 190px 0 104px; background: linear-gradient(135deg, #0b0f12, #20242a); }
.page-hero::after { content: ""; position: absolute; right: -15vw; top: -20vw; width: 52vw; height: 52vw; border: 1px solid rgba(198,184,138,.18); border-radius: 48% 52% 52% 48%; transform: rotate(-23deg); }
.page-hero .container { position: relative; z-index: 1; max-width: 860px; margin-left: max(24px, calc((100vw - 1160px) / 2)); margin-right: auto; }
.page-hero h1 { max-width: 800px; margin: 15px 0 0; font-family: var(--display); font-size: clamp(52px, 6vw, 84px); letter-spacing: -.045em; line-height: 1.02; }
.page-hero p { max-width: 650px; margin: 21px 0 0; color: var(--muted); font-size: 18px; }
.content-page { padding: 90px 0; }
.content-page .entry-content { max-width: 820px; }
.content-page h2 { margin: 48px 0 14px; font-family: var(--display); font-size: 38px; letter-spacing: -.035em; line-height: 1.1; }
.content-page h3 { margin: 31px 0 9px; font-family: var(--display); font-size: 26px; }
.content-page p, .content-page li { color: var(--muted); }
.content-page a { color: var(--gold-soft); border-bottom: 1px solid var(--gold); }
.legal-policy-table { width: 100%; margin: 30px 0; border-collapse: collapse; font-size: 14px; }
.legal-policy-table th, .legal-policy-table td { padding: 14px; border: 1px solid var(--line); vertical-align: top; text-align: left; }
.legal-policy-table th { color: var(--gold-soft); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.legal-policy-table td { color: var(--muted); }
.legal-policy-table code { color: var(--gold-soft); font-size: .9em; word-break: break-word; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 42px 0; }
.detail-card { padding: 27px; border: 1px solid var(--line); background: var(--charcoal); }
.detail-card h3 { margin-top: 0; }
.detail-card ul { margin: 0; padding-left: 20px; }

@media (max-width: 960px) {
  :root { --container: min(100% - 40px, 760px); }
  .primary-nav { position: fixed; inset: 0; display: none; flex-direction: column; justify-content: center; padding: 100px 30px 30px; background: rgba(8, 11, 13, .98); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a:not(.button) { font-size: 17px; }
  .menu-toggle { display: grid; place-items: center; z-index: 2; }
  .hero { min-height: 750px; }
  .hero::before { background: linear-gradient(90deg, rgba(5,7,9,.98) 0%, rgba(5,7,9,.9) 48%, rgba(5,7,9,.38) 100%); }
  .hero-scroll { display: none; }
  .split-intro, .process-layout, .care-panel, .faq-layout, .contact-wrap { grid-template-columns: 1fr; gap: 38px; }
  .contact-details { position: static; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 6; }
  .package-grid, .work-grid { grid-template-columns: 1fr; max-width: 600px; }
  .package-card.featured { transform: none; }
  .care-features { max-width: 560px; }
}

@media (max-width: 620px) {
  :root { --container: calc(100vw - 34px); }
  .site-header { padding: 17px 0; }
  .brand-link { width: 178px; }
  .hero { min-height: 720px; align-items: end; }
  .hero-media { object-position: 67% center; }
  .hero::before { background: linear-gradient(90deg, rgba(5,7,9,.99) 0%, rgba(5,7,9,.94) 55%, rgba(5,7,9,.47) 100%); }
  .hero-content { padding-bottom: 62px; }
  .hero h1 { font-size: clamp(58px, 17vw, 80px); }
  .hero-text { font-size: 18px; }
  .capability-strip .container { grid-template-columns: repeat(2, 1fr); }
  .capability { padding: 15px 7px; border-bottom: 1px solid var(--line); font-size: 10px; }
  .capability:nth-child(2) { border-right: 0; }
  .capability:nth-child(3) { border-left: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .section-heading { font-size: 40px; }
  .service-grid, .reason-grid, .service-detail-grid { grid-template-columns: 1fr; }
  .legal-policy-table { display: block; overflow-x: auto; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; min-height: 265px; }
  .service-card h3 { margin-top: 34px; }
  .package-card { min-height: auto; }
  .process-item { padding: 19px 16px; grid-template-columns: 42px 1fr; gap: 12px; }
  .care-panel { padding: 29px 22px; }
  .care-features { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .footer-bottom nav { flex-wrap: wrap; }
  .page-hero { padding: 155px 0 76px; }
  .page-hero .container { margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Performance optimization: locally hosted font faces and consolidated consent styles. */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/montserrat-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("assets/fonts/playfair-display-latin.woff2") format("woff2");
}

/* Improved contrast for compact navigation and deferred language labels. */
.primary-nav a:not(.button) { color: var(--ivory); }

/* Consolidated Harpya Privacy controls. */
.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;
}
.harpya-consent-banner,
.harpya-consent-modal {
  --harpya-ink: #0b0f12;
  --harpya-charcoal: #151b1f;
  --harpya-ivory: #f2f0ea;
  --harpya-gold: #c6b88a;
  --harpya-line: rgba(242, 240, 234, .18);
  font-family: Montserrat, Arial, sans-serif;
}
.harpya-consent-banner { position: fixed; z-index: 9998; right: 20px; bottom: 20px; left: 20px; max-width: 1060px; margin: 0 auto; border: 1px solid rgba(198, 184, 138, .55); background: rgba(11, 15, 18, .985); box-shadow: 0 22px 70px rgba(0, 0, 0, .5); color: var(--harpya-ivory); }
.harpya-consent-banner[hidden], .harpya-consent-modal[hidden] { display: none !important; }
.harpya-consent-inner { display: grid; grid-template-columns: 1.25fr auto; align-items: center; gap: 30px; padding: 26px 30px; }
.harpya-consent-kicker { margin: 0 0 8px; color: var(--harpya-gold); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.harpya-consent-copy h2, .harpya-consent-modal h2 { margin: 0; color: var(--harpya-ivory); font-family: "Playfair Display", Georgia, serif; font-size: clamp(26px, 3vw, 35px); line-height: 1.05; }
.harpya-consent-copy > p:not(.harpya-consent-kicker):not(.harpya-consent-links) { max-width: 650px; margin: 10px 0 0; color: rgba(242, 240, 234, .78); font-size: 14px; line-height: 1.6; }
.harpya-consent-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; font-size: 12px; }
.harpya-consent-links a { color: var(--harpya-gold); text-decoration: underline; text-underline-offset: 3px; }
.harpya-consent-actions, .harpya-consent-modal__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.harpya-button { min-height: 42px; padding: 0 15px; border: 1px solid var(--harpya-gold); background: transparent; color: var(--harpya-ivory); font: inherit; font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; cursor: pointer; }
.harpya-button:hover, .harpya-button:focus-visible { outline: 2px solid var(--harpya-ivory); outline-offset: 2px; }
.harpya-button-primary { background: var(--harpya-gold); color: var(--harpya-ink); }
.harpya-button-secondary { border-color: rgba(242, 240, 234, .52); }
.harpya-consent-modal { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(5, 7, 9, .76); }
.harpya-consent-modal__panel { width: min(100%, 690px); max-height: min(760px, 90vh); overflow: auto; padding: clamp(24px, 5vw, 44px); border: 1px solid rgba(198, 184, 138, .6); background: var(--harpya-charcoal); box-shadow: 0 24px 80px rgba(0, 0, 0, .6); color: var(--harpya-ivory); }
.harpya-consent-modal__header { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid var(--harpya-line); }
.harpya-consent-close { width: 40px; height: 40px; border: 0; background: transparent; color: var(--harpya-ivory); font-size: 32px; line-height: 1; cursor: pointer; }
.harpya-consent-close:hover, .harpya-consent-close:focus-visible { color: var(--harpya-gold); outline: 2px solid var(--harpya-gold); outline-offset: 2px; }
.harpya-consent-option { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--harpya-line); }
.harpya-consent-option h3 { margin: 0; font-size: 17px; }
.harpya-consent-option p, .harpya-consent-modal__note { margin: 6px 0 0; color: rgba(242, 240, 234, .72); font-size: 14px; line-height: 1.6; }
.harpya-consent-status { color: var(--harpya-gold); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.harpya-consent-modal__note { margin: 22px 0; }
.harpya-switch { position: relative; display: inline-flex; width: 50px; height: 28px; }
.harpya-switch input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.harpya-switch__track { width: 50px; height: 28px; border: 1px solid rgba(242, 240, 234, .5); border-radius: 999px; background: #0d1114; transition: .2s ease; }
.harpya-switch__track::after { content: ""; display: block; width: 20px; height: 20px; margin: 3px; border-radius: 50%; background: var(--harpya-ivory); transition: transform .2s ease; }
.harpya-switch input:checked + .harpya-switch__track { border-color: var(--harpya-gold); background: rgba(198, 184, 138, .42); }
.harpya-switch input:checked + .harpya-switch__track::after { transform: translateX(22px); background: var(--harpya-gold); }
.harpya-switch input:focus-visible + .harpya-switch__track { outline: 2px solid var(--harpya-ivory); outline-offset: 3px; }
@media (max-width: 760px) {
  .harpya-consent-banner { right: 12px; bottom: 12px; left: 12px; }
  .harpya-consent-inner { grid-template-columns: 1fr; gap: 20px; padding: 23px 20px; }
  .harpya-consent-actions { justify-content: flex-start; }
  .harpya-consent-actions .harpya-button { flex: 1 1 145px; }
  .harpya-consent-modal__panel { padding: 26px 21px; }
  .harpya-consent-option { gap: 15px; }
  .harpya-consent-modal__actions { justify-content: flex-start; }
}
