  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --ink: #0d0a0f;
    --bone: #f0ebe6;
    --blush: #d4628a;
    --neon-pink: #ff3fa4;
    --neon-violet: #9b4dff;
    --mauve: #7c3d6b;
    --cream: #f7f2ed;
    --gold: #c9a84c;
    --muted: #7a6e78;
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--ink);
    color: var(--bone);
    font-family: 'Cormorant Garamond', Georgia, serif;
    overflow-x: hidden;
  }

  /* ── NOISE OVERLAY ── */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 999;
    opacity: 0.5;
  }

  /* ── NAV ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 3rem;
    background: linear-gradient(to bottom, rgba(13,10,15,0.95), transparent);
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--bone);
    text-decoration: none;
  }

  .nav-logo img {
    height: 28px;
    width: auto;
    display: block;
  }

  .nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
  }

  .nav-links a {
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.3s;
  }

  .nav-links a:hover { color: var(--neon-pink); }

  .nav-highlight {
    color: var(--neon-pink) !important;
    border: 1px solid rgba(255,63,164,0.45);
    padding: 0.45rem 0.9rem;
    transition: border-color 0.3s, background 0.3s;
  }

  .nav-highlight:hover {
    border-color: var(--neon-pink);
    background: rgba(255,63,164,0.08);
  }

  .nav-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--bone);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem;
    z-index: 101;
  }

  /* ── HERO ── */
  .hero {
    max-width: none;
    width: 100%;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 6rem 2rem 4rem;
    position: relative;
    overflow: hidden;
  }

  .hero-glow {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 60% 50% at 30% 60%, rgba(212,98,138,0.18) 0%, transparent 70%),
      radial-gradient(ellipse 50% 60% at 75% 40%, rgba(155,77,255,0.15) 0%, transparent 70%);
    pointer-events: none;
  }

  .hero-stars {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .star {
    position: absolute;
    color: white;
    font-size: 1.2rem;
    opacity: 0.6;
    animation: twinkle 3s ease-in-out infinite;
  }

  .star:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
  .star:nth-child(2) { top: 25%; right: 15%; animation-delay: 0.8s; font-size: 0.8rem; }
  .star:nth-child(3) { top: 60%; left: 5%; animation-delay: 1.4s; font-size: 0.6rem; }
  .star:nth-child(4) { bottom: 30%; right: 8%; animation-delay: 0.3s; }
  .star:nth-child(5) { top: 40%; right: 25%; animation-delay: 2s; font-size: 0.5rem; }
  .star:nth-child(6) { top: 12%; left: 42%; animation-delay: 1.1s; font-size: 0.55rem; }
  .star:nth-child(7) { bottom: 18%; left: 22%; animation-delay: 1.7s; font-size: 0.7rem; }
  .star:nth-child(8) { top: 72%; right: 32%; animation-delay: 0.5s; font-size: 0.45rem; }

  @keyframes twinkle {
    0%, 100% { opacity: 0.2; transform: scale(0.8); }
    50% { opacity: 0.9; transform: scale(1.2); }
  }

  .quote-stars {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .quote-stars .star:nth-child(1) { top: 8%; left: 12%; font-size: 0.9rem; animation-delay: 0.4s; }
  .quote-stars .star:nth-child(2) { bottom: 12%; right: 14%; font-size: 0.7rem; animation-delay: 1.6s; }

  .hero-eyebrow {
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--blush);
    margin-bottom: 1.5rem;
    position: relative;
    text-shadow: 0 2px 16px rgba(0,0,0,0.9);
  }

  .hero-title {
    position: relative;
    margin-bottom: 0.5rem;
  }

  .hero-logo-mark {
    display: block;
    width: clamp(180px, 26vw, 340px);
    height: auto;
    margin: 0 auto;
  }

  .hero-logo-wordmark {
    width: clamp(280px, 42vw, 620px);
  }

  .hero-subtitle {
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--muted);
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
    font-style: italic;
    text-shadow: 0 2px 16px rgba(0,0,0,0.9);
  }

  .hero-cta {
    margin-top: 3rem;
    display: flex;
    gap: 1.75rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .btn-primary {
    display: inline-block;
    padding: 0.9rem 2.5rem;
    background: linear-gradient(135deg, var(--neon-pink), var(--neon-violet));
    color: white;
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    transition: opacity 0.3s, transform 0.3s;
  }

  .btn-primary:hover { opacity: 0.85; transform: translateY(-2px); }

  .cta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--blush);
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.3s, border-color 0.3s;
  }

  .cta-link:hover { color: var(--neon-pink); border-color: rgba(255,63,164,0.5); }

  /* ── SCROLL INDICATOR ── */
  .scroll-line {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .scroll-line span {
    font-family: 'Space Mono', monospace;
    font-size: 0.55rem;
    letter-spacing: 0.2em;
    color: var(--muted);
    text-transform: uppercase;
  }

  .scroll-line::after {
    content: '';
    display: block;
    width: 1px;
    height: 3rem;
    background: linear-gradient(to bottom, var(--blush), transparent);
    animation: scroll-drop 2s ease-in-out infinite;
  }

  @keyframes scroll-drop {
    0% { transform: scaleY(0); transform-origin: top; opacity: 1; }
    50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
    100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; }
  }

  /* ── MARQUEE ── */
  .marquee-wrap {
    overflow: hidden;
    border-top: 1px solid rgba(212,98,138,0.2);
    border-bottom: 1px solid rgba(212,98,138,0.2);
    padding: 0.8rem 0;
    background: rgba(255,63,164,0.04);
  }

  .marquee-track {
    display: flex;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    gap: 0;
  }

  .marquee-track span {
    font-family: 'Space Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--muted);
    padding: 0 3rem;
  }

  .marquee-track .accent { color: var(--blush); }

  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* ── SEKCJE ── */
  section {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-label {
    font-family: 'Space Mono', monospace;
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--blush);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .section-label::after {
    content: '';
    flex: 1;
    max-width: 3rem;
    height: 1px;
    background: var(--blush);
    opacity: 0.4;
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 2rem;
  }

  .section-title em {
    font-style: italic;
    color: var(--blush);
  }

  /* ── ABOUT ── */
  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }

  .about-text p {
    font-size: 1.15rem;
    line-height: 1.85;
    color: rgba(240,235,230,0.75);
    margin-bottom: 1.5rem;
    font-weight: 300;
  }

  .about-text p strong {
    color: var(--bone);
    font-weight: 400;
  }

  .about-image-stack {
    position: relative;
    height: 520px;
  }

  .about-img {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  }

  .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.85) contrast(1.05);
  }

  .about-img:nth-child(1) {
    width: 62%;
    height: 380px;
    top: 0; left: 0;
    z-index: 2;
  }

  .about-img:nth-child(2) {
    width: 55%;
    height: 320px;
    bottom: 0; right: 0;
    z-index: 3;
    border: 1px solid rgba(212,98,138,0.3);
  }

  .about-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(155,77,255,0.08), transparent 60%);
    z-index: 1;
    pointer-events: none;
  }

  /* ── SERVICES ── */
  .services-section {
    max-width: 1200px;
  }

  .services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(212,98,138,0.15);
    border: 1px solid rgba(212,98,138,0.15);
  }

  .service-card {
    background: var(--ink);
    padding: 2.5rem 2rem;
    transition: background 0.3s;
    position: relative;
    overflow: hidden;
  }

  .service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--neon-pink), var(--neon-violet));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }

  .service-card:hover::before { transform: scaleX(1); }
  .service-card:hover { background: rgba(212,98,138,0.05); }

  .service-num {
    font-family: 'Space Mono', monospace;
    font-size: 0.55rem;
    color: var(--muted);
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
  }

  .service-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
    line-height: 1.2;
  }

  .service-desc {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.7;
    font-style: italic;
  }

  /* ── GALLERY ── */
  .gallery-section { max-width: 100%; padding-left: 0; padding-right: 0; }

  .gallery-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem 2rem; }

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 260px);
    gap: 3px;
    overflow: hidden;
  }

  .gallery-item { overflow: hidden; position: relative; }

  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) contrast(1.1);
    transition: filter 0.5s, transform 0.5s;
  }

  .gallery-item:hover img {
    filter: saturate(1) contrast(1.05);
    transform: scale(1.04);
  }

  .gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,63,164,0.1), rgba(155,77,255,0.1));
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
  }

  .gallery-item:hover::after { opacity: 1; }

  .gallery-item:nth-child(1) { grid-column: 1 / 8; grid-row: 1 / 3; }
  .gallery-item:nth-child(2) { grid-column: 8 / 13; grid-row: 1 / 2; }
  .gallery-item:nth-child(3) { grid-column: 8 / 13; grid-row: 2 / 3; }

  /* ── HOURS + CONTACT ── */
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }

  .hours-list {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(212,98,138,0.2);
  }

  .hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(212,98,138,0.1);
    font-size: 1rem;
  }

  .hours-day { color: var(--muted); font-style: italic; }
  .hours-time {
    font-family: 'Space Mono', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: var(--bone);
  }

  .contact-items {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .contact-item-label {
    font-family: 'Space Mono', monospace;
    font-size: 0.55rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--blush);
    margin-bottom: 0.4rem;
  }

  .contact-item-value {
    font-size: 1.2rem;
    color: var(--bone);
  }

  .contact-item-value a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(212,98,138,0.3);
    transition: border-color 0.3s;
  }

  .contact-item-value a:hover { border-color: var(--neon-pink); }

  .social-row {
    margin-top: 2.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }

  .social-link {
    font-family: 'Space Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
  }

  .social-link:hover { color: var(--neon-pink); border-color: var(--neon-pink); }

  /* ── NEON QUOTE ── */
  .quote-section {
    text-align: center;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
  }

  .quote-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(155,77,255,0.07), transparent 70%);
    pointer-events: none;
  }

  .quote-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    color: var(--bone);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }

  .quote-text::before {
    content: '"';
    font-size: 8rem;
    color: rgba(212,98,138,0.1);
    position: absolute;
    top: -2rem;
    left: -2rem;
    line-height: 1;
    font-family: Georgia, serif;
  }

  /* ── MAP PLACEHOLDER ── */
  .map-bar {
    width: 100%;
    height: 340px;
    background: #110d14;
    position: relative;
    overflow: hidden;
  }

  .map-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(0.55) brightness(0.85) contrast(1.05);
  }

  .map-bar::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13,10,15,0.5) 0%, transparent 18%, transparent 82%, rgba(13,10,15,0.5) 100%);
    pointer-events: none;
  }

  .map-caption {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background: rgba(13,10,15,0.8);
    backdrop-filter: blur(6px);
    padding: 0.9rem 1.4rem;
    border: 1px solid rgba(212,98,138,0.3);
    text-decoration: none;
    transition: border-color 0.3s;
  }

  .map-caption:hover { border-color: var(--neon-pink); }

  .map-pin-dot {
    width: 12px; height: 12px;
    background: var(--neon-pink);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 20px var(--neon-pink), 0 0 40px rgba(255,63,164,0.4);
    animation: pulse 2s ease-in-out infinite;
  }

  @keyframes pulse {
    0%, 100% { box-shadow: 0 0 20px var(--neon-pink), 0 0 40px rgba(255,63,164,0.4); }
    50% { box-shadow: 0 0 30px var(--neon-pink), 0 0 60px rgba(255,63,164,0.5), 0 0 80px rgba(255,63,164,0.2); }
  }

  .map-pin-text {
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    color: var(--bone);
    text-transform: uppercase;
  }

  .map-pin-addr {
    font-size: 0.85rem;
    color: var(--muted);
    font-style: italic;
    margin-top: 0.3rem;
  }

  /* ── FOOTER ── */
  footer {
    border-top: 1px solid rgba(212,98,138,0.15);
    padding: 2.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .footer-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
  }

  .footer-logo img {
    height: 20px;
    width: auto;
    display: block;
  }

  .footer-copy {
    font-family: 'Space Mono', monospace;
    font-size: 0.55rem;
    letter-spacing: 0.15em;
    color: var(--muted);
    text-transform: uppercase;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 1rem 1.5rem; }
    .nav-toggle { display: block; }
    .nav-links {
      position: fixed;
      top: 0;
      right: -100%;
      width: min(75%, 320px);
      height: 100vh;
      margin: 0;
      background: var(--ink);
      border-left: 1px solid rgba(212,98,138,0.2);
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 2.25rem;
      padding: 2rem;
      transition: right 0.35s ease;
    }
    .nav-links.open { right: 0; }
    .about-grid { grid-template-columns: 1fr; gap: 3rem; }
    .about-image-stack { height: 340px; }
    .services-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
    .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 260px 180px;
    }
    .gallery-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 2; }
    .gallery-item:nth-child(2) { grid-column: 1 / 2; grid-row: 2 / 3; }
    .gallery-item:nth-child(3) { grid-column: 2 / 3; grid-row: 2 / 3; }
    footer { flex-direction: column; text-align: center; }
  }

