/*
Theme Name: Propertech
Theme URI: https://propertech.id
Author: Propertech (design system via Claude Design)
Author URI: https://propertech.id
Description: Corporate theme for Propertech — an Indonesian IT Solution & System Integrator with three divisions (Propertech, ProperNet, ProperLink). Built from the Propertech Design System: orange (#F59E1B) + matte black (#1A1A1A), Montserrat + Hanken Grotesk, soft rounded cards with amber-lift CTAs. Bahasa Indonesia. Give proper solution.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: propertech
Tags: business, corporate, custom-menu, featured-images, translation-ready, responsive
*/

/* ==========================================================================
   BASE ELEMENTS  (tokens are loaded first via tokens.css)
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--text-body);
  background: var(--surface-page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-strong);
  font-weight: var(--weight-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  margin: 0 0 0.5em;
}
h1 { font-size: var(--text-4xl); font-weight: var(--weight-extrabold); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-xl); }
h4 { font-size: var(--text-lg); }

p { margin: 0 0 1em; text-wrap: pretty; }

a { color: var(--text-link); text-decoration: none; }
a:hover { text-decoration: underline; }

strong, b { font-weight: var(--weight-bold); color: var(--text-strong); }
small { font-size: var(--text-sm); }
code, kbd, pre { font-family: var(--font-mono); font-size: 0.9em; }

::selection { background: var(--orange-200); color: var(--ink-900); }

:focus-visible { outline: none; box-shadow: var(--ring); border-radius: var(--radius-sm); }

hr { border: 0; border-top: var(--border-hairline); margin: var(--space-8) 0; }

img { max-width: 100%; height: auto; display: block; }

/* Accessibility: skip link */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink-900); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ==========================================================================
   LAYOUT PRIMITIVES
   ========================================================================== */
.pt-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 32px;
}

.pt-section { padding: 96px 0; }
.pt-section--sm { padding: 64px 0; }
.pt-section--subtle { background: var(--surface-subtle); }
.pt-section--ink { background: var(--ink-900); color: var(--white); }
.pt-section--accent { background: var(--surface-accent); }

.pt-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-primary-active);
}
.pt-eyebrow--amber { color: var(--orange-400); }
.pt-eyebrow--red { color: var(--red-600); }

.pt-script { font-family: var(--font-script); font-weight: 400; color: var(--ink-900); letter-spacing: 0; }

.pt-display { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.08; }

.pt-lead { font-size: 19px; line-height: 1.6; color: var(--ink-600); }

/* Section head (centered) */
.pt-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.pt-head h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 4vw, 40px); letter-spacing: -0.02em; color: var(--ink-900); margin: 14px 0 12px; }
.pt-head p { color: var(--ink-600); font-size: 18px; margin: 0; }

/* Grids */
.pt-grid { display: grid; gap: 24px; }
.pt-grid--2 { grid-template-columns: repeat(2, 1fr); }
.pt-grid--3 { grid-template-columns: repeat(3, 1fr); }
.pt-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.pt-btn {
  --btn-bg: var(--orange-500);
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  line-height: 1; cursor: pointer; text-decoration: none;
  padding: 12px 20px; border-radius: var(--radius-md);
  border: 1.5px solid transparent;
  transition: var(--transition-base);
  white-space: nowrap;
}
.pt-btn:hover { text-decoration: none; }
.pt-btn:active { transform: translateY(1px); }
.pt-btn .pt-ico { width: 1.1em; height: 1.1em; }

.pt-btn--lg { padding: 15px 26px; font-size: 16.5px; }
.pt-btn--sm { padding: 9px 15px; font-size: 14px; }

.pt-btn--primary { background: var(--orange-500); color: var(--ink-900); box-shadow: var(--shadow-amber-sm); }
.pt-btn--primary:hover { background: var(--orange-600); box-shadow: var(--shadow-amber); color: var(--ink-900); }

