/*
Theme Name: Roy Pan Lan Editable Menu Pro
Theme URI: https://example.com/roy-pan-lan-editable-menu
Author: Codex
Author URI: https://openai.com/
Description: ธีม WordPress สำหรับบริษัท ร้อยพันล้าน จำกัด พร้อมหน้าเช่าเต็นท์และหน้าเช่าเฟอร์นิเจอร์ เวที อุปกรณ์อีเว้นท์ งานคอนเสิร์ต รั้วและกรวยจราจรครบวงจร
Version: 2.4.5
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: roy-pan-lan-editable-menu
Tags: custom-menu, featured-images, one-column, responsive-layout, thai
*/

:root {
      --red-950: #3d0307;
      --red-900: #58070d;
      --red-800: #760c14;
      --red-700: #97131e;
      --red-600: #ba1b28;
      --gold-600: #b88419;
      --gold-500: #d4a331;
      --gold-400: #e6c15e;
      --gold-300: #f3dd98;
      --gold-100: #fff4cf;
      --cream: #fffaf0;
      --white: #ffffff;
      --ink: #261617;
      --muted: #755f61;
      --line: rgba(116, 14, 22, 0.14);
      --shadow: 0 20px 60px rgba(76, 5, 11, 0.13);
      --radius-lg: 30px;
      --radius-md: 22px;
      --radius-sm: 15px;
      --container: 1180px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 8% 3%, rgba(212, 163, 49, 0.12), transparent 25%),
        linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
      font-family: Tahoma, "Noto Sans Thai", "Segoe UI", sans-serif;
      line-height: 1.65;
      overflow-x: hidden;
    }

    body.menu-open {
      overflow: hidden;
    }

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

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

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    section {
      scroll-margin-top: 100px;
    }

    .container {
      width: min(calc(100% - 36px), var(--container));
      margin-inline: auto;
    }

    .section {
      padding: 100px 0;
    }

    .section-head {
      max-width: 780px;
      margin-bottom: 36px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--red-700);
      font-size: 0.82rem;
      font-weight: 900;
      letter-spacing: 0.06em;
    }

    .eyebrow::before {
      content: "";
      width: 38px;
      height: 2px;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--red-700), var(--gold-500));
    }

    .section-head h2 {
      margin: 8px 0 10px;
      color: var(--red-950);
      font-size: clamp(2rem, 4vw, 3.35rem);
      line-height: 1.15;
      letter-spacing: -0.04em;
    }

    .section-head p {
      margin: 0;
      color: var(--muted);
      font-size: 1.02rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 52px;
      padding: 0 24px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-weight: 900;
      transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    }

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

    .btn-primary {
      color: #fff;
      background: linear-gradient(135deg, var(--red-600), var(--red-900));
      box-shadow: 0 14px 32px rgba(150, 15, 27, 0.28);
    }

    .btn-gold {
      color: var(--red-950);
      background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
      box-shadow: 0 14px 30px rgba(189, 140, 25, 0.28);
    }

    .btn-outline {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.4);
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
    }

    .btn-white {
      color: var(--red-800);
      background: #fff;
      box-shadow: 0 14px 30px rgba(46, 0, 4, 0.18);
    }

    .topbar {
      color: #fff0c3;
      background: var(--red-950);
      font-size: 0.85rem;
    }

    .topbar-inner {
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .topbar-info,
    .topbar-social {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 18px;
    }

    .topbar a:hover {
      color: #fff;
    }

    .header {
      position: sticky;
      top: 0;
      z-index: 1000;
      border-bottom: 1px solid rgba(119, 13, 21, 0.08);
      background: rgba(255, 252, 245, 0.94);
      backdrop-filter: blur(18px);
    }

    .navbar {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      flex: 0 0 auto;
    }

    .brand-mark {
      width: 50px;
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      color: #ffe9a2;
      border: 2px solid var(--gold-400);
      border-radius: 16px 16px 25px 25px;
      background:
        radial-gradient(circle at 32% 25%, rgba(255, 255, 255, 0.28), transparent 18%),
        linear-gradient(145deg, var(--red-600), var(--red-950));
      box-shadow: 0 10px 24px rgba(78, 4, 10, 0.2);
      font-size: 1.55rem;
    }

    .brand .custom-logo,
    .rpl-header-logo {
      width: clamp(94px, 9vw, 132px);
      height: 64px;
      object-fit: contain;
      border-radius: 0;
    }

    .brand-text strong {
      display: block;
      color: var(--red-950);
      font-size: 1rem;
      line-height: 1.15;
    }

    .brand-text span {
      display: block;
      margin-top: 2px;
      color: var(--gold-600);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.08em;
    }

    .nav-menu {
      display: flex;
      align-items: center;
      gap: 23px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: #63484a;
      font-size: 0.91rem;
      font-weight: 800;
    }

    .nav-menu li {
      position: relative;
      list-style: none;
    }

    .nav-menu a {
      position: relative;
      display: inline-flex;
      align-items: center;
      padding: 10px 0;
    }

    .nav-menu a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 3px;
      width: 0;
      height: 2px;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--red-600), var(--gold-500));
      transition: width 0.22s ease;
    }

    .nav-menu a:hover::after {
      width: 100%;
    }

    .nav-menu .sub-menu {
      position: absolute;
      top: calc(100% + 12px);
      left: 50%;
      z-index: 1010;
      min-width: 230px;
      display: grid;
      gap: 4px;
      margin: 0;
      padding: 12px;
      list-style: none;
      color: #4b3032;
      border: 1px solid rgba(116, 14, 22, 0.13);
      border-radius: 16px;
      background: rgba(255, 253, 248, 0.98);
      box-shadow: 0 18px 50px rgba(76, 5, 11, 0.15);
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%, 8px);
      transition: opacity 0.18s ease, transform 0.18s ease;
    }

    .nav-menu .sub-menu::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -14px;
      height: 14px;
    }

    .nav-menu li:hover > .sub-menu,
    .nav-menu li:focus-within > .sub-menu {
      opacity: 1;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .nav-menu .sub-menu a {
      width: 100%;
      padding: 8px 10px;
      border-radius: 10px;
      line-height: 1.35;
      white-space: nowrap;
    }

    .nav-menu .sub-menu a::after {
      display: none;
    }

    .nav-menu .sub-menu a:hover {
      color: var(--red-800);
      background: rgba(151, 19, 30, 0.08);
    }

    .nav-menu .sub-menu .sub-menu {
      top: 0;
      left: calc(100% + 10px);
      transform: translate(8px, 0);
    }

    .nav-menu .sub-menu li:hover > .sub-menu,
    .nav-menu .sub-menu li:focus-within > .sub-menu {
      transform: translate(0, 0);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .menu-toggle {
      display: none;
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 13px;
      color: #fff;
      background: var(--red-800);
      font-size: 1.3rem;
    }

    .hero {
      position: relative;
      min-height: 760px;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: #fff;
      background:
        linear-gradient(90deg, rgba(52, 2, 6, 0.97) 0%, rgba(91, 7, 14, 0.91) 46%, rgba(82, 5, 11, 0.48) 72%, rgba(30, 0, 2, 0.25) 100%),
        url("https://images.unsplash.com/photo-1507501336603-6e31db2be093?auto=format&fit=crop&w=2100&q=88") center/cover;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(130deg, transparent 55%, rgba(216, 172, 59, 0.24)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 13px);
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      z-index: 1;
      left: -10%;
      right: -10%;
      bottom: -115px;
      height: 195px;
      border-radius: 50% 50% 0 0;
      background: var(--cream);
    }

    .hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
      gap: 52px;
      align-items: center;
      padding: 88px 0 150px;
    }

    .hero-copy {
      max-width: 790px;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 14px;
      color: #ffe8a0;
      border: 1px solid rgba(229, 190, 89, 0.42);
      border-radius: 999px;
      background: rgba(64, 2, 7, 0.48);
      backdrop-filter: blur(8px);
      font-size: 0.85rem;
      font-weight: 900;
    }

    .hero h1 {
      max-width: 850px;
      margin: 20px 0 18px;
      font-size: clamp(2.8rem, 6.5vw, 5.7rem);
      line-height: 1.02;
      letter-spacing: -0.055em;
    }

    .hero h1 span {
      color: var(--gold-400);
      text-shadow: 0 4px 25px rgba(227, 185, 78, 0.22);
    }

    .hero-copy > p {
      max-width: 705px;
      margin: 0;
      color: #f7e7e8;
      font-size: clamp(1rem, 1.7vw, 1.18rem);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 29px;
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 38px;
    }

    .hero-stat {
      padding: 16px;
      border: 1px solid rgba(255, 255, 255, 0.13);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.07);
      backdrop-filter: blur(10px);
    }

    .hero-stat strong {
      display: block;
      color: #ffe49a;
      font-size: 1.35rem;
      line-height: 1.1;
    }

    .hero-stat span {
      display: block;
      margin-top: 4px;
      color: #eed9da;
      font-size: 0.78rem;
    }

    .quote-card {
      position: relative;
      padding: 29px;
      border: 1px solid rgba(255, 226, 148, 0.34);
      border-radius: 30px;
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
      backdrop-filter: blur(18px);
      box-shadow: 0 25px 80px rgba(25, 0, 2, 0.34);
    }

    .quote-card::before {
      content: "";
      position: absolute;
      inset: 10px;
      border: 1px solid rgba(228, 189, 88, 0.2);
      border-radius: 22px;
      pointer-events: none;
    }

    .quote-card h3,
    .quote-card > p,
    .quick-form {
      position: relative;
      z-index: 1;
    }

    .quote-card h3 {
      margin: 0 0 5px;
      color: #fff1bc;
      font-size: 1.5rem;
    }

    .quote-card > p {
      margin: 0 0 18px;
      color: #f0dfe0;
      font-size: 0.9rem;
    }

    .quick-form {
      display: grid;
      gap: 12px;
    }

    .field {
      display: grid;
      gap: 6px;
    }

    .field label {
      color: #fff2cf;
      font-size: 0.8rem;
      font-weight: 900;
    }

    .info-panel .field label,
    .contact-page-form .field label {
      color: var(--red-900);
    }

    .field input,
    .field select,
    .field textarea {
      width: 100%;
      padding: 12px 14px;
      color: #362123;
      border: 1px solid rgba(255, 255, 255, 0.24);
      border-radius: 13px;
      outline: none;
      background: rgba(255, 255, 255, 0.95);
    }

    .field textarea {
      min-height: 90px;
      resize: vertical;
    }

    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      border-color: var(--gold-400);
      box-shadow: 0 0 0 3px rgba(231, 193, 94, 0.16);
    }

    .quick-form .btn {
      width: 100%;
      margin-top: 3px;
    }

    .trust-strip {
      position: relative;
      z-index: 4;
      margin-top: -80px;
    }

    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      overflow: hidden;
      border: 1px solid rgba(126, 16, 26, 0.08);
      border-radius: 24px;
      background: #fff;
      box-shadow: var(--shadow);
    }

    .trust-item {
      min-height: 114px;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 22px;
      border-right: 1px solid rgba(126, 16, 26, 0.09);
    }

    .trust-item:last-child {
      border-right: 0;
    }

    .trust-icon {
      width: 48px;
      height: 48px;
      flex: 0 0 48px;
      display: grid;
      place-items: center;
      color: #fff0b8;
      border-radius: 15px;
      background: linear-gradient(135deg, var(--red-700), var(--red-950));
      font-size: 1.3rem;
    }

    .trust-item strong {
      display: block;
      color: var(--red-950);
      font-size: 0.94rem;
    }

    .trust-item span {
      display: block;
      color: var(--muted);
      font-size: 0.78rem;
    }

    .services {
      padding: 112px 0 92px;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .service-card {
      position: relative;
      min-height: 270px;
      overflow: hidden;
      padding: 23px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: #fff;
      box-shadow: 0 12px 38px rgba(91, 7, 14, 0.07);
      transition: 0.28s ease;
    }

    .service-card:hover {
      transform: translateY(-7px);
      border-color: rgba(190, 30, 43, 0.26);
      box-shadow: 0 24px 52px rgba(91, 7, 14, 0.14);
    }

    .service-card::after {
      content: "";
      position: absolute;
      right: -30px;
      bottom: -40px;
      width: 125px;
      height: 125px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(217, 172, 58, 0.23), transparent 68%);
    }

    .service-number {
      color: rgba(113, 8, 15, 0.11);
      font-size: 2.3rem;
      font-weight: 1000;
      line-height: 1;
    }

    .service-icon {
      width: 56px;
      height: 56px;
      display: grid;
      place-items: center;
      margin: 10px 0 16px;
      color: #fff0b9;
      border-radius: 18px;
      background: linear-gradient(135deg, var(--red-600), var(--red-950));
      box-shadow: 0 11px 24px rgba(113, 8, 16, 0.2);
      font-size: 1.55rem;
    }

    .service-card h3 {
      margin: 0 0 7px;
      color: var(--red-950);
      font-size: 1.12rem;
      line-height: 1.4;
    }

    .service-card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.89rem;
    }

    .showcase {
      padding: 94px 0;
      color: #fff;
      background:
        linear-gradient(135deg, rgba(53, 3, 7, 0.98), rgba(111, 11, 18, 0.95)),
        url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1800&q=82") center/cover;
    }

    .showcase .eyebrow {
      color: #ffe09a;
    }

    .showcase .section-head h2 {
      color: #fff;
    }

    .showcase .section-head p {
      color: #eedcdd;
    }

    .showcase-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 24px;
    }

    .showcase-main {
      min-height: 530px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: hidden;
      padding: 34px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 30px;
      background:
        linear-gradient(180deg, transparent 34%, rgba(43, 0, 3, 0.94)),
        url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1300&q=87") center/cover;
      box-shadow: 0 25px 70px rgba(20, 0, 2, 0.34);
    }

    .showcase-main h3 {
      margin: 0 0 8px;
      font-size: clamp(1.8rem, 3vw, 2.65rem);
    }

    .showcase-main p {
      max-width: 670px;
      margin: 0 0 19px;
      color: #f1dfe0;
    }

    .showcase-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .mini-showcase {
      min-height: 255px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: hidden;
      padding: 22px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 24px;
      background-size: cover;
      background-position: center;
      box-shadow: 0 16px 42px rgba(20, 0, 2, 0.25);
    }

    .mini-showcase:nth-child(1) {
      background-image:
        linear-gradient(180deg, transparent 30%, rgba(51, 0, 4, 0.93)),
        url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=800&q=82");
    }

    .mini-showcase:nth-child(2) {
      background-image:
        linear-gradient(180deg, transparent 30%, rgba(51, 0, 4, 0.93)),
        url("https://images.unsplash.com/photo-1507501336603-6e31db2be093?auto=format&fit=crop&w=800&q=82");
    }

    .mini-showcase:nth-child(3) {
      background-image:
        linear-gradient(180deg, transparent 30%, rgba(51, 0, 4, 0.93)),
        url("https://images.unsplash.com/photo-1505236858219-8359eb29e329?auto=format&fit=crop&w=800&q=82");
    }

    .mini-showcase:nth-child(4) {
      background-image:
        linear-gradient(180deg, transparent 30%, rgba(51, 0, 4, 0.93)),
        url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=800&q=82");
    }

    .mini-showcase h4 {
      margin: 0;
      font-size: 1.04rem;
    }

    .mini-showcase span {
      color: #f6d987;
      font-size: 0.78rem;
      font-weight: 900;
    }

    .packages {
      padding: 100px 0;
    }

    .package-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      align-items: stretch;
    }

    .package-card {
      position: relative;
      display: flex;
      flex-direction: column;
      padding: 30px;
      border: 1px solid var(--line);
      border-radius: 28px;
      background: #fff;
      box-shadow: 0 16px 48px rgba(83, 6, 12, 0.08);
    }

    .package-card.featured {
      color: #fff;
      border-color: rgba(231, 197, 109, 0.5);
      background:
        radial-gradient(circle at 100% 0%, rgba(221, 179, 68, 0.29), transparent 28%),
        linear-gradient(155deg, var(--red-700), var(--red-950));
      transform: translateY(-12px);
      box-shadow: 0 30px 68px rgba(80, 4, 10, 0.26);
    }

    .package-ribbon {
      position: absolute;
      top: 18px;
      right: 18px;
      padding: 6px 11px;
      color: var(--red-950);
      border-radius: 999px;
      background: linear-gradient(135deg, #fff0b6, var(--gold-500));
      font-size: 0.72rem;
      font-weight: 1000;
    }

    .package-card h3 {
      margin: 0;
      color: var(--red-950);
      font-size: 1.45rem;
    }

    .package-card.featured h3 {
      color: #fff;
    }

    .package-sub {
      min-height: 52px;
      margin: 6px 0 20px;
      color: var(--muted);
      font-size: 0.9rem;
    }

    .package-card.featured .package-sub {
      color: #eedcdd;
    }

    .package-price {
      margin-bottom: 22px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(125, 18, 27, 0.12);
    }

    .package-card.featured .package-price {
      border-bottom-color: rgba(255, 255, 255, 0.16);
    }

    .package-price strong {
      display: block;
      color: var(--red-700);
      font-size: 1.65rem;
    }

    .package-card.featured .package-price strong {
      color: #ffe293;
    }

    .package-price span {
      color: var(--muted);
      font-size: 0.78rem;
    }

    .package-card.featured .package-price span {
      color: #e6d4d5;
    }

    .feature-list {
      display: grid;
      gap: 11px;
      margin: 0 0 26px;
      padding: 0;
      color: #624f51;
      list-style: none;
      font-size: 0.9rem;
    }

    .package-card.featured .feature-list {
      color: #fff0f0;
    }

    .feature-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .check {
      width: 21px;
      height: 21px;
      flex: 0 0 21px;
      display: grid;
      place-items: center;
      color: #fff;
      border-radius: 50%;
      background: var(--red-700);
      font-size: 0.7rem;
      font-weight: 900;
    }

    .package-card.featured .check {
      color: var(--red-950);
      background: var(--gold-400);
    }

    .package-card .btn {
      margin-top: auto;
    }

    .process {
      padding: 100px 0;
      border-block: 1px solid rgba(122, 16, 25, 0.07);
      background: #fff;
    }

    .process-grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .process-grid::before {
      content: "";
      position: absolute;
      top: 35px;
      left: 11%;
      right: 11%;
      height: 2px;
      opacity: 0.32;
      background: linear-gradient(90deg, var(--red-600), var(--gold-500), var(--red-600));
    }

    .process-card {
      position: relative;
      z-index: 1;
      padding: 0 18px;
      text-align: center;
    }

    .process-no {
      width: 72px;
      height: 72px;
      display: grid;
      place-items: center;
      margin: 0 auto 20px;
      color: #fff0b4;
      border: 7px solid #fff;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--red-600), var(--red-950));
      box-shadow: 0 10px 26px rgba(104, 8, 15, 0.19);
      font-size: 1.18rem;
      font-weight: 1000;
    }

    .process-card h3 {
      margin: 0 0 6px;
      color: var(--red-950);
      font-size: 1.06rem;
    }

    .process-card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.87rem;
    }

    .gallery {
      padding: 100px 0;
    }

    .gallery-grid {
      column-count: 3;
      column-gap: 14px;
    }

    .gallery-item {
      position: relative;
      display: block;
      width: 100%;
      margin: 0 0 14px;
      overflow: hidden;
      border-radius: 22px;
      aspect-ratio: 4 / 3;
      background-position: center;
      background-size: cover;
      break-inside: avoid;
      box-shadow: 0 15px 40px rgba(68, 5, 10, 0.11);
    }

    .g1 {
      aspect-ratio: 1.4 / 1;
      background-image: url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1000&q=82");
    }

    .g2 {
      aspect-ratio: 16 / 9;
      background-image: url("https://images.unsplash.com/photo-1507501336603-6e31db2be093?auto=format&fit=crop&w=800&q=82");
    }

    .g3 {
      aspect-ratio: 16 / 10;
      background-image: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=900&q=82");
    }

    .g4 {
      aspect-ratio: 4 / 3;
      background-image: url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=900&q=82");
    }

    .g5 {
      aspect-ratio: 16 / 9;
      background-image: url("https://images.unsplash.com/photo-1505236858219-8359eb29e329?auto=format&fit=crop&w=800&q=82");
    }

    .g6 {
      aspect-ratio: 1.35 / 1;
      background-image: url("https://images.unsplash.com/photo-1507501336603-6e31db2be093?auto=format&fit=crop&w=1200&q=82");
    }

    .faq-contact {
      padding: 100px 0;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 247, 235, 0.97)),
        radial-gradient(circle at 90% 10%, rgba(211, 165, 59, 0.16), transparent 31%);
    }

    .faq-contact-grid {
      display: grid;
      grid-template-columns: 1fr 0.92fr;
      gap: 50px;
      align-items: start;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 17px;
      background: #fff;
      box-shadow: 0 8px 24px rgba(82, 6, 12, 0.05);
    }

    .faq-question {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 18px 20px;
      color: var(--red-950);
      border: 0;
      background: transparent;
      text-align: left;
      font-weight: 900;
    }

    .faq-plus {
      width: 29px;
      height: 29px;
      flex: 0 0 29px;
      display: grid;
      place-items: center;
      color: #fff;
      border-radius: 50%;
      background: var(--red-700);
      transition: transform 0.2s ease;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      color: var(--muted);
      transition: max-height 0.28s ease;
    }

    .faq-answer-inner {
      padding: 0 20px 20px;
    }

    .faq-item.active .faq-answer {
      max-height: 260px;
    }

    .faq-item.active .faq-plus {
      transform: rotate(45deg);
    }

    .contact-card {
      position: sticky;
      top: 112px;
      overflow: hidden;
      padding: 31px;
      color: #fff;
      border: 1px solid rgba(229, 190, 89, 0.42);
      border-radius: 30px;
      background:
        radial-gradient(circle at 100% 0%, rgba(220, 175, 60, 0.28), transparent 28%),
        linear-gradient(150deg, var(--red-700), var(--red-950));
      box-shadow: 0 25px 65px rgba(75, 4, 10, 0.25);
    }

    .contact-card h3 {
      margin: 0 0 7px;
      color: #fff0b4;
      font-size: 1.55rem;
    }

    .contact-card > p {
      margin: 0 0 22px;
      color: #eedcdd;
      font-size: 0.9rem;
    }

    .contact-list {
      display: grid;
      gap: 12px;
      margin-bottom: 22px;
    }

    .contact-row {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 13px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 15px;
      background: rgba(255, 255, 255, 0.11);
    }

    .contact-row-icon {
      width: 39px;
      height: 39px;
      flex: 0 0 39px;
      display: grid;
      place-items: center;
      color: var(--red-950);
      border-radius: 12px;
      background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
    }

    .contact-row strong {
      display: block;
      color: var(--gold-300);
      font-size: 0.84rem;
      font-weight: 900;
    }

    .contact-row span,
    .contact-row a {
      display: block;
      color: #fff7f7;
      font-size: 0.9rem;
      line-height: 1.55;
      word-break: break-word;
    }

    .contact-buttons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px 12px;
      margin-top: 10px;
      padding-bottom: 10px;
    }

    .contact-buttons .btn {
      min-height: 48px;
      padding-inline: 14px;
      font-size: 0.86rem;
    }

    .cta {
      padding: 88px 0;
      color: #fff;
      background:
        linear-gradient(90deg, rgba(61, 2, 7, 0.97), rgba(131, 14, 23, 0.9)),
        url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1800&q=82") center/cover;
    }

    .cta-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 38px;
    }

    .cta-copy {
      max-width: 760px;
    }

    .cta h2 {
      margin: 0 0 8px;
      color: #fff;
      font-size: clamp(2rem, 4vw, 3.3rem);
      line-height: 1.16;
    }

    .cta p {
      margin: 0;
      color: #f0ddde;
    }

    .cta-actions {
      min-width: max-content;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .footer {
      position: relative;
      overflow: hidden;
      padding-top: 46px;
      color: #ead9da;
      background:
        radial-gradient(circle at 82% 0%, rgba(230, 193, 94, 0.16), transparent 28%),
        linear-gradient(135deg, #2d0205 0%, #49050a 52%, #250103 100%);
      background-size: cover;
      background-position: center;
    }

    .footer::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
      background-size: 54px 54px;
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
      pointer-events: none;
    }

    .footer > .container {
      position: relative;
      z-index: 1;
    }

    .footer p {
      margin: 0;
      color: #ead9da;
      font-size: 0.92rem;
    }

    .footer-main {
      display: grid;
      grid-template-columns: minmax(260px, 1.18fr) minmax(170px, 0.72fr) minmax(210px, 0.86fr) minmax(260px, 1.05fr);
      gap: 18px;
      padding: 0 0 30px;
    }

    .footer-card {
      min-width: 0;
      padding: 22px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.055);
    }

    .footer h4 {
      margin: 0 0 16px;
      color: #ffe4a1;
      font-size: 1.02rem;
    }

    .footer-brand {
      margin-bottom: 18px;
    }

    .rpl-footer-logo {
      width: 60px;
      height: 60px;
      flex: 0 0 60px;
      object-fit: contain;
      border: 1px solid rgba(243, 221, 152, 0.55);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.08);
    }

    .footer-brand .brand-text strong {
      color: #fff;
    }

    .footer-links,
    .footer-mini-contact {
      display: grid;
      gap: 10px;
      font-size: 0.9rem;
    }

    .footer-links {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .footer-links li {
      margin: 0;
      padding: 0;
    }

    .footer-mini-contact {
      margin-top: 18px;
    }

    .footer-links a,
    .footer-mini-contact a {
      color: #f4e8e9;
    }

    .footer-links a:hover,
    .footer-mini-contact a:hover {
      color: #ffe5a2;
      transform: translateX(3px);
    }

    .footer-contact {
      display: grid;
      gap: 12px;
      font-size: 0.88rem;
    }

    .footer-contact span,
    .footer-contact a {
      display: grid;
      gap: 2px;
      padding: 10px 12px;
      border-radius: 12px;
      color: #f5e8e9;
      background: rgba(255, 255, 255, 0.06);
    }

    .footer-contact b {
      color: #ffe4a1;
      font-size: 0.78rem;
    }

    .contact-card {
      padding-bottom: 42px;
    }

    .contact-card .contact-row strong {
      color: #f3dd98 !important;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 18px 0 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.13);
      color: #d6c5c6;
      font-size: 0.82rem;
    }

    .floating-contact {
      position: fixed;
      z-index: 1001;
      right: 18px;
      bottom: 18px;
      display: grid;
      gap: 10px;
    }

    .float-btn {
      width: 55px;
      height: 55px;
      display: grid;
      place-items: center;
      color: #fff;
      border: 2px solid rgba(255, 255, 255, 0.75);
      border-radius: 50%;
      box-shadow: 0 12px 30px rgba(53, 0, 4, 0.25);
      font-size: 1.25rem;
    }

    .float-phone {
      background: linear-gradient(135deg, var(--red-600), var(--red-950));
    }

    .float-line {
      background: #19b84b;
    }

    .notice {
      display: none;
      margin-top: 10px;
      padding: 10px 12px;
      color: #4a2d00;
      border-radius: 12px;
      background: #fff1bf;
      font-size: 0.82rem;
    }

    @media (max-width: 1080px) {
      .nav-menu,
      .nav-actions .btn {
        display: none;
      }

      .menu-toggle {
        display: grid;
        place-items: center;
      }

      .nav-menu.mobile-active {
        position: fixed;
        top: 118px;
        left: 18px;
        right: 18px;
        z-index: 1002;
        display: grid;
        gap: 0;
        max-height: calc(100vh - 145px);
        overflow-y: auto;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 22px;
        background: #fffdf8;
        box-shadow: var(--shadow);
      }

      .nav-menu.mobile-active li a {
        display: block;
        padding: 14px;
        border-bottom: 1px solid rgba(122, 16, 25, 0.08);
      }

      .nav-menu.mobile-active .sub-menu {
        position: static;
        min-width: 0;
        margin: 0 0 4px 14px;
        padding: 4px 0 4px 10px;
        border: 0;
        border-left: 2px solid rgba(184, 132, 25, 0.35);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
      }

      .nav-menu.mobile-active .sub-menu a {
        padding: 8px 12px;
        white-space: normal;
      }

      .nav-menu.mobile-active li:last-child a {
        border-bottom: 0;
      }

      .hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .quote-card {
        max-width: 720px;
      }

      .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .trust-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .trust-item:nth-child(2) {
        border-right: 0;
      }

      .trust-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(126, 16, 26, 0.09);
      }

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

      .contact-card {
        position: static;
      }

      .footer-main {
        grid-template-columns: repeat(2, 1fr);
      }

    }

    @media (max-width: 800px) {
      .topbar-inner {
        justify-content: center;
        min-height: 34px;
      }

      .topbar-info {
        justify-content: center;
        gap: 8px 15px;
      }

      .topbar-social {
        display: none;
      }

      .hero {
        min-height: auto;
      }

      .hero-grid {
        padding-top: 70px;
      }

      .hero-stats {
        grid-template-columns: 1fr;
      }

      .hero-stat {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
      }

      .package-grid,
      .process-grid {
        grid-template-columns: 1fr 1fr;
      }

      .package-card.featured {
        transform: none;
      }

      .process-grid::before {
        display: none;
      }

      .gallery-grid {
        column-count: 2;
      }

      .cta-inner {
        align-items: flex-start;
        flex-direction: column;
      }

      .cta-actions {
        min-width: 0;
      }
    }

    @media (max-width: 620px) {
      .container {
        width: min(calc(100% - 26px), var(--container));
      }

      .section,
      .services,
      .showcase,
      .packages,
      .process,
      .gallery,
      .faq-contact {
        padding: 76px 0;
      }

      .brand-text strong {
        max-width: 180px;
        font-size: 0.88rem;
      }

      .brand-text span {
        font-size: 0.64rem;
      }

      .hero h1 {
        font-size: clamp(2.55rem, 13vw, 4rem);
      }

      .hero-actions,
      .cta-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .hero-actions .btn,
      .cta-actions .btn {
        width: 100%;
      }

      .quote-card {
        padding: 23px;
      }

      .trust-grid,
      .service-grid,
      .package-grid,
      .process-grid,
      .showcase-list,
      .footer-main,
      .contact-buttons {
        grid-template-columns: 1fr;
      }

      .trust-item {
        border-right: 0;
        border-bottom: 1px solid rgba(126, 16, 26, 0.09);
      }

      .trust-item:last-child {
        border-bottom: 0;
      }

      .showcase-main {
        min-height: 430px;
        padding: 24px;
      }

      .mini-showcase {
        min-height: 230px;
      }

      .gallery-grid {
        column-count: 1;
      }

      .footer-main {
        gap: 30px;
      }

      .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
      }

      .floating-contact {
        right: 12px;
        bottom: 12px;
      }

      .float-btn {
        width: 50px;
        height: 50px;
      }
    }

