/** Shopify CDN: Minification failed

Line 8:5 Unexpected "{"
Line 8:14 Expected ":"
Line 8:20 Unexpected ","

**/
.tc-{{ section.id }},
[class^="tc-"] {
  box-sizing: border-box;
}

.tc-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.tc-wrap--narrow {
  max-width: 640px;
}

@media screen and (max-width: 480px) {
  .tc-wrap {
    padding: 0 16px;
  }
}

/* Root wrapper: white background throughout, no header/footer */
[id^="shopify-section-"] .tc-hero,
.tc-hero {
  background-color: #ffffff;
}

.tc-hero {
  padding-top: 40px;
  padding-bottom: 28px;
  text-align: center;
  border-bottom: 1px solid #e4e2dc;
  background-color: #ffffff;
}
.tc-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c41230;
  margin: 0 0 10px;
}
.tc-h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1a1a18;
  margin: 0 0 12px;
}
.tc-sub {
  font-size: 15px;
  line-height: 1.55;
  color: #6b6861;
  font-weight: 300;
  margin: 0 0 10px;
}
.tc-sub-strong {
  color: #3a3a36;
  font-weight: 400;
}
.tc-updated {
  font-size: 12px;
  color: #9e9b94;
  letter-spacing: 0.02em;
  margin: 0;
}

/* Sub nav */
.tc-subnav {
  border-bottom: 1px solid #e4e2dc;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 40;
}
.tc-subnav__desktop {
  overflow-x: auto;
  scrollbar-width: none;
  display: none;
}
.tc-subnav__desktop::-webkit-scrollbar { display: none; }
.tc-subnav__row {
  display: flex;
  gap: 0;
  white-space: nowrap;
}
.tc-subnav__btn {
  background: none;
  border: none;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #6b6861;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: color 0.15s;
  font-family: inherit;
}
.tc-subnav__btn:hover {
  color: #c41230;
}
.tc-subnav__mobile {
  display: flex;
  padding: 0 16px;
  position: relative;
}
.tc-subnav__toggle {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-size: 12.5px;
  font-weight: 500;
  color: #6b6861;
  cursor: pointer;
  font-family: inherit;
}
.tc-chevron {
  transition: transform 0.2s;
}
.tc-chevron.is-open {
  transform: rotate(180deg);
}
.tc-subnav__panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e4e2dc;
  z-index: 50;
}
.tc-subnav__panel.is-open {
  display: block;
}
.tc-subnav__panel-btn {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 9px 16px;
  font-size: 13px;
  color: #3a3a36;
  cursor: pointer;
  border-bottom: 1px solid #f0ede7;
  font-family: inherit;
}
.tc-subnav__num {
  color: #c41230;
  font-size: 11px;
  font-weight: 600;
  margin-right: 8px;
}

@media screen and (min-width: 750px) {
  .tc-subnav__desktop { display: flex; }
  .tc-subnav__mobile { display: none; }
}

/* Main content */
.tc-main {
  padding: 32px 24px 48px;
}
.tc-block {
  margin-bottom: 36px;
}
.tc-block__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.tc-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #c41230;
  text-transform: uppercase;
}
.tc-h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(19px, 2.4vw, 23px);
  font-weight: 400;
  color: #1a1a18;
  margin: 0;
}

/* Key terms table */
.tc-table {
  border: 1px solid #e4e2dc;
  border-radius: 4px;
  overflow: hidden;
}
.tc-table__head {
  display: grid;
  grid-template-columns: 48px 1fr 1fr;
  background-color: #1a1a18;
  padding: 9px 18px;
  gap: 16px;
}
.tc-table__head span {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9e9b94;
}
.tc-table__row {
  display: grid;
  grid-template-columns: 48px 1fr 1fr;
  padding: 10px 18px;
  gap: 16px;
  background-color: #ffffff;
  border-top: 1px solid #ebe9e3;
  align-items: start;
}
.tc-table__row:nth-child(even) {
  background-color: #fafafa;
}
.tc-table__section {
  font-size: 11px;
  font-weight: 700;
  color: #c41230;
  letter-spacing: 0.06em;
  padding-top: 1px;
}
.tc-table__title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a18;
  display: block;
  margin-bottom: 1px;
}
.tc-table__key {
  font-size: 11.5px;
  color: #9e9b94;
  letter-spacing: 0.02em;
}
.tc-table__value {
  font-size: 13px;
  color: #3a3a36;
  line-height: 1.45;
}
.tc-note {
  font-size: 12px;
  color: #9e9b94;
  margin-top: 8px;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .tc-table__head {
    display: none;
  }
  .tc-table__row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 14px;
  }
  .tc-table__section {
    padding-top: 0;
  }
}