.pt-btn--secondary { background: var(--ink-900); color: #fff; }
.pt-btn--secondary:hover { background: var(--ink-800); color: #fff; }

.pt-btn--danger { background: var(--red-600); color: #fff; }
.pt-btn--danger:hover { background: var(--red-700); color: #fff; }

.pt-btn--outline { background: transparent; color: var(--ink-900); border-color: var(--border-default); }
.pt-btn--outline:hover { background: var(--surface-subtle); border-color: var(--ink-900); color: var(--ink-900); }
.pt-section--ink .pt-btn--outline { color: #fff; border-color: rgba(255,255,255,0.35); }
.pt-section--ink .pt-btn--outline:hover { background: rgba(255,255,255,0.08); border-color: #fff; color: #fff; }

.pt-btn--ghost { background: transparent; color: var(--ink-700); }
.pt-btn--ghost:hover { background: var(--surface-subtle); color: var(--ink-900); }

/* ==========================================================================
   CARDS
   ========================================================================== */
.pt-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 28px;
}

/* Service card — signature: 3px top accent bar in division color */
.pt-service {
  position: relative;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 30px 28px 28px;
  overflow: hidden;
  transition: var(--transition-base);
  display: flex; flex-direction: column;
}
.pt-service::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--accent, var(--orange-500));
}
.pt-service:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--accent, var(--orange-400)); }
.pt-service__icon {
  width: 52px; height: 52px; border-radius: var(--radius-md);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent, var(--orange-500));
  background: color-mix(in srgb, var(--accent, var(--orange-500)) 12%, white);
  margin-bottom: 18px;
}
.pt-service h3 { font-size: 22px; font-weight: 800; margin: 0 0 8px; color: var(--ink-900); }
.pt-service p { font-size: 15px; color: var(--ink-600); line-height: 1.6; margin: 0 0 18px; flex: 1; }
.pt-service__cta { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--accent, var(--color-primary-active)); display: inline-flex; align-items: center; gap: 6px; }
.pt-service:hover .pt-service__cta { gap: 10px; }

/* Feature / benefit card (icon tile + text) */
.pt-feature { display: flex; gap: 16px; padding: 24px; border-radius: var(--radius-lg); border: 1px solid var(--border-subtle); background: #fff; transition: var(--transition-base); }
.pt-feature:hover { box-shadow: var(--shadow-md); }
.pt-feature__icon { width: 46px; height: 46px; flex-shrink: 0; border-radius: var(--radius-md); background: var(--orange-50); color: var(--color-primary-active); display: inline-flex; align-items: center; justify-content: center; }
.pt-feature h3 { font-size: 17px; font-weight: 700; margin: 2px 0 6px; color: var(--ink-900); }
.pt-feature p { font-size: 14.5px; line-height: 1.55; color: var(--ink-600); margin: 0; }

/* Stat card */
.pt-stat { background: #fff; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); padding: 20px 22px; }
.pt-stat__row { display: flex; align-items: center; gap: 10px; color: var(--color-primary-active); }
.pt-stat__value { font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--ink-900); line-height: 1; margin: 8px 0 4px; }
.pt-stat__label { font-size: 13.5px; color: var(--ink-500); }

/* Product chip */
.pt-chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  padding: 5px 12px; border-radius: var(--radius-full);
  border: 1px solid; line-height: 1;
}
.pt-chip__dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.pt-chip--propertech { color: var(--orange-700); background: var(--orange-50); border-color: var(--orange-200); }
.pt-chip--propernet { color: var(--red-700); background: var(--red-50); border-color: var(--red-200); }
.pt-chip--properlink { color: var(--ink-900); background: var(--ink-100); border-color: var(--ink-200); }

/* Check list item (services) */
.pt-check { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--border-subtle); font-size: 14.5px; font-weight: 500; color: var(--ink-800); }
.pt-check__mark { width: 26px; height: 26px; flex-shrink: 0; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; color: var(--accent, var(--orange-500)); background: color-mix(in srgb, var(--accent, var(--orange-500)) 14%, white); }

