:root{--tccgb-navy:#15335b;--tccgb-ink:#172033;--tccgb-muted:#667085;--tccgb-line:#e5e9f0;--tccgb-soft:#f7f8fb;--tccgb-white:#fff}
.tccgb-wrap{clear:both;width:min(1180px,calc(100% - 32px));margin:48px auto;font-family:inherit;color:var(--tccgb-ink);line-height:1.55}
.tccgb-wrap *{box-sizing:border-box}
.tccgb-hero{text-align:center;padding:44px 24px;border-radius:24px;background:linear-gradient(145deg,#f8f9fc,#fff);border:1px solid var(--tccgb-line);margin-bottom:24px}
.tccgb-eyebrow{margin:0 0 8px!important;font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--tccgb-navy)}
.tccgb-hero h2{margin:0 0 10px;font-size:clamp(30px,5vw,52px);line-height:1.08;color:var(--tccgb-navy)}
.tccgb-hero>p:last-child{margin:0;color:var(--tccgb-muted);font-size:17px}
.tccgb-section{background:var(--tccgb-white);border:1px solid var(--tccgb-line);border-radius:22px;padding:30px;margin:20px 0;box-shadow:0 10px 36px rgba(18,38,63,.05)}
.tccgb-section-heading{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}
.tccgb-section-heading>span{flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--tccgb-navy);color:#fff;font-weight:800}
.tccgb-section-heading h3{margin:0 0 4px;font-size:24px;color:var(--tccgb-navy)}
.tccgb-section-heading p{margin:0;color:var(--tccgb-muted)}
.tccgb-occasion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.tccgb-occasion-card{position:relative;border:1px solid var(--tccgb-line);border-radius:18px;padding:22px;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:.2s ease;background:#fff}
.tccgb-occasion-card:hover,.tccgb-occasion-card.is-selected{border-color:var(--tccgb-navy);box-shadow:0 0 0 2px rgba(21,51,91,.09)}
.tccgb-occasion-card input{position:absolute;opacity:0;pointer-events:none}
.tccgb-occasion-icon{font-size:24px;color:var(--tccgb-navy)}
.tccgb-occasion-card strong{font-size:18px}.tccgb-occasion-card small{color:var(--tccgb-muted)}
.tccgb-field{display:block;font-weight:700;color:var(--tccgb-ink);margin:0}
.tccgb-field small{font-weight:500;color:var(--tccgb-muted)}
.tccgb-field input[type=text],.tccgb-field input[type=url],.tccgb-field input[type=file],.tccgb-field textarea{display:block;width:100%;margin-top:8px;padding:13px 14px;border:1px solid #cfd6e1;border-radius:10px;background:#fff!important;color:#222!important;-webkit-text-fill-color:#222!important;caret-color:#222!important;font:inherit;box-shadow:none!important}
.tccgb-field input:focus,.tccgb-field textarea:focus{outline:none;border-color:var(--tccgb-navy);box-shadow:0 0 0 3px rgba(21,51,91,.1)!important}
.tccgb-template-tagline{margin:14px 0 0;padding:14px 16px;border-left:3px solid var(--tccgb-navy);background:var(--tccgb-soft);font-style:italic}
.tccgb-playlist{display:grid;gap:14px}.tccgb-track{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px;border:1px solid var(--tccgb-line);border-radius:16px;background:var(--tccgb-soft)}
.tccgb-track-number{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--tccgb-line);font-weight:800;color:var(--tccgb-navy)}
.tccgb-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tccgb-note{margin:16px 0 0;color:var(--tccgb-muted);font-size:14px}
.tccgb-toggle,.tccgb-confirm{display:flex;gap:12px;align-items:flex-start;border:1px solid var(--tccgb-line);border-radius:14px;padding:16px;cursor:pointer;background:var(--tccgb-soft)}
.tccgb-toggle input,.tccgb-confirm input{margin-top:4px;accent-color:var(--tccgb-navy)}.tccgb-toggle span{display:flex;flex-direction:column}.tccgb-toggle small{color:var(--tccgb-muted)}
.tccgb-voice-upload{margin-top:14px;padding:18px;border-radius:14px;background:var(--tccgb-soft)}.tccgb-voice-prompt{margin:10px 0 0;font-style:italic;color:var(--tccgb-muted)}
.tccgb-subheading{margin:30px 0 14px;color:var(--tccgb-navy);font-size:18px}.tccgb-subheading:first-of-type{margin-top:0}
.tccgb-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tccgb-image-choice{border:1px solid var(--tccgb-line);border-radius:16px;overflow:hidden;background:#fff;cursor:pointer}.tccgb-image-choice:has(input:checked){border-color:var(--tccgb-navy);box-shadow:0 0 0 2px rgba(21,51,91,.1)}
.tccgb-image{display:block;aspect-ratio:1.25/1;background:#f7f8fa;padding:10px}.tccgb-image img{width:100%;height:100%;object-fit:contain;display:block}.tccgb-choice-label{display:flex;align-items:flex-start;gap:9px;padding:13px}.tccgb-choice-label input{margin-top:4px;accent-color:var(--tccgb-navy)}
.tccgb-summary{background:var(--tccgb-navy);color:#fff}.tccgb-summary h3{color:#fff;margin:0 0 18px;font-size:26px}.tccgb-summary .tccgb-eyebrow{color:#cfd9ea}.tccgb-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tccgb-summary-grid>div{padding:14px;border-radius:12px;background:rgba(255,255,255,.09)}.tccgb-summary-grid span{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#cfd9ea;margin-bottom:4px}.tccgb-summary-grid strong{color:#fff}.tccgb-summary-playlist{grid-column:1/-1}.tccgb-summary-playlist ol{margin:8px 0 0 20px;color:#fff}
.tccgb-cart-destination form.cart{display:flex!important;flex-wrap:wrap;align-items:center;gap:12px;margin:26px 0!important;padding:24px;border:1px solid var(--tccgb-line);border-radius:18px;background:#fff}.tccgb-cart-destination form.cart .quantity{margin:0!important}.tccgb-cart-destination form.cart button{min-height:48px;padding:12px 24px!important;border-radius:10px!important}
.tccgb-payment-destination{margin-top:12px}
@media(max-width:780px){.tccgb-wrap{width:min(100% - 20px,1180px);margin:28px auto}.tccgb-section{padding:20px}.tccgb-occasion-grid,.tccgb-two,.tccgb-summary-grid{grid-template-columns:1fr}.tccgb-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tccgb-track{grid-template-columns:34px 1fr;padding:14px}.tccgb-track-number{width:32px;height:32px}.tccgb-hero{padding:32px 18px}.tccgb-section-heading h3{font-size:21px}}
@media(max-width:430px){.tccgb-image-grid{grid-template-columns:1fr}.tccgb-section-heading{gap:11px}.tccgb-section-heading>span{flex-basis:30px;width:30px;height:30px}.tccgb-track{grid-template-columns:1fr}.tccgb-track-number{margin-bottom:-4px}}

/* Gift Builder v2.0 additions */
.tccgb-step-nav{position:sticky;top:12px;z-index:20;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:0 0 20px;padding:10px;border:1px solid var(--tccgb-line);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(18,38,63,.08);backdrop-filter:blur(10px)}
.tccgb-step-nav a{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;padding:10px 8px;border-radius:11px;color:var(--tccgb-navy);font-size:13px;font-weight:800;text-decoration:none!important;white-space:nowrap}
.tccgb-step-nav a:hover{background:var(--tccgb-soft)}
.tccgb-step-nav span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--tccgb-navy);color:#fff;font-size:11px}
.tccgb-occasion-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.tccgb-occasion-card{min-height:150px;justify-content:center;padding:22px 20px}
.tccgb-occasion-card small{line-height:1.4}
.tccgb-card-check{position:absolute;top:13px;right:13px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--tccgb-navy);color:#fff;font-size:13px;opacity:0;transform:scale(.8);transition:.2s ease}
.tccgb-occasion-card.is-selected .tccgb-card-check{opacity:1;transform:scale(1)}
.tccgb-title-suggestions{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}
.tccgb-suggestion-chip,.tccgb-message-button{appearance:none;border:1px solid var(--tccgb-line);background:#fff;color:var(--tccgb-navy);border-radius:999px;padding:9px 13px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:.2s ease}
.tccgb-suggestion-chip:hover,.tccgb-suggestion-chip.is-selected,.tccgb-message-button:hover{border-color:var(--tccgb-navy);background:var(--tccgb-navy);color:#fff}
.tccgb-message-inspiration{margin:16px 0;padding:16px;border:1px solid var(--tccgb-line);border-radius:14px;background:var(--tccgb-soft)}
.tccgb-message-inspiration p{margin:0 0 12px;color:var(--tccgb-muted)}
.tccgb-message-buttons{display:flex;flex-wrap:wrap;gap:9px}
.tccgb-message-button{border-radius:11px;background:#fff}
.tccgb-message-button span{margin-right:6px}
.tccgb-section[id]{scroll-margin-top:95px}
.tccgb-wrap .single_add_to_cart_button{background:var(--tccgb-navy)!important;color:#fff!important;border:0!important;font-weight:800!important}
.tccgb-wrap .single_add_to_cart_button:hover{filter:brightness(.94)}

@media(max-width:980px){
  .tccgb-step-nav{grid-template-columns:repeat(3,minmax(0,1fr));position:relative;top:auto}
  .tccgb-occasion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:780px){
  .tccgb-wrap{width:100%;max-width:100%;margin:22px auto;padding:0 12px;overflow:hidden}
  .tccgb-hero{border-radius:18px}
  .tccgb-step-nav{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding:8px;border-radius:14px;-webkit-overflow-scrolling:touch}
  .tccgb-step-nav a{flex:0 0 auto;scroll-snap-align:start;padding:9px 11px}
  .tccgb-occasion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .tccgb-occasion-card{min-height:138px;padding:18px 15px}
  .tccgb-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tccgb-section[id]{scroll-margin-top:20px}
  .tccgb-cart-destination form.cart{display:grid!important;grid-template-columns:1fr!important;width:100%!important;padding:18px!important}
  .tccgb-cart-destination form.cart .quantity,.tccgb-cart-destination form.cart .single_add_to_cart_button{width:100%!important;max-width:none!important}
  .tccgb-cart-destination form.cart input.qty{width:100%!important}
}
@media(max-width:480px){
  .tccgb-wrap{padding:0 8px}
  .tccgb-hero{padding:28px 16px}
  .tccgb-hero h2{font-size:31px}
  .tccgb-section{padding:17px;border-radius:17px;margin:14px 0}
  .tccgb-section-heading{margin-bottom:18px}
  .tccgb-occasion-grid{grid-template-columns:1fr}
  .tccgb-occasion-card{min-height:112px;align-items:flex-start}
  .tccgb-title-suggestions,.tccgb-message-buttons{display:grid;grid-template-columns:1fr 1fr}
  .tccgb-suggestion-chip,.tccgb-message-button{width:100%;min-width:0;white-space:normal}
  .tccgb-image-grid{grid-template-columns:1fr}
  .tccgb-field input[type=text],.tccgb-field input[type=url],.tccgb-field input[type=file],.tccgb-field textarea{font-size:16px!important}
}

/* v2.0.1 visibility and playback controls */
.tccgb-wrap,
.tccgb-wrap p,
.tccgb-wrap label,
.tccgb-wrap small,
.tccgb-wrap li { color: var(--tccgb-ink) !important; }
.tccgb-wrap .tccgb-hero h2,
.tccgb-wrap .tccgb-section h3,
.tccgb-wrap .tccgb-section h4,
.tccgb-wrap .tccgb-occasion-card strong,
.tccgb-wrap .tccgb-field,
.tccgb-wrap .tccgb-full-song-toggle strong { color: var(--tccgb-navy) !important; }
.tccgb-wrap .tccgb-hero > p:last-child,
.tccgb-wrap .tccgb-section-heading p,
.tccgb-wrap .tccgb-note,
.tccgb-wrap .tccgb-full-song-toggle small { color: var(--tccgb-muted) !important; }
.tccgb-wrap .tccgb-summary,
.tccgb-wrap .tccgb-summary h3,
.tccgb-wrap .tccgb-summary strong,
.tccgb-wrap .tccgb-summary li { color:#fff !important; }
.tccgb-wrap .tccgb-summary span,
.tccgb-wrap .tccgb-summary .tccgb-eyebrow { color:#cfd9ea !important; }
.tccgb-occasion-card{align-items:center;text-align:center;min-height:112px}
.tccgb-occasion-card strong{font-size:19px!important}
.tccgb-full-song-toggle{display:flex;gap:11px;align-items:flex-start;margin-top:13px;padding:13px 14px;border:1px solid var(--tccgb-line);border-radius:12px;background:#fff;cursor:pointer}
.tccgb-full-song-toggle input{margin-top:4px;accent-color:var(--tccgb-navy)}
.tccgb-full-song-toggle span{display:flex;flex-direction:column;gap:2px}
.tccgb-duration-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;padding:14px;border-radius:12px;background:#fff;border:1px dashed #c7d0dc}
.tccgb-duration-fields[hidden]{display:none!important}
@media(max-width:560px){.tccgb-duration-fields{grid-template-columns:1fr}.tccgb-occasion-card{align-items:flex-start;text-align:left;min-height:90px}}


/* v2.0.2 suggested-song and replacement-song controls */
.tccgb-song-mode-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.tccgb-suggested-badge{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;background:#edf8f1;color:#23653d!important;font-size:12px;font-weight:800}
.tccgb-suggested-badge.is-custom{background:#fff4df;color:#805719!important}
.tccgb-replace-song{appearance:none;border:1px solid var(--tccgb-navy);background:#fff;color:var(--tccgb-navy);border-radius:999px;padding:8px 12px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.tccgb-replace-song:hover{background:var(--tccgb-navy);color:#fff}
.tccgb-track input[readonly]{background:#f7f8fa!important;color:var(--tccgb-ink)!important;cursor:default}
.tccgb-song-link-field[hidden]{display:none!important}
.tccgb-track.is-custom-song{border-color:#c9b57d;box-shadow:0 0 0 2px rgba(201,181,125,.12)}
@media(max-width:560px){.tccgb-song-mode-bar{align-items:flex-start;flex-direction:column}.tccgb-replace-song{width:100%}}

/* v3.0 premium guided gift experience */
.tccgb-wrap{--tccgb-gold:#c7ab6d;--tccgb-soft:#f7f4ed}
.tccgb-hero{position:relative;overflow:hidden;background:linear-gradient(145deg,#0b1f3a,#17385f);padding:54px 32px;border-radius:28px;box-shadow:0 20px 55px rgba(11,31,58,.18)}
.tccgb-hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-95px;top:-110px;background:rgba(255,255,255,.08)}
.tccgb-hero h2{max-width:760px;margin-left:auto;margin-right:auto;font-size:clamp(34px,5vw,58px)!important;line-height:1.05!important;color:#fff!important}
.tccgb-hero .tccgb-eyebrow,.tccgb-hero>p:last-child{color:#e8eef7!important}
.tccgb-step-nav{grid-template-columns:repeat(5,minmax(0,1fr));padding:9px;border:1px solid rgba(11,31,58,.1);box-shadow:0 10px 30px rgba(11,31,58,.08)}
.tccgb-step-nav a{border-radius:12px;transition:.2s ease}
.tccgb-step-nav a.is-current{background:var(--tccgb-navy);color:#fff!important;box-shadow:0 8px 20px rgba(11,31,58,.18)}
.tccgb-step-nav a.is-current span{background:#fff;color:var(--tccgb-navy)!important}
.tccgb-section{border:1px solid rgba(11,31,58,.1);box-shadow:0 14px 35px rgba(11,31,58,.06)}
.tccgb-occasion-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.tccgb-occasion-card{min-height:120px;border:2px solid #dbe2ea;border-radius:18px;background:#fff;box-shadow:0 7px 18px rgba(11,31,58,.05);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}
.tccgb-occasion-card:hover{transform:translateY(-3px);box-shadow:0 15px 28px rgba(11,31,58,.12);border-color:var(--tccgb-navy)}
.tccgb-occasion-card.is-selected{background:var(--tccgb-navy);border-color:var(--tccgb-navy);box-shadow:0 16px 32px rgba(11,31,58,.22)}
.tccgb-occasion-card.is-selected strong,.tccgb-occasion-card.is-selected .tccgb-occasion-icon{color:#fff!important}
.tccgb-card-check{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--tccgb-navy)!important;box-shadow:0 4px 12px rgba(0,0,0,.15)}
.tccgb-track{border:1px solid #dce3eb;border-radius:18px;padding:18px;background:linear-gradient(180deg,#fff,#fbfcfd);transition:.2s ease}
.tccgb-track:hover{border-color:#b7c4d3;box-shadow:0 12px 24px rgba(11,31,58,.07)}
.tccgb-song-mode-bar{align-items:center}
.tccgb-song-actions{display:flex;gap:8px;flex-wrap:wrap}
.tccgb-keep-song,.tccgb-replace-song{appearance:none;border:2px solid var(--tccgb-navy);border-radius:10px;padding:10px 14px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:.18s ease}
.tccgb-keep-song{background:#fff;color:var(--tccgb-navy)}
.tccgb-keep-song.is-selected,.tccgb-replace-song.is-selected{background:var(--tccgb-navy);color:#fff;box-shadow:0 7px 16px rgba(11,31,58,.2)}
.tccgb-replace-song{background:#fff;color:var(--tccgb-navy)}
.tccgb-replace-song:hover,.tccgb-keep-song:hover{transform:translateY(-1px)}
.tccgb-segmented{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;border-radius:13px;background:#e9eef4;width:min(100%,420px)}
.tccgb-segmented button{appearance:none;border:0;border-radius:9px;background:transparent;color:var(--tccgb-navy);padding:11px 14px;font:inherit;font-weight:800;cursor:pointer;transition:.18s ease}
.tccgb-segmented button.is-selected{background:#fff;box-shadow:0 4px 12px rgba(11,31,58,.12)}
.tccgb-playback-control{display:block;background:transparent;border:0;padding:0;margin-top:14px}
.tccgb-voice-choice{margin-top:10px}
.tccgb-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.tccgb-title-suggestions,.tccgb-message-buttons{gap:10px}
.tccgb-suggestion-chip,.tccgb-message-button{border:2px solid var(--tccgb-navy)!important;border-radius:999px!important;padding:10px 15px!important;font-weight:800!important;color:var(--tccgb-navy)!important;background:#fff!important}
.tccgb-suggestion-chip.is-selected,.tccgb-suggestion-chip:hover,.tccgb-message-button:hover{background:var(--tccgb-navy)!important;color:#fff!important}
.tccgb-summary{position:relative;overflow:hidden;border-radius:24px!important;background:linear-gradient(145deg,#0b1f3a,#17385f)!important;box-shadow:0 22px 50px rgba(11,31,58,.2)!important}
.tccgb-summary:after{content:"♪";position:absolute;right:24px;top:16px;font-size:82px;color:rgba(255,255,255,.06)}
.tccgb-cart-destination form.cart .single_add_to_cart_button{min-height:56px!important;border-radius:14px!important;font-size:17px!important;box-shadow:0 12px 25px rgba(11,31,58,.22)!important}
.tccgb-ready-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,30px);opacity:0;z-index:99999;display:flex;flex-direction:column;gap:3px;min-width:min(90vw,390px);padding:16px 18px;border-radius:14px;background:#0b1f3a;color:#fff!important;box-shadow:0 18px 45px rgba(0,0,0,.28);transition:.3s ease}
.tccgb-ready-toast strong,.tccgb-ready-toast span{color:#fff!important}.tccgb-ready-toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){.tccgb-occasion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tccgb-step-nav{grid-template-columns:repeat(5,minmax(120px,1fr))}}
@media(max-width:780px){.tccgb-hero{padding:38px 20px}.tccgb-step-nav{display:flex}.tccgb-step-nav a{min-width:118px}.tccgb-song-mode-bar{align-items:flex-start;flex-direction:column}.tccgb-song-actions{width:100%}.tccgb-keep-song,.tccgb-replace-song{flex:1;min-height:44px}.tccgb-segmented{width:100%}}
@media(max-width:480px){.tccgb-hero h2{font-size:34px!important}.tccgb-occasion-grid{grid-template-columns:1fr 1fr}.tccgb-occasion-card{min-height:102px;padding:14px 10px;text-align:center;align-items:center}.tccgb-occasion-card strong{font-size:16px!important}.tccgb-song-actions{display:grid;grid-template-columns:1fr}.tccgb-keep-song,.tccgb-replace-song{width:100%}.tccgb-segmented{grid-template-columns:1fr}.tccgb-summary{padding:20px!important}}

/* v3.0.1 visual polish: isolated typography, aligned product media and clearer controls */
.tccgb-wrap,
.tccgb-wrap * {
  text-transform:none;
}
.tccgb-wrap {
  color:#172033 !important;
  -webkit-text-fill-color:initial;
}
.tccgb-wrap h1,
.tccgb-wrap h2,
.tccgb-wrap h3,
.tccgb-wrap h4,
.tccgb-wrap h5,
.tccgb-wrap h6,
.tccgb-wrap p,
.tccgb-wrap label,
.tccgb-wrap legend,
.tccgb-wrap strong,
.tccgb-wrap small,
.tccgb-wrap li,
.tccgb-wrap span:not(.tccgb-section-heading > span):not(.tccgb-step-nav span):not(.tccgb-card-check),
.tccgb-wrap a,
.tccgb-wrap button {
  background-image:none !important;
  text-shadow:none !important;
}
.tccgb-wrap h2,
.tccgb-wrap h3,
.tccgb-wrap h4,
.tccgb-wrap h5,
.tccgb-wrap h6,
.tccgb-wrap .tccgb-field,
.tccgb-wrap .tccgb-choice-label,
.tccgb-wrap .tccgb-occasion-card strong {
  color:#15335b !important;
  -webkit-text-fill-color:#15335b !important;
}
.tccgb-wrap p,
.tccgb-wrap label,
.tccgb-wrap li,
.tccgb-wrap small {
  color:#334155 !important;
  -webkit-text-fill-color:#334155 !important;
}
.tccgb-wrap .tccgb-note,
.tccgb-wrap .tccgb-section-heading p,
.tccgb-wrap .tccgb-field small,
.tccgb-wrap .tccgb-template-tagline,
.tccgb-wrap .tccgb-voice-prompt {
  color:#667085 !important;
  -webkit-text-fill-color:#667085 !important;
}
.tccgb-wrap .tccgb-hero h2,
.tccgb-wrap .tccgb-hero .tccgb-eyebrow,
.tccgb-wrap .tccgb-hero > p:last-child {
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  background:none !important;
  background-clip:border-box !important;
  -webkit-background-clip:border-box !important;
}
.tccgb-wrap .tccgb-hero .tccgb-eyebrow,
.tccgb-wrap .tccgb-hero > p:last-child {
  color:#e8eef7 !important;
  -webkit-text-fill-color:#e8eef7 !important;
}
.tccgb-wrap .tccgb-occasion-card.is-selected strong,
.tccgb-wrap .tccgb-occasion-card.is-selected .tccgb-occasion-icon,
.tccgb-wrap .tccgb-step-nav a.is-current,
.tccgb-wrap .tccgb-step-nav a.is-current * {
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}
.tccgb-wrap .tccgb-step-nav a.is-current span,
.tccgb-wrap .tccgb-card-check {
  color:#15335b !important;
  -webkit-text-fill-color:#15335b !important;
}
.tccgb-wrap .tccgb-summary,
.tccgb-wrap .tccgb-summary h2,
.tccgb-wrap .tccgb-summary h3,
.tccgb-wrap .tccgb-summary h4,
.tccgb-wrap .tccgb-summary p,
.tccgb-wrap .tccgb-summary li,
.tccgb-wrap .tccgb-summary strong {
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}
.tccgb-wrap .tccgb-summary span,
.tccgb-wrap .tccgb-summary .tccgb-eyebrow {
  color:#cfd9ea !important;
  -webkit-text-fill-color:#cfd9ea !important;
}
.tccgb-wrap .tccgb-hero {
  padding:36px 28px;
  min-height:0;
}
.tccgb-wrap .tccgb-hero h2 {
  font-size:clamp(30px,4vw,48px) !important;
  line-height:1.08 !important;
}
.tccgb-wrap .tccgb-section {
  padding:32px;
}
.tccgb-wrap .tccgb-image-choice {
  display:flex;
  flex-direction:column;
  min-width:0;
  height:100%;
}
.tccgb-wrap .tccgb-image {
  width:100%;
  height:280px;
  min-height:280px;
  aspect-ratio:auto;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.tccgb-wrap .tccgb-image img {
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:50% 50%;
  margin:auto;
}
.tccgb-wrap .tccgb-choice-label {
  min-height:58px;
  margin-top:auto;
  align-items:center;
  padding:15px 16px;
  font-size:16px;
  line-height:1.3;
}
.tccgb-wrap .tccgb-image-choice:has(input:checked) {
  border:2px solid #15335b;
  box-shadow:0 0 0 3px rgba(21,51,91,.12),0 12px 28px rgba(21,51,91,.10);
  transform:translateY(-1px);
}
.tccgb-wrap .tccgb-keep-song,
.tccgb-wrap .tccgb-replace-song,
.tccgb-wrap .tccgb-segmented button,
.tccgb-wrap .tccgb-suggestion-chip,
.tccgb-wrap .tccgb-message-button {
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1.2;
}
.tccgb-wrap .tccgb-keep-song,
.tccgb-wrap .tccgb-replace-song {
  border-width:2px !important;
  box-shadow:0 5px 13px rgba(21,51,91,.10);
}
.tccgb-wrap .tccgb-keep-song.is-selected,
.tccgb-wrap .tccgb-replace-song.is-selected,
.tccgb-wrap .tccgb-suggestion-chip.is-selected {
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}
.tccgb-wrap input[type=text],
.tccgb-wrap input[type=url],
.tccgb-wrap textarea,
.tccgb-wrap select {
  color:#172033 !important;
  -webkit-text-fill-color:#172033 !important;
  opacity:1 !important;
}
.tccgb-wrap input::placeholder,
.tccgb-wrap textarea::placeholder {
  color:#7c8799 !important;
  -webkit-text-fill-color:#7c8799 !important;
  opacity:1 !important;
}
@media (max-width:780px) {
  .tccgb-wrap .tccgb-hero { padding:28px 18px; }
  .tccgb-wrap .tccgb-section { padding:20px; }
  .tccgb-wrap .tccgb-image { height:190px; min-height:190px; padding:16px; }
  .tccgb-wrap .tccgb-choice-label { min-height:54px; font-size:15px; }
}
@media (max-width:480px) {
  .tccgb-wrap .tccgb-hero h2 { font-size:30px !important; }
  .tccgb-wrap .tccgb-image { height:170px; min-height:170px; padding:13px; }
}

/* v3.0.2: occasion-first visual fixes */
.tccgb-wrap .tccgb-step-nav { display:none !important; }

/* Keep Elementor/global theme typography from making normal content white. */
.tccgb-wrap .tccgb-section,
.tccgb-wrap .tccgb-section div,
.tccgb-wrap .tccgb-section p,
.tccgb-wrap .tccgb-section label,
.tccgb-wrap .tccgb-section small,
.tccgb-wrap .tccgb-section li,
.tccgb-wrap .tccgb-section strong,
.tccgb-wrap .tccgb-section h2,
.tccgb-wrap .tccgb-section h3,
.tccgb-wrap .tccgb-section h4 {
  -webkit-text-fill-color: currentColor !important;
  text-shadow:none !important;
}
.tccgb-wrap .tccgb-section h2,
.tccgb-wrap .tccgb-section h3,
.tccgb-wrap .tccgb-section h4,
.tccgb-wrap .tccgb-section strong,
.tccgb-wrap .tccgb-field,
.tccgb-wrap .tccgb-choice-label {
  color:#15335b !important;
}
.tccgb-wrap .tccgb-section p,
.tccgb-wrap .tccgb-section label,
.tccgb-wrap .tccgb-section small,
.tccgb-wrap .tccgb-section li {
  color:#334155 !important;
}
.tccgb-wrap .tccgb-occasion-card.is-selected,
.tccgb-wrap .tccgb-occasion-card.is-selected strong,
.tccgb-wrap .tccgb-occasion-card.is-selected .tccgb-occasion-icon {
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}
.tccgb-wrap .tccgb-summary,
.tccgb-wrap .tccgb-summary * {
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}
.tccgb-wrap .tccgb-summary span,
.tccgb-wrap .tccgb-summary small {
  color:#cfd9ea !important;
  -webkit-text-fill-color:#cfd9ea !important;
}

/* All cassette artwork uses the same visual box and baseline. */
.tccgb-wrap .tccgb-image-grid .tccgb-image-choice {
  grid-template-rows:280px auto;
}
.tccgb-wrap .tccgb-image-grid .tccgb-image {
  height:280px !important;
  min-height:280px !important;
  padding:30px !important;
  display:grid !important;
  place-items:center !important;
}
.tccgb-wrap .tccgb-image-grid .tccgb-image img {
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
}

.tccgb-wrap .tccgb-hero h2 {
  max-width:900px;
}

@media (max-width:780px) {
  .tccgb-wrap .tccgb-image-grid .tccgb-image-choice { grid-template-rows:180px auto; }
  .tccgb-wrap .tccgb-image-grid .tccgb-image {
    height:180px !important;
    min-height:180px !important;
    padding:18px !important;
  }
}


/* Gift Builder v3.0.3: targeted visual fixes only. */

/* 1) Cassette artwork: identical visual size, centre point and baseline. */
.tccgb-wrap .tccgb-image-grid--cassette .tccgb-image-choice {
  display:grid !important;
  grid-template-rows:280px auto !important;
}
.tccgb-wrap .tccgb-image-grid--cassette .tccgb-image {
  width:100% !important;
  height:280px !important;
  min-height:280px !important;
  aspect-ratio:auto !important;
  padding:28px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
}
.tccgb-wrap .tccgb-image-grid--cassette .tccgb-image img {
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  margin:auto !important;
  object-fit:contain !important;
  object-position:50% 50% !important;
  transform:none !important;
}

/* 2) J-Card artwork: always show the complete image without cropping. */
.tccgb-wrap .tccgb-image-grid--jcard .tccgb-image-choice {
  display:flex !important;
  flex-direction:column !important;
}
.tccgb-wrap .tccgb-image-grid--jcard .tccgb-image {
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
  padding:12px !important;
  display:block !important;
  overflow:visible !important;
  background:#f7f8fa !important;
}
.tccgb-wrap .tccgb-image-grid--jcard .tccgb-image img {
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:none !important;
  margin:0 auto !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}

/* 3) Gift summary: prevent Elementor/global gradient or dark text overrides. */
.tccgb-wrap section.tccgb-summary {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  background-color:#0b1f3a !important;
  background-image:linear-gradient(145deg,#0b1f3a,#17385f) !important;
  text-shadow:none !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}
.tccgb-wrap section.tccgb-summary * {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  background-image:none !important;
  text-shadow:none !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}
.tccgb-wrap section.tccgb-summary .tccgb-eyebrow,
.tccgb-wrap section.tccgb-summary .tccgb-summary-grid span,
.tccgb-wrap section.tccgb-summary .tccgb-summary-grid small {
  color:#dce6f5 !important;
  -webkit-text-fill-color:#dce6f5 !important;
}
.tccgb-wrap section.tccgb-summary .tccgb-summary-grid strong,
.tccgb-wrap section.tccgb-summary .tccgb-summary-grid li,
.tccgb-wrap section.tccgb-summary .tccgb-summary-grid ol {
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  font-weight:700 !important;
}

@media (max-width:780px) {
  .tccgb-wrap .tccgb-image-grid--cassette .tccgb-image-choice {
    grid-template-rows:190px auto !important;
  }
  .tccgb-wrap .tccgb-image-grid--cassette .tccgb-image {
    height:190px !important;
    min-height:190px !important;
    padding:18px !important;
  }
  .tccgb-wrap .tccgb-image-grid--jcard .tccgb-image {
    padding:10px !important;
  }
}


/* v3.0.4: Start directly at the occasion section and keep express pay below Add to Cart. */
.tccgb-wrap > .tccgb-section:first-child { margin-top: 0 !important; }
.tccgb-payment-destination {
  display: block !important;
  width: 100% !important;
  margin-top: 14px !important;
  clear: both !important;
  order: 999 !important;
}
.tccgb-payment-destination .wcpay-express-checkout-wrapper,
.tccgb-payment-destination #wcpay-express-checkout-wrapper,
.tccgb-payment-destination .wc-stripe-product-checkout-container,
.tccgb-payment-destination .wcpay-payment-request-wrapper {
  width: 100% !important;
  margin: 0 !important;
}

/* v3.0.5 final polish: product description placement + unmistakable controls */
.tccgb-product-description-after-title {
  display:block !important;
  width:100% !important;
  margin:10px 0 18px !important;
  color:#33445c !important;
  -webkit-text-fill-color:#33445c !important;
  font-size:15px !important;
  line-height:1.65 !important;
}
.tccgb-product-description-after-title p:last-child { margin-bottom:0 !important; }

.tccgb-wrap .tccgb-song-actions,
.tccgb-wrap .tccgb-segmented {
  display:inline-grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:4px !important;
  padding:4px !important;
  border:1px solid #cbd5e1 !important;
  border-radius:14px !important;
  background:#eef2f6 !important;
  box-shadow:inset 0 1px 2px rgba(11,31,58,.05) !important;
}
.tccgb-wrap .tccgb-song-actions { min-width:300px; }
.tccgb-wrap .tccgb-segmented { min-width:280px; }

.tccgb-wrap .tccgb-keep-song,
.tccgb-wrap .tccgb-replace-song,
.tccgb-wrap .tccgb-segmented button {
  min-height:46px !important;
  margin:0 !important;
  padding:10px 16px !important;
  border:0 !important;
  border-radius:10px !important;
  background:transparent !important;
  color:#15335b !important;
  -webkit-text-fill-color:#15335b !important;
  box-shadow:none !important;
  font-weight:800 !important;
  opacity:1 !important;
  transform:none !important;
  transition:background-color .16s ease,color .16s ease,box-shadow .16s ease !important;
}
.tccgb-wrap .tccgb-keep-song:hover,
.tccgb-wrap .tccgb-replace-song:hover,
.tccgb-wrap .tccgb-segmented button:hover {
  background:rgba(255,255,255,.72) !important;
}
.tccgb-wrap .tccgb-keep-song.is-selected,
.tccgb-wrap .tccgb-replace-song.is-selected,
.tccgb-wrap .tccgb-segmented button.is-selected {
  background:#15335b !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  box-shadow:0 5px 12px rgba(21,51,91,.24) !important;
}
.tccgb-wrap .tccgb-keep-song.is-selected:hover,
.tccgb-wrap .tccgb-replace-song.is-selected:hover,
.tccgb-wrap .tccgb-segmented button.is-selected:hover {
  background:#15335b !important;
}
.tccgb-wrap .tccgb-keep-song:focus-visible,
.tccgb-wrap .tccgb-replace-song:focus-visible,
.tccgb-wrap .tccgb-segmented button:focus-visible {
  outline:3px solid rgba(255,77,150,.35) !important;
  outline-offset:2px !important;
}

@media(max-width:560px) {
  .tccgb-wrap .tccgb-song-actions,
  .tccgb-wrap .tccgb-segmented {
    width:100% !important;
    min-width:0 !important;
  }
  .tccgb-wrap .tccgb-keep-song,
  .tccgb-wrap .tccgb-replace-song,
  .tccgb-wrap .tccgb-segmented button {
    padding:10px 8px !important;
    font-size:12px !important;
  }
}


/* Product description displayed directly above the Gift Builder */
.tccgb-product-description {
    width: min(100%, 1320px);
    margin: 28px auto 22px;
    padding: 0 20px;
    color: #334155 !important;
    font-size: 17px;
    line-height: 1.75;
}
.tccgb-product-description > :first-child { margin-top: 0; }
.tccgb-product-description > :last-child { margin-bottom: 0; }
.tccgb-product-description h2,
.tccgb-product-description h3,
.tccgb-product-description h4 { color: #153b69 !important; }
@media (max-width: 767px) {
    .tccgb-product-description {
        margin: 20px auto 16px;
        padding: 0 16px;
        font-size: 16px;
    }
}


/* ==========================================================
   v3.0.9 — WooCommerce product header + description placement
   Plugin CSS is loaded only on products assigned to Gift Builder.
   ========================================================== */

/* Force the real WooCommerce product title to remain visible even when
   Elementor/theme global heading styles use transparent/white text. */
body.single-product div.product .summary .product_title,
body.single-product div.product .summary h1.product_title,
body.single-product .product .summary .product_title {
    display: block !important;
    position: relative !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    color: #202020 !important;
    -webkit-text-fill-color: #202020 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-indent: 0 !important;
    font-size: clamp(38px, 4.3vw, 74px) !important;
    line-height: 1.04 !important;
    letter-spacing: .055em !important;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    text-shadow: none !important;
}

/* Description belongs INSIDE WooCommerce's .summary column, beside gallery. */
body.single-product div.product .summary .tccgb-product-description {
    display: block !important;
    position: static !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    margin: 28px 0 18px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    color: #153b69 !important;
    -webkit-text-fill-color: #153b69 !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
}
body.single-product div.product .summary .tccgb-product-description,
body.single-product div.product .summary .tccgb-product-description p,
body.single-product div.product .summary .tccgb-product-description li,
body.single-product div.product .summary .tccgb-product-description strong,
body.single-product div.product .summary .tccgb-product-description em,
body.single-product div.product .summary .tccgb-product-description span {
    color: #153b69 !important;
    -webkit-text-fill-color: #153b69 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.single-product div.product .summary .tccgb-product-description h1,
body.single-product div.product .summary .tccgb-product-description h2,
body.single-product div.product .summary .tccgb-product-description h3,
body.single-product div.product .summary .tccgb-product-description h4 {
    color: #0d477f !important;
    -webkit-text-fill-color: #0d477f !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.single-product div.product .summary .tccgb-product-description > :first-child {
    margin-top: 0 !important;
}
body.single-product div.product .summary .tccgb-product-description > :last-child {
    margin-bottom: 0 !important;
}

/* Neutralise theme drop-cap rules on the first paragraph. */
body.single-product div.product .summary .tccgb-product-description p:first-of-type::first-letter {
    float: none !important;
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

/* Builder itself starts below both gallery and summary, never in either column. */
body.single-product div.product > .tccgb-wrap,
body.single-product .tccgb-wrap {
    clear: both !important;
}

@media (max-width: 768px) {
    body.single-product div.product .summary .product_title,
    body.single-product div.product .summary h1.product_title {
        font-size: clamp(34px, 11vw, 52px) !important;
    }
    body.single-product div.product .summary .tccgb-product-description {
        margin-top: 20px !important;
        font-size: 16px !important;
    }
}


/* ==========================================================
   v3.0.10 — final visibility guard
   ========================================================== */
body.single-product .woocommerce div.product h1.product_title,
body.single-product .woocommerce div.product .summary h1.product_title,
body.single-product div.product h1.product_title,
body.single-product div.product .summary h1.product_title,
body.single-product h1.product_title,
body.single-product .summary .entry-title {
  color:#202020 !important;
  -webkit-text-fill-color:#202020 !important;
  opacity:1 !important;
  visibility:visible !important;
  display:block !important;
  background-color:transparent !important;
  background-image:none !important;
  -webkit-background-clip:border-box !important;
  background-clip:border-box !important;
  text-shadow:none !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}
.tccgb-wrap section.tccgb-summary {
  background:#0b1f3a !important;
  background-image:linear-gradient(145deg,#0b1f3a 0%,#17385f 100%) !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}
.tccgb-wrap section.tccgb-summary h2,
.tccgb-wrap section.tccgb-summary h3,
.tccgb-wrap section.tccgb-summary h4,
.tccgb-wrap section.tccgb-summary p,
.tccgb-wrap section.tccgb-summary li,
.tccgb-wrap section.tccgb-summary strong,
.tccgb-wrap section.tccgb-summary ol {
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  opacity:1 !important;
  visibility:visible !important;
}
.tccgb-wrap section.tccgb-summary .tccgb-eyebrow,
.tccgb-wrap section.tccgb-summary .tccgb-summary-grid span,
.tccgb-wrap section.tccgb-summary .tccgb-summary-grid small {
  color:#dce6f5 !important;
  -webkit-text-fill-color:#dce6f5 !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* ==========================================================
   v3.0.13 — TITLE ONLY FIX
   Based on v3.0.10 (known-good gift summary + description).
   The plugin owns this title; hide only the theme duplicate.
   ========================================================== */
body.single-product div.product .summary > h1.product_title:not(.tccgb-forced-product-title),
body.single-product div.product .summary > .product_title:not(.tccgb-forced-product-title) {
  display:none !important;
}
body.single-product div.product .summary h1.tccgb-forced-product-title {
  display:block !important;
  color:#202020 !important;
  -webkit-text-fill-color:#202020 !important;
  opacity:1 !important;
  visibility:visible !important;
  background:transparent !important;
  background-image:none !important;
  -webkit-background-clip:border-box !important;
  background-clip:border-box !important;
}
@media (max-width:768px) {
  body.single-product div.product .summary h1.tccgb-forced-product-title {
    font-size:clamp(30px,9vw,46px) !important;
    letter-spacing:.035em !important;
    margin-bottom:16px !important;
  }
}

/* v3.0.19 — native mobile voice-note file inputs */
#tccgb-opening-voice-file,
#tccgb-closing-voice-file {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 48px !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  -webkit-appearance: auto !important;
  appearance: auto !important;
  z-index: auto !important;
}
#tccgb-opening-voice-file::file-selector-button,
#tccgb-closing-voice-file::file-selector-button {
  min-height: 44px;
  cursor: pointer;
}
