/*
Theme Name: J&H Developments Ltd
Theme URI: https://www.lightyellow-hummingbird-291186.hostingersite.com/
Author: J&H Developments Ltd
Description: Custom theme for J&H Developments Ltd (media walls, kitchens, bespoke carpentry). Converted from the provided static HTML/CSS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jh-developments
Tags: custom, dark, responsive-layout
*/

:root {
  --bg-main: #050509;
  --bg-elevated: #101018;
  --bg-elevated-soft: rgba(255, 255, 255, 0.03);
  --accent: #c79a2b;
  --accent-soft: rgba(199, 154, 43, 0.18);
  --text-main: #f8f5ff;
  --text-muted: #a7a4b5;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --danger: #ff4b81;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.65);
  --radius-lg: 18px;
  --radius-pill: 999px;
  --transition-fast: 0.18s ease-out;
  --max-width: 1160px;
}

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

/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0.75rem 1rem;
  position: absolute;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: 1rem;
  top: 1rem;
  background: var(--bg-elevated);
  color: var(--text-main);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
}

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: radial-gradient(circle at top left, #1b1026 0, #050509 40%, #020209 100%);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

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

a {
  color: inherit;
  text-decoration: none;
}

main {
  padding: 0 1.5rem 3rem;
}

.shell {
  max-width: var(--max-width);
  margin: 0 auto;
}

/* NAVBAR */

.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(to right, rgba(5, 5, 9, 0.96), rgba(5, 5, 9, 0.94));
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* LOGO */
.nav-logo {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: radial-gradient(circle at top, rgba(255,255,255,0.12), rgba(0,0,0,0.95));
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo img {
  width: 92%;
  height: auto;
  object-fit: contain;
}

.nav-title {
  display: flex;
  flex-direction: column;
}

.nav-title span:nth-child(1) {
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.nav-title span:nth-child(2) {
  font-weight: 600;
  font-size: 1.05rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  font-size: 0.95rem;
}

.nav-links ul,
.nav-links ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: var(--text-muted);
  font-size: 0.8rem;
  padding-bottom: 0.25rem;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #ffdf9d);
  transition: width var(--transition-fast);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text-main);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  width: 100%;
}

/* MOBILE NAV TOGGLE */

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  cursor: pointer;
}

.nav-toggle-label span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-main);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle-label span + span {
  margin-top: 5px;
}

/* HERO */

.hero {
  padding: 3rem 0 2.5rem;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-title {
  font-size: clamp(2.4rem, 3vw + 1.7rem, 3.4rem);
  line-height: 1.05;
  margin-bottom: 0.8rem;
}

.hero-title span.accent {
  background: linear-gradient(135deg, #ffe8b2, var(--accent));
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 0.98rem;
  max-width: 32rem;
  color: var(--text-muted);
  margin-bottom: 1.7rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem 1.7rem;
  border-radius: var(--radius-pill);
  font-size: 0.93rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #ffdf9d);
  color: #1b1304;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.65);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
}

/* Contact form notices */
.form-notice {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--border-subtle);
  background: var(--bg-elevated-soft);
  color: var(--text-main);
}

.form-notice.success {
  border-color: rgba(80, 220, 150, 0.35);
}

.form-notice.error {
  border-color: rgba(255, 75, 129, 0.45);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--text-main);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.hero-meta span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.hero-meta span:first-child::before {
  border-color: var(--accent);
}

/* HERO SIDE PANEL – MEDIA WALL IMAGE */

.hero-panel {
  border-radius: 24px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.06), rgba(7, 7, 13, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-soft);
  padding: 1.5rem 1.6rem;
  position: relative;
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 222, 160, 0.25), transparent 55%),
    radial-gradient(circle at 130% 0%, rgba(207, 120, 255, 0.23), transparent 58%);
  opacity: 0.6;
  pointer-events: none;
}

.hero-panel-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hero-panel-media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85);
  position: relative;
}

.hero-panel-media img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-panel-media-label {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.55rem 0.95rem;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fef7e5;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92),
    rgba(0, 0, 0, 0.5),
    transparent
  );
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.hero-panel-caption h2 {
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}

.hero-panel-caption p {
  font-size: 0.86rem;
  color: var(--text-muted);
}

/* GENERIC SECTION STYLES */

section {
  margin-top: 3rem;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 1.3rem;
  font-weight: 600;
}

.section-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.section-description {
  font-size: 0.9rem;
  color: var(--text-muted);
  max-width: 42rem;
  margin-top: 0.75rem;
}

/* REVIEWS */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.4rem;
}

.review-card {
  border-radius: 20px;
  padding: 1.3rem 1.4rem;
  background: var(--bg-elevated-soft);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: "“";
  position: absolute;
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  top: -1.5rem;
  right: 1rem;
}

.review-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0.9rem;
}

.review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.review-name {
  font-weight: 500;
  color: var(--text-main);
}

.review-rating {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* FOOTER */

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 3rem;
  padding: 1.5rem 1.5rem 2rem;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.03), rgba(3, 3, 7, 0.96));
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.whatsapp-block {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.whatsapp-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.whatsapp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.whatsapp-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text-main);
}

