/** Shopify CDN: Minification failed

Line 442:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:full-bleed-photo-story (INDEX:18) */
.full-bleed-photo-story {
    display: block;
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
    overflow: clip;
  }

  .full-bleed-photo-story__item {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  .full-bleed-photo-story__link,
  .full-bleed-photo-story__picture {
    display: block;
    width: 100%;
    color: inherit;
    line-height: 0;
  }

  .full-bleed-photo-story__image,
  .full-bleed-photo-story__placeholder {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
/* END_SECTION:full-bleed-photo-story */

/* START_SECTION:puffit-article (INDEX:51) */
/* ===== PUFFIT Article — Global Styles ===== */

  .puffit-article {
    font-family: 'Inter Tight', 'Helvetica Neue', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  /* ---- Toolbar ---- */
  .puffit-article__toolbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0;
  }
  .puffit-article__toolbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .puffit-article__toolbar-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin: 0;
    min-width: 0;
  }
  .puffit-article__toolbar-prefix {
    color: #C49A4A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    white-space: nowrap;
  }
  .puffit-article__toolbar-title {
    color: #1A1A1A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
  }
  .puffit-article__toolbar-nav {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
  }
  .puffit-article__toolbar-link {
    font-size: 13px;
    color: #1A1A1A;
    opacity: 0.5;
    transition: opacity 0.2s;
    white-space: nowrap;
  }
  .puffit-article__toolbar-link:hover { opacity: 1; }

  /* ---- Header Image ---- */
  .puffit-article__image {
    width: 100%;
  }
  .puffit-article__hero-img {
    width: 100%;
  }

  /* ---- Wrapper & Container ---- */
  .puffit-article__wrapper {
    padding: 40px 0 64px;
  }
  .puffit-article__container {
    max-width: 100%;
  }
  .puffit-article__container--xs { max-width: 640px; }
  .puffit-article__container--sm { max-width: 760px; }
  .puffit-article__container--md { max-width: 900px; }
  .puffit-article__container--lg { max-width: 1080px; }
  .puffit-article__main {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* ---- Meta + Title ---- */
  .puffit-article__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .puffit-article__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
  }
  .puffit-article__date {
    color: #888;
  }
  .puffit-article__meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #CCC;
    display: inline-block;
  }
  .puffit-article__tag {
    color: #C49A4A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
  }
  .puffit-article__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #1A1A1A;
    margin: 0;
  }
  .puffit-article__excerpt {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
  }

  /* ---- Content / Prose ---- */
  .puffit-article__content {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .puffit-article__content p { margin-bottom: 1.2em; }
  .puffit-article__content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.2;
  }
  .puffit-article__content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 1.4em;
    margin-bottom: 0.5em;
  }
  .puffit-article__content ul,
  .puffit-article__content ol {
    margin-bottom: 1.2em;
    padding-left: 1.5em;
  }
  .puffit-article__content li { margin-bottom: 0.4em; }
  .puffit-article__content blockquote {
    border-left: 3px solid #C49A4A;
    padding-left: 20px;
    margin: 1.5em 0;
    font-style: italic;
    color: #666;
  }
  .puffit-article__content a {
    color: #C49A4A;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .puffit-article__content img,
  .puffit-article__content video,
  .puffit-article__content iframe {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1.5em auto;
  }
  .puffit-article__content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    margin: 1.5em 0;
  }
  .puffit-article__content th,
  .puffit-article__content td {
    border: 1px solid #E0E0E0;
    padding: 8px 12px;
    text-align: left;
  }
  .puffit-article__content th {
    background: #F7F7F7;
    font-weight: 600;
  }
  .puffit-article__content pre {
    background: #F7F7F7;
    padding: 16px;
    border-radius: 4px;
    overflow-x: auto;
    font-size: 14px;
  }
  .puffit-article__content code {
    font-size: 14px;
  }

  /* ---- Footer: Author + Share ---- */
  .puffit-article__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 32px;
    border-top: 1px solid #E8E8E8;
  }
  .puffit-article__author {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 14px;
  }
  .puffit-article__author-label {
    color: #888;
  }
  .puffit-article__author-name {
    font-weight: 600;
    color: #1A1A1A;
  }
  .puffit-article__share {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .puffit-article__share-label {
    font-size: 13px;
    color: #888;
    margin-right: 4px;
  }
  .puffit-article__share-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #D0D0D0;
    font-size: 12px;
    font-weight: 500;
    color: #1A1A1A;
    transition: all 0.2s;
  }
  .puffit-article__share-btn:hover {
    border-color: #C49A4A;
    color: #C49A4A;
  }

  /* ---- Comments ---- */
  .puffit-article__comments {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #E8E8E8;
  }
  .puffit-article__comments-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .puffit-article__comments-list { margin-bottom: 40px; }
  .puffit-article__comment {
    padding: 16px 0;
    border-bottom: 1px solid #F0F0F0;
  }
  .puffit-article__comment-body { font-size: 14px; line-height: 1.65; margin-bottom: 8px; }
  .puffit-article__comment-meta {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #999;
  }
  .puffit-article__pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
  }
  .puffit-article__pagination a {
    font-size: 14px;
    color: #C49A4A;
  }

  /* ---- Comment Form ---- */
  .puffit-article__comment-form-wrap { margin-top: 32px; }
  .puffit-article__comment-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }
  .puffit-article__form-row {
    display: flex;
    gap: 12px;
  }
  .puffit-article__form-input,
  .puffit-article__form-textarea {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s;
    background: #FFF;
  }
  .puffit-article__form-input:focus,
  .puffit-article__form-textarea:focus {
    border-color: #C49A4A;
  }
  .puffit-article__form-textarea {
    resize: vertical;
    min-height: 120px;
  }
  .puffit-article__form-submit {
    align-self: flex-start;
    padding: 12px 28px;
    background: #1A1A1A;
    color: #FFF;
    border: none;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    font-family: inherit;
  }
  .puffit-article__form-submit:hover { opacity: 0.85; }
  .puffit-article__form-success {
    color: #2E7D32;
    background: #E8F5E9;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
  }
  .puffit-article__form-errors {
    color: #C62828;
    background: #FFEBEE;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
  }
  .puffit-article__form-note {
    font-size: 13px;
    color: #999;
  }

  /* ---- Mobile ---- */
  @media screen and (max-width: 699px) {
    .puffit-article__wrapper { padding: 24px 0 48px; }
    .puffit-article__toolbar { display: none; }
    .puffit-article__toolbar-nav { gap: 8px; }
    .puffit-article__toolbar-title { max-width: 180px; }
    .puffit-article__title { font-size: 26px; }
    .puffit-article__excerpt { font-size: 15px; }
    .puffit-article__content { font-size: 15px; }
    .puffit-article__content h2 { font-size: 20px; }
    .puffit-article__content h3 { font-size: 18px; }
    .puffit-article__footer {
      flex-direction: column;
      align-items: flex-start;
    }
    .puffit-article__form-row {
      flex-direction: column;
    }
    .puffit-article__container--xs,
    .puffit-article__container--sm,
    .puffit-article__container--md,
    .puffit-article__container--lg {
      max-width: 100%;
    }
  }

  /* ---- Reduced Motion ---- */
  @media (prefers-reduced-motion: reduce) {
    .puffit-article *,
    .puffit-article *::before,
    .puffit-article *::after {
      animation-duration: 0.01ms !important;
      transition-duration: 0.01ms !important;
    }
  }