/* Icon helper (inline svg sizing) */
.pt-ico { display: inline-flex; flex-shrink: 0; }
.pt-ico svg { display: block; }

/* ==========================================================================
   SITE HEADER / NAV
   ========================================================================== */
.pt-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition: background 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.pt-header.is-scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom-color: var(--border-subtle);
}
.pt-header__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.pt-brand { display: inline-flex; align-items: center; }
.pt-brand svg { display: block; }

/* Brand logo lockup */
.pt-logo { display: inline-flex; align-items: center; gap: 10px; }
.pt-logo__mark { flex-shrink: 0; }
.pt-logo__stack { display: flex; flex-direction: column; line-height: 1; }
.pt-logo__word { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.01em; }
.pt-logo__dot { color: var(--orange-500); }
.pt-logo__tagline { font-family: var(--font-script); font-size: 17px; color: var(--orange-400); margin-top: 4px; }

.pt-nav { display: flex; gap: 4px; align-items: center; }
.pt-nav ul { display: flex; gap: 4px; align-items: center; list-style: none; margin: 0; padding: 0; }
.pt-nav li { list-style: none; margin: 0; }
.pt-nav a {
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  padding: 8px 14px; border-radius: 8px; position: relative;
  color: var(--ink-600); text-decoration: none; white-space: nowrap;
}
.pt-nav a:hover { color: var(--ink-900); text-decoration: none; }
.pt-nav .current-menu-item > a,
.pt-nav a[aria-current="page"] { color: var(--ink-900); }
.pt-nav .current-menu-item > a::after,
.pt-nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2.5px;
  background: var(--color-primary); border-radius: 2px;
}
.pt-header__cta { display: flex; gap: 10px; align-items: center; }

/* Mobile nav toggle */
.pt-navtoggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px; color: var(--ink-900); }
.pt-navtoggle svg { display: block; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.pt-footer { background: var(--ink-900); color: #fff; padding: 72px 0 32px; }
.pt-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.pt-footer p { color: var(--ink-300); font-size: 14px; line-height: 1.6; }
.pt-footer h4 { font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-400); margin: 0 0 16px; }
.pt-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.pt-footer a { color: var(--ink-300); font-size: 14px; }
.pt-footer a:hover { color: #fff; text-decoration: none; }
.pt-footer__contact li { display: flex; gap: 8px; align-items: flex-start; color: var(--ink-300); font-size: 14px; }
.pt-footer__contact .pt-ico { color: var(--orange-400); margin-top: 1px; }
.pt-footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; gap: 16px; flex-wrap: wrap; }
.pt-footer__bottom span { font-size: 13px; color: var(--ink-500); }
.pt-footer__hash { font-family: var(--font-script); font-size: 22px; color: var(--orange-400) !important; }

/* ==========================================================================
   FLOATING WHATSAPP
   ========================================================================== */
.pt-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 400;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(37,211,102,0.45);
  transition: transform 180ms var(--ease-standard);
}
.pt-wa:hover { transform: scale(1.06); text-decoration: none; }
.pt-wa svg { width: 30px; height: 30px; }

/* ==========================================================================
   HERO (home)
   ========================================================================== */
