
.builder-workspace .builder-progress-wrap {
  width: min(1280px, calc(100% - 32px));
  min-height: 82px;
  margin-top: 14px;
  padding: 10px 14px;
  position: relative;
  grid-template-columns: 132px minmax(0, 1fr) 146px;
  gap: 18px;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(120deg, rgba(255, 253, 248, .95), rgba(241, 233, 216, .91));
  box-shadow: 0 22px 64px rgba(44, 34, 17, .12), 0 3px 12px rgba(92, 66, 22, .06);
  backdrop-filter: blur(26px) saturate(140%);
}

/* AI studio mobile — homepage hero proportions and compact brief layout. */
@media (max-width: 600px) {
  .ai-hamper-page .ai-hamper-hero.standard-page-hero {
    position: relative;
    isolation: isolate;
    width: calc(100% - 12px) !important;
    height: 310px !important;
    min-height: 310px !important;
    margin: 6px auto 0 !important;
    display: block !important;
    overflow: hidden;
    border-radius: 22px !important;
  }
  .ai-hamper-page .ai-hamper-hero.standard-page-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg,rgba(250,246,237,.98),rgba(250,246,237,.9) 30%,rgba(250,246,237,.26) 46%,rgba(250,246,237,.03) 65%,transparent 75%);
    pointer-events: none;
  }
  .ai-hamper-page .ai-hamper-hero-copy {
    position: relative;
    z-index: 2;
    width: 66%;
    height: 310px;
    min-height: 310px;
    padding: 20px 0 18px 18px;
    display: flex;
    justify-content: center;
  }
  .ai-hamper-page .ai-hamper-back { margin-bottom: 10px; font-size: 8px; }
  .ai-hamper-page .ai-hamper-hero.standard-page-hero h1 {
    margin: 8px 0 10px;
    font-size: clamp(29px,8vw,32px) !important;
    line-height: .94 !important;
  }
  .ai-hamper-page .ai-hamper-hero-copy > p {
    max-width: 210px;
    color: #5f574c;
    font-size: 9px;
    font-weight: 480;
    line-height: 1.5;
  }
  .ai-hamper-page .ai-hamper-capabilities { width: max-content; max-width: none; margin-top: 12px; flex-wrap: nowrap; gap: 3.6px; }
  .ai-hamper-page .ai-hamper-capabilities span { padding: 6px 7.2px; background: rgba(255,253,248,.76); font-size: 6.25px; letter-spacing: .025em; white-space: nowrap; }
  .ai-hamper-page .ai-hamper-hero-art { position: absolute; z-index: 0; inset: 0; display: block; }
  .ai-hamper-page .ai-hamper-hero-art > img {
    width: 100%;
    height: 310px !important;
    min-height: 310px !important;
    max-height: 310px !important;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 58% center;
  }
  .ai-hamper-page .ai-hamper-brief {
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 10px;
  }
  .ai-hamper-page .ai-hamper-step,
  .ai-hamper-page .ai-hamper-instruction,
  .ai-hamper-page .ai-hamper-prompts,
  .ai-hamper-page .ai-error,
  .ai-hamper-page .ai-build-button,
  .ai-hamper-page .ai-hamper-safe-note { grid-column: 1 / -1; }
  .ai-hamper-page .ai-occasion-select,
  .ai-hamper-page .ai-hamper-brief > label:not(.ai-hamper-instruction) { min-width: 0; }
  .ai-hamper-page .ai-occasion-trigger,
  .ai-hamper-page .ai-budget-field,
  .ai-hamper-page .ai-budget-field input {
    width: 100%;
    height: 54px;
    min-height: 54px;
  }
}

.builder-workspace .builder-progress-wrap::before {
  display: none;
}