/* Intro */
.tc-intro {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e4e2dc;
}
.tc-body {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a36;
  margin: 0 0 10px;
  font-weight: 400;
}
.tc-accent {
  color: #c41230;
}

/* Policy sections */
.tc-section {
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e4e2dc;
  scroll-margin-top: 56px;
  background-color: #ffffff;
}
.tc-section--last {
  border-bottom: none;
}
.tc-section__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.tc-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #c41230;
  text-transform: uppercase;
  min-width: 24px;
}
.tc-h2b {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(18px, 2.6vw, 22px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #1a1a18;
  margin: 0;
  line-height: 1.2;
}
.tc-section__body {
  padding-left: 32px;
}

@media screen and (max-width: 749px) {
  .tc-section__body {
    padding-left: 0;
  }
}

/* Rich text content (from theme-editor rich text fields) */
.tc-richtext p {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a36;
  margin: 0 0 10px;
  font-weight: 400;
}
.tc-richtext p:last-child {
  margin-bottom: 0;
}
.tc-richtext strong {
  color: #1a1a18;
  font-weight: 600;
}
.tc-richtext a {
  color: #c41230;
  text-decoration: underline;
}
.tc-richtext ul,
.tc-richtext ol {
  list-style: none;
  padding: 0;
  margin: 10px 0 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.tc-richtext ul li,
.tc-richtext ol li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #3a3a36;
}
.tc-richtext ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c41230;
}
.tc-callout .tc-richtext p {
  font-size: 13.5px;
  margin: 0;
}

/* Bullet lists (legacy, kept for compatibility) */
.tc-bullets {
  list-style: none;
  padding: 0;
  margin: 10px 0 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tc-bullets li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.55;
  color: #3a3a36;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.tc-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  min-width: 4px;
  border-radius: 50%;
  background-color: #c41230;
}
.tc-bullets li strong {
  color: #1a1a18;
  font-weight: 600;
  margin-right: 4px;
}

/* KV block */
.tc-kvblock {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 4px;
}
.tc-kvblock__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ebe9e3;
  align-items: start;
}
.tc-kvblock__row--last {
  border-bottom: none;
}
.tc-kvblock__row span:first-child {
  font-size: 12.5px;
  font-weight: 600;
  color: #1a1a18;
  letter-spacing: 0.01em;
}
.tc-kvblock__row span:last-child {
  font-size: 14px;
  color: #3a3a36;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .tc-kvblock__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media screen and (max-width: 900px) and (min-width: 600px) {
  .tc-kvblock__row {
    grid-template-columns: 140px 1fr;
    gap: 12px;
  }
}

/* Info grid / contact blocks */
.tc-infogrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 14px;
  padding: 18px 20px;
  background-color: #f9f8f5;
  border-radius: 4px;
}
.tc-contact__label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9e9b94;
}
.tc-icon {
  color: #c41230;
  display: inline-flex;
}
.tc-kv {
  font-size: 13px;
  color: #3a3a36;
  line-height: 1.5;
  margin: 3px 0;
  display: flex;
  gap: 6px;
}
.tc-kv span:first-child {
  color: #9e9b94;
  min-width: 40px;
}

/* Callouts */
.tc-callout {
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 4px;
}
.tc-callout p {
  margin: 0;
  font-size: 13.5px;
  color: #3a3a36;
  line-height: 1.55;
}
.tc-callout--warn {
  background-color: #fff5f7;
  border: 1px solid #f5c6cf;
}
.tc-callout--accent {
  margin-top: 12px;
  background-color: #f9f8f5;
  border-left: 3px solid #c41230;
  border-radius: 0 4px 4px 0;
  padding: 12px 16px;
}
.tc-callout--accent p {
  font-size: 13.5px;
}

/* Force majeure tags */
.tc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.tc-tag {
  font-size: 12.5px;
  color: #6b6861;
  background-color: #f0ede7;
  padding: 5px 10px;
  border-radius: 2px;
  letter-spacing: 0.01em;
}

/* Acceptance banner */
.tc-acceptance {
  margin-top: 24px;
  padding: 18px 20px;
  background-color: #1a1a18;
  border-radius: 4px;
  text-align: center;
}
.tc-acceptance__title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 17px;
  color: #f9f8f5;
  margin: 0 0 8px;
}
.tc-acceptance__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.tc-acceptance__tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #c41230;
  background-color: #2a2a26;
  padding: 6px 14px;
  border-radius: 2px;
  text-transform: uppercase;
}