.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;
}

.wp-page-main {
  padding: 72px 0 96px;
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: 96px 0 88px;
  background:
    linear-gradient(135deg, rgba(61, 3, 7, 0.92), rgba(151, 19, 30, 0.86)),
    url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1400&q=82");
  background-position: center;
  background-size: cover;
}

.subpage-hero .eyebrow {
  color: var(--gold-300);
}

.subpage-hero h1 {
  max-width: 850px;
  margin: 12px 0 18px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 1.08;
}

.subpage-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.content-band {
  padding: 72px 0;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.info-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  padding: 32px;
}

.info-panel h2,
.info-panel h3 {
  margin-top: 0;
  color: var(--red-900);
  line-height: 1.25;
}

.info-panel p {
  color: var(--muted);
}

.value-list,
.contact-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.value-list li,
.contact-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
}

.value-list strong,
.contact-list strong {
  display: block;
  color: var(--ink);
}

.badge-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--red-900);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  font-weight: 800;
}

.contact-page-form {
  display: grid;
  gap: 16px;
}

.contact-page-form .btn {
  justify-content: center;
}

.woocommerce-page main,
.woocommerce main,
.woocommerce-main {
  padding: 70px 0 92px;
}

.woocommerce .site-main,
.woocommerce-page .site-main,
.woocommerce-main {
  width: min(calc(100% - 44px), var(--container));
  margin: 0 auto;
}