.builder-workspace .builder-exit,
.builder-workspace .builder-save {
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(142, 119, 75, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  color: #655d51;
  font-size: 9px;
  font-weight: 620;
  white-space: nowrap;
}

.builder-workspace .builder-exit {
  justify-self: start;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.builder-workspace .builder-save {
  justify-self: end;
  gap: 7px;
}

.builder-workspace .builder-save::before {
  content: "✓";
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e3c875;
  color: #35280f;
  font-size: 9px;
  font-weight: 800;
}

.builder-workspace .builder-progress {
  align-items: center;
}

.builder-workspace .builder-progress button {
  min-height: 58px;
  padding: 5px 2px;
  gap: 5px;
  border-radius: 16px;
  color: #82796b;
  cursor: default;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.builder-workspace .builder-progress button.complete {
  cursor: pointer;
}

.builder-workspace .builder-progress button::after {
  width: calc(100% - 38px);
  height: 2px;
  left: calc(50% + 19px);
  top: 21px;
  border-radius: 999px;
  background: #cbbd9f;
}

.builder-workspace .builder-progress button > span {
  width: 34px;
  height: 34px;
  border: 1px solid #c9b991;
  background: rgba(255, 253, 248, .92);
  color: #756b5b;
  box-shadow: 0 5px 14px rgba(70, 51, 19, .06);
  font-size: 9px;
  font-weight: 680;
}

.builder-workspace .builder-progress button small {
  font-size: 8.5px;
  font-weight: 570;
}

.builder-workspace .builder-progress button.active {
  background: transparent;
  color: #241f16;
}

.builder-workspace .builder-progress button.active > span {
  border-color: #b58a37;
  background: linear-gradient(145deg, #efd580, #d8ae4d);
  color: #30240d;
  box-shadow: 0 8px 18px rgba(120, 84, 20, .18), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.builder-workspace .builder-progress button.complete > span {
  border-color: #3a352c;
  background: #24211b;
  color: #efd580;
}

.builder-workspace .builder-progress button.complete::after {
  background: linear-gradient(90deg, #b88c36, #dec276);
}

@media (hover: hover) {
  .builder-workspace .builder-exit:hover,
  .builder-workspace .builder-progress button.complete:hover {
    transform: translateY(-1px);
  }

  .builder-workspace .builder-exit:hover {
    border-color: rgba(181, 138, 55, .36);
    background: rgba(255, 255, 255, .75);
  }
}

@media (max-width: 900px) {
  .builder-workspace .builder-progress-wrap {
    width: calc(100% - 20px);
    min-height: 78px;
    padding: 9px 10px;
    grid-template-columns: minmax(0, 1fr);
    border-radius: 24px;
  }

  .builder-workspace .builder-progress {
    padding: 0 2px 3px;
    gap: 0;
    scrollbar-width: none;
  }

  .builder-workspace .builder-progress::-webkit-scrollbar {
    display: none;
  }

  .builder-workspace .builder-progress button {
    min-width: 88px;
    min-height: 58px;
  }
}

@media (max-width: 600px) {
  .builder-workspace .builder-progress-wrap {
    width: calc(100% - 12px);
    margin: 6px auto 0;
    border-radius: 22px;
  }

  .builder-workspace .builder-progress {
    margin-right: 0;
    padding-right: 2px;
  }

  .builder-workspace .builder-progress button {
    min-width: 82px;
  }
}

.ai-hamper-instruction > .voice-input-control { bottom: 28px; }
.builder-page { min-height: 75vh; background: var(--ivory); }.builder-head { padding: 50px max(35px, calc((100% - 1212px)/2)) 34px; display: flex; align-items: flex-end; justify-content: space-between; }.builder-head h1 { margin: 0 0 8px; font-size: 55px; }.builder-head p { margin: 0; color: var(--muted); font-size: 11px; }.builder-steps { display: flex; gap: 0; }.builder-steps button { width: 90px; border: 0; background: none; color: var(--muted); font-size: 9px; }.builder-steps button span { width: 27px; height: 27px; margin: 0 auto 7px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); }.builder-steps button.done { color: var(--forest); font-weight: 700; }.builder-steps button.done span { background: var(--forest); color: white; border-color: var(--forest); }.builder-layout { max-width: 1212px; margin: auto; padding-bottom: 90px; display: grid; grid-template-columns: 1.45fr .8fr; background: var(--paper); box-shadow: 0 20px 60px rgba(34,58,49,.08); }.builder-picker { padding: 48px; }.builder-section-title { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; }.builder-section-title span { color: var(--marigold); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.builder-section-title h2 { margin-top: 8px; font-size: 35px; }.builder-section-title > strong { font-size: 9px; color: var(--muted); }.builder-nav { margin-top: 35px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; }.builder-nav > button:first-child { border: 0; background: none; color: var(--muted); }
.builder-page { background: transparent; }
.builder-layout {
  overflow: hidden;
  border: 1px solid rgba(21,20,15,.06);
  border-radius: 28px;
  box-shadow: 0 35px 100px rgba(21,20,15,.1);
}

@media (max-width: 900px) {
  .builder-head { padding: 45px 22px 30px; flex-direction: column; align-items: flex-start; gap: 30px; }.builder-layout { margin: 0 20px; grid-template-columns: 1fr; }.builder-picker { padding: 30px 22px; }
}

@media (max-width: 540px) {.builder-steps { width: 100%; justify-content: space-between; }.builder-steps button { width: 30%; }.builder-layout { margin: 0; }.builder-section-title { align-items: flex-start; }.builder-section-title h2 { font-size: 30px; }
}

@media (max-width: 540px) {
  .builder-layout { border-radius: 0; }
}
.builder-page { min-height: 80vh; background: #f4f1e9; }
.builder-welcome { padding: 12px; }
.builder-welcome-card {
  width: 100%; max-width: 1440px; min-height: 710px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
  overflow: hidden; border-radius: 30px; background: #f8f5ed;
  box-shadow: 0 30px 90px rgba(24,35,29,.09);
}
.builder-welcome-copy { padding: clamp(55px,7vw,105px); display: flex; flex-direction: column; justify-content: center; }
.builder-welcome-copy h1, .builder-title-row h1 {
  margin: 0; font-family: var(--font-hero), Arial, sans-serif;
  font-weight: 300; letter-spacing: -.055em;
}
.builder-welcome-copy h1 { font-size: clamp(58px,6vw,90px); line-height: .96; }
.builder-lead { max-width: 480px; margin: 20px 0 42px; color: #696a63; font-size: 15px; line-height: 1.7; }
.builder-welcome-copy h2 { margin: 0 0 16px; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.builder-start { width: 100%; margin-top: 18px; border: 0; }
.builder-assurances { margin-top: 18px; display: flex; justify-content: space-between; gap: 12px; color: #77796f; font-size: 9px; }
.builder-welcome-art { min-height: 710px; position: relative; overflow: hidden; }
.builder-welcome-art:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(7,24,17,.48)); }
.builder-welcome-art img { width: 100%; height: 100%; object-fit: cover; }

.builder-seo-intro,
.builder-seo-faq {
  width: min(1280px,calc(100% - 24px)); margin: 68px auto 0;
}
.builder-seo-intro {
  display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.55fr); gap: clamp(45px,7vw,100px); align-items: end;
}
.builder-seo-copy { max-width: 800px; }
.builder-seo-copy h2,
.builder-seo-faq-heading h2 {
  margin: 14px 0 22px; font-family: var(--font-hero),Arial,sans-serif; font-weight: 350;
  letter-spacing: -.045em; color: var(--ink);
}
.builder-seo-copy h2 { max-width: 690px; font-size: clamp(38px,4.2vw,61px); line-height: 1.02; }
.builder-seo-copy p { margin: 0 0 13px; max-width: 760px; color: #67675f; font-size: 13px; line-height: 1.75; }
.builder-seo-copy p strong { color: #2a2925; font-weight: 650; }
.builder-related-links { display: grid; grid-template-columns: minmax(0,1fr); gap: 8px; width: 100%; max-width: 340px; justify-self: end; align-content: start; }
.builder-related-links a { display: grid; grid-template-columns: 56px minmax(0,1fr) auto; min-height: 76px; align-items: center; gap: 12px; padding: 7px 14px 7px 7px; border: 1px solid #d8cdb9; border-radius: 17px; background: rgba(255,255,255,.58); color: #2b261f; line-height: 1.25; text-decoration: none; overflow: hidden; }
.builder-related-links a > img { width: 56px; height: 56px; display: block; object-fit: cover; border-radius: 12px; background: #ece3d5; }
.builder-related-links a > b { min-width: 0; font-family: var(--font-geist), Arial, sans-serif; font-size: 12px; font-weight: 520; line-height: 1.28; }
.builder-related-links a > i { display: grid; place-items: center; box-sizing: border-box; width: 29px; height: 29px; color: var(--ink); font-style: normal; border: 1px solid #d9cfb9; border-radius: 50%; background: #fffdf8; }
.builder-related-links a > i .icon,
.builder-related-links a > i svg { display: block; width: 15px; height: 15px; }
@media (max-width: 600px) {
  .builder-related-links a > i { width: 25px; height: 25px; }
  .builder-related-links a > i .icon,
  .builder-related-links a > i svg { width: 13px; height: 13px; }
}
.builder-related-links a:focus-visible { outline: 2px solid #98702d; outline-offset: 3px; }
@media (max-width: 900px) { .builder-related-links { max-width: none; } }
.builder-welcome .experience-grid.experience-grid-compact > button {
  position: relative; display: grid; grid-template-columns: minmax(0,1fr); grid-template-rows: auto auto;
  align-content: center; min-height: 96px; padding: 16px; gap: 8px; border: 1px solid #e1dbd0;
  border-radius: 16px; background: #fff; color: #24231f; box-shadow: none; text-align: left;
}
.builder-welcome .experience-grid.experience-grid-compact > button.active { border-color: #252522; background: #252522; color: #fff; box-shadow: none; }
.builder-welcome .experience-grid.experience-grid-compact > button.active strong { color: #fff; }
.builder-welcome .experience-grid.experience-grid-compact > button.active small { color: #d1d0ca; }
.builder-welcome .experience-grid.experience-grid-compact > button.active .experience-icon { background: #38372f; color: #e5c36e; }
.builder-welcome .experience-grid.experience-grid-compact > button.active .experience-icon.ai { background: transparent; }
.builder-welcome .experience-grid.experience-grid-compact > button.active .experience-check { color: #e5c36e; background: transparent; border: 0; }
.builder-welcome .experience-grid.experience-grid-compact .experience-compact-heading { display: flex; align-items: center; gap: 9px; padding-right: 12px; }
.builder-welcome .experience-grid.experience-grid-compact .experience-icon { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 8px; background: #f2ecdf; font-size: 19px; }
.builder-welcome .experience-grid.experience-grid-compact .experience-icon.ai { background: transparent; }
.builder-welcome .experience-grid.experience-grid-compact .experience-icon img { display: block; width: 28px; height: auto; object-fit: contain; }
.builder-welcome .experience-grid.experience-grid-compact strong { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.25; }
.builder-welcome .experience-grid.experience-grid-compact small { display: block; font-size: 11px; line-height: 1.4; color: #746d61; }
.builder-welcome .experience-grid.experience-grid-compact .experience-check { position: absolute; top: 10px; right: 10px; width: 12px; height: 12px; border: 0; background: transparent; color: #99702c; font-size: 12px; }
.builder-welcome .experience-grid.experience-grid-compact > button:focus-visible { outline: 2px solid #b18a42; outline-offset: 3px; }
@media (max-width: 600px) {
  .builder-welcome .experience-grid.experience-grid-compact { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .builder-welcome .experience-grid.experience-grid-compact > button { min-height: 88px; padding: 12px 10px; gap: 7px; border-radius: 13px; }
  .builder-welcome .experience-grid.experience-grid-compact .experience-compact-heading { gap: 6px; padding-right: 7px; }
  .builder-welcome .experience-grid.experience-grid-compact .experience-icon { flex-basis: 22px; width: 22px; height: 24px; font-size: 17px; }
  .builder-welcome .experience-grid.experience-grid-compact .experience-icon img { width: 22px; }
  .builder-welcome .experience-grid.experience-grid-compact strong { font-size: 11.5px; }
  .builder-welcome .experience-grid.experience-grid-compact small { font-size: 10px; }
  .builder-welcome .experience-grid.experience-grid-compact .experience-check { top: 7px; right: 7px; font-size: 10px; }
}
.builder-seo-paths { display: grid; gap: 10px; }
.builder-seo-paths a {
  min-height: 96px; padding: 21px 22px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 7px 14px;
  border: 1px solid #d9cfb9; border-radius: 18px; background: rgba(255,255,255,.56); color: var(--ink);
  transition: transform .2s ease,border-color .2s ease,background .2s ease;
}
.builder-seo-paths a span { grid-column: 1; color: #8d7c58; font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.builder-seo-paths a strong { grid-column: 1; font-size: 13px; }
.builder-seo-paths a svg { grid-column: 2; grid-row: 1/3; width: 19px; align-self: center; color: #a77e2d; }
.builder-seo-faq {
  margin-top: 72px; margin-bottom: 86px; padding-top: 42px; display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(40px,7vw,100px);
  border-top: 1px solid #d9cfb9;
}
.builder-seo-faq-heading h2 { max-width: 310px; font-size: clamp(32px,3vw,45px); line-height: 1.05; }
.builder-seo-faq-list { border-top: 1px solid #d9cfb9; }
.builder-seo-faq-list details { border-bottom: 1px solid #d9cfb9; }
.builder-seo-faq-list summary {
  min-height: 62px; padding: 15px 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  color: #2b2a25; cursor: pointer; font-size: 12px; font-weight: 650; list-style: none;
}
.builder-seo-faq-list summary::-webkit-details-marker { display: none; }
.builder-seo-faq-list summary span { color: #a77e2d; font-size: 19px; font-weight: 350; transition: transform .2s ease; }
.builder-seo-faq-list details[open] summary span { transform: rotate(45deg); }
.builder-seo-faq-list p { margin: -3px 36px 18px 2px; color: #6f6d64; font-size: 11px; line-height: 1.7; }

@media (hover:hover) {
  .builder-seo-paths a:hover { transform: translateY(-2px); border-color: #bd974b; background: #fffdf8; }
}

.builder-workspace { padding-bottom: 128px; }
.builder-progress-wrap {
  max-width: 1440px; min-height: 104px; margin: 12px auto 0; padding: 14px 32px;
  display: grid; grid-template-columns: 130px 1fr 130px; align-items: center; gap: 24px;
  border-radius: 24px; background: #10281f; color: white;
}
.builder-exit, .builder-save { border: 0; background: none; color: #aebcb6; font-size: 9px; }
.builder-exit { text-align: left; cursor: pointer; }
.builder-save { text-align: right; }
.builder-progress { display: grid; grid-template-columns: repeat(6,1fr); }
.builder-progress button { position: relative; display: grid; justify-items: center; gap: 7px; border: 0; background: transparent; color: #81948b; }
.builder-progress button:after { content: ""; width: calc(100% - 30px); height: 1px; position: absolute; left: calc(50% + 15px); top: 14px; background: #315044; }
.builder-progress button:last-child:after { display: none; }
.builder-progress button > span { z-index: 1; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #3b584d; border-radius: 50%; background: #10281f; font-size: 9px; }
.builder-progress button small { font-size: 8px; }
.builder-progress button.active, .builder-progress button.complete { color: white; }
.builder-progress button.active > span { border-color: #e6c774; background: #e6c774; color: #10281f; }
.builder-progress button.complete > span { border-color: #6e8d7f; background: #29473b; }
.builder-progress button.complete:after { background: #6e8d7f; }
.builder-content { max-width: 1320px; min-height: 620px; margin: 0 auto; padding: 64px 30px 40px; }
.builder-title-row { margin-bottom: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.builder-title-row h1 { font-size: clamp(45px,5vw,68px); line-height: .98; }
.builder-title-row p { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.builder-title-row > strong { padding: 10px 15px; border-radius: 999px; background: #e8e0cd; color: var(--forest); font-size: 9px; }
.builder-category-rail { margin: 0 -30px 35px; padding: 0 30px 10px; display: flex; gap: 9px; overflow-x: auto; scrollbar-width: none; }
.builder-category-rail::-webkit-scrollbar { display: none; }
.builder-category-rail button { flex: 0 0 138px; padding: 7px; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 9px; border: 1px solid rgba(20,47,38,.1); border-radius: 13px; background: rgba(255,255,255,.65); color: #44483f; text-align: left; font-size: 8px; line-height: 1.3; }
.builder-category-rail button:first-child { flex-basis: 112px; }
.builder-category-rail button.active { border-color: #c9a558; background: #fffdf7; box-shadow: 0 10px 25px rgba(55,46,26,.08); }
.builder-category-rail img { width: 44px; height: 44px; border-radius: 9px; object-fit: cover; }
.builder-product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.builder-product-grid article { padding: 8px; position: relative; border: 1px solid rgba(20,47,38,.09); border-radius: 20px; background: rgba(255,255,255,.68); transition: .2s ease; }
.builder-product-grid article.selected { border-color: #c9a558; background: #fffdf8; box-shadow: 0 16px 38px rgba(56,45,21,.1); }
.builder-product-image { aspect-ratio: 1.15; position: relative; overflow: hidden; border-radius: 15px; background: #e8e2d4; }
.builder-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.builder-product-image > span { position: absolute; top: 9px; right: 9px; padding: 6px 9px; border-radius: 999px; background: #10281f; color: white; font-size: 8px; }
.builder-product-copy { padding: 16px 8px 54px; }
.builder-product-copy small { color: #9a8756; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.builder-product-copy h3 { min-height: 39px; margin: 7px 0 5px; font: 600 15px/1.25 var(--font-geist),Arial,sans-serif; letter-spacing: -.02em; }
.builder-product-copy strong { font-size: 11px; }
.builder-add, .builder-quantity { position: absolute; right: 15px; bottom: 15px; left: 15px; min-height: 36px; border: 1px solid #d9d0bb; border-radius: 999px; background: transparent; color: var(--forest); font-size: 9px; font-weight: 750; }
.builder-add { padding: 0 12px; display: flex; align-items: center; justify-content: space-between; }
.builder-add span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; }
.builder-quantity { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; text-align: center; }
.builder-quantity button { height: 100%; border: 0; background: none; color: var(--forest); }

.builder-form-step { max-width: 1180px; margin: auto; }
.builder-success { padding: 13px; border-radius: 10px; background: #244b3b; color: #d6e4dd; font-size: 10px; }

.builder-sticky {
  width: min(1040px, calc(100% - 32px));
  min-height: 78px;
  padding: 10px 11px 10px 14px;
  position: fixed; z-index: 40; right: 0; bottom: 16px; left: 0; margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  background: linear-gradient(120deg, rgba(255, 253, 248, .94), rgba(246, 242, 233, .9));
  box-shadow: 0 24px 70px rgba(26, 22, 14, .17), 0 3px 12px rgba(65, 48, 18, .08), inset 0 1px 0 rgba(255, 255, 255, .94);
  backdrop-filter: blur(28px) saturate(145%);
}
.builder-sticky::before {
  content: "";
  width: 42%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 8%;
  background: linear-gradient(90deg, transparent, rgba(181, 138, 55, .5), transparent);
}
.builder-sticky > div:first-child {
  min-width: 0;
  padding-left: 2px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.builder-sticky small {
  display: block;
  color: #81786a;
  font-size: 8px;
  font-weight: 620;
  letter-spacing: .035em;
}
.builder-sticky strong {
  display: block;
  margin-top: 4px;
  color: #231f18;
  font-size: 11px;
  font-weight: 680;
  letter-spacing: -.015em;
}
.builder-back {
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #72695b;
  font-size: 10px;
  font-weight: 650;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.builder-sticky .button {
  min-width: 166px;
  min-height: 54px;
  padding-inline: 23px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #232018, #11100d);
  box-shadow: 0 11px 24px rgba(18, 16, 12, .2), inset 0 1px 0 rgba(255, 255, 255, .08);
  font-size: 11px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.builder-sticky .button:disabled { cursor: not-allowed; opacity: .4; }

@media (hover:hover) {
  .builder-back:hover {
    border-color: rgba(142, 119, 75, .2);
    background: rgba(255, 255, 255, .48);
    color: #30291f;
  }
  .builder-sticky .button:not(:disabled):hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(18, 16, 12, .25), inset 0 1px 0 rgba(255, 255, 255, .1);
  }
  .builder-product-grid article:hover img { transform: scale(1.025); }
}

@media (max-width:900px) {
  .builder-welcome-card { grid-template-columns: 1fr; }
  .builder-welcome-copy { padding: 60px 35px; }
  .builder-welcome-art { min-height: 500px; }
  .builder-progress-wrap { grid-template-columns: 1fr; padding: 20px; }
  .builder-exit, .builder-save { display: none; }
  .builder-progress { overflow-x: auto; }
  .builder-progress button { min-width: 92px; }
  .builder-content { padding-inline: 20px; }
  .builder-product-grid { grid-template-columns: repeat(3,1fr); }
  .builder-sticky { grid-template-columns: 1fr auto auto; }
  .builder-seo-intro { grid-template-columns: 1fr; gap: 32px; }
  .builder-seo-paths { grid-template-columns: 1fr 1fr; }
  .builder-seo-faq { grid-template-columns: 1fr; gap: 18px; }
  .builder-seo-faq-heading h2 { max-width: none; }
}

@media (max-width:600px) {
  .builder-welcome { padding: 6px; }
  .builder-welcome-card { border-radius: 22px; }
  .builder-welcome-copy { padding: 48px 20px 38px; }
  .builder-welcome-copy h1 { font-size: 54px; }
  .builder-lead { margin-bottom: 30px; font-size: 13px; }
  .builder-assurances { flex-wrap: wrap; justify-content: flex-start; }
  .builder-welcome-art { min-height: 390px; }
  .builder-progress-wrap { min-height: 88px; margin: 6px; border-radius: 18px; overflow: hidden; }
  .builder-progress { margin-right: -20px; padding-right: 20px; }
  .builder-progress button { min-width: 82px; }
  .builder-content { padding: 44px 13px 30px; }
  .builder-title-row { align-items: flex-start; flex-direction: column; }
  .builder-title-row h1 { font-size: 45px; }
  .builder-category-rail { margin-inline: -13px; padding-inline: 13px; }
  .builder-category-rail button { flex-basis: 128px; }
  .builder-product-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .builder-product-grid article { border-radius: 16px; }
  .builder-product-image { border-radius: 12px; }
  .builder-product-copy { padding: 12px 6px 50px; }
  .builder-product-copy h3 { min-height: 35px; font-size: 13px; }
  .builder-sticky { width: calc(100% - 12px); min-height: 70px; bottom: 6px; grid-template-columns: minmax(0,1fr) auto; gap: 8px; border-radius: 22px; }
  .builder-sticky > div:first-child strong { max-width: 105px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .builder-back { display: none; }
  .builder-sticky .button { min-width: 126px; min-height: 48px; padding-inline: 16px; }
  .builder-seo-intro,
  .builder-seo-faq { width: calc(100% - 26px); }
  .builder-seo-intro { margin-top: 45px; gap: 24px; }
  .builder-seo-copy h2 { margin-top: 10px; font-size: 37px; }
  .builder-seo-copy p { font-size: 12px; line-height: 1.68; }
  .builder-seo-paths { grid-template-columns: 1fr; gap: 8px; }
  .builder-seo-paths a { min-height: 82px; padding: 17px 18px; border-radius: 15px; }
  .builder-seo-faq { margin-top: 50px; margin-bottom: 62px; padding-top: 30px; }
  .builder-seo-faq-heading h2 { margin-bottom: 4px; font-size: 32px; }
  .builder-seo-faq-list summary { min-height: 58px; font-size: 11px; }
  .builder-seo-faq-list p { font-size: 10px; }
}
.builder-page { background: #f2eee5; }
.builder-progress-wrap {
  border: 1px solid rgba(199,166,91,.22);
  background: #171611;
  box-shadow: 0 20px 60px rgba(23,22,17,.12);
}
.builder-exit, .builder-save { color: #aaa397; }
.builder-progress button { color: #918a7d; }
.builder-progress button:after { background: #4a453b; }
.builder-progress button > span {
  border-color: #5d5649;
  background: #171611;
}
.builder-progress button.active > span {
  border-color: #d0ae61;
  background: #d0ae61;
  color: #171611;
}
.builder-progress button.complete > span {
  border-color: #9c8045;
  background: #6e582d;
}
.builder-progress button.complete:after { background: #9c8045; }
.builder-title-row > strong {
  background: #eadfc9;
  color: #73591f;
}
.builder-add, .builder-quantity,
.builder-quantity button { color: #725719; }
.builder-add span {
  background: #c7a65b;
  color: #171611;
}

.builder-product-grid {
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 11px;
}
.builder-product-grid article {
  padding: 6px;
  border-radius: 16px;
}
.builder-product-image {
  aspect-ratio: 1.28;
  border-radius: 12px;
}
.builder-product-copy { padding: 12px 6px 45px; }
.builder-product-copy h3 {
  min-height: 33px;
  margin-block: 5px 4px;
  font-size: 13px;
}
.builder-product-copy strong { font-size: 10px; }
.builder-add, .builder-quantity {
  right: 10px;
  bottom: 10px;
  left: 10px;
  min-height: 32px;
}
.builder-success {
  background: #e8d6a9;
  color: #493715;
}

@media (max-width: 900px) {
  .builder-product-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 600px) {
  .builder-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .builder-product-image { aspect-ratio: 1.32; }
  .builder-product-copy { padding: 10px 5px 42px; }
  .builder-product-copy h3 { min-height: 31px; font-size: 12px; }
}
.builder-progress-wrap {
  min-height: 92px;
  border-color: #d9c79f;
  background:
    linear-gradient(110deg, rgba(255,255,255,.72), rgba(237,226,204,.88)),
    #f1e8d7;
  color: #201d17;
  box-shadow: 0 18px 55px rgba(74,57,25,.09);
}
.builder-exit, .builder-save { color: #71695d; }
.builder-progress button { color: #847b6d; }
.builder-progress button:after { background: #cfc0a1; }
.builder-progress button > span {
  border-color: #bda87b;
  background: #f7f1e5;
  color: #6e6455;
}
.builder-progress button.active,
.builder-progress button.complete { color: #201d17; }
.builder-progress button.active > span {
  border-color: #c9a653;
  background: #d9b865;
  color: #201d17;
}
.builder-progress button.complete > span {
  border-color: #ad8b43;
  background: #c3a156;
  color: white;
}
.builder-progress button.complete:after { background: #b89448; }

.builder-welcome-art:after {
  background: linear-gradient(180deg, transparent 62%, rgba(131,96,43,.12));
}
.review-details > .builder-review-personalisation {
  margin: 16px 0 2px;
  padding: 13px;
  display: block;
  border: 1px solid #c8aa68;
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255,252,244,.96), rgba(239,223,187,.72));
  box-shadow: 0 12px 32px rgba(92,67,24,.08);
}
.review-details > .builder-review-personalisation .personalise-master-toggle {
  padding: 11px 12px;
  border-color: #d8c49d;
  background: rgba(255,255,255,.68);
}
.review-details > .builder-review-personalisation .branding-type-grid > button {
  min-height: 78px;
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: stretch;
}
.review-details > .builder-review-personalisation .branding-type-grid > button b { margin-top: auto; }
.review-details > .builder-review-personalisation .builder-branding-content { grid-column: auto; }
@media (max-width: 720px) {
  .review-details > .builder-review-personalisation { margin-top: 12px; padding: 9px; border-radius: 14px; }
  .review-details > .builder-review-personalisation .branding-type-grid > button { min-height: 70px; }
}
.builder-success {
  border: 1px solid #d1b974;
  background: #f0dfb2;
  color: #493715;
}
.builder-welcome {
  width: min(calc(100% - 24px),1280px);
  margin: 12px auto;
  padding: 0;
}

.builder-welcome-card {
  max-width: 1280px;
  height: clamp(500px,42vw,550px);
  min-height: 0;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-items: stretch;
  border: 1px solid rgba(167,122,46,.16);
  background: linear-gradient(135deg,#fbf9f3 0%,#f5efe3 100%);
  box-shadow: 0 24px 70px rgba(57,43,21,.08);
}

.builder-welcome-copy {
  padding: clamp(34px,3.5vw,48px);
  justify-content: space-between;
}

.builder-welcome-copy h1 {
  font-family: var(--font-geist), Arial, sans-serif;
  font-size: clamp(48px,4.25vw,60px);
  font-weight: 480;
  line-height: .94;
  letter-spacing: -.065em;
}

.builder-lead {
  margin: 10px 0 18px;
  font-size: 12px;
  line-height: 1.55;
}

.builder-welcome-copy h2 {
  margin-bottom: 10px;
  color: #776b58;
  font-size: 9px;
  letter-spacing: .16em;
}

.builder-start {
  min-height: 45px;
  margin-top: 10px;
  border-radius: 14px;
  background: #2d281f;
  box-shadow: 0 12px 28px rgba(45,40,31,.13);
}

.builder-assurances {
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid rgba(112,91,55,.13);
  color: #796f60;
}

.builder-welcome-art {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  min-height: 0;
  justify-self: end;
  background: #e9dfce;
}

.builder-welcome-art img {
  display: block;
  object-position: center 50%;
}

.builder-welcome-art::after {
  display: none;
}

@media (max-width: 900px) {
  .builder-welcome-card {
    height: auto;
    min-height: 0;
    grid-template-columns: minmax(0,1fr);
  }

  .builder-welcome-copy {
    display: contents;
  }

  .builder-welcome-intro {
    order: 1;
    padding: 38px 28px 30px;
  }

  .builder-welcome-actions {
    order: 3;
    padding: 30px 28px 38px;
    width: 100%;
  }

  .builder-welcome-art {
    order: 2;
    width: 100%;
    height: min(360px,50vw);
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    justify-self: stretch;
  }

  .builder-welcome-art img {
    object-position: center 54%;
  }
}

@media (max-width: 600px) {
  .builder-welcome {
    width: calc(100% - 12px);
    margin: 6px auto;
  }

  .builder-welcome-copy {
    padding: 0;
  }

  .builder-welcome-intro {
    width: 100%;
    padding: 28px 18px 22px;
  }

  .builder-welcome-actions {
    padding: 22px 14px 26px;
  }

  .builder-welcome-copy h1 {
    font-size: 41px;
  }

  .builder-lead {
    margin: 8px 0 17px;
    font-size: 10.5px;
  }

  .builder-start {
    min-height: 48px;
    margin-top: 12px;
  }

  .builder-assurances {
    margin-top: 13px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 6px;
    text-align: center;
  }

  .builder-welcome-art {
    width: calc(100% - 24px);
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 12px;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }
}
.builder-progress-wrap,
.builder-content {
  width: calc(100% - 24px);
  max-width: 1280px;
  box-sizing: border-box;
}

.builder-content {
  padding: 54px 0 40px;
}

.builder-form-step {
  max-width: 1280px;
}

.builder-category-block {
  margin-bottom: 28px;
}

.builder-category-heading,
.builder-product-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.builder-category-heading {
  margin-bottom: 14px;
}

.builder-category-heading h2,
.builder-product-heading h2 {
  margin-top: 5px;
  font: 520 20px/1.1 var(--font-geist), Arial, sans-serif;
  letter-spacing: -.035em;
}

.builder-category-heading p,
.builder-product-heading span {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}

.builder-category-rail {
  margin: 0;
  padding: 0 0 8px;
  gap: 9px;
}

.builder-category-rail button,
.builder-category-rail button:first-child {
  flex: 0 0 112px;
  padding: 6px 6px 9px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 7px;
  border-radius: 14px;
  font-size: 8px;
  line-height: 1.25;
  text-align: center;
}

.builder-category-rail img {
  width: 100%;
  height: 64px;
  border-radius: 9px;
}

.builder-category-rail button span {
  min-height: 20px;
  display: grid;
  place-items: center;
}

.builder-product-heading {
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(30,27,20,.1);
}

.builder-product-grid {
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 10px;
}

.builder-product-grid article {
  padding: 5px;
  border-radius: 14px;
}

.builder-product-image {
  aspect-ratio: 1.12;
  border-radius: 10px;
}

.builder-product-copy {
  padding: 10px 5px 39px;
}

.builder-product-copy h3 {
  min-height: 30px;
  margin: 4px 0 3px;
  font-size: 11px;
  line-height: 1.22;
}

.builder-product-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 6px;
}

.builder-product-copy strong {
  font-size: 9px;
}

.builder-add,
.builder-quantity {
  right: 8px;
  bottom: 8px;
  left: 8px;
  min-height: 28px;
}

.builder-add span {
  width: 19px;
  height: 19px;
}

@media (max-width: 900px) {
  .builder-content {
    width: calc(100% - 20px);
    padding: 44px 0 32px;
  }

  .builder-product-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}

@media (max-width: 600px) {
  .builder-progress-wrap,
  .builder-content {
    width: calc(100% - 12px);
  }

  .builder-content {
    padding: 35px 7px 26px;
  }

  .builder-title-row {
    margin-bottom: 24px;
    gap: 12px;
  }

  .builder-category-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .builder-category-heading h2,
  .builder-product-heading h2 {
    font-size: 17px;
  }

  .builder-category-rail {
    margin: 0 -7px;
    padding: 0 7px 8px;
  }

  .builder-category-rail button,
  .builder-category-rail button:first-child {
    flex-basis: 94px;
    padding: 5px 5px 8px;
  }

  .builder-category-rail img {
    height: 54px;
    border-radius: 8px;
  }

  .builder-product-grid article {
    border-radius: 12px;
  }

  .builder-product-image {
    aspect-ratio: 1.05;
    border-radius: 8px;
  }

  .builder-product-copy {
    padding: 8px 3px 35px;
  }

  .builder-product-copy small {
    display: none;
  }

  .builder-product-copy h3 {
    min-height: 32px;
    font-size: 9.5px;
  }

  .builder-product-copy strong {
    font-size: 8.5px;
  }

  .builder-add,
  .builder-quantity {
    right: 6px;
    bottom: 6px;
    left: 6px;
    min-height: 25px;
    font-size: 8px;
  }

  .builder-add span {
    width: 17px;
    height: 17px;
  }
}
.builder-box-branding { margin-top: 14px; padding: 13px; border: 1px solid #ddd1bb; border-radius: 18px; background: #faf7f0; }
.builder-branding-content { margin-top: 12px; display: grid; gap: 12px; }
.builder-hamper-quantity { display: grid; gap: 3px; }
.builder-hamper-quantity small { color: var(--muted); font-size: 7px; }
.builder-hamper-quantity span { display: flex; align-items: center; gap: 7px; }
.builder-hamper-quantity button { width: 25px; height: 25px; border: 1px solid #d3c7b2; border-radius: 50%; background: #fff; cursor: pointer; }
.builder-hamper-quantity b { min-width: 20px; text-align: center; }

@media (max-width: 720px) {
  .builder-box-branding { padding: 9px; border-radius: 14px; }
  .builder-sticky { grid-template-columns: minmax(0,1fr) auto auto; }
  .builder-hamper-quantity { grid-column: 1 / -1; grid-row: 1; padding-bottom: 5px; border-bottom: 1px solid #ded5c5; }
  .builder-sticky > div:first-child { grid-column: 1; }
}
.review-details > .builder-review-personalisation {
  grid-template-columns: none;
  color: var(--ink);
}
.review-details > .builder-review-personalisation button {
  grid-column: auto;
  grid-row: auto;
  color: var(--ink);
}
.review-details > .builder-review-personalisation .branding-type-grid > button {
  width: 100%;
  min-width: 0;
  height: 100%;
}
.review-details > .builder-review-personalisation .branding-type-grid > button span {
  color: var(--ink);
  text-transform: none;
  letter-spacing: normal;
}
.review-details > .builder-review-personalisation .branding-type-grid > button small {
  color: var(--muted);
  text-transform: none;
  letter-spacing: normal;
}
.review-details > .builder-review-personalisation .branding-type-grid > button b {
  color: #7b5920;
}
.review-details > .builder-review-personalisation .personalise-fields,
.review-details > .builder-review-personalisation .personalise-upload-row,
.review-details > .builder-review-personalisation .personalise-choice-group,
.review-details > .builder-review-personalisation .sleeve-size-row,
.review-details > .builder-review-personalisation .manual-personalisation-note {
  grid-column: auto;
  grid-row: auto;
}
.builder-card-price-note {
  margin: 7px 0 2px;
  color: #786f63;
  font-size: 8px;
}
.builder-card-artwork {
  padding: 11px;
  border: 1px dashed #c7aa6d;
  border-radius: 12px;
  background: #fffaf0;
}
.builder-card-artwork input { display: none; }
.builder-card-artwork span { color: #6e5120; font-size: 8px; font-weight: 800; cursor: pointer; }
.builder-card-artwork small { color: #857968; font-size: 7px; }
.builder-card-artwork.uploaded { border-style: solid; background: #f5ead0; }
.builder-card-requirement {
  margin: 10px 0 0;
  padding: 9px 11px;
  border: 1px solid #d6b785;
  border-radius: 10px;
  background: #fff4df;
  color: #7a5020;
  font-size: 8px;
  font-weight: 750;
}
.ai-hamper-page {
  --ai-ink: #181612;
  --ai-gold: #b58a3c;
  --ai-cream: #f7f2e8;
  --ai-line: #ded4c2;
  width: 100%;
  margin: 0 0 72px;
}
.ai-hamper-hero {
  position: relative;
  min-height: 390px;
  height: 390px !important;
  display: block;
  overflow: hidden;
  border: 1px solid var(--ai-line);
  border-radius: 30px;
  background: linear-gradient(135deg, #fbf8f0, #eee2c9);
}
.ai-hamper-hero-copy {
  position: relative;
  z-index: 2;
  width: 54%;
  min-height: 390px;
  height: 390px;
  padding: 42px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ai-hamper-back {
  width: fit-content;
  margin-bottom: 22px;
  color: #70685b;
  font-size: 12px;
  font-weight: 750;
}
.ai-hamper-hero .eyebrow { color: #8d6827; }
.ai-hamper-hero h1 {
  max-width: 650px;
  margin: 12px 0 16px;
  color: var(--ai-ink);
  font-size: clamp(44px, 4.4vw, 66px);
  font-weight: 520;
  letter-spacing: -.055em;
  line-height: .96;
}
.ai-hamper-hero.standard-page-hero h1 {
  max-width: none;
  font-size: clamp(34px,3.35vw,43px) !important;
}
.ai-hamper-hero h1 span { white-space: nowrap; }
.ai-hamper-hero h1 em { color: var(--ai-gold); font-style: normal; }
.ai-hamper-hero-copy > p {
  max-width: 590px;
  margin: 0;
  color: #6f685d;
  font-size: 13px;
  line-height: 1.65;
}
.ai-hamper-capabilities {
  margin-top: 24px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.ai-hamper-capabilities span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(157,122,58,.25);
  border-radius: 999px;
  background: rgba(255,255,255,.52);
  color: #655a49;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
  text-transform: uppercase;
}
.ai-hamper-hero-art {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}
.ai-hamper-hero-art > img {
  width: 100%;
  height: 390px !important;
  max-height: 390px;
  min-height: 390px;
  object-fit: cover;
  object-position: 50% 32%;
}
.ai-hamper-studio {
  width: min(1280px, calc(100% - 32px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(390px, .84fr) minmax(0, 1.16fr);
  gap: 24px;
  align-items: stretch;
}
.ai-hamper-brief,
.ai-hamper-result {
  border: 1px solid var(--ai-line);
  border-radius: 28px;
  background: #fffdf8;
  box-shadow: 0 20px 55px rgba(72, 56, 29, .06);
}
.ai-hamper-brief {
  position: sticky;
  top: 18px;
  padding: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 14px;
  background: linear-gradient(155deg, #fffefa 0%, #fcf8ef 100%);
}
.ai-hamper-step {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--ai-line);
}
.ai-hamper-step > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e8cf95;
  color: #352a18;
  font-size: 12px;
  font-weight: 850;
}
.ai-hamper-step div { display: grid; gap: 5px; }
.ai-hamper-step small {
  color: #978a75;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ai-hamper-step strong { font-size: 20px; font-weight: 650; line-height: 1.25; letter-spacing: -.02em; }
.ai-hamper-brief > label,
.ai-hamper-card-box label {
  display: grid;
  align-content: start;
  align-self: start;
  grid-auto-rows: max-content;
  gap: 9px;
  color: #50483c;
  font-size: 13px;
  font-weight: 650;
}
.ai-hamper-brief > label:nth-of-type(-n + 2) { font-weight: 550; }
.ai-hamper-brief > label:not(.ai-hamper-instruction) { line-height: 1.2; }
.ai-occasion-select {
  position: relative;
  display: grid;
  align-content: start;
  align-self: start;
  gap: 9px;
  color: #50483c;
  font-size: 13px;
  font-weight: 550;
  z-index: 8;
}
.ai-occasion-label { line-height: 1.2; }
.ai-occasion-trigger {
  width: 100%;
  height: 44px;
  padding: 8px 42px 8px 14px;
  position: relative;
  border: 1px solid #d8ccb8;
  border-radius: 14px;
  background: #fff;
  color: var(--ai-ink);
  font-family: inherit;
  font-size: 11px;
  font-weight: 550;
  text-align: left;
}
.ai-occasion-trigger i {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform .18s ease;
}
.ai-occasion-select:has(.ai-occasion-menu) .ai-occasion-trigger { border-color: #b98b36; box-shadow: 0 0 0 3px rgba(181,138,60,.10); }
.ai-occasion-select:has(.ai-occasion-menu) .ai-occasion-trigger i { transform: translateY(-25%) rotate(225deg); }
.ai-occasion-menu {
  width: 100%;
  max-height: 310px;
  padding: 8px;
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  overflow-y: auto;
  border: 1px solid #d8ccb8;
  border-radius: 14px;
  background: #fffdf9;
  box-shadow: 0 18px 42px rgba(65,49,26,.16);
}
.ai-occasion-menu button {
  width: 100%;
  min-height: 40px;
  padding: 9px 38px 9px 13px;
  position: relative;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #50483c;
  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
}
.ai-occasion-menu button:hover,
.ai-occasion-menu button:focus-visible,
.ai-occasion-menu button.active { background: #f4ead6; outline: 0; }
.ai-occasion-menu button span { display: none; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: #9d742b; }
.ai-occasion-menu button.active span { display: block; }
.ai-hamper-brief select,
.ai-hamper-brief input,
.ai-hamper-brief textarea,
.ai-hamper-card-box select,
.ai-hamper-card-box textarea {
  width: 100%;
  border: 1px solid #d8ccb8;
  border-radius: 14px;
  outline: 0;
  background: #fff;
  color: var(--ai-ink);
  font: inherit;
  font-size: 13px;
  font-family: inherit;
  font-weight: 550;
}
.ai-hamper-brief select,
.ai-hamper-brief input,
.ai-hamper-card-box select { height: 44px; min-height: 44px; padding: 8px 14px; }
.ai-hamper-brief textarea { min-height: 122px; padding: 14px 16px; resize: vertical; line-height: 1.5; }
.ai-hamper-brief textarea::placeholder { color: #8f8a82; opacity: 1; font-weight: 500; }
.ai-hamper-brief select:focus,
.ai-hamper-brief input:focus,
.ai-hamper-brief textarea:focus,
.ai-hamper-card-box select:focus,
.ai-hamper-card-box textarea:focus { border-color: var(--ai-gold); box-shadow: 0 0 0 3px rgba(181,138,60,.12); }
.ai-hamper-brief label > small { color: #8e8576; font-size: 11px; font-weight: 550; line-height: 1.45; }
.ai-hamper-instruction,
.ai-hamper-prompts,
.ai-hamper-brief > .ai-error,
.ai-hamper-brief > .ai-build-button,
.ai-hamper-brief > .ai-hamper-safe-note { grid-column: 1 / -1; }
.ai-hamper-prompts { display: grid; grid-template-columns: 1fr; gap: 7px; }
.ai-hamper-prompts.is-hidden { visibility: hidden; pointer-events: none; }
.ai-hamper-prompts button {
  min-height: 44px;
  padding: 11px 38px 11px 14px;
  position: relative;
  border: 1px solid #e1d8ca;
  border-radius: 13px;
  background: rgba(255,255,255,.72);
  color: #665e52;
  font-family: inherit;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.45;
  text-align: left;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.ai-hamper-prompts button::after { content: "\2192"; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #aa7f31; font-size: 15px; }
.ai-hamper-prompts button:hover { transform: translateY(-1px); border-color: #c6a86b; background: #f7edd9; }
.ai-hamper-safe-note { max-width: 440px; margin: -2px auto 0; color: #8b8274; font-size: 10px; line-height: 1.55; text-align: center; }
.ai-hamper-page .ai-budget-field { position: relative; display: block; }
.ai-hamper-page .ai-budget-field b {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 2;
  transform: translateY(-50%);
  color: #40382d;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  pointer-events: none;
}
.ai-hamper-page .ai-budget-field input { padding-left: 46px !important; }
.ai-hamper-page .ai-budget-field input { font-size: 11px; }
.ai-hamper-page .ai-hamper-instruction > .voice-input-control { right: 12px; bottom: 38px; }
.ai-hamper-page .ai-hamper-instruction textarea { padding-right: 60px !important; }
.ai-hamper-page .ai-build-button {
  height: 44px;
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
}
.ai-hamper-result { min-height: 610px; height: 100%; overflow: hidden; }
.ai-hamper-empty {
  min-height: 610px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #817766;
  text-align: center;
  background: radial-gradient(circle at center, rgba(239, 222, 184, .2), transparent 42%);
}
.ai-hamper-empty > small {
  margin-top: 26px;
  color: #a17b34;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ai-hamper-empty > strong { margin-top: 10px; color: var(--ai-ink); font-size: 28px; font-weight: 650; letter-spacing: -.035em; line-height: 1.2; }
.ai-hamper-empty > p { max-width: 410px; margin: 12px 0 0; font-size: 12px; line-height: 1.6; }
.ai-hamper-orbit {
  position: relative;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid #d8c59f;
  border-radius: 50%;
}
.ai-hamper-orbit::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid #e7ddca;
  border-radius: 50%;
}
.ai-hamper-orbit b { z-index: 1; font-size: 22px; color: var(--ai-gold); }
.ai-hamper-orbit i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c6a259;
}
.ai-hamper-orbit i:first-child { top: 9px; left: 20px; }
.ai-hamper-orbit i:nth-child(2) { right: 6px; bottom: 24px; }
.ai-hamper-empty.building .ai-hamper-orbit { animation: ai-spin 4s linear infinite; }
.ai-hamper-result-card { padding: 24px; }
.ai-hamper-result-head { display: flex; justify-content: space-between; gap: 20px; }
.ai-hamper-result-head > span { max-width: 580px; }
.ai-hamper-result-head small { color: #9b742f; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ai-hamper-result-head h2 { margin: 7px 0 7px; font-size: 29px; letter-spacing: -.04em; line-height: 1; }
.ai-hamper-result-head p { margin: 0; color: #756d60; font-size: 9.5px; line-height: 1.55; }
.ai-hamper-result-head button {
  height: fit-content;
  padding: 8px 10px;
  flex: 0 0 auto;
  border: 1px solid #d9cfbe;
  border-radius: 999px;
  background: transparent;
  color: #665f54;
  font-size: 8px;
  font-weight: 750;
}
.ai-hamper-tags { margin: 16px 0; display: flex; flex-wrap: wrap; gap: 6px; }
.ai-hamper-tags span { padding: 6px 9px; border-radius: 999px; background: #f0e7d5; color: #6f5528; font-size: 7.5px; font-weight: 750; }
.ai-hamper-selection-list { display: grid; gap: 7px; }
.ai-hamper-selection-list article {
  min-height: 84px;
  padding: 9px;
  display: grid;
  grid-template-columns: 66px minmax(0,1fr) auto;
  align-items: center;
  gap: 11px;
  border: 1px solid #e0d7c8;
  border-radius: 14px;
  background: #fff;
}
.ai-hamper-selection-list img { width: 66px; height: 66px; border-radius: 10px; object-fit: cover; }
.ai-hamper-selection-list article > div:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.ai-hamper-selection-list small { color: #9c8d77; font-size: 6.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ai-hamper-selection-list strong { font-size: 11px; }
.ai-hamper-selection-list p { margin: 0; overflow: hidden; color: #81786b; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.ai-hamper-selection-list b { color: #8a6527; font-size: 9px; }
.ai-hamper-quantity {
  display: flex;
  align-items: center;
  gap: 3px;
  border: 1px solid #ddd2bf;
  border-radius: 999px;
  background: #fff;
}
.ai-hamper-quantity button { width: 29px; height: 29px; border: 0; border-radius: 50%; background: transparent; font-size: 14px; }
.ai-hamper-quantity span,
.ai-hamper-quantity b { min-width: 18px; color: var(--ai-ink); font-size: 9px; text-align: center; }
.ai-hamper-addon-row {
  margin-top: 15px;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
  border-radius: 16px;
  background: var(--ai-cream);
}
.ai-hamper-addon-row > span {
  grid-column: 1/-1;
  color: #8d7c62;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ai-hamper-addon-row article {
  padding: 7px;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto;
  align-items: center;
  gap: 8px;
  border: 1px solid #ded2bd;
  border-radius: 11px;
  background: #fff;
}
.ai-hamper-addon-row img { width: 42px; height: 42px; border-radius: 8px; object-fit: cover; }
.ai-hamper-addon-row article > span { min-width: 0; display: grid; gap: 3px; }
.ai-hamper-addon-row strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.ai-hamper-addon-row small { color: #8e692b; font-size: 7px; }
.ai-hamper-card-box { margin-top: 15px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 9px; }
.ai-hamper-card-box label { padding: 12px; border: 1px solid #dfd5c4; border-radius: 14px; background: #fff; }
.ai-hamper-card-box textarea { min-height: 70px; padding: 10px; resize: vertical; line-height: 1.45; }
.ai-hamper-paid-options {
  margin-top: 15px;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
  border: 1px solid #dfd4c2;
  border-radius: 16px;
  background: #faf6ed;
}
.ai-hamper-paid-options > button {
  min-height: 64px;
  padding: 10px;
  display: grid;
  grid-template-columns: 28px minmax(0,1fr) auto;
  align-items: center;
  gap: 8px;
  border: 1px solid #dfd5c5;
  border-radius: 12px;
  background: #fff;
  color: var(--ai-ink);
  text-align: left;
}
.ai-hamper-paid-options > button.active { border-color: #b58a3c; background: #fff8e8; }
.ai-hamper-paid-options > button > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
.ai-hamper-paid-options > button strong { font-size: 9px; }
.ai-hamper-paid-options > button small { color: #8a8173; font-size: 7px; line-height: 1.35; }
.ai-hamper-paid-options > button > b { color: #886426; font-size: 8px; white-space: nowrap; }
.ai-hamper-price { margin-top: 15px; padding-top: 13px; display: grid; gap: 7px; border-top: 1px solid var(--ai-line); }
.ai-hamper-price > div { display: flex; justify-content: space-between; gap: 15px; color: #766e61; font-size: 8.5px; }
.ai-hamper-price b { color: #2e2922; }
.ai-hamper-price .ai-hamper-total {
  margin-top: 6px;
  padding-top: 12px;
  align-items: flex-end;
  border-top: 1px solid var(--ai-line);
}
.ai-hamper-price .ai-logo-order-estimate {
  margin-top: 2px;
  padding: 9px 10px;
  border-radius: 9px;
  background: #f3ead8;
  color: #5f523e;
  font-weight: 750;
}
.ai-hamper-total > span { display: grid; gap: 3px; }
.ai-hamper-total small { color: #9b8c75; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ai-hamper-total strong { color: #655e52; font-size: 8px; }
.ai-hamper-total > b { font-size: 22px; }
.ai-hamper-budget-warning,
.builder-ai-review-note {
  margin: 12px 0;
  padding: 11px 13px;
  border: 1px solid #d7bb84;
  border-radius: 12px;
  background: #fff5df;
  color: #6f5122;
  font-size: 8px;
  line-height: 1.5;
}
.builder-ai-review-note { display: grid; grid-template-columns: 30px minmax(0,1fr) auto; align-items: center; gap: 10px; }
.builder-ai-review-note > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #d9b764; }
.builder-ai-review-note > div { display: grid; gap: 2px; }
.builder-ai-review-note strong { font-size: 10px; }
.builder-ai-review-note p { margin: 0; color: #806f52; font-size: 7.5px; }
.builder-ai-review-note a { color: #6f5122; font-size: 8px; font-weight: 850; }

@media (max-width: 900px) {
  .ai-hamper-studio { max-width: 760px; grid-template-columns: 1fr; }
  .ai-hamper-brief { position: static; }
  .ai-hamper-result { height: auto; }
  .ai-hamper-result,
  .ai-hamper-empty { min-height: 430px; }
}
@media (max-width: 780px) {
  .ai-hamper-hero.standard-page-hero { min-height: 0 !important; height: auto !important; display: grid; grid-template-columns: 1fr !important; }
  .ai-hamper-hero-copy { width: 100%; min-height: 0; height: auto; padding: 28px 25px 25px; grid-column: 1; grid-row: 1; }
  .ai-hamper-hero.standard-page-hero h1 { font-size: clamp(35px,5.2vw,42px) !important; }
  .ai-hamper-hero-art { position: static; grid-column: 1; grid-row: 2; }
  .ai-hamper-hero-art > img { display: block; width: 100%; min-height: 0 !important; height: auto !important; aspect-ratio: 750 / 612; object-fit: cover; object-position: center; }
}
@media (max-width: 600px) {
  .ai-hamper-page { width: 100%; margin: 0 0 55px; }
  .ai-hamper-hero.standard-page-hero { width: calc(100% - 12px) !important; margin: 6px auto 0 !important; border-radius: 22px !important; }
  .ai-hamper-hero-copy { padding: 25px 20px 22px; }
  .ai-hamper-back { margin-bottom: 15px; }
  .ai-hamper-hero.standard-page-hero h1 { margin: 9px 0 12px; font-size: clamp(23px,6.25vw,28px) !important; line-height: .98; }
  .ai-hamper-hero-copy > p { font-size: 10px; }
  .ai-hamper-capabilities { margin-top: 15px; gap: 5px; }
  .ai-hamper-capabilities span { padding: 6px 8px; font-size: 6.5px; }
  .ai-hamper-hero-art > img { min-height: 0 !important; height: auto !important; object-position: center; }
  .ai-hamper-studio { width: calc(100% - 12px); margin-top: 8px; gap: 8px; }
  .ai-hamper-brief, .ai-hamper-result { border-radius: 18px; }
  .ai-hamper-brief { padding: 22px 18px; grid-template-columns: 1fr; gap: 17px; }
  .ai-hamper-step { padding-bottom: 13px; }
  .ai-hamper-step > span { width: 42px; height: 42px; }
  .ai-hamper-step strong { font-size: 17px; }
  .ai-hamper-brief > label { font-size: 12px; }
  .ai-occasion-select { font-size: 12px; }
  .ai-occasion-trigger, .ai-occasion-menu button { font-size: 11px; }
  .ai-hamper-brief select,
  .ai-hamper-brief input { min-height: 54px; font-size: 16px; }
  .ai-hamper-brief textarea { min-height: 160px; font-size: 16px; }
  .ai-hamper-prompts { grid-template-columns: 1fr; }
  .ai-hamper-prompts button { min-height: 48px; }
  .ai-hamper-result { min-height: 340px; }
  .ai-hamper-empty { min-height: 340px; padding: 34px 20px; }
  .ai-hamper-empty > strong { font-size: 22px; }
  .ai-hamper-empty > p { font-size: 11px; }
  .ai-hamper-result-card { padding: 16px 12px; }
  .ai-hamper-result-head { gap: 8px; }
  .ai-hamper-result-head h2 { font-size: 24px; }
  .ai-hamper-selection-list article { grid-template-columns: 54px minmax(0,1fr) auto; min-height: 70px; gap: 8px; }
  .ai-hamper-selection-list img { width: 54px; height: 54px; }
  .ai-hamper-selection-list p { display: none; }
  .ai-hamper-quantity button { width: 26px; height: 26px; }
  .ai-hamper-addon-row { display: flex; overflow-x: auto; padding: 11px; scroll-snap-type: x mandatory; }
  .ai-hamper-addon-row > span { flex: 0 0 100%; }
  .ai-hamper-addon-row article { flex: 0 0 82%; scroll-snap-align: start; }
  .ai-hamper-card-box { grid-template-columns: 1fr; }
  .ai-hamper-paid-options { grid-template-columns: 1fr; padding: 11px; }
  .builder-ai-review-note { grid-template-columns: 28px minmax(0,1fr); }
  .builder-ai-review-note a { grid-column: 2; }
}
.source-empty.analysing .ai-hamper-orbit { animation: ai-spin 4s linear infinite; }

.review-details > .builder-review-personalisation {
  margin: 18px 0 4px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d6c8b0;
  border-radius: 20px;
  background: rgba(255, 253, 248, .88);
  box-shadow: 0 12px 30px rgba(69, 50, 20, .04);
}

.review-details > .builder-review-personalisation .personalise-master-toggle {
  min-height: 78px;
  margin: 0;
  padding: 16px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.review-details > .builder-review-personalisation .personalise-master-toggle > span {
  gap: 4px;
}

.review-details > .builder-review-personalisation .personalise-master-toggle strong {
  font-size: 14px;
  font-weight: 560;
  letter-spacing: -.01em;
  text-transform: none;
}

.review-details > .builder-review-personalisation .personalise-master-toggle small {
  max-width: 520px;
  color: #766e63;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.review-details > .builder-review-personalisation .builder-branding-content {
  margin: 0 14px 14px;
  padding: 14px;
  border-top: 1px solid #e0d5c4;
  border-radius: 0 0 15px 15px;
  background: #f8f3e9;
}

@media (max-width: 700px) {

  .review-details > .builder-review-personalisation {
    margin-top: 14px;
    padding: 0;
    border-radius: 17px;
  }

  .review-details > .builder-review-personalisation .personalise-master-toggle {
    min-height: 70px;
    padding: 13px 14px;
  }

  .review-details > .builder-review-personalisation .personalise-master-toggle strong {
    font-size: 13px;
  }

  .review-details > .builder-review-personalisation .personalise-master-toggle small {
    font-size: 9px;
  }

  .review-details > .builder-review-personalisation .builder-branding-content {
    margin: 0 9px 9px;
    padding: 10px;
  }
}
.builder-page .builder-seo-intro,
.builder-page .builder-seo-faq {
  width: min(1280px,calc(100% - 32px));
  box-sizing: border-box;
  padding-inline: 12px;
}

.builder-page .builder-seo-intro {
  margin-top: 60px;
  grid-template-columns: minmax(0,1fr) minmax(300px,360px);
  gap: clamp(48px,6vw,78px);
  align-items: start;
}

.builder-page .builder-seo-copy {
  max-width: 790px;
}

.builder-page .builder-seo-copy h2,
.builder-page .builder-seo-faq-heading h2 {
  margin: 13px 0 20px;
  color: var(--ink);
  font-family: var(--font-geist),Arial,sans-serif;
  font-size: 38.5px;
  font-weight: 480;
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.builder-page .builder-seo-copy h2 {
  max-width: 620px;
}

.builder-page .builder-seo-copy p {
  max-width: 760px;
  margin: 0 0 16px;
  color: #6a675f;
  font-size: 14px;
  font-weight: 420;
  line-height: 1.72;
}

.builder-page .builder-seo-copy p strong {
  color: #2b2924;
  font-weight: 580;
}

.builder-page .builder-seo-paths {
  width: 100%;
  max-width: 350px;
  justify-self: end;
  gap: 9px;
}

.builder-page .builder-seo-paths a {
  min-height: 88px;
  padding: 17px 18px;
  gap: 6px 13px;
  border-color: #d8cdb9;
  border-radius: 16px;
  background: rgba(255,255,255,.5);
  box-shadow: 0 8px 24px rgba(71,54,27,.025);
}

.builder-page .builder-seo-paths a span {
  color: #8b744c;
  font-size: 9.5px;
  font-weight: 680;
  line-height: 1.25;
  letter-spacing: .09em;
}

.builder-page .builder-seo-paths a strong {
  font-size: 13px;
  font-weight: 580;
  line-height: 1.25;
}

.builder-page .builder-seo-paths a svg {
  width: 17px;
  margin-right: 2px;
}

.builder-page .builder-seo-faq {
  margin-top: 60px;
  margin-bottom: 76px;
  padding-top: 36px;
  grid-template-columns: minmax(260px,.48fr) minmax(0,1.52fr);
  gap: clamp(44px,6vw,76px);
}

.builder-page .builder-seo-faq-heading h2 {
  max-width: 320px;
  margin-bottom: 0;
}

.builder-page .builder-seo-faq-list {
  border-color: #d9cfb9;
}

.builder-page .builder-seo-faq-list details {
  border-color: #d9cfb9;
}

.builder-page .builder-seo-faq-list summary {
  min-height: 68px;
  padding: 17px 3px;
  color: #2b2925;
  font-size: 15px;
  font-weight: 590;
  line-height: 1.4;
}

.builder-page .builder-seo-faq-list summary span {
  flex: 0 0 auto;
  font-size: 19px;
  font-weight: 350;
}

.builder-page .builder-seo-faq-list p {
  max-width: 850px;
  margin: -4px 42px 20px 3px;
  color: #706c63;
  font-size: 13px;
  font-weight: 430;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .builder-page .builder-seo-intro,
  .builder-page .builder-seo-faq {
    grid-template-columns: 1fr;
  }

  .builder-page .builder-seo-paths {
    max-width: none;
    grid-template-columns: 1fr 1fr;
    justify-self: stretch;
  }

  .builder-page .builder-seo-faq-heading h2 {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .builder-page .builder-seo-intro,
  .builder-page .builder-seo-faq {
    width: calc(100% - 20px);
    padding-inline: 4px;
  }

  .builder-page .builder-seo-intro {
    margin-top: 38px;
    gap: 21px;
  }

  .builder-page .builder-seo-copy h2,
  .builder-page .builder-seo-faq-heading h2 {
    margin: 10px 0 16px;
    font-size: 26px;
    font-weight: 470;
    line-height: 1.04;
    letter-spacing: -.045em;
  }

  .builder-page .builder-seo-copy p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.65;
  }

  .builder-page .builder-seo-paths {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .builder-page .builder-seo-paths a {
    min-height: 76px;
    padding: 14px 16px;
    border-radius: 14px;
  }

  .builder-page .builder-seo-paths a span {
    font-size: 9px;
  }

  .builder-page .builder-seo-paths a strong {
    font-size: 12.5px;
  }

  .builder-page .builder-seo-faq {
    margin-top: 42px;
    margin-bottom: 56px;
    padding-top: 27px;
    gap: 13px;
  }

  .builder-page .builder-seo-faq-heading h2 {
    margin-bottom: 2px;
  }

  .builder-page .builder-seo-faq-list summary {
    min-height: 64px;
    padding: 15px 2px;
    font-size: 14px;
    font-weight: 590;
    line-height: 1.4;
  }

  .builder-page .builder-seo-faq-list summary span {
    font-size: 19px;
  }

  .builder-page .builder-seo-faq-list p {
    margin: -2px 30px 18px 2px;
    font-size: 12.5px;
    font-weight: 430;
    line-height: 1.65;
  }
}
@media (min-width:1025px) {
  .home-main :is(
    .occasion-ahead-section .category-section-head h2,
    .featured-section .section-title h2,
    .new-arrivals-section .section-title h2,
    .garden-home-feature .garden-home-copy h2,
    .garden-home-products .garden-home-products-head h2,
    .ai-hamper-showcase .hamper-copy h2,
    .source-home-showcase .hamper-copy h2,
    .season-section .season-copy h2,
    .story-section .story-copy h2,
    .mini-section .section-title h2,
    .reviews-section .section-title h2,
    .client-section > h2,
    .corporate-strip h2,
    .reels-section .section-title h2,
    .recent-section .section-title h2,
    .seo-intro-section .seo-intro-heading h2,
    .home-new-experiences .home-experience-heading h2,
    .home-journal-final .section-title h2
  ) {
    font-size: 38.5px;
    font-weight: 480;
  }
}
:is(
  .hero-slider.standard-page-hero,
  .hamper-category-intro.standard-page-hero,
  .ai-hamper-hero.standard-page-hero,
  .source-gift-hero.standard-page-hero,
  .return-hero.standard-page-hero,
  .journal-hero-v2.standard-page-hero,
  .article-banner.standard-page-hero,
  .garden-hero.standard-page-hero,
  .luxe-hero.standard-page-hero,
  .wishlist-page.wishlist-empty > section,
  .wishlist-hero,
  .occasion-calendar-hero,
  .experience-hero,
  .corporate-hero-v2.standard-page-hero,
  .corporate-location-hero.standard-page-hero,
  .corporate-locations-hero.standard-page-hero,
  .inside-hero.standard-page-hero,
  .contact-hero.standard-page-hero,
  .privacy-hero.standard-page-hero,
  .qa-hero
) :is(.eyebrow,.luxe-kicker) {
  font-family: var(--font-geist),Arial,sans-serif !important;
  font-size: 8px !important;
  font-weight: 800 !important;
  line-height: 12px !important;
  letter-spacing: 2.08px !important;
  text-transform: uppercase !important;
}

:is(
  .hero-slider.standard-page-hero,
  .hamper-category-intro.standard-page-hero,
  .ai-hamper-hero.standard-page-hero,
  .source-gift-hero.standard-page-hero,
  .return-hero.standard-page-hero,
  .journal-hero-v2.standard-page-hero,
  .article-banner.standard-page-hero,
  .garden-hero.standard-page-hero,
  .luxe-hero.standard-page-hero,
  .wishlist-page.wishlist-empty > section,
  .wishlist-hero,
  .occasion-calendar-hero,
  .experience-hero,
  .corporate-hero-v2.standard-page-hero,
  .corporate-location-hero.standard-page-hero,
  .corporate-locations-hero.standard-page-hero,
  .inside-hero.standard-page-hero,
  .contact-hero.standard-page-hero,
  .privacy-hero.standard-page-hero,
  .qa-hero
) h1 {
  font-family: var(--font-geist),Arial,sans-serif !important;
  font-weight: 480 !important;
  line-height: .94 !important;
  letter-spacing: -.065em !important;
}

:is(
  .hero-slider.standard-page-hero,
  .hamper-category-intro.standard-page-hero,
  .ai-hamper-hero.standard-page-hero,
  .source-gift-hero.standard-page-hero,
  .return-hero.standard-page-hero,
  .journal-hero-v2.standard-page-hero,
  .article-banner.standard-page-hero,
  .garden-hero.standard-page-hero,
  .luxe-hero.standard-page-hero,
  .wishlist-page.wishlist-empty > section,
  .wishlist-hero,
  .occasion-calendar-hero,
  .experience-hero,
  .corporate-hero-v2.standard-page-hero,
  .corporate-location-hero.standard-page-hero,
  .corporate-locations-hero.standard-page-hero,
  .inside-hero.standard-page-hero,
  .contact-hero.standard-page-hero,
  .privacy-hero.standard-page-hero,
  .qa-hero
) h1 + p {
  font-family: var(--font-geist),Arial,sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: normal !important;
}

@media (min-width:1025px) {
  :is(
    .hero-slider.standard-page-hero,
    .hamper-category-intro.standard-page-hero,
    .ai-hamper-hero.standard-page-hero,
    .source-gift-hero.standard-page-hero,
    .return-hero.standard-page-hero,
    .journal-hero-v2.standard-page-hero,
    .article-banner.standard-page-hero,
    .garden-hero.standard-page-hero,
    .luxe-hero.standard-page-hero,
    .wishlist-page.wishlist-empty > section,
    .wishlist-hero,
    .occasion-calendar-hero,
    .experience-hero,
    .corporate-hero-v2.standard-page-hero,
    .corporate-location-hero.standard-page-hero,
    .corporate-locations-hero.standard-page-hero,
    .inside-hero.standard-page-hero,
    .contact-hero.standard-page-hero,
    .privacy-hero.standard-page-hero,
    .qa-hero
  ) h1 {
    font-size: 40px !important;
  }
}

@media (min-width:721px) and (max-width:1024px) {
  :is(
    .hero-slider.standard-page-hero,
    .hamper-category-intro.standard-page-hero,
    .ai-hamper-hero.standard-page-hero,
    .source-gift-hero.standard-page-hero,
    .return-hero.standard-page-hero,
    .journal-hero-v2.standard-page-hero,
    .article-banner.standard-page-hero,
    .garden-hero.standard-page-hero,
    .luxe-hero.standard-page-hero,
    .wishlist-page.wishlist-empty > section,
    .wishlist-hero,
    .occasion-calendar-hero,
    .experience-hero,
    .corporate-hero-v2.standard-page-hero,
    .corporate-location-hero.standard-page-hero,
    .corporate-locations-hero.standard-page-hero,
    .inside-hero.standard-page-hero,
    .contact-hero.standard-page-hero,
    .privacy-hero.standard-page-hero,
    .qa-hero
  ) h1 {
    font-size: 34px !important;
  }
}

@media (max-width:720px) {
  :is(
    .hero-slider.standard-page-hero,
    .hamper-category-intro.standard-page-hero,
    .ai-hamper-hero.standard-page-hero,
    .source-gift-hero.standard-page-hero,
    .return-hero.standard-page-hero,
    .journal-hero-v2.standard-page-hero,
    .article-banner.standard-page-hero,
    .garden-hero.standard-page-hero,
    .luxe-hero.standard-page-hero,
    .wishlist-page.wishlist-empty > section,
    .wishlist-hero,
    .occasion-calendar-hero,
    .experience-hero,
    .corporate-hero-v2.standard-page-hero,
    .corporate-location-hero.standard-page-hero,
    .corporate-locations-hero.standard-page-hero,
    .inside-hero.standard-page-hero,
    .contact-hero.standard-page-hero,
    .privacy-hero.standard-page-hero,
    .qa-hero
  ) h1 {
    font-size: 28px !important;
    white-space: normal !important;
  }
}
@media (max-width:720px) {
  body .home-main :is(
    .occasion-ahead-section .category-section-head h2,
    .featured-section .section-title h2,
    .new-arrivals-section .section-title h2,
    .garden-home-feature .garden-home-copy h2,
    .garden-home-products .garden-home-products-head h2,
    .ai-hamper-showcase .hamper-copy h2,
    .source-home-showcase .hamper-copy h2,
    .season-section .season-copy h2,
    .story-section .story-copy h2,
    .mini-section .section-title h2,
    .reviews-section .section-title h2,
    .client-section > h2,
    .corporate-strip h2,
    .reels-section .section-title h2,
    .recent-section .section-title h2,
    .seo-intro-section .seo-intro-heading h2,
    .home-new-experiences .home-experience-heading h2,
    .home-journal-final .section-title h2
  ) {
    font-family: var(--font-geist),Arial,sans-serif !important;
    font-size: 26px !important;
    font-weight: 470 !important;
  }
}

.home-main > :is(
  .occasion-ahead-section,
  .featured-section,
  .new-arrivals-section,
  .season-section,
  .ai-hamper-showcase,
  .garden-home-showcase,
  .story-section,
  .mini-section,
  .reviews-section,
  .client-section,
  .corporate-strip,
  .reels-section,
  .seo-intro-section,
  .home-new-experiences,
  .buy-again-section,
  .home-journal-final
) {
  box-sizing: border-box;
  width: min(var(--home-frame),calc(100% - (var(--home-gutter) * 2))) !important;
  max-width: none !important;
  margin-top: var(--home-section-gap) !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
}

.home-main > .ai-hamper-showcase {
  overflow: hidden !important;
}

.home-main > .ai-hamper-showcase > .hamper-copy {
  padding: var(--home-card-pad) !important;
}

@media (max-width:720px) {

  .home-main > .ai-hamper-showcase > .hamper-copy {
    padding: var(--home-card-pad) !important;
  }
}
.builder-page.builder-welcome {
  --builder-paper: #fbf8f1;
  --builder-soft: #f3ede1;
  --builder-line: #ddd2bf;
  --builder-gold: #a77a2e;
  --builder-ink: #171510;
  --builder-muted: #6d685f;
}

.builder-page .builder-welcome-card {
  height: clamp(470px, 38vw, 520px);
  border-color: rgba(154, 112, 42, .18);
  border-radius: 26px;
  background: var(--builder-paper);
  box-shadow: 0 20px 54px rgba(57, 43, 21, .065);
}

.builder-page .builder-welcome-copy {
  padding: clamp(32px, 3.25vw, 46px);
  justify-content: center;
  gap: clamp(26px, 3vw, 36px);
}

.builder-page .builder-welcome-copy h1 {
  font-size: clamp(52px, 4.25vw, 58px);
  font-weight: 480;
  line-height: .95;
  letter-spacing: -.06em;
}

.builder-page .builder-lead {
  margin: 11px 0 0;
  font-size: 13.5px;
  font-weight: 410;
  line-height: 1.55;
}

.builder-page.builder-welcome .builder-welcome-actions > h2 {
  font-family: var(--font-geist), Arial, sans-serif;
  margin-bottom: 11px;
  font-size: 22px;
  font-weight: 550;
  line-height: 1.2;
  letter-spacing: -.045em;
  text-transform: none;
}

.builder-page .experience-grid {
  gap: 10px;
}

.builder-page .experience-grid > button {
  min-height: 124px;
  padding: 16px;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto 1fr;
  gap: 11px;
  border-color: rgba(113, 91, 54, .2);
  border-radius: 17px;
  background: rgba(255, 255, 255, .7);
  box-shadow: none;
}

.builder-page .experience-grid > button:hover {
  transform: translateY(-1px);
  border-color: rgba(167, 122, 46, .48);
  background: #fffdf9;
}

.builder-page .experience-grid > button.active {
  border-color: var(--builder-gold);
  background: #f8efd9;
  box-shadow: inset 0 0 0 1px rgba(167, 122, 46, .12);
}

.builder-page .experience-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  font-size: 21px;
}

.builder-page .experience-grid > button > span:nth-child(2) {
  grid-column: 1 / -1;
}

.builder-page .experience-grid strong {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.builder-page .experience-grid small {
  color: var(--builder-muted);
  font-size: 9.5px;
  font-weight: 410;
  line-height: 1.45;
}

.builder-page .experience-check {
  width: 26px;
  height: 26px;
  top: 16px;
  right: 16px;
  border-color: var(--builder-line);
  background: rgba(255, 255, 255, .74);
  font-size: 11px;
}

.builder-page .active .experience-check {
  border-color: #d2aa59;
  background: #efd17a;
}

.builder-page .builder-start {
  min-height: 56px;
  margin-top: 11px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(45, 40, 31, .12);
}

.builder-page .builder-start svg {
  width: 18px;
}

.builder-page .builder-assurances {
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(112, 91, 55, .14);
  color: #756f65;
  font-size: 10px;
  font-weight: 470;
}

.builder-page .builder-welcome-art,
.builder-page .builder-welcome-art img {
  min-height: 0;
}

.builder-page .builder-seo-intro {
  margin-top: 50px;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
  gap: clamp(40px, 5vw, 66px);
}

.builder-page .builder-seo-copy p {
  max-width: 740px;
  margin-bottom: 14px;
  color: var(--builder-muted);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.68;
  text-align: left;
}

.builder-page .builder-seo-copy p strong {
  font-weight: 560;
}

.builder-page .builder-seo-paths {
  max-width: 340px;
  gap: 8px;
}

.builder-page .builder-seo-paths a {
  min-height: 82px;
  padding: 15px 16px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .58);
  box-shadow: none;
}

.builder-page .builder-seo-paths a strong {
  font-size: 12.5px;
  font-weight: 570;
}

.builder-page .builder-seo-paths a svg {
  width: 15px;
  height: 15px;
  padding: 6px;
  box-sizing: content-box;
  border: 1px solid var(--builder-line);
  border-radius: 50%;
  background: #fffdf8;
}

.builder-page .builder-seo-faq {
  margin-top: 48px;
  margin-bottom: 66px;
  padding-top: 32px;
  grid-template-columns: minmax(330px, .52fr) minmax(0, 1.48fr);
  gap: clamp(38px, 5vw, 66px);
}

.builder-page .builder-seo-faq-heading h2 {
  max-width: 380px;
}

.builder-page .builder-seo-faq-list {
  border-top: 0;
}

.builder-page .builder-seo-faq-list summary {
  min-height: 64px;
  padding: 14px 4px;
  font-size: 13.5px;
  font-weight: 560;
}

.builder-page .builder-seo-faq-list summary span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--builder-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .48);
  color: var(--builder-gold);
  font-size: 15px;
}

.builder-page .builder-seo-faq-list details[open] {
  margin-inline: -12px;
  padding-inline: 12px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .44);
}

.builder-page .builder-seo-faq-list p {
  margin: -2px 44px 18px 4px;
  font-size: 12.5px;
  font-weight: 400;
}

@media (max-width: 900px) {
  .builder-page .builder-welcome-card {
    height: auto;
  }

  .builder-page .builder-welcome-copy {
    gap: 0;
  }

  .builder-page .builder-seo-faq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .builder-page .builder-welcome-intro {
    padding: 27px 18px 18px;
  }

  .builder-page .builder-welcome-actions {
    padding: 18px 14px 24px;
  }

  .builder-page .builder-welcome-copy h1 {
    font-size: 38px;
    font-weight: 470;
  }

  .builder-page .builder-lead {
    margin-top: 8px;
    font-size: 12px;
  }

  .builder-page .experience-grid > button {
    min-height: 102px;
    padding: 11px;
    gap: 7px;
    border-radius: 14px;
  }

  .builder-page .experience-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .builder-page .experience-check {
    width: 24px;
    height: 24px;
    top: 11px;
    right: 11px;
  }

  .builder-page .experience-grid strong {
    font-size: 11.5px;
  }

  .builder-page .experience-grid small {
    font-size: 8.5px;
  }

  .builder-page .builder-start {
    min-height: 48px;
    font-size: 12px;
  }

  .builder-page .builder-assurances {
    padding-top: 11px;
    font-size: 9px;
  }

  .builder-page .builder-seo-intro {
    margin-top: 34px;
    gap: 18px;
  }

  .builder-page .builder-seo-copy p {
    font-size: 12.5px;
    line-height: 1.64;
  }

  .builder-page .builder-seo-paths {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .builder-page .builder-seo-paths a {
    min-height: 78px;
    padding: 13px;
  }

  .builder-page .builder-seo-paths a span {
    font-size: 8px;
  }

  .builder-page .builder-seo-paths a strong {
    font-size: 11px;
  }

  .builder-page .builder-seo-paths a svg {
    width: 13px;
    height: 13px;
    padding: 5px;
  }

  .builder-page .builder-seo-faq {
    margin-top: 36px;
    margin-bottom: 52px;
    padding-top: 24px;
    gap: 10px;
  }

  .builder-page .builder-seo-faq-heading h2 {
    max-width: 330px;
  }

  .builder-page .builder-seo-faq-list summary {
    min-height: 58px;
    padding: 13px 2px;
    font-size: 12px;
  }

  .builder-page .builder-seo-faq-list summary span {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .builder-page .builder-seo-faq-list details[open] {
    margin-inline: -8px;
    padding-inline: 8px;
  }

  .builder-page .builder-seo-faq-list p {
    margin: -1px 34px 16px 2px;
    font-size: 11.5px;
  }
}
@media (min-width: 721px) and (max-width: 980px) {

  .home-main > .ai-hamper-showcase {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    grid-template-rows: minmax(0, 300px) !important;
  }

  .home-main > .ai-hamper-showcase > .hamper-art,
  .home-main > .ai-hamper-showcase > .hamper-copy {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }

  .home-main > .ai-hamper-showcase > .hamper-copy {
    padding: 24px 32px !important;
  }

  .home-main > .ai-hamper-showcase > .hamper-art > img {
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  :is(
    .hero-slider.standard-page-hero,
    .hamper-category-intro.standard-page-hero,
    .ai-hamper-hero.standard-page-hero,
    .source-gift-hero.standard-page-hero,
    .return-hero.standard-page-hero,
    .journal-hero-v2.standard-page-hero,
    .article-banner.standard-page-hero,
    .garden-hero.standard-page-hero,
    .luxe-hero.standard-page-hero,
    .wishlist-page.wishlist-empty > section,
    .wishlist-hero,
    .occasion-calendar-hero,
    .experience-hero,
    .corporate-hero-v2.standard-page-hero,
    .corporate-location-hero.standard-page-hero,
    .corporate-locations-hero.standard-page-hero,
    .inside-hero.standard-page-hero,
    .contact-hero.standard-page-hero,
    .privacy-hero.standard-page-hero,
    .qa-hero
  ) h1 {
    max-width: 100% !important;
    font-size: clamp(29px, 4.15vw, 34px) !important;
    line-height: .98 !important;
    text-wrap: balance;
  }

  :is(
    .hero-slider.standard-page-hero,
    .hamper-category-intro.standard-page-hero,
    .ai-hamper-hero.standard-page-hero,
    .source-gift-hero.standard-page-hero,
    .return-hero.standard-page-hero,
    .journal-hero-v2.standard-page-hero,
    .article-banner.standard-page-hero,
    .garden-hero.standard-page-hero,
    .luxe-hero.standard-page-hero,
    .wishlist-page.wishlist-empty > section,
    .wishlist-hero,
    .occasion-calendar-hero,
    .experience-hero,
    .corporate-hero-v2.standard-page-hero,
    .corporate-location-hero.standard-page-hero,
    .corporate-locations-hero.standard-page-hero,
    .inside-hero.standard-page-hero,
    .contact-hero.standard-page-hero,
    .privacy-hero.standard-page-hero,
    .qa-hero
  ) h1:has(br) {
    white-space: nowrap !important;
  }

  :is(
    .hero-slider.standard-page-hero,
    .hamper-category-intro.standard-page-hero,
    .ai-hamper-hero.standard-page-hero,
    .source-gift-hero.standard-page-hero,
    .return-hero.standard-page-hero,
    .journal-hero-v2.standard-page-hero,
    .article-banner.standard-page-hero,
    .garden-hero.standard-page-hero,
    .luxe-hero.standard-page-hero,
    .wishlist-page.wishlist-empty > section,
    .wishlist-hero,
    .occasion-calendar-hero,
    .experience-hero,
    .corporate-hero-v2.standard-page-hero,
    .corporate-location-hero.standard-page-hero,
    .corporate-locations-hero.standard-page-hero,
    .inside-hero.standard-page-hero,
    .contact-hero.standard-page-hero,
    .privacy-hero.standard-page-hero,
    .qa-hero
  ) h1:not(:has(br)) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 721px) and (max-width: 980px) {

  .builder-page .builder-welcome-art,
  .builder-page .builder-welcome-art img {
    height: 320px !important;
    min-height: 320px !important;
  }
}
.builder-page .builder-start,
.builder-workspace .builder-sticky .button,
.builder-workspace .builder-back,
.builder-workspace .builder-add {
  white-space: nowrap;
}

.builder-page .builder-start,
.builder-workspace .builder-sticky .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 900px) {
  .builder-page .builder-welcome-intro {
    padding: 34px 28px 26px;
  }

  .builder-page .builder-welcome-art {
    height: clamp(280px, 44vw, 340px);
  }

  .builder-page .builder-welcome-actions {
    padding: 26px 28px 34px;
  }

  .builder-page .builder-seo-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .builder-page .builder-seo-copy,
  .builder-page .builder-seo-paths {
    width: 100%;
    max-width: none;
  }

  .builder-page .builder-seo-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .builder-workspace .builder-content {
    padding-inline: 10px;
  }

  .builder-workspace .builder-product-grid,
  .builder-workspace .builder-product-grid.addon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .builder-workspace .greeting-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .builder-page .builder-welcome-intro {
    padding: 26px 18px 18px;
  }

  .builder-page .builder-welcome-copy h1 {
    font-size: 20px;
    line-height: 1.05;
  }

  .builder-page .builder-start {
    min-height: 53px;
    font-size: 13px;
  }

  .builder-page .builder-welcome-art {
    width: calc(100% - 20px);
    height: auto;
    margin-inline: 10px;
    aspect-ratio: 16 / 9;
  }

  .builder-page .builder-welcome-actions {
    padding: 20px 12px 24px;
  }

  .builder-page .builder-seo-intro,
  .builder-page .builder-seo-faq {
    width: calc(100% - 20px);
    padding-inline: 4px;
  }

  .builder-page .builder-seo-intro {
    margin-top: 32px;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .builder-page .builder-seo-copy,
  .builder-page .builder-seo-copy p {
    width: 100%;
    max-width: none;
  }

  .builder-page .builder-seo-copy h2 {
    max-width: 350px;
    font-size: clamp(32px, 9.4vw, 38px);
    line-height: .98;
  }

  .builder-page .builder-seo-copy p {
    font-size: 13px;
    line-height: 1.62;
  }

  .builder-page.builder-welcome .builder-seo-copy > p {
    font-size: 11.5px;
  }

  .builder-page .builder-seo-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .builder-page .builder-seo-paths a {
    min-width: 0;
    min-height: 88px;
    padding: 13px 12px;
  }

  .builder-page .builder-seo-paths a strong {
    font-size: 10.5px;
    line-height: 1.3;
  }

  .builder-workspace .builder-content {
    width: 100%;
    padding: 32px 12px 28px;
  }

  .builder-workspace .builder-title-row h1 {
    font-size: clamp(36px, 11vw, 43px);
  }

  .builder-workspace .builder-category-rail {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  .builder-workspace .builder-category-rail button,
  .builder-workspace .builder-category-rail button:first-child {
    flex-basis: 104px;
  }

  .builder-workspace .builder-product-grid,
  .builder-workspace .builder-product-grid.addon-grid,
  .builder-workspace .greeting-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .builder-workspace .builder-product-grid article {
    padding: 6px;
    border-radius: 15px;
  }

  .builder-workspace .builder-product-image {
    aspect-ratio: 1.16;
    border-radius: 10px;
  }

  .builder-workspace .builder-product-copy {
    padding: 10px 5px 43px;
  }

  .builder-workspace .builder-product-copy h3 {
    min-height: 34px;
    font-size: 12.5px;
  }

  .builder-workspace .builder-add,
  .builder-workspace .builder-quantity {
    min-height: 31px;
  }

  .builder-workspace .builder-sticky {
    width: calc(100% - 12px);
    padding: 10px 10px 10px 12px;
    bottom: max(6px, env(safe-area-inset-bottom));
  }

  .builder-workspace .builder-sticky .button {
    min-width: 126px;
  }
}
.builder-workspace {
  --builder-workspace-line: #ddd3c2;
  --builder-workspace-gold: #a77e2d;
  --builder-workspace-paper: #fbf8f2;
  --builder-workspace-muted: #716c62;
  background: linear-gradient(180deg, #f8f5ee 0%, #f3eee4 100%);
}

.builder-workspace .builder-content {
  width: min(1280px, calc(100% - 32px));
  max-width: 1280px;
  padding: 38px 0 48px;
}

.builder-workspace .builder-products-title {
  margin-bottom: 26px;
  align-items: center;
}

.builder-workspace .builder-products-title .eyebrow {
  color: #97702b;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .18em;
}

.builder-workspace .builder-products-title h1 {
  margin: 12px 0 0;
  font-family: var(--font-geist), Arial, sans-serif;
  font-size: 38.5px;
  font-weight: 480;
  line-height: 1.02;
  letter-spacing: -.05em;
}

.builder-workspace .builder-products-title p {
  margin-top: 12px;
  color: var(--builder-workspace-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.builder-workspace .builder-products-title > strong {
  padding: 10px 15px;
  border: 1px solid var(--builder-workspace-line);
  background: rgba(255, 255, 255, .58);
  color: #544a39;
  font-size: 10px;
  font-weight: 650;
}

.builder-workspace .builder-category-block {
  margin-bottom: 28px;
  padding: 22px 22px 16px;
  overflow: hidden;
  border: 1px solid var(--builder-workspace-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .52);
  box-shadow: 0 16px 38px rgba(62, 47, 27, .035);
}

.builder-workspace .builder-category-heading {
  margin-bottom: 16px;
  align-items: center;
}

.builder-workspace .builder-category-heading h2 {
  margin-top: 7px;
  font-size: 23px;
  font-weight: 520;
  letter-spacing: -.04em;
}

.builder-category-heading-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.builder-category-heading-actions > span {
  display: flex;
  gap: 7px;
}

.builder-category-heading-actions button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--builder-workspace-line);
  border-radius: 50%;
  background: #fffdf8;
  color: #66583f;
  font-size: 15px;
  cursor: pointer;
}

.builder-workspace .builder-category-rail {
  margin: 0 -22px;
  padding: 0 22px 8px;
  gap: 10px;
  scroll-snap-type: x proximity;
}

.builder-workspace .builder-category-rail button,
.builder-workspace .builder-category-rail button:first-child {
  flex: 0 0 128px;
  min-width: 128px;
  padding: 7px 7px 10px;
  gap: 8px;
  border-color: rgba(142, 119, 75, .2);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  color: #554f45;
  font-size: 10px;
  font-weight: 560;
  scroll-snap-align: start;
  cursor: pointer;
}

.builder-workspace .builder-category-rail button.active {
  border-color: #b58a37;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(70, 52, 24, .08), inset 0 0 0 1px rgba(181, 138, 55, .18);
}

.builder-workspace .builder-category-rail img {
  height: 72px;
  border-radius: 11px;
}

.builder-workspace .builder-category-rail button span {
  min-height: 24px;
  line-height: 1.25;
}

.builder-featured {
  margin-bottom: 20px;
}

.builder-featured-heading {
  margin-bottom: 14px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.builder-featured-heading h2 {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 520;
  line-height: 1.15;
  letter-spacing: -.04em;
}

.builder-featured-heading > span {
  color: var(--builder-workspace-muted);
  font-size: 9px;
}

.builder-featured-rail {
  margin-inline: 0;
  padding: 0 0 8px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.builder-featured-rail::-webkit-scrollbar {
  display: none;
}

.builder-featured-rail article {
  min-width: 258px;
  flex: 0 0 258px;
  padding: 7px;
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--builder-workspace-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .68);
  scroll-snap-align: start;
}

.builder-featured-rail article.selected {
  border-color: #b58a37;
  background: #fffdf8;
}

.builder-featured-rail article > img {
  width: 88px;
  height: 78px;
  object-fit: cover;
  border-radius: 12px;
}

.builder-featured-rail article > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.builder-featured-rail small {
  overflow: hidden;
  color: #9a782f;
  font-size: 6.5px;
  font-weight: 750;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.builder-featured-rail strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.builder-featured-rail b {
  font-size: 10px;
}

.builder-featured-rail article > button,
.builder-featured-rail article > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #1d1a15;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.builder-featured-rail article > span {
  width: auto;
  padding: 0 8px;
  border-radius: 999px;
  background: #b58a37;
  font-size: 7px;
  white-space: nowrap;
}

.builder-featured-rail article > .builder-selected-check {
  width: 25px;
  height: 25px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  background: #d2aa4a;
  color: #2d2518;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(99, 72, 24, .18);
}

.builder-featured-rail article > .builder-selected-check:hover,
.builder-featured-rail article > .builder-selected-check:focus-visible {
  background: #c5962f;
  box-shadow: 0 0 0 3px rgba(210, 170, 74, .2), 0 4px 10px rgba(99, 72, 24, .18);
}

.builder-workspace .builder-product-image > .builder-selected-check {
  top: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 50%;
  background: #d2aa4a;
  color: #2d2518;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(99, 72, 24, .2);
}

.builder-catalog-toolbar {
  margin-bottom: 18px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(460px, 720px) minmax(180px, 1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  border: 1px solid rgba(142, 119, 75, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .52);
  box-shadow: 0 12px 34px rgba(72, 55, 28, .045);
}

.builder-catalog-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.builder-catalog-toolbar h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 520;
  letter-spacing: -.04em;
}

.builder-catalog-toolbar span {
  color: var(--builder-workspace-muted);
  font-size: 9px;
}

.builder-catalog-search {
  width: 100%;
  position: relative;
  justify-self: center;
}

.builder-catalog-sort {
  justify-self: end;
}

.builder-catalog-toolbar input,
.builder-catalog-toolbar select {
  min-height: 44px;
  border: 1px solid var(--builder-workspace-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #3c3832;
  font: 550 10px/1 var(--font-geist), Arial, sans-serif;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.builder-catalog-toolbar input {
  width: 100%;
  min-height: 44px;
  padding: 0 76px 0 28px;
  border-color: rgba(181, 138, 55, .34);
  box-shadow: 0 8px 22px rgba(70, 51, 19, .06), inset 0 1px 0 rgba(255, 255, 255, .9);
  font-size: 12px;
  text-align: center;
}

.builder-search-clear {
  min-height: 30px;
  padding: 0 13px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: #f2ead9;
  color: #6f5728;
  font-size: 8.5px;
  font-weight: 680;
  cursor: pointer;
}

.builder-catalog-toolbar select {
  min-width: 116px;
  padding: 0 36px 0 17px;
  cursor: pointer;
}

.builder-catalog-toolbar input:focus,
.builder-catalog-toolbar select:focus {
  border-color: #b58a37;
  box-shadow: 0 0 0 3px rgba(181, 138, 55, .1);
}

.builder-products-layout {
  display: block;
}

.builder-search-empty {
  min-height: 250px;
  padding: 46px 20px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px dashed rgba(142, 119, 75, .3);
  border-radius: 22px;
  background: rgba(255, 255, 255, .42);
  text-align: center;
}

.builder-search-empty span {
  color: #9a7a39;
  font-size: 8px;
  font-weight: 720;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.builder-search-empty h3 {
  margin: 10px 0 6px;
  font-size: 22px;
  font-weight: 540;
  letter-spacing: -.035em;
}

.builder-search-empty p {
  margin: 0;
  color: var(--builder-workspace-muted);
  font-size: 10.5px;
}

.builder-search-empty button {
  min-height: 38px;
  margin-top: 16px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  background: #1d1a15;
  color: #fff;
  font-size: 9px;
  font-weight: 680;
}

.builder-workspace .builder-products-layout .builder-product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.builder-workspace .builder-products-layout .builder-product-grid article {
  padding: 7px;
  border-color: rgba(142, 119, 75, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .68);
}

.builder-workspace .builder-products-layout .builder-product-grid article.selected {
  border-color: #b58a37;
  background: #fffdf8;
  box-shadow: 0 14px 30px rgba(61, 46, 24, .075), inset 0 0 0 1px rgba(181, 138, 55, .16);
}

.builder-workspace .builder-products-layout .builder-product-image {
  aspect-ratio: 1.08;
  border-radius: 13px;
}

.builder-workspace .builder-products-layout .builder-product-copy {
  padding: 13px 7px 47px;
}

.builder-workspace .builder-products-layout .builder-product-copy small {
  font-size: 7.5px;
}

.builder-workspace .builder-products-layout .builder-product-copy h3 {
  min-height: 36px;
  margin: 6px 0 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.28;
}

.builder-workspace .builder-products-layout .builder-product-copy strong {
  font-size: 11px;
}

.builder-workspace .builder-products-layout .builder-add,
.builder-workspace .builder-products-layout .builder-quantity {
  min-height: 38px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  border: 1px solid rgba(181, 138, 55, .3);
  border-radius: 999px;
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 7px 18px rgba(63, 46, 17, .06), inset 0 1px 0 rgba(255, 255, 255, .9);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.builder-workspace .builder-products-layout .builder-add {
  padding: 4px 5px 4px 14px;
  color: #4e3b17;
  font-size: 10px;
  letter-spacing: .01em;
}

.builder-workspace .builder-products-layout .builder-add-label {
  width: auto;
  height: auto;
  display: inline;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-weight: 600;
}

.builder-workspace .builder-products-layout .builder-add-icon,
.builder-workspace .builder-products-layout .builder-quantity button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #c7a24f, #a97e2d);
  color: #fffdf8;
  box-shadow: 0 5px 12px rgba(111, 78, 20, .2);
  font-size: 15px;
  font-weight: 520;
  line-height: 1;
}

.builder-workspace .builder-products-layout .builder-quantity {
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.builder-workspace .builder-products-layout .builder-quantity span {
  min-width: 22px;
  color: #4a3714;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
}

.builder-workspace .builder-products-layout .builder-quantity button:first-child {
  background: #f2ead9;
  color: #765b26;
  box-shadow: none;
}

.builder-step-3 .addon-category-block {
  margin-bottom: 22px;
}

.builder-step-3 .builder-products-layout .builder-product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (hover: hover) {
  .builder-workspace .builder-products-layout .builder-add:hover,
  .builder-workspace .builder-products-layout .builder-quantity:hover {
    border-color: rgba(181, 138, 55, .68);
    box-shadow: 0 9px 22px rgba(63, 46, 17, .1);
  }

  .builder-workspace .builder-products-layout .builder-add:hover {
    transform: translateY(-1px);
  }

  .builder-workspace .builder-products-layout .builder-add:hover .builder-add-icon,
  .builder-workspace .builder-products-layout .builder-quantity button:hover {
    filter: brightness(.95);
  }
}

.builder-selection-panel {
  min-height: 390px;
  padding: 22px;
  position: sticky;
  top: 116px;
  border: 1px solid var(--builder-workspace-line);
  border-radius: 22px;
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 18px 45px rgba(58, 44, 24, .07);
  backdrop-filter: blur(14px);
}

.builder-selection-panel > h2 {
  margin: 10px 0 12px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.builder-selection-panel > p {
  margin: 0;
  color: var(--builder-workspace-muted);
  font-size: 11px;
  line-height: 1.65;
}

.builder-selection-list {
  margin-top: 17px;
  display: grid;
  gap: 8px;
}

.builder-selection-list > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 25px;
  align-items: center;
  gap: 9px;
}

.builder-selection-list img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 10px;
}

.builder-selection-list span {
  min-width: 0;
}

.builder-selection-list strong,
.builder-selection-list small {
  display: block;
}

.builder-selection-list strong {
  overflow: hidden;
  font-size: 9.5px;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.builder-selection-list small {
  margin-top: 3px;
  color: var(--builder-workspace-muted);
  font-size: 8px;
}

.builder-selection-list button {
  width: 25px;
  height: 25px;
  border: 1px solid var(--builder-workspace-line);
  border-radius: 50%;
  background: #fff;
  color: #6e572b;
}

.builder-selection-more {
  padding: 7px 0 0 51px;
  color: #8b744c;
  font-size: 8px;
}

.builder-selection-total {
  margin-top: 22px;
  padding-top: 17px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--builder-workspace-line);
}

.builder-selection-total span {
  color: var(--builder-workspace-muted);
  font-size: 9px;
}

.builder-selection-total strong {
  font-size: 20px;
  font-weight: 610;
}

.builder-selection-panel > .button {
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-size: 11px;
}

.builder-selection-panel > .button:disabled {
  opacity: .38;
}

.builder-selection-note {
  margin-top: 10px;
  display: block;
  color: var(--builder-workspace-muted);
  font-size: 7.5px;
  text-align: center;
}

@media (hover: hover) {
  .builder-category-heading-actions button:hover,
  .builder-workspace .builder-category-rail button:hover,
  .builder-featured-rail article:hover,
  .builder-workspace .builder-products-layout .builder-product-grid article:hover {
    transform: translateY(-2px);
    border-color: #bd974b;
  }
}

@media (max-width: 1100px) {
  .builder-catalog-toolbar {
    grid-template-columns: minmax(150px, .8fr) minmax(300px, 1.5fr) auto;
    gap: 16px;
  }

  .builder-products-layout {
    grid-template-columns: 1fr;
  }

  .builder-selection-panel {
    display: none;
  }

  .builder-workspace .builder-products-layout .builder-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .builder-workspace .builder-content {
    width: 100%;
    padding: 36px 12px 30px;
  }

  .builder-workspace .builder-products-title {
    margin-bottom: 24px;
    align-items: flex-start;
  }

  .builder-workspace .builder-products-title h1 {
    font-size: 32px;
  }

  .builder-workspace .builder-products-title p {
    max-width: 330px;
    font-size: 13px;
  }

  .builder-workspace .builder-category-block {
    margin-inline: -6px;
    padding: 18px 14px 12px;
    border-radius: 20px;
  }

  .builder-workspace .builder-category-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .builder-category-heading-actions {
    width: 100%;
    justify-content: space-between;
  }

  .builder-category-heading-actions > span {
    display: none;
  }

  .builder-workspace .builder-category-rail {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .builder-workspace .builder-category-rail button,
  .builder-workspace .builder-category-rail button:first-child {
    min-width: 108px;
    flex-basis: 108px;
  }

  .builder-workspace .builder-category-rail img {
    height: 62px;
  }

  .builder-featured-heading > span {
    display: none;
  }

  .builder-featured-rail article {
    min-width: min(76vw, 270px);
    flex-basis: min(76vw, 270px);
  }

  .builder-catalog-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }

  .builder-catalog-search {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .builder-catalog-title {
    grid-column: 1;
    grid-row: 2;
  }

  .builder-catalog-sort {
    grid-column: 2;
    grid-row: 2;
  }

  .builder-catalog-toolbar input {
    min-height: 44px;
  }

  .builder-workspace .builder-products-layout .builder-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .builder-workspace .builder-products-layout .builder-product-grid article {
    padding: 6px;
    border-radius: 16px;
  }

  .builder-workspace .builder-products-layout .builder-product-copy {
    padding: 9px 4px 40px;
  }

  .builder-workspace .builder-products-layout .builder-product-copy h3 {
    min-height: 31px;
    font-size: 10px;
    line-height: 1.25;
  }

  .builder-workspace .builder-products-layout .builder-product-copy strong {
    font-size: 9.5px;
  }

  .builder-workspace .builder-products-layout .builder-add,
  .builder-workspace .builder-products-layout .builder-quantity {
    right: 8px;
    bottom: 8px;
    left: 8px;
    min-height: 34px;
  }

  .builder-workspace .builder-products-layout .builder-add {
    padding: 3px 4px 3px 10px;
  }

  .builder-workspace .builder-products-layout .builder-add-icon,
  .builder-workspace .builder-products-layout .builder-quantity button {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
}

@media (max-width: 430px) {
  .builder-workspace .builder-products-title {
    flex-direction: column;
  }

  .builder-workspace .builder-products-title > strong {
    padding: 8px 12px;
  }

  .builder-workspace .builder-category-heading h2 {
    font-size: 20px;
  }

  .builder-featured-heading h2,
  .builder-catalog-toolbar h2 {
    font-size: 19px;
  }
}
@media (min-width: 761px) {
  .builder-workspace .builder-progress-wrap,
  .builder-workspace .builder-content {
    width: min(1280px, calc(100% - 32px));
    max-width: 1280px;
    margin-inline: auto;
  }

  .builder-workspace .builder-content {
    padding-right: 0;
    padding-left: 0;
  }
}
.builder-step-2 .builder-greeting-title {
  margin-bottom: 26px;
  align-items: center;
}

.builder-step-2 .builder-greeting-title .eyebrow {
  color: #97702b;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .18em;
}

.builder-step-2 .builder-greeting-title h1 {
  margin: 12px 0 0;
  font-family: var(--font-geist), Arial, sans-serif;
  font-size: 38.5px;
  font-weight: 480;
  line-height: 1.02;
  letter-spacing: -.05em;
}

.builder-step-2 .builder-greeting-title p {
  margin-top: 12px;
  color: var(--builder-workspace-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.builder-step-2 .builder-greeting-title > strong {
  padding: 10px 15px;
  border: 1px solid var(--builder-workspace-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: #544a39;
  font-size: 10px;
  font-weight: 650;
}

.builder-step-2 .card-builder-layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .72fr);
  align-items: start;
  gap: 22px;
}

.builder-step-2 .greeting-card-panel {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0 16px 38px rgba(62, 47, 27, .04);
}

.builder-step-2 .greeting-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
}

.builder-step-2 .greeting-card-grid button {
  min-width: 0;
  padding: 7px 7px 9px;
  position: relative;
  border: 1px solid rgba(142, 119, 75, .18);
  border-radius: 18px;
  background: rgba(255, 253, 248, .9);
  color: #302c25;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(65, 48, 18, .035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.builder-step-2 .greeting-card-grid button.active {
  border-color: #b58a37;
  background: #fffdf8;
  box-shadow: 0 14px 32px rgba(70, 52, 24, .1), inset 0 0 0 1px rgba(181, 138, 55, .15);
}

.builder-step-2 .greeting-card-grid button.active::after {
  content: "✓";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #efd580, #d8ae4d);
  color: #30240d;
  box-shadow: 0 6px 14px rgba(120, 84, 20, .18);
  font-size: 10px;
  font-weight: 800;
}

.builder-step-2 .card-mini {
  aspect-ratio: 1.18;
  margin-bottom: 8px;
  border: 0;
  border-radius: 13px;
  color: #59421d;
}

.builder-step-2 .card-mini > .greeting-card-icon {
  width: 78%;
  height: 78%;
  position: relative;
  z-index: 1;
  overflow: visible;
  filter: drop-shadow(0 5px 8px rgba(61, 44, 17, .1));
}

.builder-step-2 .greeting-card-copy-lines {
  opacity: .5;
}

.builder-step-2 .greeting-card-preview-motif {
  opacity: .62;
  stroke-width: 1.25;
}

.builder-step-2 .card-occasion-8 {
  background: linear-gradient(145deg, #f4ecdd, #ddcbae);
}

.builder-step-2 .card-occasion-8::before,
.builder-step-2 .card-occasion-8::after,
.builder-step-2 .card-occasion-8 .greeting-card-preview-motif {
  display: none;
}

.builder-step-2 .card-occasion-11 {
  color: #f0d58c;
}

.builder-step-2 .card-mini-3 > .greeting-card-icon,
.builder-step-2 .card-occasion-11 > .greeting-card-icon {
  filter: drop-shadow(0 5px 9px rgba(0, 0, 0, .2));
}

.builder-step-2 .greeting-card-grid strong {
  display: block;
  padding-inline: 5px;
  overflow: hidden;
  font-size: 11px;
  font-weight: 560;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.builder-step-2 .greeting-card-meta {
  min-height: 18px;
  margin-top: 4px;
  padding-inline: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.builder-step-2 .greeting-card-meta small {
  color: #5f4719;
  font-size: 8.5px;
  font-weight: 780;
  line-height: 1;
}

.builder-step-2 .greeting-card-meta em {
  padding: 4px 6px;
  border-radius: 999px;
  background: #ead18e;
  color: #4b3610;
  font-size: 7px;
  font-style: normal;
  font-weight: 780;
  letter-spacing: .03em;
}

.builder-step-2 .message-card {
  padding: 22px;
  position: sticky;
  top: 108px;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, .5);
  color: #1c1a15;
  box-shadow: 0 16px 38px rgba(62, 47, 27, .04);
}

.builder-step-2 .message-card > .eyebrow {
  font-size: 8.5px;
  letter-spacing: .16em;
}

.builder-step-2 .builder-card-price-note {
  margin: 8px 0 15px;
  color: #6f685c;
  font-size: 9px;
  line-height: 1.55;
}

.builder-step-2 .builder-message-choice {
  margin: 0 0 14px;
  padding: 12px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .48);
}

.builder-step-2 .builder-message-choice > span {
  font-size: 8px;
  letter-spacing: .1em;
}

.builder-step-2 .builder-message-choice button {
  min-height: 58px;
  padding: 10px 11px;
  border-color: rgba(142, 119, 75, .2);
  border-radius: 14px;
  background: rgba(255, 253, 248, .9);
}

.builder-step-2 .builder-message-choice button.selected {
  border-color: #a77d31;
  background: #f4e7c8;
  box-shadow: inset 0 0 0 1px rgba(167, 125, 49, .28);
}

.builder-step-2 .message-card label {
  margin-top: 13px;
  gap: 6px;
  color: #655e53;
  font-size: 9px;
  font-weight: 620;
}

.builder-step-2 .message-card input:not([type="checkbox"]),
.builder-step-2 .message-card textarea {
  min-height: 44px;
  padding: 11px 13px;
  border: 1px solid rgba(142, 119, 75, .24);
  border-radius: 13px;
  background: rgba(255, 255, 255, .78);
  color: #27231c;
  font: 450 10px/1.45 var(--font-geist), Arial, sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.builder-step-2 .message-card textarea {
  min-height: 104px;
}

.builder-step-2 .message-card input:focus,
.builder-step-2 .message-card textarea:focus {
  border-color: #b58a37;
  background: #fffdf8;
  outline: none;
  box-shadow: 0 0 0 3px rgba(181, 138, 55, .1);
}

.builder-step-2 .message-card input:disabled,
.builder-step-2 .message-card textarea:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.builder-step-2 .message-card .skip-card {
  min-height: 44px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .52);
  color: #4f493f;
}

.builder-step-2 .message-card .skip-card input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #a77d31;
}

@media (hover: hover) {
  .builder-step-2 .greeting-card-grid button:hover {
    transform: translateY(-2px);
    border-color: #bd974b;
    box-shadow: 0 13px 28px rgba(65, 48, 18, .08);
  }
}

@media (max-width: 980px) {
  .builder-step-2 .card-builder-layout {
    grid-template-columns: 1fr;
  }

  .builder-step-2 .greeting-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .builder-step-2 .message-card {
    position: static;
  }
}

@media (max-width: 760px) {
  .builder-step-2 .builder-greeting-title {
    margin-bottom: 22px;
    align-items: flex-start;
    flex-direction: column;
  }

  .builder-step-2 .builder-greeting-title h1 {
    font-size: 32px;
  }

  .builder-step-2 .builder-greeting-title p {
    font-size: 13px;
  }

  .builder-step-2 .greeting-card-panel {
    padding: 14px;
    border-radius: 20px;
  }

  .builder-step-2 .greeting-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .builder-step-2 .greeting-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .builder-step-2 .greeting-card-grid button {
    padding: 5px 5px 7px;
    border-radius: 14px;
  }

  .builder-step-2 .greeting-card-grid button.active::after {
    width: 20px;
    height: 20px;
    top: 9px;
    right: 9px;
    font-size: 8px;
  }

  .builder-step-2 .card-mini {
    margin-bottom: 6px;
    border-radius: 10px;
  }

  .builder-step-2 .greeting-card-grid strong {
    padding-inline: 2px;
    font-size: 9.5px;
  }

  .builder-step-2 .greeting-card-meta {
    min-height: 16px;
    margin-top: 3px;
    padding-inline: 2px;
  }

  .builder-step-2 .greeting-card-meta small {
    font-size: 7.5px;
  }

  .builder-step-2 .greeting-card-meta em {
    padding: 3px 5px;
    font-size: 6.5px;
  }

  .builder-step-2 .message-card {
    padding: 17px;
    border-radius: 20px;
  }
}
.builder-step-4 .builder-box-title {
  margin-bottom: 22px;
}

.builder-step-4 .builder-box-fit {
  margin: 0 0 20px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 34px minmax(190px, auto) minmax(240px, 1fr) auto;
  align-items: center;
  gap: 13px;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, .56);
  box-shadow: 0 12px 32px rgba(67, 49, 22, .045);
}

.builder-step-4 .builder-box-fit > .box-fit-mark {
  width: 34px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #c7a24f, #a97e2d);
  color: #fffdf8;
  box-shadow: 0 6px 14px rgba(111, 78, 20, .18);
  font-size: 13px;
  line-height: 1;
}

.builder-step-4 .builder-box-fit > .box-fit-copy {
  padding: 0;
  display: grid;
  gap: 4px;
  border-radius: 0;
  background: transparent;
  color: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.builder-step-4 .builder-box-fit .box-fit-copy small {
  color: #99742d;
  font-size: 7.5px;
  font-weight: 760;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.builder-step-4 .builder-box-fit .box-fit-copy strong {
  font-size: 11px;
  font-weight: 650;
}

.builder-step-4 .builder-box-fit p {
  margin: 0;
  color: var(--builder-workspace-muted);
  font-size: 9.5px;
  line-height: 1.5;
}

.builder-step-4 .builder-box-fit > em {
  padding: 8px 11px;
  border-radius: 999px;
  background: #f0e4c6;
  color: #76571f;
  font-size: 7.5px;
  font-style: normal;
  font-weight: 760;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.builder-step-4 .builder-box-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
}

.builder-step-4 .builder-box-grid > button {
  min-width: 0;
  min-height: 0;
  padding: 7px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(142, 119, 75, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .68);
  color: var(--ink);
  text-align: left;
  box-shadow: none;
  cursor: pointer;
  scroll-snap-align: unset;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.builder-step-4 .builder-box-grid > button.active {
  border-color: #b58a37;
  background: #fffdf8;
  box-shadow: 0 14px 30px rgba(61, 46, 24, .075), inset 0 0 0 1px rgba(181, 138, 55, .16);
}

.builder-step-4 .builder-box-grid > button.recommended:not(:disabled) {
  border-color: #b58a37;
}

.builder-step-4 .builder-box-grid > button:disabled {
  opacity: .5;
  filter: grayscale(.55);
  cursor: not-allowed;
}

.builder-step-4 .builder-box-grid .box-option-image {
  width: 100%;
  padding: 0;
  position: relative;
  display: block;
}

.builder-step-4 .builder-box-grid .box-option-image img {
  width: 100%;
  aspect-ratio: 1.08;
  display: block;
  object-fit: cover;
  border-radius: 13px;
}

.builder-step-4 .builder-box-grid .box-option-image em {
  top: 8px;
  left: 8px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255, 253, 248, .92);
  color: #614818;
  box-shadow: 0 5px 14px rgba(42, 31, 15, .12);
  font-size: 6.5px;
  font-weight: 780;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.builder-step-4 .builder-box-grid .box-option-image em.does-not-fit {
  background: rgba(29, 26, 21, .86);
  color: #fff;
}

.builder-step-4 .builder-box-grid > button > .box-option-copy {
  width: 100%;
  padding: 13px 7px 48px;
  display: block;
}

.builder-step-4 .builder-box-grid .box-option-copy > small {
  min-height: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  color: #9a782f;
  font-size: 7.5px;
  font-weight: 760;
  letter-spacing: .07em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.builder-step-4 .builder-box-grid .box-option-copy > strong {
  min-height: 34px;
  margin: 6px 0 4px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.28;
}

.builder-step-4 .builder-box-grid .box-option-copy > span {
  min-height: 31px;
  display: block;
  color: var(--builder-workspace-muted);
  font-size: 8px;
  line-height: 1.45;
}

.builder-step-4 .builder-box-grid .box-option-copy > b {
  margin-top: 8px;
  display: block;
  color: #332b1d;
  font-size: 11px;
  font-weight: 680;
}

.builder-step-4 .builder-box-grid > button > .box-option-action {
  min-height: 38px;
  padding: 4px 5px 4px 14px;
  position: absolute;
  right: 11px;
  bottom: 11px;
  left: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(181, 138, 55, .3);
  border-radius: 999px;
  background: rgba(255, 253, 248, .94);
  color: #4e3b17;
  box-shadow: 0 7px 18px rgba(63, 46, 17, .06), inset 0 1px 0 rgba(255, 255, 255, .9);
  font-size: 10px;
  font-weight: 660;
}

.builder-step-4 .builder-box-grid > button.active > .box-option-action {
  border-color: rgba(181, 138, 55, .52);
  background: #f4e7c8;
}

.builder-step-4 .builder-box-grid .box-option-action > i {
  width: 28px;
  height: 28px;
  position: static;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #c7a24f, #a97e2d);
  color: #fffdf8;
  box-shadow: 0 5px 12px rgba(111, 78, 20, .2);
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}

.builder-step-4 .builder-box-grid > button:disabled .box-option-action > i {
  background: #ddd4c3;
  color: #746d62;
  box-shadow: none;
}

@media (hover: hover) {
  .builder-step-4 .builder-box-grid > button:not(:disabled):hover {
    transform: translateY(-2px);
    border-color: #bd974b;
  }
}

@media (max-width: 1100px) {
  .builder-step-4 .builder-box-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .builder-step-4 .builder-progress-wrap {
    min-height: 0;
    padding: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 8px;
    border-radius: 18px;
  }

  .builder-step-4 .builder-exit {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .builder-step-4 .builder-save {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .builder-step-4 .builder-exit,
  .builder-step-4 .builder-save {
    min-height: 32px;
    padding: 0 10px;
    font-size: 8px;
  }

  .builder-step-4 .builder-save::before {
    width: 16px;
    height: 16px;
    font-size: 7px;
  }

  .builder-step-4 .builder-progress {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 0 1px 2px;
  }

  .builder-step-4 .builder-progress button {
    min-width: 68px;
    min-height: 48px;
    padding: 3px 1px;
    gap: 3px;
  }

  .builder-step-4 .builder-progress button > span {
    width: 28px;
    height: 28px;
    font-size: 8px;
  }

  .builder-step-4 .builder-progress button::after {
    width: calc(100% - 32px);
    left: calc(50% + 16px);
    top: 17px;
  }

  .builder-step-4 .builder-progress button small { font-size: 7px; }

  .builder-step-4 .builder-content {
    padding-top: 22px;
    padding-bottom: 26px;
  }

  .builder-step-4 .builder-box-title {
    margin-bottom: 16px;
    align-items: flex-end;
    flex-direction: row;
    gap: 10px;
  }

  .builder-step-4 .builder-box-title > div {
    min-width: 0;
  }

  .builder-step-4 .builder-box-title h1 {
    margin-top: 8px;
    font-size: 28px;
  }

  .builder-step-4 .builder-box-title p {
    max-width: 245px;
    margin-top: 7px;
    font-size: 10.5px;
    line-height: 1.4;
  }

  .builder-step-4 .builder-box-title > strong {
    flex: 0 0 auto;
    padding: 7px 9px;
    font-size: 7.5px;
  }

  .builder-step-4 .builder-box-fit {
    margin-bottom: 14px;
    padding: 9px 10px;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 8px;
    border-radius: 15px;
  }

  .builder-step-4 .builder-box-fit > .box-fit-mark {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .builder-step-4 .builder-box-fit > .box-fit-copy {
    gap: 2px;
  }

  .builder-step-4 .builder-box-fit .box-fit-copy small {
    font-size: 6.5px;
  }

  .builder-step-4 .builder-box-fit .box-fit-copy strong {
    font-size: 9.5px;
  }

  .builder-step-4 .builder-box-fit p {
    grid-column: 2 / -1;
    font-size: 8px;
    line-height: 1.35;
  }

  .builder-step-4 .builder-box-fit > em {
    padding: 6px 8px;
    font-size: 6.5px;
  }

  .builder-step-4 .builder-box-grid {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
  }

  .builder-step-4 .builder-box-grid > button {
    min-width: 0;
    flex: none;
    padding: 5px;
    border-radius: 15px;
  }

  .builder-step-4 .builder-box-grid .box-option-image img {
    border-radius: 11px;
  }

  .builder-step-4 .builder-box-grid > button > .box-option-copy {
    padding: 8px 5px 41px;
  }

  .builder-step-4 .builder-box-grid .box-option-copy > strong {
    min-height: 28px;
    margin: 4px 0 2px;
    font-size: 11px;
    line-height: 1.22;
  }

  .builder-step-4 .builder-box-grid .box-option-copy > span {
    display: none;
  }

  .builder-step-4 .builder-box-grid .box-option-copy > b {
    margin-top: 4px;
    font-size: 10px;
  }

  .builder-step-4 .builder-box-grid > button > .box-option-action {
    min-height: 32px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    padding-left: 9px;
    font-size: 8px;
  }

  .builder-step-4 .builder-box-grid .box-option-action > i {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .builder-step-4 .builder-box-fit {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .builder-step-4 .builder-box-fit > em {
    display: none;
  }

  .builder-step-4 .builder-box-fit p {
    display: none;
  }

  .builder-step-4 .builder-box-grid .box-option-image em {
    top: 5px;
    left: 5px;
    padding: 4px 5px;
    font-size: 5.5px;
  }
}
.builder-step-5 .builder-review-title {
  margin-bottom: 26px;
  align-items: center;
}

.builder-step-5 .review-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.builder-step-5 .review-visual { height: auto; }
.builder-step-5 .review-visual img { min-height: 100%; }

@media (max-width: 760px) {
  .builder-step-5 .builder-review-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .builder-step-5 .review-layout { grid-template-columns: 1fr; }
  .builder-step-5 .review-visual { height: auto; }
}

@media (min-width: 761px) and (max-width: 1050px) {
  .builder-step-5 .review-layout { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .builder-step-5 .review-visual { min-height: 390px; grid-column: 1 / -1; }
}
.builder-step-5 .review-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.builder-step-5 .review-visual,
.builder-step-5 .review-selections,
.builder-step-5 .review-details {
  height: clamp(500px, 44vw, 580px);
  min-height: 0;
}

.builder-step-5 .review-visual { border-radius: 22px; }
.builder-step-5 .review-visual img { min-height: 0; object-fit: cover; }

.builder-step-5 .review-selections,
.builder-step-5 .review-details {
  padding: 15px;
  scrollbar-width: thin;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.builder-step-5 .review-selections {
  overflow-y: visible;
  overscroll-behavior-y: auto;
  scroll-behavior: auto;
}
.builder-step-5 .review-selections.is-expanded { overflow-y: auto; }
.builder-step-5 .review-details {
  overflow-y: auto;
  overscroll-behavior-y: auto;
  scroll-behavior: auto;
  scrollbar-color: rgba(157, 112, 37, .58) transparent;
}
.builder-step-5 .review-details::-webkit-scrollbar { width: 5px; }
.builder-step-5 .review-details::-webkit-scrollbar-track { background: transparent; }
.builder-step-5 .review-details::-webkit-scrollbar-thumb { border-radius: 99px; background: rgba(157, 112, 37, .52); }

.review-finish-panel > .builder-review-personalisation {
  margin: 0 !important;
  padding: 0 !important;
  border-color: #d8c9ac !important;
  border-radius: 15px !important;
  background: rgba(255, 254, 250, .76) !important;
  box-shadow: none !important;
}
.review-finish-panel .builder-branding-content { margin: 0 8px 8px !important; padding: 9px !important; }

.builder-step-5 .review-finish-panel .builder-branding-content {
  display: grid;
  gap: 9px;
}
.builder-step-5 .review-finish-panel .branding-type-tabs {
  display: grid;
  grid-template-columns: 1.22fr .78fr .82fr .96fr;
  border-bottom: 1px solid #cdbb99;
}
.builder-step-5 .review-finish-panel .branding-type-tabs > button {
  min-width: 0;
  min-height: 36px;
  padding: 7px 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #6f675c;
  font: inherit;
  font-size: 8px;
  font-weight: 680;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}
.builder-step-5 .review-finish-panel .branding-type-tabs > button small {
  color: #8d806c;
  font-size: 6.5px;
  font-weight: 720;
}
.builder-step-5 .review-finish-panel .branding-type-tabs > button.selected {
  border-bottom-color: #9d7025;
  background: linear-gradient(180deg, rgba(244,229,196,0), rgba(244,229,196,.76));
  color: #604315;
}
.builder-step-5 .review-finish-panel .branding-type-tabs > button:disabled {
  color: #9b9387;
  cursor: not-allowed;
  opacity: .72;
}
.builder-step-5 .review-finish-panel .branding-tab-panel {
  display: grid;
  gap: 9px;
}
.builder-step-5 .review-finish-panel .branding-active-meta {
  min-height: 31px;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #d6c6a8;
  border-radius: 10px;
  background: rgba(255,253,248,.82);
}
.builder-step-5 .review-finish-panel .branding-active-meta > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.builder-step-5 .review-finish-panel .branding-active-meta strong {
  color: #2b261f;
  font-size: 8.5px;
  font-weight: 720;
  white-space: nowrap;
}
.builder-step-5 .review-finish-panel .branding-active-meta small {
  color: #7d7468;
  font-size: 7px;
  white-space: nowrap;
}
.builder-step-5 .review-finish-panel .branding-active-meta b {
  color: #76541e;
  font-size: 8px;
  font-weight: 720;
  white-space: nowrap;
}
.builder-step-5 .review-finish-panel .recipient-choice-segmented { gap: 5px; }
.builder-step-5 .review-finish-panel .recipient-choice-segmented > div {
  padding: 3px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  border: 1px solid #d5c6aa;
  border-radius: 999px;
  background: rgba(255,253,248,.72);
}
.builder-step-5 .review-finish-panel .recipient-choice-segmented button {
  min-width: 0;
  min-height: 29px;
  padding: 6px 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #665e52;
  font-size: 7.5px;
  white-space: nowrap;
}
.builder-step-5 .review-finish-panel .recipient-choice-segmented button.selected {
  background: #f1dfb8;
  color: #5f4213;
  box-shadow: 0 1px 4px rgba(91,64,20,.1);
}
.builder-step-5 .review-finish-panel .recipient-choice-segmented button.selected::before {
  content: "✓";
  margin-right: 4px;
  color: #8b641f;
}

@media (min-width: 761px) and (max-width: 1050px) {
  .builder-step-5 .review-layout { grid-template-columns: 1fr 1fr; }
  .builder-step-5 .review-visual { grid-column: 1 / -1; height: 300px; min-height: 300px; }
  .builder-step-5 .review-selections,
  .builder-step-5 .review-details { height: 520px; }
}

@media (max-width: 760px) {
  .builder-step-5 .review-visual,
  .builder-step-5 .review-selections,
  .builder-step-5 .review-details { height: auto; max-height: none; }
  .builder-step-5 .review-visual { min-height: 280px; }
  .builder-step-5 .review-selections,
  .builder-step-5 .review-details { overflow: visible; }
}

@media (max-width: 760px) {
  .builder-step-1 .builder-progress-wrap {
    min-height: 0;
    padding: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 8px;
    border-radius: 18px;
  }

  .builder-step-1 .builder-exit {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .builder-step-1 .builder-save {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .builder-step-1 .builder-exit,
  .builder-step-1 .builder-save {
    min-height: 32px;
    padding: 0 10px;
    font-size: 8px;
  }

  .builder-step-1 .builder-save::before {
    width: 16px;
    height: 16px;
    font-size: 7px;
  }

  .builder-step-1 .builder-progress {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 0 1px 2px;
  }

  .builder-step-1 .builder-progress button {
    min-width: 68px;
    min-height: 48px;
    padding: 3px 1px;
    gap: 3px;
  }

  .builder-step-1 .builder-progress button > span {
    width: 28px;
    height: 28px;
    font-size: 8px;
  }

  .builder-step-1 .builder-progress button::after {
    width: calc(100% - 32px);
    left: calc(50% + 16px);
    top: 17px;
  }

  .builder-step-1 .builder-progress button small { font-size: 7px; }

  .builder-step-1 .builder-catalog-toolbar {
    min-width: 0;
    margin-bottom: 12px;
    padding: 8px;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 68px;
    align-items: center;
    gap: 6px;
    border-radius: 16px;
  }

  .builder-step-1 .builder-catalog-title {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    gap: 2px;
    grid-column: 1;
    grid-row: 1;
  }

  .builder-step-1 .builder-catalog-title h2 {
    max-width: 76px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .builder-step-1 .builder-catalog-title > span {
    font-size: 6.5px;
    line-height: 1;
    white-space: nowrap;
  }

  .builder-step-1 .builder-catalog-search {
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
  }

  .builder-step-1 .builder-catalog-sort {
    min-width: 0;
    grid-column: 3;
    grid-row: 1;
  }

  .builder-step-1 .builder-catalog-toolbar input,
  .builder-step-1 .builder-catalog-toolbar select {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    font-size: 8px;
  }

  .builder-step-1 .builder-catalog-toolbar input {
    padding: 0 28px 0 11px;
    text-align: left;
  }

  .builder-step-1 .builder-catalog-toolbar select {
    padding: 0 17px 0 7px;
    font-size: 7px;
  }

  .builder-step-1 .builder-search-clear {
    min-height: 26px;
    padding: 0 7px;
    right: 4px;
    font-size: 0;
  }

  .builder-step-1 .builder-search-clear::after {
    content: "×";
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .builder-step-1 .builder-catalog-toolbar {
    grid-template-columns: 70px minmax(0, 1fr) 62px;
    gap: 5px;
  }

  .builder-step-1 .builder-catalog-title h2 { max-width: 70px; }
  .builder-step-1 .builder-catalog-toolbar select { padding-right: 15px; padding-left: 6px; font-size: 6.5px; }
}
@media (max-width: 760px) {
  .builder-step-1 .builder-products-layout .builder-product-copy {
    padding: 7px 4px 35px;
  }

  .builder-step-1 .builder-products-layout .builder-product-copy h3 {
    min-height: 25px;
    margin: 4px 0 2px;
    line-height: 1.2;
  }

  .builder-step-1 .builder-products-layout .builder-product-copy strong {
    display: block;
    line-height: 1.1;
  }

  .builder-step-1 .builder-products-layout .builder-add,
  .builder-step-1 .builder-products-layout .builder-quantity {
    right: 7px;
    bottom: 7px;
    left: 7px;
    min-height: 32px;
  }

  .builder-step-1 .builder-products-layout .builder-add-icon,
  .builder-step-1 .builder-products-layout .builder-quantity button {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}
@media (max-width: 760px) {
  .builder-step-1 .builder-content {
    padding-top: 22px;
    padding-bottom: 26px;
  }

  .builder-step-1 .builder-products-title {
    margin-bottom: 16px;
    gap: 10px;
  }

  .builder-step-1 .builder-products-title h1 {
    margin-top: 8px;
  }

  .builder-step-1 .builder-products-title p {
    margin-top: 8px;
    line-height: 1.45;
  }

  .builder-step-1 .builder-category-block {
    margin-bottom: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .builder-step-1 .builder-category-heading {
    margin-bottom: 12px;
    gap: 6px;
  }

  .builder-step-1 .builder-category-heading h2 {
    margin-top: 5px;
  }

  .builder-step-1 .builder-category-rail {
    padding-bottom: 4px;
  }

  .builder-step-1 .builder-featured {
    margin-bottom: 16px;
  }

  .builder-step-1 .builder-featured-heading {
    margin-bottom: 10px;
  }

  .builder-step-1 .builder-featured-heading h2 {
    margin-top: 4px;
  }

  .builder-step-1 .builder-featured-rail {
    padding-bottom: 4px;
  }

  .builder-step-1 .builder-catalog-toolbar {
    margin-bottom: 12px;
  }
}
@media (max-width: 760px) {
  .builder-step-1 .builder-catalog-toolbar {
    grid-template-columns: 76px minmax(0, 1.875fr) minmax(0, 1fr);
  }

  .builder-step-1 .builder-catalog-toolbar input,
  .builder-step-1 .builder-catalog-toolbar select {
    height: 32px;
    min-height: 32px;
  }

  .builder-step-1 .builder-catalog-toolbar input,
  .builder-step-1 .builder-catalog-toolbar input::placeholder {
    font-size: 11px !important;
    font-weight: 450;
    line-height: 1.1;
  }

  .builder-step-1 .builder-catalog-toolbar select {
    padding-right: 18px;
    padding-left: 9px;
    font-size: 10px !important;
    font-weight: 560;
    line-height: 1;
  }
}

@media (max-width: 390px) {
  .builder-step-1 .builder-catalog-toolbar {
    grid-template-columns: 70px minmax(0, 1.875fr) minmax(0, 1fr);
  }
}
@media (max-width: 760px) {
  .builder-step-3 .builder-progress-wrap {
    min-height: 0;
    padding: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 8px;
    border-radius: 18px;
  }

  .builder-step-3 .builder-exit {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .builder-step-3 .builder-save {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .builder-step-3 .builder-exit,
  .builder-step-3 .builder-save {
    min-height: 32px;
    padding: 0 10px;
    font-size: 8px;
  }

  .builder-step-3 .builder-save::before {
    width: 16px;
    height: 16px;
    font-size: 7px;
  }

  .builder-step-3 .builder-progress {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 0 1px 2px;
  }

  .builder-step-3 .builder-progress button {
    min-width: 68px;
    min-height: 48px;
    padding: 3px 1px;
    gap: 3px;
  }

  .builder-step-3 .builder-progress button > span {
    width: 28px;
    height: 28px;
    font-size: 8px;
  }

  .builder-step-3 .builder-progress button::after {
    width: calc(100% - 32px);
    left: calc(50% + 16px);
    top: 17px;
  }

  .builder-step-3 .builder-progress button small { font-size: 7px; }

  .builder-step-3 .builder-content {
    padding-top: 22px;
    padding-bottom: 26px;
  }

  .builder-step-3 .builder-products-title {
    margin-bottom: 16px;
    gap: 10px;
  }

  .builder-step-3 .builder-products-title h1 { margin-top: 8px; }
  .builder-step-3 .builder-products-title p { margin-top: 8px; line-height: 1.45; }

  .builder-step-3 .builder-category-block {
    margin-bottom: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .builder-step-3 .builder-category-heading {
    margin-bottom: 12px;
    gap: 6px;
  }

  .builder-step-3 .builder-category-heading h2 { margin-top: 5px; }
  .builder-step-3 .builder-category-rail { padding-bottom: 4px; }
  .builder-step-3 .builder-featured { margin-bottom: 16px; }
  .builder-step-3 .builder-featured-heading { margin-bottom: 10px; }
  .builder-step-3 .builder-featured-heading h2 { margin-top: 4px; }
  .builder-step-3 .builder-featured-rail { padding-bottom: 4px; }

  .builder-step-3 .builder-catalog-toolbar {
    min-width: 0;
    margin-bottom: 12px;
    padding: 8px;
    grid-template-columns: 76px minmax(0, 1.875fr) minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    border-radius: 16px;
  }

  .builder-step-3 .builder-catalog-title {
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .builder-step-3 .builder-catalog-title h2 {
    max-width: 76px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .builder-step-3 .builder-catalog-title > span {
    font-size: 6.5px;
    line-height: 1;
    white-space: nowrap;
  }

  .builder-step-3 .builder-catalog-search {
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
  }

  .builder-step-3 .builder-catalog-sort {
    min-width: 0;
    grid-column: 3;
    grid-row: 1;
  }

  .builder-step-3 .builder-catalog-toolbar input,
  .builder-step-3 .builder-catalog-toolbar select {
    width: 100%;
    min-width: 0;
    height: 32px;
    min-height: 32px;
  }

  .builder-step-3 .builder-catalog-toolbar input,
  .builder-step-3 .builder-catalog-toolbar input::placeholder {
    font-size: 11px !important;
    font-weight: 450;
    line-height: 1.1;
    text-align: left;
  }

  .builder-step-3 .builder-catalog-toolbar input {
    padding: 0 28px 0 11px;
  }

  .builder-step-3 .builder-catalog-toolbar select {
    padding-right: 18px;
    padding-left: 9px;
    font-size: 10px !important;
    font-weight: 560;
    line-height: 1;
  }

  .builder-step-3 .builder-search-clear {
    min-height: 26px;
    padding: 0 7px;
    right: 4px;
    font-size: 0;
  }

  .builder-step-3 .builder-search-clear::after {
    content: "×";
    font-size: 14px;
  }

  .builder-step-3 .builder-products-layout .builder-product-copy {
    padding: 7px 4px 35px;
  }

  .builder-step-3 .builder-products-layout .builder-product-copy h3 {
    min-height: 25px;
    margin: 4px 0 2px;
    line-height: 1.2;
  }

  .builder-step-3 .builder-products-layout .builder-product-copy strong {
    display: block;
    line-height: 1.1;
  }

  .builder-step-3 .builder-products-layout .builder-add,
  .builder-step-3 .builder-products-layout .builder-quantity {
    right: 7px;
    bottom: 7px;
    left: 7px;
    min-height: 32px;
  }

  .builder-step-3 .builder-products-layout .builder-add-icon,
  .builder-step-3 .builder-products-layout .builder-quantity button {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}

@media (max-width: 390px) {
  .builder-step-3 .builder-catalog-toolbar {
    grid-template-columns: 70px minmax(0, 1.875fr) minmax(0, 1fr);
  }

  .builder-step-3 .builder-catalog-title h2 { max-width: 70px; }
}
@media (max-width: 760px) {
  .builder-step-5 .builder-progress-wrap {
    min-height: 0;
    padding: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 8px;
    border-radius: 18px;
  }

  .builder-step-5 .builder-exit,
  .builder-step-5 .builder-save {
    display: inline-flex;
    min-height: 32px;
    padding: 0 10px;
    align-items: center;
    font-size: 8px;
  }

  .builder-step-5 .builder-exit { grid-column: 1; grid-row: 1; justify-self: start; }
  .builder-step-5 .builder-save { grid-column: 2; grid-row: 1; justify-self: end; }
  .builder-step-5 .builder-save::before { width: 16px; height: 16px; font-size: 7px; }

  .builder-step-5 .builder-progress {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    padding: 0 1px 2px;
  }

  .builder-step-5 .builder-progress button {
    min-width: 68px;
    min-height: 48px;
    padding: 3px 1px;
    gap: 3px;
  }

  .builder-step-5 .builder-progress button > span { width: 28px; height: 28px; font-size: 8px; }
  .builder-step-5 .builder-progress button::after { width: calc(100% - 32px); left: calc(50% + 16px); top: 17px; }
  .builder-step-5 .builder-progress button small { font-size: 7px; }

  .builder-step-5 .builder-content {
    width: 100%;
    padding: 22px 12px 150px;
  }

  .builder-step-5 .builder-review-title {
    margin-bottom: 13px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 9px;
  }

  .builder-step-5 .builder-review-title > div { min-width: 0; }
  .builder-step-5 .builder-review-title .eyebrow { font-size: 7px; }
  .builder-step-5 .builder-review-title h1 { margin-top: 7px; font-size: 28px; line-height: .98; }
  .builder-step-5 .builder-review-title p { margin-top: 7px; font-size: 9.5px; line-height: 1.4; }
  .builder-step-5 .builder-review-title > strong {
    padding: 7px 9px;
    align-self: end;
    border-radius: 999px;
    font-size: 7px;
    white-space: nowrap;
  }

  .builder-step-5 .review-layout { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .builder-step-5 .review-visual {
    min-height: 0;
    height: 172px;
    order: 1;
    border-radius: 18px;
  }
  .builder-step-5 .review-visual img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
  .builder-step-5 .review-visual > span { left: 11px; bottom: 11px; padding: 7px 9px; font-size: 7px; }

  .builder-step-5 .review-selections,
  .builder-step-5 .review-details {
    height: auto;
    max-height: none;
    padding: 12px;
    overflow: visible;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(70, 52, 19, .045);
  }
  .builder-step-5 .review-selections { order: 2; gap: 9px; }
  .builder-step-5 .review-details { order: 3; gap: 9px; }

  .builder-step-5 .builder-sticky {
    width: calc(100% - 12px);
    min-height: 0;
    padding: 7px 8px;
    bottom: max(6px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-rows: auto auto;
    gap: 6px 8px;
    border-radius: 19px;
  }
  .builder-step-5 .builder-sticky > div:first-child { grid-column: 1; grid-row: 1; gap: 7px; }
  .builder-step-5 .sticky-count { width: 29px; height: 29px; flex-basis: 29px; font-size: 9px; }
  .builder-step-5 .builder-sticky small { font-size: 6px; }
  .builder-step-5 .builder-sticky strong { margin-top: 2px; font-size: 8px; }
  .builder-step-5 .builder-sticky > div:first-child strong { max-width: 92px; }
  .builder-step-5 .builder-hamper-quantity {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    display: grid;
    border: 0;
  }
  .builder-step-5 .builder-hamper-quantity span { gap: 3px; }
  .builder-step-5 .builder-hamper-quantity button { width: 21px; height: 21px; padding: 0; font-size: 9px; }
  .builder-step-5 .builder-hamper-quantity b { min-width: 12px; font-size: 8px; }
  .builder-step-5 .sticky-total {
    min-width: 62px;
    padding: 6px 8px;
    display: block;
    grid-column: 3;
    grid-row: 1;
    border-radius: 11px;
  }
  .builder-step-5 .sticky-total strong { font-size: 11px; }
  .builder-step-5 .builder-back {
    min-height: 34px;
    padding: 0 11px;
    display: inline-flex;
    grid-column: 1;
    grid-row: 2;
    align-items: center;
    justify-content: center;
    border-color: rgba(142, 119, 75, .18);
    background: rgba(255, 255, 255, .48);
    font-size: 8px;
  }
  .builder-step-5 .builder-sticky .button {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    padding-inline: 13px;
    grid-column: 2 / 4;
    grid-row: 2;
    font-size: 9px;
  }
}

@media (max-width: 420px) {
  .builder-step-5 .review-secondary-grid,
  .builder-step-5 .review-finish-panel > .review-finish-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.builder-step-5 .review-finish-panel > .builder-review-personalisation {
  border-color: #c7b58f !important;
  background: #fffdf8 !important;
  box-shadow: 0 10px 24px rgba(84, 61, 25, .08) !important;
}
.builder-step-5 .review-finish-panel .builder-branding-content {
  border-top-color: #cdbb99 !important;
  background: #f4ede0 !important;
}
.builder-step-5 .review-finish-panel .branding-type-grid > button {
  border-color: #cbbd9f;
  background: #fffdf9;
}
.builder-step-5 .review-finish-panel .branding-type-grid > button span {
  color: #28231c;
  font-size: 10px;
  font-weight: 720;
}
.builder-step-5 .review-finish-panel .branding-type-grid > button small {
  color: #746b5f;
  font-size: 8px;
  font-weight: 620;
}
.builder-step-5 .review-finish-panel .branding-type-grid > button b {
  color: #76541e;
  font-size: 8.5px;
  font-weight: 680;
}
.builder-step-5 .review-finish-panel .branding-type-grid > button.selected {
  border-color: #9d7025;
  background: #f4e5c4;
  box-shadow: inset 0 0 0 1px #9d7025,0 5px 14px rgba(110,77,25,.08);
}
.builder-step-5 .review-finish-panel .branding-type-grid > button:disabled {
  opacity: .68;
  border-color: #d3c8b5;
  background: #faf7f0;
}
.builder-step-5 .review-finish-panel .personalise-fields label {
  color: #5f574b;
  font-size: 9px;
}
.builder-step-5 .review-finish-panel .personalise-fields input {
  min-height: 46px;
  border-color: #c7b99e;
  background: #fff;
  color: #26211b;
  font-size: 12px;
  box-shadow: 0 3px 10px rgba(67,49,22,.04);
}
.builder-step-5 .review-finish-panel .personalise-fields input::placeholder { color: #8b857c; opacity: 1; }

.builder-step-5 .review-contents-panel .review-selection-row > span:nth-child(2) strong {
  font-size: 12px;
  font-weight: 520;
  line-height: 1.28;
}
@media (max-width: 760px) {
  .builder-step-5 .review-contents-panel .review-selection-row > span:nth-child(2) strong { font-size: 10.5px; }
}

.builder-step-5 .review-secondary-card .review-secondary-main strong {
  font-size: 11px;
  font-weight: 520;
  line-height: 1.3;
}
@media (max-width: 760px) {
  .builder-step-5 .review-secondary-card .review-secondary-main strong { font-size: 9.5px; }
}

@media (min-width: 761px) {
  .builder-workspace .builder-sticky .builder-back,
  .builder-workspace .builder-sticky .button {
    min-height: 43px;
    padding-inline: 20px;
    font-size: 11px;
    font-weight: 650;
  }
  .builder-workspace .builder-sticky .builder-back {
    min-width: 132px;
    border-color: #bfae8d;
    background: #fffdf8;
    color: #30291f;
  }
  .builder-workspace .builder-sticky .button {
    min-width: 150px;
    box-shadow: 0 7px 17px rgba(18,16,12,.17),inset 0 1px 0 rgba(255,255,255,.08);
  }
  .builder-workspace .builder-sticky .sticky-total {
    min-width: 100px;
    padding: 6px 12px;
    border-radius: 14px;
  }
  .builder-workspace .builder-sticky .sticky-total small { font-size: 8px; }
  .builder-workspace .builder-sticky .sticky-total strong {
    margin-top: 2px;
    font-size: 14px;
  }
  .builder-step-5 .builder-sticky {
    grid-template-columns:minmax(150px,1fr) auto auto minmax(32px,.7fr) auto auto;
    gap:10px;
  }
  .builder-step-5 .builder-sticky > div:first-child { grid-column:1; }
  .builder-step-5 .builder-hamper-quantity { grid-column:2; }
  .builder-step-5 .sticky-total { grid-column:3; }
  .builder-step-5 .builder-hamper-quantity,
  .builder-step-5 .sticky-total { transform:translateX(180%); }
  .builder-step-5 .builder-back { grid-column:5; }
  .builder-step-5 .builder-sticky .button { grid-column:6; }
}

/* Final mobile AI studio overrides live last so later builder rules cannot undo them. */
@media (max-width: 600px) {
  .ai-hamper-page .ai-hamper-hero.standard-page-hero {
    position: relative;
    isolation: isolate;
    width: calc(100% - 12px) !important;
    height: 310px !important;
    min-height: 310px !important;
    margin: 6px auto 0 !important;
    display: block !important;
    overflow: hidden;
    border-radius: 22px !important;
  }
  .ai-hamper-page .ai-hamper-hero.standard-page-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg,rgba(250,246,237,.98),rgba(250,246,237,.9) 30%,rgba(250,246,237,.26) 46%,rgba(250,246,237,.03) 65%,transparent 75%);
    pointer-events: none;
  }
  .ai-hamper-page .ai-hamper-hero-copy {
    position: relative;
    z-index: 2;
    width: 66%;
    height: 310px;
    min-height: 310px;
    padding: 20px 0 18px 18px;
    display: flex;
    justify-content: center;
  }
  .ai-hamper-page .ai-hamper-back { margin-bottom: 10px; font-size: 8px; }
  .ai-hamper-page .ai-hamper-hero.standard-page-hero h1 { margin: 8px 0 10px; font-size: clamp(29px,8vw,32px) !important; line-height: .94 !important; }
  .ai-hamper-page .ai-hamper-hero-copy > p { max-width: 210px; color: #5f574c; font-size: 9px; font-weight: 480; line-height: 1.5; }
  .ai-hamper-page .ai-hamper-capabilities { width: max-content; max-width: none; margin-top: 12px; flex-wrap: nowrap; gap: 3.6px; }
  .ai-hamper-page .ai-hamper-capabilities span { padding: 6px 7.2px; background: rgba(255,253,248,.76); font-size: 6.25px; letter-spacing: .025em; white-space: nowrap; }
  .ai-hamper-page .ai-hamper-hero-art { position: absolute; z-index: 0; inset: 0; display: block; }
  .ai-hamper-page .ai-hamper-hero-art > img { width: 100%; height: 310px !important; min-height: 310px !important; max-height: 310px !important; aspect-ratio: auto; object-fit: cover; object-position: 58% center; }
  .ai-hamper-page .ai-hamper-brief { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 10px; }
  .ai-hamper-page .ai-hamper-step,
  .ai-hamper-page .ai-hamper-instruction,
  .ai-hamper-page .ai-hamper-prompts,
  .ai-hamper-page .ai-error,
  .ai-hamper-page .ai-build-button,
  .ai-hamper-page .ai-hamper-safe-note { grid-column: 1 / -1; }
  .ai-hamper-page .ai-occasion-select,
  .ai-hamper-page .ai-hamper-brief > label:not(.ai-hamper-instruction) { min-width: 0; }
  .ai-hamper-page .ai-occasion-trigger,
  .ai-hamper-page .ai-budget-field,
  .ai-hamper-page .ai-budget-field input { width: 100%; height: 41px; min-height: 41px; }
  .ai-hamper-page .ai-budget-field input { font-size: 11.5px !important; font-weight: 550; line-height: 1.2; }
  .ai-hamper-page .ai-budget-field b { font-size: 11.5px; }
  .ai-hamper-page .ai-hamper-instruction > .voice-input-control { right: 12px; bottom: 52px; }
  .ai-hamper-page .ai-hamper-instruction textarea {
    padding-right: 62px !important;
    padding-bottom: 52px;
    font-size: 11.5px !important;
    font-weight: 400;
    line-height: 1.5;
  }
  .ai-hamper-page .ai-hamper-instruction textarea::placeholder {
    font-size: 11.5px !important;
    font-weight: 400;
  }
  .ai-hamper-page .ai-hamper-instruction > small { font-weight: 400; }
  .ai-hamper-page .ai-hamper-prompts button { font-size: 9px; font-weight: 430; line-height: 1.4; }
  .ai-hamper-page .ai-hamper-prompts button::after { font-size: 11px; }
  .ai-hamper-page .ai-hamper-step strong { font-weight: 600; }
}

/* AI hamper editorial content follows the Build Your Own Hamper visual system. */
.ai-hamper-seo {
  --ai-seo-line: #d9cfb9;
  width: 100%;
}
.ai-hamper-seo.builder-page {
  min-height: 0;
  background: transparent;
}
.ai-hamper-how,
.ai-hamper-seo-detail {
  width: min(1280px,calc(100% - 32px));
  box-sizing: border-box;
  margin-inline: auto;
  padding-inline: 12px;
}
.ai-hamper-how h2,
.ai-hamper-seo-detail h2 {
  color: var(--ink);
  font-family: var(--font-geist),Arial,sans-serif;
  font-weight: 480;
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.ai-hamper-detail-copy p {
  color: #6a675f;
  font-size: 14px;
  font-weight: 420;
  line-height: 1.72;
}
.ai-hamper-how {
  margin-top: 68px;
  padding-top: 38px;
  border-top: 1px solid var(--ai-seo-line);
}
.ai-hamper-how header {
  max-width: 720px;
}
.ai-hamper-how h2,
.ai-hamper-seo-detail h2 {
  margin: 13px 0 26px;
  font-size: 38.5px;
}
.ai-hamper-how > div {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.ai-hamper-how article {
  position: relative;
  min-height: 148px;
  padding: 22px 22px 21px 76px;
  border: 1px solid rgba(201,168,96,.48);
  border-radius: 20px;
  background: linear-gradient(145deg,rgba(255,255,255,.76),rgba(250,246,237,.46));
  box-shadow: 0 12px 30px rgba(69,50,20,.035);
  transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.ai-hamper-how article:nth-child(2) { background: linear-gradient(145deg,rgba(253,249,240,.82),rgba(247,240,225,.54)); }
.ai-hamper-how article:nth-child(3) { background: linear-gradient(145deg,rgba(250,244,230,.85),rgba(244,234,213,.58)); }
.ai-hamper-how article:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -27px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #d4bd8a;
  border-radius: 50%;
  background: #fbf8f1;
  color: #9a7227;
  font-size: 14px;
  transform: translateY(-50%);
}
.ai-hamper-how article i {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #ead7a8;
  color: #765313;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(154,114,39,.22);
}
.ai-hamper-how article > b {
  display: block;
  margin: 1px 0 7px;
  color: #91702f;
  font-size: 8.5px;
  font-weight: 720;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ai-hamper-how article h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.025em;
}
.ai-hamper-how article p {
  margin: 0;
  color: #706c63;
  font-size: 12.5px;
  font-weight: 410;
  line-height: 1.62;
}
@media (hover:hover) {
  .ai-hamper-how article:hover {
    z-index: 3;
    transform: translateY(-3px);
    border-color: #c5a25b;
    box-shadow: 0 16px 34px rgba(69,50,20,.07);
  }
}
.ai-hamper-seo-detail {
  margin-top: 68px;
  padding-top: 38px;
  display: grid;
  grid-template-columns: minmax(290px,.7fr) minmax(0,1.3fr);
  gap: clamp(48px,7vw,92px);
  border-top: 1px solid var(--ai-seo-line);
}
.ai-hamper-seo-detail h2 { max-width: 470px; }
.ai-hamper-detail-copy p { margin: 0 0 16px; }

@media (max-width: 900px) {
  .ai-hamper-how > div { grid-template-columns: 1fr; gap: 12px; }
  .ai-hamper-how article { min-height: 0; }
  .ai-hamper-how article:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -24px;
    left: 38px;
    width: 32px;
    height: 32px;
    transform: none;
  }
  .ai-hamper-seo-detail { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 600px) {
  .ai-hamper-how,
  .ai-hamper-seo-detail {
    width: calc(100% - 20px);
    padding-inline: 4px;
  }
  .ai-hamper-how h2,
  .ai-hamper-seo-detail h2 {
    font-size: 26px;
    font-weight: 470;
    line-height: 1.04;
    letter-spacing: -.045em;
  }
  .ai-hamper-detail-copy p { font-size: 13px; line-height: 1.65; }
  .ai-hamper-how,
  .ai-hamper-seo-detail { margin-top: 44px; padding-top: 28px; }
  .ai-hamper-how h2,
  .ai-hamper-seo-detail h2 { margin: 10px 0 18px; }
  .ai-hamper-how > div { gap: 12px; }
  .ai-hamper-how article { padding: 17px 16px 17px 65px; border-radius: 16px; }
  .ai-hamper-how article i { top: 17px; left: 16px; width: 34px; height: 34px; }
  .ai-hamper-how article:not(:last-child)::after { left: 29px; bottom: -23px; width: 30px; height: 30px; }
  .ai-hamper-how article > b { font-size: 8px; }
  .ai-hamper-how article h3 { margin: 0 0 6px; font-size: 15px; }
  .ai-hamper-how article p { font-size: 12px; }
}

@media (max-width: 600px) {
  .ai-hamper-seo.builder-page .builder-seo-copy h2 {
    max-width: 330px;
    font-size: 26px;
    font-weight: 470;
    line-height: 1.04;
  }
}

/* The welcome page shares the site canvas behind its hero and information. */
.builder-page.builder-welcome { background: transparent; }

/* Keep the complete birthday basket and OO characters visible. */
@media (min-width: 781px) {
  .ai-hamper-hero {
    background: #faf9f6;
  }
  .ai-hamper-hero-art {
    background: #faf9f6;
  }
  .ai-hamper-hero-art > img {
    object-fit: contain;
    object-position: right center;
    mask-image: linear-gradient(90deg, transparent, #000 44%);
  }
}

/* Match the compact mobile hero contract without inheriting desktop heights. */
@media (max-width: 780px) {
  #angroos-site .site-shell .ai-hamper-page .ai-hamper-hero.standard-page-hero .ai-hamper-hero-copy {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 18px !important;
    justify-content: center !important;
  }
  #angroos-site .site-shell .ai-hamper-page .ai-hamper-hero.standard-page-hero .ai-hamper-hero-art > img {
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover;
    object-position: 45% center;
  }
  #angroos-site .site-shell .ai-hamper-page .ai-hamper-hero.standard-page-hero .ai-hamper-back,
  #angroos-site .site-shell .ai-hamper-page .ai-hamper-hero.standard-page-hero .ai-hamper-hero-copy > .eyebrow { display: none !important; }
  #angroos-site .site-shell .ai-hamper-page .ai-hamper-hero.standard-page-hero .ai-hamper-hero-copy > p:not(.eyebrow) {
    display: block !important;
    width: 58%;
    max-width: 210px;
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
  }
  #angroos-site .site-shell .ai-hamper-page .ai-hamper-hero.standard-page-hero .ai-hamper-hero-copy > h1 {
    width: 58% !important;
    margin: 0 0 10px !important;
    font-size: 20px !important;
    line-height: .96 !important;
  }
}

/* Illustrated process: UI diagrams explain the real flow without extra scripts. */
.ai-hamper-how.ai-hamper-how-visual > div { gap: 22px; }
.ai-hamper-how.ai-hamper-how-visual article {
  min-width: 0;
  padding: 18px 24px 26px;
  background: #fffdf9;
  border-color: #e0d7c7;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(45,36,20,.035);
}
.ai-hamper-how.ai-hamper-how-visual article:nth-child(2) { background: #f5f1e8; }
.ai-hamper-how.ai-hamper-how-visual article:not(:last-child)::after { top: 95px; right: -29px; }
.ai-hamper-how.ai-hamper-how-visual article > b { font-size: 9px; letter-spacing: .08em; margin: 15px 0 10px; }
.ai-hamper-how.ai-hamper-how-visual article h3 { font-size: 18px; font-weight: 500; line-height: 1.2; }
.ai-hamper-how.ai-hamper-how-visual article p { font-size: 12.5px; line-height: 1.65; }
.ai-hamper-page .ai-hamper-seo-intro .builder-seo-copy > p,
.ai-hamper-page .ai-hamper-detail-copy > p { font-size: 12.5px; }
.ai-hamper-how-visual .hamper-process-visual { display: block; width: 100%; height: auto; max-height: 180px; overflow: visible; }
.hamper-process-visual text { font: 10px var(--font-geist),Arial,sans-serif; fill: #65553b; }
.hamper-process-visual .process-ai { fill: #eed39a; font-size: 15px; font-weight: 600; }
.hamper-process-visual .process-reveal { animation: hamper-process-reveal 4s ease-in-out infinite; }
.hamper-process-visual .process-delay { animation-delay: .6s; }
.hamper-process-visual .process-flow { animation: hamper-process-flow 3s linear infinite; }
.hamper-process-visual .process-budget { stroke-dasharray: 133; animation: hamper-process-budget 4s ease-in-out infinite; }
.hamper-process-visual .process-check { stroke-dasharray: 20; animation: hamper-process-check 4s ease-in-out infinite; }
@keyframes hamper-process-reveal { 0%,100% { opacity: .5; } 25%,80% { opacity: 1; } }
@keyframes hamper-process-flow { to { stroke-dashoffset: -36; } }
@keyframes hamper-process-budget { 0%,100% { stroke-dashoffset: 45; } 40%,80% { stroke-dashoffset: 0; } }
@keyframes hamper-process-check { 0%,10% { stroke-dashoffset: 20; } 40%,100% { stroke-dashoffset: 0; } }
@media (max-width: 780px) {
  .ai-hamper-how.ai-hamper-how-visual > div { grid-template-columns: 1fr; gap: 18px; }
  .ai-hamper-how.ai-hamper-how-visual article { padding: 16px 22px 24px; }
  .ai-hamper-how.ai-hamper-how-visual article:not(:last-child)::after { display: none; }
  .ai-hamper-how-visual .hamper-process-visual { max-height: 160px; }
}
@media (prefers-reduced-motion: reduce) {
  .ai-hamper-how-visual .hamper-process-visual * { animation: none !important; }
}

/* Saved hero framing follows the same breakpoint as the stacked hero layout. */
.builder-page .builder-welcome-art img { object-position:var(--hero-x,50%) var(--hero-y,50%); transform:scale(var(--hero-zoom,1)); transform-origin:var(--hero-x,50%) var(--hero-y,50%); }
@media(max-width:900px) { .builder-page .builder-welcome-art img { object-position:var(--hero-mobile-x,50%) var(--hero-mobile-y,50%); transform:scale(var(--hero-mobile-zoom,1)); transform-origin:var(--hero-mobile-x,50%) var(--hero-mobile-y,50%); } }