/* END_SECTION:puffit-article */

/* START_SECTION:puffit-compare-fabrics (INDEX:54) */
.pfc{background:rgb(var(--color-background,255 255 255));color:rgb(var(--color-foreground,20 20 20))}.pfc *{box-sizing:border-box}.pfc__inner{max-width:var(--page-width,1600px);margin:auto;padding:64px max(18px,4vw)}.pfc h2{text-align:center;margin:0;font-size:clamp(28px,3vw,44px);font-weight:500;text-transform:uppercase}.pfc__subheading{text-align:center;margin:14px auto 34px;max-width:680px}.pfc__track{display:grid;grid-template-columns:repeat(var(--pfc-columns,4),minmax(0,1fr));gap:24px;margin-top:36px}.pfc-card{min-width:0;padding:12px}.pfc-card.is-highlighted{outline:1px solid currentColor}.pfc-card__image,.pfc-card__placeholder svg{display:block;width:100%;aspect-ratio:1.42/1;object-fit:cover;background:#eee}.pfc-card h3{font-size:18px;margin:16px 0;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px}.pfc-card h3 a{color:inherit}.pfc-card dl,.pfc-card dd{margin:0}.pfc-card dl>div{border-top:1px solid #ccc;padding:11px 0}.pfc-card dt{font-size:12px;text-transform:uppercase;margin-bottom:5px}.pfc-card dd{font-size:14px;line-height:1.25}.pfc-features{display:grid;gap:10px}.pfc-features span{display:flex;align-items:center;gap:9px}.pfc-features b{display:inline-flex;justify-content:center;width:24px;font-size:20px;font-weight:400}@media(max-width:989px){.pfc__inner{padding-top:44px;padding-bottom:44px}.pfc__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:1px 1px 16px;scrollbar-width:thin}.pfc-card{flex:0 0:min(78vw,340px);scroll-snap-align:start}.pfc h2{text-align:left}}
/* END_SECTION:puffit-compare-fabrics */

/* START_SECTION:puffit-faq-widget (INDEX:55) */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');

  .faq-widget-section {
    --faq-ink: #1b1b1a;
    --faq-muted: #6d6d68;
    --faq-line: #deded9;
    --faq-paper: #ffffff;
    --faq-canvas: #f7f7f4;
    display: grid;
    place-items: start center;
    width: 100%;
    padding: clamp(24px, 6vw, 72px) 16px;
    color: var(--faq-ink);
    background: var(--faq-canvas);
    font-family: Jost, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  .faq-widget-section *,
  .faq-widget-section *::before,
  .faq-widget-section *::after {
    box-sizing: border-box;
  }

  .faq-widget-section button,
  .faq-widget-section input {
    font: inherit;
  }

  .faq-widget {
    width: min(900px, 100%);
    min-width: 0;
    padding: clamp(26px, 5vw, 54px);
    background: var(--faq-paper);
    border: 1px solid var(--faq-line);
  }

  .faq-widget__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--faq-line);
  }

  .faq-widget__eyebrow {
    margin: 0 0 12px;
    color: var(--faq-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .faq-widget__title {
    margin: 0;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.08;
  }

  .faq-widget__search {
    position: relative;
    flex: 0 1 245px;
  }

  .faq-widget__search-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    color: var(--faq-muted);
    pointer-events: none;
    transform: translateY(-50%);
  }

  .faq-widget__search label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .faq-widget__search input {
    width: 100%;
    min-height: 40px;
    padding: 0 0 0 27px;
    color: var(--faq-ink);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--faq-line);
    border-radius: 0;
    outline: none;
    transition: border-color .2s ease;
  }

  .faq-widget__search input::placeholder {
    color: #979792;
  }

  .faq-widget__search input:focus {
    border-color: var(--faq-ink);
  }

  .faq-widget__merchant {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr);
    gap: 32px;
    padding: 25px 0 27px;
    border-bottom: 1px solid var(--faq-line);
  }

  .faq-widget__merchant-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.025em;
  }

  .faq-widget__merchant-copy {
    max-width: 560px;
    margin: 10px 0 0;
    color: var(--faq-muted);
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .faq-widget__facts {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 7px 18px;
    align-content: start;
    margin: 0;
    color: var(--faq-muted);
    font-size: 13px;
    line-height: 1.45;
  }

  .faq-widget__facts dt {
    color: var(--faq-ink);
    font-weight: 500;
  }

  .faq-widget__facts dd {
    margin: 0;
    overflow-wrap: anywhere;
  }

  .faq-widget__keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
  }

  .faq-widget__keyword {
    padding: 5px 9px;
    color: var(--faq-muted);
    font-size: 11px;
    line-height: 1;
    border: 1px solid var(--faq-line);
    border-radius: 999px;
  }

  .faq-widget__menu {
    overflow-x: auto;
    padding: 19px 0 18px;
    border-bottom: 1px solid var(--faq-line);
    scrollbar-width: thin;
  }

  .faq-widget__menu-list {
    display: flex;
    width: max-content;
    min-width: 100%;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .faq-widget__menu-button {
    position: relative;
    padding: 2px 0;
    color: var(--faq-muted);
    font-size: 12px;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
    white-space: nowrap;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: color .2s ease;
  }

  .faq-widget__menu-button::after {
    position: absolute;
    right: 0;
    bottom: -19px;
    left: 0;
    height: 1px;
    background: var(--faq-ink);
    content: "";
    opacity: 0;
    transition: opacity .2s ease;
  }

  .faq-widget__menu-button:hover,
  .faq-widget__menu-button:focus-visible,
  .faq-widget__menu-button[aria-pressed="true"] {
    color: var(--faq-ink);
    outline: none;
  }

  .faq-widget__menu-button[aria-pressed="true"]::after {
    opacity: 1;
  }

  .faq-widget__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0 9px;
  }

  .faq-widget__count {
    margin: 0;
    color: var(--faq-muted);
    font-size: 12px;
  }

  .faq-widget__expand {
    padding: 0;
    color: var(--faq-ink);
    font-size: 12px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid currentColor;
    cursor: pointer;
  }

  .faq-widget__expand:focus-visible {
    outline: 2px solid var(--faq-ink);
    outline-offset: 4px;
  }

  .faq-widget__list {
    scroll-margin-top: 16px;
    border-top: 1px solid var(--faq-line);
  }

  .faq-item {
    border-bottom: 1px solid var(--faq-line);
  }

  .faq-item summary {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 19px 0;
    color: var(--faq-ink);
    font-size: 15px;
    line-height: 1.45;
    list-style: none;
    cursor: pointer;
    overflow-wrap: anywhere;
  }

  .faq-item summary::-webkit-details-marker {
    display: none;
  }

  .faq-item summary:focus-visible {
    outline: 2px solid var(--faq-ink);
    outline-offset: 4px;
  }

  .faq-item summary::after {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    color: var(--faq-muted);
    content: "+";
    font-size: 21px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
  }

  .faq-item[open] summary::after {
    content: "−";
  }

  .faq-answer {
    max-width: 680px;
    padding: 0 48px 21px 0;
    color: var(--faq-muted);
    font-size: 14px;
    line-height: 1.7;
  }

  .faq-answer p {
    margin: 0;
    overflow-wrap: anywhere;
  }

  .faq-widget__empty {
    padding: 30px 0 10px;
    color: var(--faq-muted);
    font-size: 14px;
    text-align: center;
  }

  .faq-widget__footer {
    padding-top: 24px;
    color: var(--faq-muted);
    font-size: 13px;
    line-height: 1.6;
  }

  .faq-widget__footer a {
    color: var(--faq-ink);
    text-underline-offset: 3px;
  }

  [hidden] {
    display: none !important;
  }

  @media (max-width: 640px) {
    .faq-widget-section {
      padding: 0;
      overflow-x: hidden;
    }

    .faq-widget {
      width: 100%;
      padding: 28px 18px;
      border: 0;
    }

    .faq-widget__header {
      display: block;
      padding-bottom: 24px;
    }

    .faq-widget__merchant {
      display: block;
    }

    .faq-widget__facts {
      grid-template-columns: minmax(76px, .32fr) minmax(0, .68fr);
    }

    .faq-widget__facts {
      margin-top: 20px;
    }

    .faq-widget__search {
      max-width: 320px;
      margin-top: 22px;
    }

    .faq-widget__menu-list {
      display: grid;
      width: 100%;
      min-width: 0;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px 18px;
    }

    .faq-widget__menu-button {
      width: 100%;
      min-height: 42px;
      padding: 8px 0;
      text-align: left;
    }

    .faq-widget__menu-button::after {
      right: auto;
      bottom: 0;
      width: 100%;
      left: 0;
    }

    .faq-item summary {
      padding: 17px 0;
    }

    .faq-answer {
      padding-right: 25px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .faq-widget-section *,
    .faq-widget-section *::before,
    .faq-widget-section *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
    }
  }
