
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: "Palatino Linotype", "Georgia", serif; color: #4a3f35; background: #fffdf9; line-height: 1.75; }
  .container { max-width: 1060px; margin: 0 auto; padding: 20px; }
  img { max-width: 100%; height: auto; display: block; }
  .hero { text-align: center; margin-bottom: 44px; padding-top: 10px; }
  .hero img { margin: 0 auto 22px; border-radius: 14px; width: 100%; max-width: 560px; }
  .hero .eyebrow { letter-spacing: 4px; text-transform: uppercase; font-size: 12px; color: #c09a63; margin-bottom: 10px; }
  .hero h1 { font-size: 32px; margin-bottom: 12px; letter-spacing: 1px; color: #8a5a3b; }
  .hero p { color: #9b8b78; font-size: 15px; max-width: 760px; margin: 0 auto; }

  .section { margin-bottom: 52px; }
  .section-title { font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 26px; position: relative; padding-bottom: 14px; color: #8a5a3b; }
  .section-title:after { content: ""; display: block; width: 64px; height: 3px; background: linear-gradient(90deg, #e6c9a3, #c09a63, #e6c9a3); margin: 12px auto 0; border-radius: 2px; }

  .two-col { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
  .two-col .col-img { flex: 1 1 44%; }
  .two-col .col-img img { border-radius: 12px; }
  .two-col .col-txt { flex: 1 1 46%; }
  .two-col .col-txt h3 { font-size: 20px; margin-bottom: 12px; color: #b8860b; }
  .two-col .col-txt p { color: #6d5f4f; margin-bottom: 12px; }
  .two-col .col-txt ul { padding-left: 20px; color: #6d5f4f; }
  .two-col .col-txt ul li { margin-bottom: 8px; }

  /* Steps with images */
  .steps { display: flex; gap: 20px; flex-wrap: wrap; }
  .step { flex: 1 1 260px; background: #fdf6ec; border: 1px solid #f0e0c8; border-radius: 14px; overflow: hidden; position: relative; }
  .step img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
  .step .step-body { padding: 18px 20px 22px; text-align: center; }
  .step .num { display: inline-block; width: 34px; height: 34px; line-height: 34px; border-radius: 50%; background: linear-gradient(135deg, #e6c9a3, #c09a63); color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 10px; }
  .step h4 { font-size: 16px; color: #8a5a3b; margin-bottom: 6px; }
  .step p { font-size: 13.5px; color: #9b8b78; }
  .step .arrow-mark { position: absolute; right: -14px; top: 40%; color: #d9b98c; font-size: 24px; z-index: 2; }
  @media (max-width: 900px) { .step .arrow-mark { display: none; } }

  /* Style cards */
  .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .card { background: #fff; border: 1px solid #f0e0c8; border-radius: 14px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
  .card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(192,154,99,.16); }
  .card img { aspect-ratio: 1/1; object-fit: cover; }
  .card .card-body { padding: 16px 18px 20px; }
  .card .card-body h4 { font-size: 16px; color: #8a5a3b; margin-bottom: 6px; }
  .card .card-body p { font-size: 13.5px; color: #9b8b78; }
  @media (max-width: 860px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .card-grid { grid-template-columns: 1fr; } }

  /* Occasion dark poster grid */
  .occ-section { background: linear-gradient(180deg, #23201c, #2e2a25); border-radius: 18px; padding: 44px 28px 32px; }
  .occ-section .section-title { color: #fff; }
  .occ-section .section-title:after { background: linear-gradient(90deg, #d4af6a, #f0d9a8, #d4af6a); }
  .occ-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 14px; }
  .occ-item { position: relative; border-radius: 12px; overflow: hidden; background: #3a352e; }
  .occ-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .occ-item .occ-label { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.58); color: #fff; font-size: 13px; letter-spacing: .4px; padding: 10px 12px; text-align: center; }
  .occ-item.spinner { grid-row: span 2; }
  .occ-cta { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(135deg, #c9a05e, #a97f3d); color: #fff; text-align: center; border-radius: 12px; padding: 18px; }
  .occ-cta strong { font-size: 16px; letter-spacing: .5px; }
  .occ-cta span { font-size: 12.5px; opacity: .92; }
  @media (max-width: 900px) {
    .occ-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
    .occ-item.spinner { grid-row: auto; }
  }
  @media (max-width: 560px) { .occ-grid { grid-template-columns: 1fr; } }

  /* Tabs */
  .tabs { max-width: 880px; margin: 0 auto; }
  .tab-nav { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; margin-bottom: 18px; }
  .tab-btn { border: 1px solid #e6c9a3; background: #fffdf9; color: #8a5a3b; padding: 10px 22px; border-radius: 999px; font-family: inherit; font-size: 14px; cursor: pointer; transition: all .2s; }
  .tab-btn.active, .tab-btn:hover { background: linear-gradient(135deg, #e6c9a3, #c09a63); color: #fff; border-color: transparent; }
  .tab-panel { display: none; background: #fdf6ec; border: 1px solid #f0e0c8; border-radius: 14px; padding: 26px 24px; }
  .tab-panel.active { display: block; animation: fadeIn .3s ease; }
  @keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
  .tab-panel .tab-img { width: 100%; border-radius: 10px; margin-bottom: 16px; border: 1px solid #f0e0c8; }
  .opt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .opt-cell { background: #fff; border: 1px solid #f0e0c8; border-radius: 12px; overflow: hidden; }
  .opt-cell img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; cursor: zoom-in; }
  .opt-cap { padding: 9px 10px; text-align: center; font-size: 13px; color: #8a5a3b; font-weight: 600; }
  @media (max-width: 860px) { .opt-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 560px) { .opt-grid { grid-template-columns: repeat(2, 1fr); } }
  .lightbox { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.85); z-index: 9999; align-items: center; justify-content: center; cursor: zoom-out; }
  .lightbox.show { display: flex; }
  .lightbox img { max-width: 92vw; max-height: 92vh; border-radius: 10px; box-shadow: 0 12px 40px rgba(0,0,0,.5); }
  .opt-note { margin-top: 16px; font-size: 13px; color: #9b8b78; }

  /* Spec table */
  .spec-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
  .spec-table th, .spec-table td { border: 1px solid #f0e0c8; padding: 12px 16px; text-align: left; font-size: 14.5px; }
  .spec-table th { background: #fdf6ec; font-weight: 600; width: 32%; color: #b8860b; }
  .spec-table td { color: #6d5f4f; }

  .custom-block { background: #fdf6ec; border-left: 4px solid #c09a63; padding: 24px; border-radius: 0 10px 10px 0; }
  .custom-block h3 { font-size: 19px; margin-bottom: 12px; color: #b8860b; }
  .custom-block ul { padding-left: 20px; color: #6d5f4f; }
  .custom-block ul li { margin-bottom: 8px; }

  /* Custom cases gallery */
  .case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
  .case-item { border-radius: 12px; overflow: hidden; border: 1px solid #f0e0c8; background: #fff; }
  .case-item img { aspect-ratio: 1/1; object-fit: cover; }
  .case-item .case-cap { padding: 10px 12px; font-size: 12.5px; color: #9b8b78; text-align: center; }
  @media (max-width: 860px) { .case-grid { grid-template-columns: repeat(2, 1fr); } }

  /* Why us */
  .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .why-item { background: #fdf6ec; border: 1px solid #f0e0c8; border-radius: 14px; padding: 24px 18px; text-align: center; }
  .why-item .ico { font-size: 30px; margin-bottom: 10px; }
  .why-item h4 { font-size: 15.5px; color: #8a5a3b; margin-bottom: 6px; }
  .why-item p { font-size: 13px; color: #9b8b78; }
  @media (max-width: 860px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .why-grid { grid-template-columns: 1fr; } }

  /* FAQ */
  .faq-wrap { max-width: 820px; margin: 0 auto; }
  .faq-item { border: 1px solid #f0e0c8; border-radius: 10px; margin-bottom: 10px; overflow: hidden; background: #fff; }
  .faq-q { background: #fdf6ec; padding: 15px 18px; font-weight: 700; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; list-style: none; transition: background .2s; }
  .faq-q::-webkit-details-marker { display: none; }
  .faq-q:hover { background: #f7ecd9; }
  .faq-q .arrow { flex-shrink: 0; width: 20px; height: 20px; margin-left: 12px; transition: transform .3s ease; }
  .faq-a { padding: 0 18px 16px; color: #6d5f4f; font-size: 14.5px; }
  .faq-a ul { padding-left: 20px; margin-top: 8px; }
  .faq-a ul li { margin-bottom: 6px; }
  .faq-item[open] .faq-q { background: #8a5a3b; color: #fff; }
  .faq-item[open] .faq-q .arrow { transform: rotate(180deg); }
  .faq-note { margin-top: 24px; padding: 16px 20px; background: #fdf6ec; border-left: 4px solid #c09a63; border-radius: 0 10px 10px 0; color: #9b8b78; font-size: 14px; }

  .footer-note { text-align: center; color: #c0a889; font-size: 13px; margin-top: 30px; padding-top: 20px; border-top: 1px solid #f0e0c8; }

  @media (max-width: 700px) {
    .two-col .col-img, .two-col .col-txt { flex: 1 1 100%; }
    .hero h1 { font-size: 24px; }
  }
