    :root {
      color-scheme: light;
      --ink: #23211f;
      --muted: #6f6861;
      --line: #e8e2dc;
      --paper: #fffdfb;
      --white: #ffffff;
      --sage: #7f9584;
      --rose: #d6a59b;
      --clay: #b46f59;
      --blue: #526f82;
      --shadow: 0 18px 50px rgba(69, 55, 45, 0.12);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: hidden;
    }

    body {
      min-height: 100svh;
      margin: 0;
      display: flex;
      flex-direction: column;
      overflow-x: hidden;
      font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      color: var(--ink);
      background: var(--paper);
      line-height: 1.6;
    }

    main {
      flex: 1;
    }

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

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

    .nowrap {
      white-space: nowrap;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid rgba(232, 226, 220, 0.8);
      background: rgba(255, 253, 251, 0.88);
      backdrop-filter: blur(18px);
    }

    .nav {
      width: min(1120px, calc(100% - 40px));
      min-height: 72px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 700;
      letter-spacing: 0;
    }

    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid rgba(232, 226, 220, 0.78);
      background: var(--white);
      box-shadow: 0 10px 24px rgba(82, 111, 130, 0.14);
    }

    .brand-mark img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .cloud-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 14px;
      border: 1px solid var(--line);
      border-radius: 999px;
      color: var(--blue);
      background: var(--white);
      font-size: 0.95rem;
      font-weight: 700;
      box-shadow: 0 8px 20px rgba(69, 55, 45, 0.07);
      white-space: nowrap;
    }

    .cloud-link:hover {
      border-color: rgba(82, 111, 130, 0.4);
      background: #f8fbfc;
    }

    .hero {
      width: min(1120px, calc(100% - 40px));
      min-height: 0;
      margin: 0 auto;
      padding: 16px 0 20px;
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
      gap: 42px;
      align-items: center;
    }

    .eyebrow {
      margin: 0 0 16px;
      color: var(--clay);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.11em;
      text-transform: uppercase;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      margin-bottom: 18px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2.7rem, 6vw, 4rem);
      line-height: 1;
      font-weight: 400;
      letter-spacing: 0;
    }

    .hero-wordmark {
      width: min(500px, 100%);
      margin: 0 0 18px;
      padding: 16px 20px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--white);
      box-shadow: 0 14px 36px rgba(69, 55, 45, 0.08);
    }

    .hero-wordmark img {
      width: 100%;
      height: auto;
    }

    .hero-copy {
      max-width: 620px;
      color: #4d4843;
      font-size: clamp(1rem, 1.5vw, 1.15rem);
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid var(--line);
      font-weight: 700;
      background: var(--white);
      box-shadow: 0 8px 24px rgba(69, 55, 45, 0.08);
    }

    .button.primary {
      color: var(--white);
      border-color: var(--blue);
      background: var(--blue);
    }

    .hero-visual {
      position: relative;
      min-height: 430px;
    }

    .photo-stack {
      position: absolute;
      inset: 0;
    }

    .photo {
      position: absolute;
      overflow: hidden;
      border: 12px solid var(--white);
      border-radius: 6px;
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .photo.large {
      width: 74%;
      right: 0;
      top: 18px;
      aspect-ratio: 4 / 5;
      transform: rotate(1.4deg);
    }

    .photo.small {
      width: 44%;
      left: -18px;
      bottom: 20px;
      aspect-ratio: 1 / 1.08;
      transform: rotate(-3deg);
    }

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

    .caption-note {
      position: absolute;
      right: 18px;
      bottom: 0;
      width: min(310px, 72%);
      padding: 18px 20px;
      border: 1px solid var(--line);
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 16px 42px rgba(69, 55, 45, 0.12);
      color: var(--muted);
      font-size: 0.95rem;
    }

    .gift-summary {
      display: block;
      margin-top: 28px;
    }

    .summary-card {
      width: min(100%, 620px);
      min-height: 132px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--white);
      box-shadow: 0 10px 28px rgba(69, 55, 45, 0.07);
    }

    .summary-card h2 {
      margin: 0 0 8px;
      font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 1rem;
      line-height: 1.25;
      font-weight: 800;
    }

    .summary-card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.45;
    }

    .package-note {
      grid-column: 1 / -1;
      padding: 20px 24px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: var(--white);
      box-shadow: 0 10px 28px rgba(69, 55, 45, 0.07);
    }

    .package-note .eyebrow {
      margin-bottom: 8px;
    }

    .package-note h2 {
      margin: 0 0 16px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(1.45rem, 2.2vw, 2rem);
      line-height: 1.1;
      font-weight: 400;
    }

    .package-list {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .package-list li {
      min-height: 92px;
      padding: 14px;
      border-radius: 8px;
      background: #faf7f4;
    }

    .package-list strong {
      display: block;
      margin-bottom: 6px;
      font-size: 0.95rem;
    }

    .package-list span {
      display: block;
      color: var(--muted);
      font-size: 0.9rem;
      line-height: 1.35;
    }

    h2 {
      margin-bottom: 14px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(2rem, 4vw, 3.5rem);
      line-height: 1.05;
      font-weight: 400;
      letter-spacing: 0;
    }

    .site-footer {
      padding: 18px 0;
      color: var(--muted);
      background: var(--white);
      border-top: 1px solid var(--line);
      font-size: 0.95rem;
    }

    .footer-inner {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 20px;
    }

    @media (max-width: 860px) {
      .nav {
        min-height: 64px;
      }

      .hero {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 34px;
        padding-top: 22px;
      }

      .hero-visual {
        min-height: 0;
      }

      .photo-stack {
        position: static;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
        gap: 14px;
        align-items: end;
      }

      .photo {
        position: static;
        width: 100%;
        transform: none;
      }

      .photo.large {
        width: 100%;
        aspect-ratio: auto;
      }

      .photo.small {
        width: 100%;
        aspect-ratio: auto;
      }

      .visual-image {
        height: auto;
        object-fit: contain;
      }

      .gift-summary {
        grid-template-columns: 1fr;
      }

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

    }

    @media (max-width: 560px) {
      .nav,
      .hero,
      .footer-inner {
        width: min(100% - 28px, 1120px);
      }

      .hero {
        padding-top: 16px;
      }

      .button {
        width: 100%;
      }

      .hero-visual {
        min-height: 0;
      }

      .photo {
        border-width: 8px;
      }

      .photo-stack {
        grid-template-columns: 1fr;
      }

      .package-note {
        padding: 18px;
      }

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

      .caption-note {
        width: 86%;
        right: 0;
        font-size: 0.9rem;
      }

      .footer-inner {
        flex-direction: column;
      }
    }