/* END_SECTION:puffit-faq-widget */

/* START_SECTION:puffit-hero (INDEX:57) */
.puffit-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: inherit;
    z-index: 1;
  }
  .puffit-hero__image-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .puffit-hero__image {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: top center;
    animation: heroZoom 1.8s ease-out forwards;
  }
  .puffit-hero__media {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .puffit-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    animation: heroZoom 1.8s ease-out forwards;
  }
  .puffit-hero__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  @keyframes heroZoom {
    from { transform: scale(1.15); opacity: 0; }
    to   { transform: scale(1);     opacity: 1; }
  }
  .puffit-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26,26,26,0.75) 0%, rgba(26,26,26,0.2) 40%, rgba(26,26,26,0.05) 70%, rgba(26,26,26,0.15) 100%);
    z-index: 2;
  }
  /* 完全保留原始底部padding:64px，常态位置不变 */
  .puffit-hero__content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 10;
    padding-bottom: 64px;
    transition: transform 0.3s ease;
  }
  /* 缩小标签底部间距，紧贴按钮（原样保留） */
  .puffit-hero__tag-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    opacity: 0;
    animation: fadeUp 1s 0.5s ease-out forwards;
  }
  .puffit-hero__tagline {
    width: 32px;
    height: 1px;
    background: #ffffffff;
  }
  .puffit-hero__collection {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #ffffffff;
  }
  /* 按钮样式原样不动 */
  .puffit-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    opacity: 0;
    animation: fadeUp 1s 0.95s ease-out forwards;
  }
  .puffit-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: all 0.3s ease;
  }
  .puffit-hero__btn--primary:hover { transform: scale(1.02); filter: brightness(1.1); }
  .puffit-hero__btn--secondary {
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.4);
    background: transparent;
  }
  .puffit-hero__btn--secondary:hover { background: rgba(255,255,255,0.1); }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* 仅弹窗打开时向上偏移，关闭自动复原，平时位置完全不变 */
  body.popup-open .puffit-hero__content,
  body.drawer-open .puffit-hero__content {
    transform: translateY(-100px);
  }
  @media (max-width: 699px) {
    body.popup-open .puffit-hero__content,
    body.drawer-open .puffit-hero__content {
      transform: translateY(-140px);
    }
  }
/* END_SECTION:puffit-hero */