.woocommerce div.product,
.woocommerce ul.products,
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  font-family: inherit;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 38px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: auto;
  float: none;
  margin: 0;
}

.woocommerce div.product div.images img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.images .rpl-product-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 2px 4px;
  scrollbar-width: thin;
}

.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.images .rpl-product-thumbs .woocommerce-product-gallery__image {
  flex: 0 0 92px;
  width: 92px;
}

.woocommerce div.product div.images .flex-control-thumbs img,
.woocommerce div.product div.images .rpl-product-thumbs img {
  width: 92px;
  height: 92px;
  border-radius: 12px;
  object-fit: cover;
  opacity: 1;
  border: 2px solid transparent;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  border-color: var(--gold-500);
}

.woocommerce div.product .product_title {
  margin: 0 0 14px;
  color: var(--red-950);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.18;
}

.woocommerce div.product .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: var(--muted);
}

.woocommerce div.product .product_meta > span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(151, 19, 30, 0.07);
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-tabs {
  color: var(--muted);
  line-height: 1.75;
}

.woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 18px;
  border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(135deg, var(--red-700), var(--red-950));
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 26px 0 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 0 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 46px rgba(76, 5, 11, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(76, 5, 11, 0.14);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0 0 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 18px;
  color: var(--red-950);
  font-size: 1.06rem;
  line-height: 1.35;
}