/* ── PAGE HEADER (podstrony) ── */
.page-header {
  padding: 9rem 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-header .section-label {
  justify-content: center;
}

.page-header .section-label::after {
  content: none;
}

.page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.page-title em {
  font-style: italic;
  color: var(--blush);
}

.page-subtitle {
  font-size: 1.05rem;
  color: var(--muted);
  font-style: italic;
  max-width: 640px;
  margin: 0 auto;
}

/* ── JUMP NAV ── */
.jump-nav {
  position: static;
  background: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
}

.jump-nav a {
  font-family: 'Space Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  border: 1px solid rgba(212,98,138,0.25);
  padding: 0.5rem 1rem;
  transition: border-color 0.3s, color 0.3s;
}

.jump-nav a:hover {
  color: var(--neon-pink);
  border-color: var(--neon-pink);
}

/* ── INFO SECTIONS (podstrony) ── */
.info-section {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 2rem;
  border-top: 1px solid rgba(212,98,138,0.15);
}

.info-section:first-of-type {
  border-top: none;
  padding-top: 0;
}

.info-section p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(240,235,230,0.75);
  font-weight: 300;
  margin-bottom: 1.25rem;
}

.info-list {
  list-style: none;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.info-list li {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(240,235,230,0.75);
  font-weight: 300;
  padding-left: 1.4rem;
  position: relative;
}

.info-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  top: 0.2em;
  color: var(--blush);
  font-size: 0.7em;
}