.whatsapp-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, #25d366, #c0ffd7);
  box-shadow: 0 0 10px rgba(37, 211, 102, 0.7);
}

.whatsapp-item span {
  font-weight: 500;
}

.whatsapp-link {
  font-variant-numeric: tabular-nums;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.whatsapp-link:hover {
  color: var(--text-main);
}

/* RESPONSIVE BREAKPOINTS */

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-panel {
    order: -1;
  }
}

@media (max-width: 768px) {
  .nav-inner {
    padding-inline: 1.1rem;
  }

  .nav-links {
    position: absolute;
    inset: 90px 1.1rem auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.9rem 1.1rem 1.1rem;
    border-radius: 18px;
    background: rgba(5, 5, 9, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
    transform-origin: top;
    transform: scaleY(0.7);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.16s ease-out, opacity 0.16s ease-out;
  }

  .nav-toggle-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }

  .nav-toggle:checked ~ .nav-toggle-label span:nth-child(1) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-toggle:checked ~ .nav-toggle-label span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .nav-toggle:checked ~ .nav-links {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
  }

  .hero {
    padding-top: 2.4rem;
  }
}

@media (max-width: 600px) {
  main {
    padding-inline: 1.1rem;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .footer-inner {
    align-items: flex-start;
  }
}

/* WordPress helpers (logo output) */
.nav-logo .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.nav-logo .custom-logo {
  width: 92%;
  height: auto;
  object-fit: contain;
}

/* NEW CSS 1.5 */

/* What we do */
.whatwedo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.whatwedo-card {
  border-radius: 20px;
  padding: 1.3rem 1.4rem;
  background: var(--bg-elevated-soft);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
}

.whatwedo-card::before {
  content: "";
  position: absolute;
  inset: -35%;
  background:
    radial-gradient(circle at 10% 0%, rgba(199, 154, 43, 0.14), transparent 55%),
    radial-gradient(circle at 120% 10%, rgba(207, 120, 255, 0.12), transparent 55%);
  opacity: 0.55;
  pointer-events: none;
}

.whatwedo-title {
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
  position: relative;
  z-index: 1;
}

.whatwedo-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  position: relative;
  z-index: 1;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .whatwedo-grid {
    grid-template-columns: 1fr;
  }
}

/* NEW CSS 1.6 */

/* Latest posts */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.post-card {
  border-radius: 20px;
  padding: 1.3rem 1.4rem;
  background: var(--bg-elevated-soft);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.7);
}

.post-meta {
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.post-title {
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 0.55rem;
}

.post-title a:hover,
.post-title a:focus-visible {
  color: var(--text-main);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.post-excerpt {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 0.9rem;
}

.post-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffe8b2;
}

.post-readmore:hover,
.post-readmore:focus-visible {
  color: var(--text-main);
}

.posts-empty {
  border-radius: 20px;
  padding: 1.2rem 1.3rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
}

/* NEW CSS 1.9 */

/* Contact page */
.contact-hero {
  padding: 2.2rem 0 1.25rem;
}

.contact-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: start;
}

.contact-title {
  font-size: clamp(2rem, 2.2vw + 1.3rem, 3rem);
  line-height: 1.05;
  margin: 0.4rem 0 0.85rem;
}

.contact-subtitle {
  color: var(--text-muted);
  max-width: 44rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  font-size: 0.95rem;
}

.contact-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.1rem;
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
}

.contact-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.contact-meta span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-color: var(--accent);
}

.contact-panel {
  border-radius: 24px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.06), rgba(7, 7, 13, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-soft);
  padding: 1.3rem 1.4rem;
  position: relative;
  overflow: hidden;
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 222, 160, 0.22), transparent 55%),
    radial-gradient(circle at 130% 0%, rgba(207, 120, 255, 0.2), transparent 58%);
  opacity: 0.6;
  pointer-events: none;
}

.contact-panel-inner {
  position: relative;
  z-index: 1;
}

.contact-panel h2 {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.contact-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 1.75rem;
}

.contact-card {
  border-radius: 20px;
  padding: 1.3rem 1.4rem;
  background: var(--bg-elevated-soft);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.7);
}

.contact-card-head .section-description {
  margin-top: 0.6rem;
  margin-bottom: 1.1rem;
}

.contact-form label {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.45rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.35);
  color: var(--text-main);
  padding: 0.85rem 0.95rem;
  outline: none;
  transition: border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);
}

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

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(199, 154, 43, 0.55);
  background: rgba(0, 0, 0, 0.5);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field-full {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.form-note {
  margin-top: 0.9rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .contact-hero-inner {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-quick .btn,
  .form-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }
}

/* NEW CSS 2.0 */

.mw-hero {
  padding: 2.2rem 0 1.25rem;
}

.mw-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 1.6rem;
  align-items: start;
}

.mw-title {
  font-size: clamp(2rem, 2.2vw + 1.3rem, 3rem);
  line-height: 1.05;
  margin: 0.4rem 0 0.85rem;
}