.woocommerce ul.products li.product .button {
  margin: 12px 18px 0;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  font-weight: 900;
}

.woocommerce .woocommerce-result-count {
  color: var(--muted);
}

.woocommerce .woocommerce-ordering select {
  min-height: 42px;
  padding: 8px 42px 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
}

.woocommerce-products-header__title,
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
  color: var(--red-950);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.18;
}

.woocommerce div.product .related,
.woocommerce div.product .upsells {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 32px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.woocommerce div.product .related ul.products,
.woocommerce div.product .upsells ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

.woocommerce div.product .related ul.products li.product,
.woocommerce div.product .upsells ul.products li.product {
  min-width: 0;
}

.woocommerce div.product .related ul.products li.product a img,
.woocommerce div.product .upsells ul.products li.product a img {
  aspect-ratio: 1 / 1;
}

.woocommerce div.product .related ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .upsells ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.8em;
  font-size: 1rem;
}

.woocommerce div.product .related ul.products li.product .button,
.woocommerce div.product .upsells ul.products li.product .button {
  display: inline-flex;
  min-width: 0;
  justify-content: center;
}

@media (max-width: 980px) {
  .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce div.product .related ul.products,
  .woocommerce div.product .upsells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .woocommerce .site-main,
  .woocommerce-page .site-main {
    width: min(calc(100% - 26px), var(--container));
  }

  .woocommerce div.product {
    padding: 18px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce div.product .related,
  .woocommerce div.product .upsells {
    padding: 18px;
  }

  .woocommerce div.product .related ul.products,
  .woocommerce div.product .upsells ul.products {
    grid-template-columns: 1fr;
  }
}

.wp-content {
  color: var(--muted);
}

.wp-content h1,
.wp-content h2,
.wp-content h3 {
  color: var(--red-900);
  line-height: 1.25;
}

.wp-content a {
  color: var(--red-700);
  font-weight: 700;
}

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

  .subpage-hero {
    padding: 76px 0 68px;
  }
}