.info-note {
  font-size: 0.9rem;
  font-style: italic;
  color: var(--muted);
  border-left: 2px solid rgba(212,98,138,0.3);
  padding-left: 1rem;
  margin: 1.5rem 0;
}

.info-cta {
  margin-top: 2rem;
}

/* ── CONTACT CTA (landing) ── */
.contact-cta {
  margin-top: 2.5rem;
}

/* ── FORMULARZ (Zapytaj) ── */
.inquiry-form {
  max-width: 640px;
  margin: 2.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.inquiry-form label {
  font-family: 'Space Mono', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--blush);
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(212,98,138,0.25);
  border-radius: 2px;
  padding: 0.85rem 1rem;
  color: var(--bone);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  transition: border-color 0.3s, background 0.3s;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: none;
  border-color: var(--neon-pink);
  background: rgba(255,63,164,0.05);
}

.inquiry-form textarea {
  resize: vertical;
  line-height: 1.6;
  min-height: 160px;
}

.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: var(--muted);
  font-style: italic;
}

.form-hint {
  font-size: 0.9rem;
  font-style: italic;
  color: var(--muted);
  margin-top: -0.75rem;
}

.inquiry-form .consent-row {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(240,235,230,0.75);
  line-height: 1.6;
  cursor: pointer;
}

.inquiry-form .consent-row input {
  width: auto;
  margin-top: 0.3rem;
  accent-color: var(--neon-pink);
  flex-shrink: 0;
}

.form-error {
  font-family: 'Space Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--neon-pink);
}

.inquiry-form button.btn-primary {
  align-self: flex-start;
  border: none;
  cursor: pointer;
}

/* honeypot — visually hidden from humans */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-success {
  max-width: 640px;
  margin: 2.5rem auto 0;
  text-align: center;
  padding: 3rem 2rem;
  border: 1px solid rgba(212,98,138,0.3);
  background: rgba(255,63,164,0.04);
}

.form-success p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--bone);
  margin: 0;
}
