:root {
      --bg: #fff7f4;
      --bg-soft: #fffaf8;
      --pink: #e9a9b7;
      --pink-deep: #c66f83;
      --rose: #f4d2d8;
      --cream: #fff1e5;
      --lavender: #d9c8ee;
      --green: #8cae9a;
      --ink: #2b2730;
      --muted: #6f6470;
      --line: rgba(159, 104, 119, 0.18);
      --card: rgba(255, 255, 255, 0.78);
      --shadow: 0 18px 45px rgba(174, 108, 127, 0.16);
      --container: 1120px;
      --radius-lg: 28px;
      --radius-md: 20px;
      --radius-sm: 14px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(244, 188, 198, 0.58), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(217, 200, 238, 0.52), transparent 30%),
        radial-gradient(circle at 72% 72%, rgba(255, 225, 198, 0.64), transparent 34%),
        linear-gradient(135deg, #fff7f4 0%, #fffaf8 45%, #f8eef2 100%);
      line-height: 1.75;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      opacity: 0.34;
      background-image:
        linear-gradient(115deg, rgba(255,255,255,0.28) 0 1px, transparent 1px 18px),
        radial-gradient(circle, rgba(198,111,131,0.12) 1px, transparent 1.4px);
      background-size: 54px 54px, 22px 22px;
      mix-blend-mode: multiply;
      z-index: -1;
    }

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

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

    .container {
      width: min(100% - 32px, var(--container));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 30;
      backdrop-filter: blur(18px);
      background: rgba(255, 247, 244, 0.82);
      border-bottom: 1px solid var(--line);
    }

    .nav {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      letter-spacing: 0.04em;
      color: var(--ink);
      flex: 0 0 auto;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 15px;
      display: grid;
      place-items: center;
      color: #ffffff;
      background:
        radial-gradient(circle at 30% 25%, #ffdbe3 0 18%, transparent 19%),
        linear-gradient(135deg, #d9778c, #a96fbd);
      box-shadow: 0 12px 28px rgba(198, 111, 131, 0.24);
      font-size: 22px;
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.2;
    }

    .brand-text small {
      color: var(--muted);
      font-weight: 500;
      letter-spacing: 0;
      font-size: 12px;
      margin-top: 3px;
    }

    .nav-menu {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .nav-menu a {
      padding: 9px 13px;
      border-radius: 999px;
      color: #463b45;
      font-size: 14px;
      transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }

    .nav-menu a:hover {
      background: rgba(233, 169, 183, 0.22);
      color: #8c3e52;
      transform: translateY(-1px);
    }

    .nav-action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 16px;
      border-radius: 999px;
      background: #2f2a34;
      color: #ffffff;
      font-weight: 700;
      font-size: 14px;
      box-shadow: 0 12px 24px rgba(47, 42, 52, 0.16);
      white-space: nowrap;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .nav-action:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 30px rgba(47, 42, 52, 0.22);
    }

    .menu-toggle {
      display: none;
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.76);
      border-radius: 14px;
      color: var(--ink);
      cursor: pointer;
      align-items: center;
      justify-content: center;
    }

    .menu-toggle span {
      width: 18px;
      height: 2px;
      background: currentColor;
      position: relative;
      display: block;
      border-radius: 10px;
    }

    .menu-toggle span::before,
    .menu-toggle span::after {
      content: "";
      position: absolute;
      left: 0;
      width: 18px;
      height: 2px;
      background: currentColor;
      border-radius: 10px;
    }

    .menu-toggle span::before {
      top: -6px;
    }

    .menu-toggle span::after {
      top: 6px;
    }

    main {
      position: relative;
    }

    .hero {
      padding: 54px 0 38px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.82fr);
      gap: 30px;
      align-items: center;
    }

    .hero-copy {
      padding: 8px 0;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: rgba(255,255,255,0.6);
      color: #8f4a5b;
      font-size: 13px;
      font-weight: 700;
      box-shadow: 0 10px 24px rgba(198, 111, 131, 0.08);
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 5px rgba(140, 174, 154, 0.16);
    }

    h1 {
      margin: 18px 0 16px;
      max-width: 680px;
      font-size: clamp(34px, 6.2vw, 60px);
      line-height: 1.08;
      letter-spacing: -0.05em;
      color: #2b2530;
    }

    .hero-lead {
      max-width: 650px;
      margin: 0 0 22px;
      color: #5f535e;
      font-size: 17px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      margin-top: 22px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 18px;
      border-radius: 999px;
      font-weight: 800;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .btn-primary {
      background: linear-gradient(135deg, #c66f83, #9b76bd);
      color: #ffffff;
      box-shadow: 0 16px 32px rgba(198, 111, 131, 0.24);
    }

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

    .btn-secondary {
      background: rgba(255,255,255,0.72);
      color: #423540;
      border: 1px solid var(--line);
    }

    .hero-note {
      margin-top: 16px;
      color: var(--muted);
      font-size: 14px;
    }

    .visual-card {
      position: relative;
      border-radius: 34px;
      overflow: hidden;
      padding: 16px;
      background:
        linear-gradient(150deg, rgba(255,255,255,0.88), rgba(255,241,229,0.58)),
        radial-gradient(circle at 25% 20%, rgba(244, 210, 216, 0.92), transparent 32%);
      border: 1px solid rgba(255,255,255,0.86);
      box-shadow: var(--shadow);
      isolation: isolate;
    }

    .visual-card::before {
      content: "";
      position: absolute;
      inset: 12px;
      border-radius: 28px;
      border: 1px solid rgba(198,111,131,0.16);
      pointer-events: none;
      z-index: 2;
    }

    .visual-image {
      aspect-ratio: 4 / 3;
      border-radius: 26px;
      overflow: hidden;
      background: #f7e6e8;
    }

    .visual-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .visual-panel {
      position: relative;
      margin: -36px 16px 0;
      padding: 16px;
      border-radius: 22px;
      background: rgba(255,255,255,0.86);
      border: 1px solid rgba(255,255,255,0.9);
      box-shadow: 0 16px 34px rgba(69, 48, 61, 0.12);
      z-index: 3;
    }

    .visual-panel strong {
      display: block;
      color: #332936;
      margin-bottom: 6px;
      font-size: 17px;
    }

    .visual-panel p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .section {
      padding: 36px 0;
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 22px;
    }

    .section-kicker {
      color: #a05166;
      font-weight: 800;
      font-size: 14px;
      margin-bottom: 8px;
    }

    h2 {
      margin: 0;
      color: #302936;
      font-size: clamp(25px, 3.6vw, 38px);
      line-height: 1.22;
      letter-spacing: -0.03em;
    }

    .section-head p {
      margin: 12px 0 0;
      color: var(--muted);
      font-size: 16px;
    }

    .about-wrap {
      display: grid;
      grid-template-columns: 0.86fr 1.14fr;
      gap: 24px;
      align-items: stretch;
    }

    .info-card,
    .soft-card,
    .faq-item {
      background: var(--card);
      border: 1px solid rgba(255,255,255,0.82);
      border-radius: var(--radius-lg);
      box-shadow: 0 14px 36px rgba(174, 108, 127, 0.12);
      backdrop-filter: blur(14px);
    }

    .store-card {
      padding: 24px;
      background:
        linear-gradient(145deg, rgba(255,255,255,0.82), rgba(255,241,229,0.7)),
        radial-gradient(circle at 80% 15%, rgba(217,200,238,0.46), transparent 34%);
      border: 1px solid rgba(255,255,255,0.86);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow);
    }

    .store-card h3,
    .soft-card h3,
    .service-card h3,
    .policy-card h3 {
      margin: 0 0 10px;
      font-size: 20px;
      color: #332936;
    }

    .store-list {
      display: grid;
      gap: 12px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .store-list li {
      padding: 13px 14px;
      border-radius: 16px;
      background: rgba(255,255,255,0.64);
      border: 1px solid rgba(198,111,131,0.12);
      color: #51464f;
    }

    .map-link {
      display: inline-flex;
      margin-top: 18px;
      color: #8f4054;
      font-weight: 800;
      border-bottom: 1px solid rgba(143,64,84,0.36);
    }

    .about-text {
      display: grid;
      gap: 16px;
    }

    .soft-card {
      padding: 22px;
    }

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

    .point-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 16px;
    }

    .mini-point {
      padding: 16px;
      border-radius: 18px;
      background: rgba(255,255,255,0.66);
      border: 1px solid var(--line);
    }

    .mini-point strong {
      display: block;
      color: #3b313a;
      margin-bottom: 5px;
    }

    .mini-point span {
      color: var(--muted);
      font-size: 14px;
    }

    .solutions {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .service-card {
      position: relative;
      overflow: hidden;
      min-height: 100%;
      padding: 22px;
      border-radius: var(--radius-lg);
      background: rgba(255,255,255,0.76);
      border: 1px solid rgba(255,255,255,0.84);
      box-shadow: 0 14px 34px rgba(174, 108, 127, 0.12);
      transition: transform 0.22s ease, box-shadow 0.22s ease;
    }

    .service-card::after {
      content: "";
      position: absolute;
      right: -34px;
      top: -34px;
      width: 92px;
      height: 92px;
      border-radius: 50%;
      background: rgba(233,169,183,0.28);
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 42px rgba(174, 108, 127, 0.18);
    }

    .service-card p {
      margin: 0 0 14px;
      color: var(--muted);
    }

    .service-card ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 8px;
    }

    .service-card li {
      position: relative;
      padding-left: 18px;
      color: #4f444e;
      font-size: 15px;
    }

    .service-card li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.72em;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--pink-deep);
    }

    .process-band {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      align-items: center;
      padding: 24px;
      border-radius: 34px;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.72), rgba(255,236,229,0.7)),
        radial-gradient(circle at 18% 15%, rgba(244,210,216,0.68), transparent 30%);
      border: 1px solid rgba(255,255,255,0.86);
      box-shadow: var(--shadow);
    }

    .process-image {
      border-radius: 26px;
      overflow: hidden;
      aspect-ratio: 5 / 3.4;
      background: #f6e1e5;
    }

    .process-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

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

    .step-list li {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 12px;
      align-items: start;
      padding: 13px;
      border-radius: 18px;
      background: rgba(255,255,255,0.66);
      border: 1px solid var(--line);
    }

    .step-num {
      width: 30px;
      height: 30px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: #f0c4cf;
      color: #743448;
      font-weight: 900;
      font-size: 14px;
    }

    .step-list strong {
      display: block;
      margin-bottom: 3px;
      color: #352b35;
    }

    .step-list span {
      color: var(--muted);
      font-size: 14px;
    }

    .policy-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .policy-card {
      padding: 22px;
      border-radius: var(--radius-lg);
      background: rgba(255,255,255,0.78);
      border: 1px solid rgba(255,255,255,0.84);
      box-shadow: 0 12px 32px rgba(174, 108, 127, 0.11);
    }

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

    .gallery {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 18px;
      align-items: stretch;
      margin-top: 22px;
    }

    .gallery-main,
    .gallery-side {
      border-radius: 28px;
      overflow: hidden;
      background: rgba(255,255,255,0.68);
      border: 1px solid rgba(255,255,255,0.82);
      box-shadow: 0 14px 34px rgba(174, 108, 127, 0.12);
    }

    .gallery-main {
      aspect-ratio: 16 / 9;
    }

    .gallery-side {
      display: grid;
      grid-template-rows: 1fr 1fr;
      gap: 0;
    }

    .gallery-side .gallery-shot {
      min-height: 150px;
    }

    .gallery-shot img,
    .gallery-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

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

    .faq-item {
      overflow: hidden;
    }

    .faq-question {
      width: 100%;
      border: 0;
      background: transparent;
      color: #332936;
      padding: 18px 20px;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      cursor: pointer;
      font: inherit;
      font-weight: 800;
    }

    .faq-question::after {
      content: "+";
      flex: 0 0 auto;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #f3ccd4;
      color: #743448;
      display: grid;
      place-items: center;
      font-weight: 900;
    }

    .faq-item.active .faq-question::after {
      content: "−";
    }

    .faq-answer {
      display: none;
      padding: 0 20px 18px;
      color: var(--muted);
    }

    .faq-item.active .faq-answer {
      display: block;
      animation: fadeDown 0.24s ease both;
    }

    .related-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .related-links a {
      padding: 9px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,0.68);
      border: 1px solid var(--line);
      color: #6f3a4a;
      font-size: 14px;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .related-links a:hover {
      transform: translateY(-2px);
      background: rgba(244,210,216,0.58);
    }

    .closing {
      padding: 24px;
      border-radius: 34px;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.82), rgba(255,239,232,0.74)),
        radial-gradient(circle at 85% 20%, rgba(217,200,238,0.5), transparent 32%);
      border: 1px solid rgba(255,255,255,0.86);
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 20px;
      align-items: center;
    }

    .closing h2 {
      font-size: clamp(24px, 3.2vw, 34px);
    }

    .closing p {
      margin: 10px 0 0;
      color: var(--muted);
    }

    .site-footer {
      margin-top: 18px;
      padding: 24px 0 28px;
      background: #fff1e9;
      border-top: 1px solid rgba(159,104,119,0.2);
      color: #3d333c;
    }

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

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
    }

    .footer-brand .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      font-size: 18px;
      box-shadow: none;
    }

    .footer-meta {
      color: #6d5965;
      font-size: 14px;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
      font-size: 14px;
    }

    .footer-links a {
      color: #6f3a4a;
      font-weight: 700;
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.55s ease, transform 0.55s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @keyframes fadeDown {
      from {
        opacity: 0;
        transform: translateY(-4px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 900px) {
      .menu-toggle {
        display: inline-flex;
      }

      .nav-menu {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 72px;
        padding: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        background: rgba(255,250,248,0.96);
        border: 1px solid var(--line);
        border-radius: 22px;
        box-shadow: var(--shadow);
      }

      .nav-menu.open {
        display: flex;
      }

      .nav-menu a {
        padding: 12px 14px;
      }

      .nav-action {
        display: none;
      }

      .hero-grid,
      .about-wrap,
      .process-band,
      .closing {
        grid-template-columns: 1fr;
      }

      .solutions,
      .policy-grid {
        grid-template-columns: 1fr;
      }

      .point-row {
        grid-template-columns: 1fr;
      }

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

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

      .footer-links {
        justify-content: flex-start;
      }
    }

    @media (max-width: 560px) {
      .container {
        width: min(100% - 24px, var(--container));
      }

      .hero {
        padding-top: 34px;
      }

      .section {
        padding: 28px 0;
      }

      .brand-text small {
        display: none;
      }

      .visual-panel {
        margin: 12px 0 0;
      }

      .store-card,
      .soft-card,
      .service-card,
      .policy-card,
      .process-band,
      .closing {
        border-radius: 22px;
      }

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

      .btn {
        width: 100%;
      }
    }