/* SEO landing page: เช่าเต๊นท์ */
.rent-tent-hero {
  padding-top: 76px;
}

.rent-tent-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.rent-tent-breadcrumb a {
  color: var(--gold-300);
}

.rent-tent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.rent-tent-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.rent-tent-seo-intro {
  padding: 58px 0;
}

.rent-tent-seo-intro,
.rent-tent-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(151, 19, 30, 0.08);
}

.rent-tent-section-white {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 247, 0.98));
}

.rent-tent-intro-grid,
.rent-tent-area-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.rent-tent-intro-grid h2,
.rent-tent-area-grid h2 {
  margin: 10px 0 16px;
  color: var(--red-950);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.22;
}

.rent-tent-intro-grid p,
.rent-tent-area-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.rent-tent-highlight-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rent-tent-highlight-list li,
.rent-tent-estimate-box {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff8ed;
  box-shadow: 0 12px 34px rgba(76, 5, 11, 0.07);
}

.rent-tent-highlight-list li {
  padding: 20px;
}

.rent-tent-highlight-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--red-900);
}

.rent-tent-highlight-list span {
  color: var(--muted);
}

.rent-tent-section {
  padding: 82px 0;
}

.rent-tent-section-cream {
  background:
    radial-gradient(circle at 88% 8%, rgba(230, 193, 94, 0.18), transparent 30%),
    linear-gradient(180deg, #fffaf2 0%, #fff5e8 100%);
}

.rent-tent-section-blush,
.rent-tent-section-soft {
  background:
    radial-gradient(circle at 92% 10%, rgba(230, 193, 94, 0.16), transparent 28%),
    linear-gradient(180deg, #fff7f0 0%, #fff0eb 100%);
}

.rent-tent-section-gold {
  background:
    radial-gradient(circle at 12% 0%, rgba(151, 19, 30, 0.08), transparent 30%),
    linear-gradient(135deg, #fff7dc 0%, #fff1c7 48%, #fff8ea 100%);
}

.rent-tent-section-gold .rent-tent-estimate-box,
.rent-tent-section-gold .rent-tent-highlight-list li {
  background: rgba(255, 255, 255, 0.94);
}

.rent-tent-section-cream .rent-tent-table-wrap,
.rent-tent-section-blush .rent-tent-table-wrap,
.rent-tent-section-gold .rent-tent-table-wrap {
  box-shadow: 0 18px 48px rgba(76, 5, 11, 0.1);
}

.rent-tent-section-head {
  width: 100%;
  max-width: none;
}

.rent-tent-page .section-head h2 {
  max-width: none;
  letter-spacing: 0;
}

.rent-tent-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.rent-tent-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.rent-tent-type-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 16px 44px rgba(76, 5, 11, 0.08);
}

.rent-tent-type-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.rent-tent-type-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.rent-tent-type-card h3 {
  margin: 0 0 10px;
  color: var(--red-900);
  font-size: 1.2rem;
  line-height: 1.3;
}

.rent-tent-type-card p {
  margin: 0 0 20px;
  color: var(--muted);
}

.rent-tent-type-card .btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.rent-tent-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 44px rgba(76, 5, 11, 0.08);
}

.rent-tent-card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 16px;
  color: var(--red-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  font-size: 1.4rem;
}

.rent-tent-card h3,
.rent-tent-steps h3,
.rent-tent-faq h3 {
  margin: 0 0 10px;
  color: var(--red-900);
  line-height: 1.3;
}

.rent-tent-card p,
.rent-tent-steps p,
.rent-tent-faq p {
  margin: 0;
  color: var(--muted);
}

.rent-tent-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.rent-tent-use-grid article {
  padding: 24px;
  border: 1px solid rgba(151, 19, 30, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(76, 5, 11, 0.07);
}

.rent-tent-use-grid h3,
.rent-tent-estimate-box h3 {
  margin: 0 0 10px;
  color: var(--red-900);
  line-height: 1.3;
}

.rent-tent-use-grid p {
  margin: 0;
  color: var(--muted);
}

.rent-tent-table-wrap {
  overflow-x: auto;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 16px 44px rgba(76, 5, 11, 0.08);
}

.rent-tent-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.rent-tent-table th,
.rent-tent-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.rent-tent-table th {
  color: #fff;
  background: linear-gradient(135deg, var(--red-700), var(--red-950));
  font-weight: 900;
}

.rent-tent-table tr:last-child td {
  border-bottom: 0;
}

.rent-tent-table td:first-child {
  color: var(--red-900);
  font-weight: 900;
}

.rent-tent-table-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rent-tent-products-section {
  background: #fff;
}

.rent-tent-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.rent-tent-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 16px 44px rgba(76, 5, 11, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rent-tent-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(76, 5, 11, 0.14);
}

.rent-tent-product-image {
  display: block;
  overflow: hidden;
  background: #f5eee5;
}

.rent-tent-product-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.rent-tent-product-card:hover .rent-tent-product-image img {
  transform: scale(1.035);
}

.rent-tent-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
}

.rent-tent-product-body h3 {
  margin: 0 0 10px;
  color: var(--red-900);
  font-size: 1.12rem;
  line-height: 1.4;
}

.rent-tent-product-price {
  margin-bottom: 12px;
  color: var(--gold-600);
  font-size: 1.06rem;
  font-weight: 900;
}

.rent-tent-product-price del {
  margin-right: 6px;
  color: var(--muted);
  font-weight: 500;
  opacity: 0.7;
}

.rent-tent-product-body p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.rent-tent-product-body .btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

.rent-tent-products-more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.rent-tent-internal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff8ed;
}