.mw-subtitle {
  color: var(--text-muted);
  max-width: 46rem;
  line-height: 1.6;
  margin-bottom: 1.1rem;
  font-size: 0.95rem;
}

.mw-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.mw-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text-main);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mw-panel {
  border-radius: 24px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.06), rgba(7, 7, 13, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-soft);
  padding: 1.3rem 1.4rem;
  position: relative;
  overflow: hidden;
}

.mw-panel::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 222, 160, 0.22), transparent 55%),
    radial-gradient(circle at 130% 0%, rgba(207, 120, 255, 0.2), transparent 58%);
  opacity: 0.6;
  pointer-events: none;
}

.mw-panel-inner {
  position: relative;
  z-index: 1;
}

.mw-panel h2 {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.mw-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.mw-panel-note {
  margin-top: 0.85rem;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.mw-gallery {
  margin-top: 1.75rem;
}

.mw-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.mw-card {
  border-radius: 20px;
  overflow: hidden;
  background: var(--bg-elevated-soft);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.7);
}

.mw-card-link {
  display: block;
}

.mw-media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mw-media img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform var(--transition-fast);
}

.mw-card:hover .mw-media img,
.mw-card:focus-within .mw-media img {
  transform: scale(1.02);
}

.mw-media-placeholder {
  aspect-ratio: 16 / 10;
  background: rgba(0, 0, 0, 0.35);
}

.mw-card-body {
  padding: 1.15rem 1.2rem 1.25rem;
}

.mw-card-title {
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 0.55rem;
}

.mw-card-excerpt {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 0.9rem;
}

.mw-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffe8b2;
}

.mw-pagination {
  margin-top: 1.35rem;
}

.mw-pagination .page-numbers {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding: 0.4rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-right: 0.45rem;
}

.mw-pagination .page-numbers.current {
  color: var(--text-main);
  border-color: rgba(199, 154, 43, 0.45);
}

.mw-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.mw-faq-card {
  border-radius: 20px;
  padding: 1.2rem 1.3rem;
  background: var(--bg-elevated-soft);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.7);
}

.mw-faq-card h3 {
  font-size: 1.02rem;
  margin-bottom: 0.55rem;
}

.mw-faq-card p {
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .mw-hero-inner {
    grid-template-columns: 1fr;
  }

  .mw-grid {
    grid-template-columns: 1fr;
  }

  .mw-faq-grid {
    grid-template-columns: 1fr;
  }
}

/* NEW CSS 2.1 */

/* Packages */
.mw-packages {
  margin-top: 1.75rem;
}

.mw-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.mw-package-card {
  border-radius: 20px;
  overflow: hidden;
  background: var(--bg-elevated-soft);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.7);
  position: relative;
}

.mw-package-card-featured {
  border-color: rgba(199, 154, 43, 0.28);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.82);
}

.mw-package-media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mw-package-media img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform var(--transition-fast);
}

.mw-package-card:hover .mw-package-media img,
.mw-package-card:focus-within .mw-package-media img {
  transform: scale(1.02);
}

.mw-package-badge {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.55);
  color: var(--text-main);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.mw-package-badge-alt {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.45);
}

.mw-package-badge-gold {
  border-color: rgba(199, 154, 43, 0.45);
  background: rgba(199, 154, 43, 0.16);
}

.mw-package-body {
  padding: 1.15rem 1.2rem 1.25rem;
}

.mw-package-title {
  font-size: 1.08rem;
  line-height: 1.2;
  margin-bottom: 0.55rem;
}

.mw-package-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0.95rem;
}

.mw-package-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 0.92rem;
}

.mw-package-list li {
  margin: 0.1rem 0;
}

@media (max-width: 900px) {
  .mw-packages-grid {
    grid-template-columns: 1fr;
  }
}


/* FOOTER – PHONE CALL CTA */

.phone-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.phone-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--text-muted);
}

.phone-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(
    135deg,
    rgba(199, 154, 43, 0.18),
    rgba(255, 223, 157, 0.08)
  );
  border: 1px solid rgba(199, 154, 43, 0.45);
  box-shadow:
    0 0 0 0 rgba(199, 154, 43, 0.45),
    0 8px 20px rgba(0, 0, 0, 0.6);
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    background var(--transition-fast);
}

.phone-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffdf9d, var(--accent));
  box-shadow: 0 0 10px rgba(199, 154, 43, 0.75);
  flex-shrink: 0;
}

.phone-link {
  font-variant-numeric: tabular-nums;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-main);
  letter-spacing: 0.02em;
}

.phone-item:hover,
.phone-item:focus-within {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 3px rgba(199, 154, 43, 0.22),
    0 14px 32px rgba(0, 0, 0, 0.75);
}

.phone-link:hover,
.phone-link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Mobile tightening */
@media (max-width: 600px) {
  .phone-block {
    gap: 0.6rem;
  }

  .phone-item {
    padding: 0.45rem 0.95rem;
  }

  .phone-link {
    font-size: 0.85rem;
  }
}