.pt-hero { background: linear-gradient(180deg, var(--orange-50) 0%, var(--white) 62%); padding: 72px 0 88px; overflow: hidden; }
.pt-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.pt-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 5.2vw, 58px); line-height: 1.04; letter-spacing: -0.025em; color: var(--ink-900); margin: 18px 0 0; }
.pt-hero h1 .accent { color: var(--color-primary); }
.pt-hero__sub { font-size: 19px; line-height: 1.6; color: var(--ink-600); max-width: 520px; margin: 22px 0 32px; }
.pt-hero__actions { display: flex; gap: 14px; margin-bottom: 40px; flex-wrap: wrap; }
.pt-hero__chips { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.pt-hero__chips-label { font-size: 13px; font-weight: 600; color: var(--ink-400); letter-spacing: 0.04em; }
.pt-hero__media { position: relative; }
.pt-hero__block { position: absolute; inset: -18px -18px auto auto; width: 180px; height: 180px; background: var(--orange-400); border-radius: var(--radius-2xl); opacity: 0.16; transform: rotate(12deg); }
.pt-hero__frame { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-xl); border: 1px solid var(--border-subtle); background: #0b1b34; }
.pt-hero__stat { position: absolute; bottom: -26px; left: -26px; width: 210px; }

/* Two-column split (about / detail intros) */
.pt-split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.pt-split--media { grid-template-columns: 1.1fr 0.9fr; }

/* Page hero (interior) */
.pt-pagehero { padding: 72px 0 60px; }
.pt-pagehero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(34px, 5vw, 50px); letter-spacing: -0.025em; line-height: 1.08; margin: 14px 0 16px; }
.pt-pagehero .pt-lead { max-width: 660px; }
.pt-pagehero--ink { background: var(--ink-900); color: #fff; }
.pt-pagehero--ink h1 { color: #fff; }
.pt-pagehero--ink .pt-lead { color: var(--ink-300); }
.pt-pagehero--subtle { background: var(--surface-subtle); }

/* Media frame reusable */
.pt-frame { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-xl); border: 1px solid var(--border-subtle); }

/* Vision / mission cards */
.pt-vm { padding: 36px; border-radius: var(--radius-xl); }
.pt-vm--ink { background: var(--ink-900); color: #fff; }
.pt-vm--ink h2 { color: #fff; } .pt-vm--ink p { color: var(--ink-300); }
.pt-vm--accent { background: var(--orange-50); border: 1px solid var(--orange-200); }
.pt-vm h2 { font-size: 24px; font-weight: 700; margin: 16px 0 10px; }
.pt-vm p { font-size: 16px; line-height: 1.65; margin: 0; }

/* Solution rows (Solutions page) */
.pt-solrow { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: center; padding: 40px; border-radius: var(--radius-xl); border: 1px solid var(--border-subtle); box-shadow: var(--shadow-sm); background: #fff; }
.pt-solrow--alt { background: var(--surface-subtle); }
.pt-solrow h2 { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; margin: 16px 0 6px; }
.pt-solrow__tagline { font-family: var(--font-display); font-weight: 600; font-size: 16px; margin: 0 0 14px; }
.pt-solrow__services { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* Partners */
.pt-partnerstrip { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.pt-partnerstrip__item { flex: 1; min-width: 120px; height: 56px; display: flex; align-items: center; justify-content: center; }
.pt-partnerstrip img { max-height: 42px; max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: 0.7; transition: var(--transition-base); }
.pt-partnerstrip img:hover { filter: grayscale(0); opacity: 1; }
.pt-partner-card { display: flex; flex-direction: column; padding: 28px; border-radius: var(--radius-lg); border: 1px solid var(--border-subtle); background: #fff; box-shadow: var(--shadow-sm); transition: var(--transition-base); }
.pt-partner-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.pt-partner-card__logo { height: 52px; display: flex; align-items: center; margin-bottom: 18px; }
.pt-partner-card__logo img { max-height: 44px; max-width: 160px; object-fit: contain; }
.pt-partner-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 6px; }
.pt-partner-card p { font-size: 14.5px; line-height: 1.55; color: var(--ink-600); margin: 0 0 16px; flex: 1; }
.pt-partner-card a { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14px; }

/* CTA band */
.pt-ctaband { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.pt-ctaband h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 4vw, 38px); letter-spacing: -0.02em; color: #fff; margin: 0; }
.pt-ctaband p { color: var(--ink-300); font-size: 18px; margin: 14px 0 0; max-width: 520px; }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.pt-contact { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: start; }
.pt-contact__details { display: flex; flex-direction: column; gap: 16px; }
.pt-contact__item { display: flex; gap: 14px; align-items: flex-start; }
.pt-contact__ico { width: 42px; height: 42px; flex-shrink: 0; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--border-subtle); color: var(--color-primary-active); display: inline-flex; align-items: center; justify-content: center; }
.pt-contact__label { font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-400); }
.pt-contact__value { font-size: 15.5px; color: var(--ink-800); margin-top: 2px; }
.pt-contact__value a { color: var(--ink-800); }
.pt-formcard { background: #fff; border-radius: var(--radius-xl); border: 1px solid var(--border-subtle); box-shadow: var(--shadow-md); padding: 36px; }
.pt-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pt-field { display: flex; flex-direction: column; gap: 6px; }
.pt-field--full { grid-column: 1 / -1; }
.pt-field label { font-family: var(--font-display); font-size: 13.5px; font-weight: 600; color: var(--ink-800); }
.pt-field .req { color: var(--red-600); }
.pt-input, .pt-select, .pt-textarea {
  font-family: var(--font-body); font-size: 15px; color: var(--ink-900);
  padding: 11px 14px; border-radius: var(--radius-md);
  border: 1px solid var(--border-default); background: #fff;
  transition: border-color 150ms ease, box-shadow 150ms ease; width: 100%;
}
.pt-input:focus, .pt-select:focus, .pt-textarea:focus { outline: none; border-color: var(--orange-500); box-shadow: var(--ring); }
.pt-textarea { resize: vertical; min-height: 120px; }
.pt-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; } /* honeypot */
.pt-map { border: 0; width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }

/* Alerts */
.pt-alert { border-radius: var(--radius-md); padding: 14px 16px; font-size: 14.5px; margin-bottom: 20px; display: flex; gap: 10px; align-items: flex-start; }
.pt-alert--success { background: var(--green-50); color: var(--green-600); border: 1px solid #bfe6cd; }
.pt-alert--error { background: var(--red-50); color: var(--red-700); border: 1px solid var(--red-200); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .pt-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  .pt-section { padding: 64px 0; }
  .pt-hero { padding: 48px 0 64px; }
  .pt-hero__grid, .pt-split, .pt-split--media, .pt-solrow, .pt-contact { grid-template-columns: 1fr; gap: 36px; }
  .pt-grid--3, .pt-grid--4 { grid-template-columns: 1fr 1fr; }
  .pt-hero__media { order: -1; }
  .pt-hero__stat { position: static; width: auto; max-width: 240px; margin-top: 20px; }
  .pt-hero__block { display: none; }
  .pt-ctaband { flex-direction: column; align-items: flex-start; }

  /* Mobile nav */
  .pt-navtoggle { display: inline-flex; }
  .pt-nav {
    position: fixed; inset: 76px 0 auto 0; z-index: 200;
    background: #fff; border-bottom: 1px solid var(--border-subtle);
    padding: 12px 20px 20px; box-shadow: var(--shadow-lg);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .pt-nav ul { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .pt-nav li { width: 100%; }
  body.nav-open .pt-nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .pt-nav a { display: block; padding: 14px 8px; font-size: 17px; border-bottom: 1px solid var(--ink-100); }
  .pt-nav .current-menu-item > a::after, .pt-nav a[aria-current="page"]::after { display: none; }
  .pt-header__cta .pt-btn { display: none; }
}
@media (max-width: 560px) {
  .pt-container { padding-inline: 20px; }
  .pt-grid--2, .pt-grid--3, .pt-grid--4, .pt-form, .pt-solrow__services, .pt-footer__grid { grid-template-columns: 1fr; }
  .pt-vm-grid { grid-template-columns: 1fr !important; }
  .pt-hero__actions .pt-btn, .pt-hero__actions { width: 100%; }
  .pt-footer__bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