.rent-tent-internal-links strong {
  color: var(--red-900);
}

.rent-tent-internal-links div {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 8px;
}

.rent-tent-internal-links a {
  padding: 8px 12px;
  border: 1px solid rgba(151, 19, 30, 0.16);
  border-radius: 999px;
  color: var(--red-800);
  background: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.rent-tent-product-empty {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 0;
  align-items: center;
  overflow: hidden;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff8ed;
  box-shadow: var(--shadow);
}

.rent-tent-product-empty img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.rent-tent-product-empty > div {
  padding: 38px;
}

.rent-tent-product-empty h3 {
  margin: 0 0 12px;
  color: var(--red-900);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.rent-tent-product-empty p {
  margin-bottom: 24px;
  color: var(--muted);
}

.rent-tent-copy h2,
.rent-tent-included h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.rent-tent-checklist {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.rent-tent-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
}

.rent-tent-checklist li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "✓";
  color: var(--red-700);
  font-weight: 900;
}

.rent-tent-estimate-box {
  padding: 30px;
}

.rent-tent-estimate-box .rent-tent-checklist {
  margin-bottom: 0;
}

.rent-tent-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.rent-tent-portfolio-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 16px 44px rgba(76, 5, 11, 0.08);
}

.rent-tent-portfolio-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.rent-tent-portfolio-grid figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
  line-height: 1.65;
}

.rent-tent-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.rent-tent-steps li {
  padding: 24px;
  border-top: 4px solid var(--gold-500);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  background: #fff;
  box-shadow: 0 14px 36px rgba(76, 5, 11, 0.08);
}

.rent-tent-steps li > span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold-600);
  font-size: 1.35rem;
  font-weight: 900;
}

.rent-tent-faq {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.rent-tent-faq article {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
}

.rent-tent-cta {
  align-self: stretch;
  padding: 36px;
  border-radius: var(--radius-md);
  color: #fff;
  background: linear-gradient(145deg, var(--red-700), var(--red-950));
  box-shadow: var(--shadow);
}

.rent-tent-cta h2 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.25;
}

.rent-tent-cta p {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.82);
}

.rent-tent-cta .btn {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 980px) {
  .rent-tent-card-grid,
  .rent-tent-steps,
  .rent-tent-products-grid,
  .rent-tent-use-grid,
  .rent-tent-type-grid,
  .rent-tent-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rent-tent-intro-grid,
  .rent-tent-area-grid {
    grid-template-columns: 1fr;
  }

  .rent-tent-product-empty {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .rent-tent-section {
    padding: 58px 0;
  }

  .rent-tent-card-grid,
  .rent-tent-steps,
  .rent-tent-products-grid,
  .rent-tent-use-grid,
  .rent-tent-type-grid,
  .rent-tent-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .rent-tent-card,
  .rent-tent-cta {
    padding: 24px;
  }

  .rent-tent-product-empty img {
    min-height: 240px;
  }

  .rent-tent-product-empty > div {
    padding: 26px;
  }

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

/* Event rental services landing page */
.event-services-hero {
  padding: 74px 0 64px;
  background-position: center;
}

.event-services-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.event-services-breadcrumb a {
  color: var(--gold-300);
}

.event-services-hero-copy {
  max-width: 920px;
}

.event-services-hero h1 {
  max-width: 1050px;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
}

.event-services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.event-services-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
}

.event-services-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.event-services-trust span {
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
}

.event-services-trust strong {
  display: block;
  color: var(--gold-300);
  font-size: 1rem;
}

.event-services-section {
  padding: 82px 0;
}

.event-services-soft {
  background:
    radial-gradient(circle at 88% 8%, rgba(230, 193, 94, 0.18), transparent 26%),
    #fff8ed;
}

.event-services-section-head {
  max-width: 830px;
}

.event-services-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.event-services-lead-image {
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.event-services-lead-image img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
}

.event-services-intro-copy h2 {
  margin: 12px 0 18px;
  color: var(--red-950);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.2;
}

.event-services-intro-copy > p {
  color: var(--muted);
}

.event-services-checks {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.event-services-checks li {
  position: relative;
  padding: 13px 16px 13px 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.88);
}

.event-services-checks li::before {
  position: absolute;
  top: 12px;
  left: 15px;
  content: "✓";
  color: var(--red-700);
  font-weight: 900;
}

.event-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.event-services-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(76, 5, 11, 0.08);
}

.event-services-grid article > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: var(--red-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  font-weight: 900;
}

.event-services-grid h3 {
  margin: 0 0 10px;
  color: var(--red-900);
  line-height: 1.35;
}

.event-services-grid p {
  margin: 0;
  color: var(--muted);
}

.event-services-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.event-feature-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 16px 44px rgba(76, 5, 11, 0.09);
}

.event-feature-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: stretch;
}

.event-feature-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.event-feature-wide img {
  height: 100%;
  min-height: 390px;
}

.event-feature-card > div {
  padding: 28px;
}

.event-feature-card span {
  color: var(--gold-600);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.event-feature-card h3 {
  margin: 8px 0 10px;
  color: var(--red-900);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.3;
}

.event-feature-card p {
  margin: 0;
  color: var(--muted);
}

.event-services-gallery-section {
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(230, 193, 94, 0.16), transparent 25%),
    linear-gradient(145deg, var(--red-950), #710b13);
}

.event-services-gallery-section .eyebrow {
  color: var(--gold-300);
}

.event-services-gallery-section h2 {
  color: #fff;
}

.event-services-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 14px;
  margin-top: 34px;
}

.event-services-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.event-services-gallery .event-gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.event-services-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.event-services-gallery figure:hover img {
  transform: scale(1.035);
}

.event-services-contact {
  padding: 72px 0;
  background: #fff6e6;
}

.event-services-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 40px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(184, 132, 25, 0.28);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--red-700), var(--red-950));
  box-shadow: var(--shadow);
}

.event-services-contact h2 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.2;
}

.event-services-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.event-services-contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.event-services-contact-links a {
  display: flex;
  min-height: 84px;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.event-services-contact-links a:hover {
  border-color: var(--gold-300);
  background: rgba(255, 255, 255, 0.16);
}

.event-services-contact-links span {
  color: var(--gold-300);
  font-size: 0.8rem;
  font-weight: 900;
}

.event-services-contact-links strong {
  font-size: 1.05rem;
}

.event-services-contact-links .event-services-line {
  color: #133e22;
  background: linear-gradient(135deg, #d8ffe4, #89e6a5);
}

.event-services-contact-links .event-services-line span {
  color: #176b33;
}

@media (max-width: 980px) {
  .event-services-intro-grid,
  .event-services-contact-inner {
    grid-template-columns: 1fr;
  }

  .event-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-services-trust {
    grid-template-columns: 1fr;
  }

  .event-services-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1081px) and (max-width: 1320px) {
  .nav-menu {
    gap: 13px;
    font-size: 0.82rem;
  }

  .nav-actions .btn {
    padding-inline: 16px;
  }
}

@media (max-width: 680px) {
  .event-services-section {
    padding: 58px 0;
  }

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

  .event-services-grid,
  .event-services-feature-grid,
  .event-services-contact-links {
    grid-template-columns: 1fr;
  }

  .event-feature-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .event-feature-wide img,
  .event-feature-card img {
    height: 270px;
    min-height: 0;
  }

  .event-services-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .event-services-gallery .event-gallery-large {
    grid-column: auto;
    grid-row: auto;
  }

  .event-services-contact-inner {
    padding: 28px;
  }
}
