/*
 * TogetherGY account, policy, contact, and privacy components.
 */
.tgy-content {
  padding-bottom: 54px
}
.tgy-map-copy {
  padding: 0
}
.tgy-map-copy p {
  color: var(--tgy-muted)
}
.tgy-map-placeholder {
  display: grid;
  min-height: 260px;
  align-content: center;
  gap: var(--tgy-space-3);
  padding: clamp(20px, 3vw, 32px);
  background:
    linear-gradient(135deg, rgba(13, 125, 113, 0.09), transparent 68%),
    var(--tgy-canvas)
}
.tgy-map-placeholder[hidden],
.tgy-map-frame[hidden] {
  display: none
}
.tgy-map-placeholder-kicker {
  color: var(--tgy-brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase
}
.tgy-map-placeholder strong {
  max-width: 32ch;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.2
}
.tgy-map-placeholder p {
  max-width: 50ch;
  margin: 0;
  color: var(--tgy-muted)
}
.tgy-map-placeholder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--tgy-space-3);
  margin-top: var(--tgy-space-2)
}
.tgy-map-frame {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0
}
.tgy-map-noscript {
  margin: 0;
  padding: 16px
}
.tgy-empty-state p {
  max-width: 520px;
  margin: 0;
  color: var(--tgy-muted)
}
.tgy-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 4px
}
.tgy-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px
}
.tgy-about-grid article {
  border: 1px solid var(--tgy-line);
  border-radius: var(--tgy-radius);
  background: var(--tgy-canvas);
  padding: 22px
}
.tgy-about-grid h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.08
}
.tgy-about-grid p {
  margin: 0;
  color: var(--tgy-muted)
}
.tgy-policy-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--tgy-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase
}
.tgy-policy-tabs a:hover {
  border-color: rgba(13, 125, 113, 0.34);
  color: var(--tgy-accent)
}
.tgy-policy-detail-heading h2 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 24px;
  line-height: 1.18
}
.tgy-policy-contact h2 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 24px;
  line-height: 1.18
}
.tgy-policy-summary-card p {
  margin: 12px 0 0;
  color: var(--tgy-muted);
  line-height: 1.6
}
.tgy-policy-contact p {
  margin: 12px 0 0;
  color: var(--tgy-muted);
  line-height: 1.6
}
.tgy-policy-rights-notice strong {
  color: var(--tgy-ink);
  font-size: 16px
}
.tgy-policy-rights-notice p {
  margin: 0;
  color: var(--tgy-muted)
}
.tgy-policy-detail-heading {
  scroll-margin-top: 120px;
  margin: 0 0 14px
}
.tgy-policy-faq {
  display: grid;
  gap: 10px
}
.tgy-policy-item.is-open {
  border-color: rgba(13, 125, 113, 0.3);
  box-shadow: 0 16px 32px var(--tgy-shadow-color-soft)
}
.tgy-policy-item.is-animating {
  overflow: hidden;
  transition:
    height var(--tgy-motion-modal) var(--tgy-ease-standard),
    border-color var(--tgy-motion-panel) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-panel) var(--tgy-ease-standard)
}
.tgy-policy-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 18px;
  min-height: 62px;
  border: 0;
  background: transparent;
  padding: 0 20px;
  color: var(--tgy-ink);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  list-style: none;
  transition:
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard)
}
.tgy-policy-question:focus-visible {
  outline: 3px solid rgba(13, 125, 113, 0.28);
  outline-offset: -3px
}
.tgy-policy-question:hover {
  background: rgba(13, 125, 113, 0.035)
}
.tgy-policy-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px
}
.tgy-policy-toggle::before {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--tgy-accent);
  content: "";
  transition: transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
}
.tgy-policy-toggle::after {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--tgy-accent);
  content: "";
  transition: transform var(--tgy-motion-feedback) var(--tgy-ease-standard);
  transform: rotate(90deg)
}
.tgy-policy-item.is-open .tgy-policy-toggle::after {
  transform: rotate(0deg)
}
.tgy-policy-answer {
  border-top: 1px solid var(--tgy-line);
  padding: 16px 20px 18px;
  opacity: 0;
  transform: translateY(-4px);
  visibility: hidden;
  transition:
    opacity var(--tgy-motion-panel) var(--tgy-ease-standard),
    transform var(--tgy-motion-panel) var(--tgy-ease-standard),
    visibility 0s linear var(--tgy-motion-panel)
}
.tgy-policy-item:not(.is-open):not(.is-animating) .tgy-policy-answer {
  display: none
}
.tgy-policy-item.is-open.is-revealed .tgy-policy-answer {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s
}
.tgy-policy-answer p {
  margin: 0;
  color: var(--tgy-muted)
}
.tgy-policy-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 34px;
  border-top: 1px solid var(--tgy-line);
  border-bottom: 1px solid var(--tgy-line);
  padding: 26px 0
}
.tgy-policy-contact-links {
  display: grid;
  gap: 8px;
  justify-items: end
}
.tgy-policy-contact-links a {
  color: var(--tgy-accent);
  font-weight: 850;
  text-decoration: none
}
.tgy-policy-contact-links a:hover {
  text-decoration: underline
}
.tgy-policy-version {
  margin: 14px 0 0;
  color: var(--tgy-muted);
  font-size: 13px
}
.tgy-notice {
  margin-bottom: 18px;
  border: 1px solid var(--tgy-success-border);
  border-radius: 8px;
  background: var(--tgy-success-surface);
  color: var(--tgy-success);
  padding: 14px 16px
}
.tgy-contact-grid article p {
  margin: 10px 0 5px;
  color: var(--tgy-green);
  font-size: 20px;
  font-weight: 850
}
.tgy-google-auth {
  margin: 16px 0
}
.tgy-google-mark {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%234285F4' d='M17.64 9.204c0-.638-.057-1.252-.164-1.84H9v3.481h4.844a4.14 4.14 0 0 1-1.796 2.716v2.258h2.91c1.704-1.57 2.682-3.882 2.682-6.411z'/%3E%3Cpath fill='%2334A853' d='M9 18c2.43 0 4.467-.806 5.956-2.185l-2.909-2.258c-.806.54-1.837.86-3.047.86-2.344 0-4.328-1.583-5.036-3.71H.957v2.332A9 9 0 0 0 9 18z'/%3E%3Cpath fill='%23FBBC05' d='M3.964 10.707A5.41 5.41 0 0 1 3.682 9c0-.592.102-1.17.282-1.707V4.961H.957A9 9 0 0 0 0 9c0 1.452.348 2.827.957 4.039l3.007-2.332z'/%3E%3Cpath fill='%23EA4335' d='M9 3.58c1.321 0 2.508.454 3.44 1.345l2.582-2.581C13.463.891 11.426 0 9 0A9 9 0 0 0 .957 4.961l3.007 2.332C4.672 5.166 6.656 3.58 9 3.58z'/%3E%3C/svg%3E") center / contain no-repeat
}
.tgy-google-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-ink);
  font-weight: 800;
  padding: 0 16px;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
}
.tgy-google-button:visited {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-ink);
  font-weight: 800;
  padding: 0 16px;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
}
.tgy-google-button:hover {
  border-color: #b7c8cf;
  background: var(--tgy-blue-soft)
}
.tgy-google-config-note {
  margin: 10px 0 0;
  color: var(--tgy-muted);
  font-size: 14px
}
.tgy-account-google--unavailable {
  margin: 0 0 16px;
  border-left: 3px solid var(--tgy-info);
  border-radius: 0 8px 8px 0;
  background: var(--tgy-info-surface);
  padding: 12px 14px
}
.tgy-account-google--unavailable .tgy-google-config-note {
  display: grid;
  gap: 3px;
  margin: 0;
  color: var(--tgy-text-soft);
  line-height: 1.5
}
.tgy-account-google--unavailable .tgy-google-config-note strong {
  color: var(--tgy-text)
}
.tgy-account-main {
  width: 100%
}
.tgy-account-main > .woocommerce {
  width: 100%
}
.tgy-account-access {
  width: 100%;
  scroll-margin-top: 132px
}
.tgy-account-card-head {
  display: grid;
  gap: 8px;
  margin-bottom: 16px
}
.tgy-account-card-head :is(h1, h2) {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0
}
.tgy-account-card-head p {
  max-width: 500px;
  margin: 0;
  color: var(--tgy-muted);
  font-size: 15px;
  line-height: 1.6
}
.tgy-account-access-intro {
  margin: 16px 0 0;
  color: var(--tgy-muted);
  font-size: 16px;
  line-height: 1.5
}
.tgy-account-panel-stage {
  position: relative;
  transition: height var(--tgy-motion-modal) var(--tgy-ease-standard)
}
.tgy-account-panel-stage.is-animating {
  overflow: hidden
}
.tgy-account-panel {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity var(--tgy-motion-panel) var(--tgy-ease-standard),
    transform var(--tgy-motion-panel) var(--tgy-ease-standard)
}
.tgy-account-panel[hidden] {
  display: none
}
.tgy-account-panel.is-entering {
  opacity: 0;
  transform: translateY(10px)
}
.tgy-account-panel.is-leaving {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px)
}
.woocommerce .tgy-account-form.login {
  display: grid;
  gap: 14px;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0
}
.woocommerce .tgy-account-form.register {
  display: grid;
  gap: 14px;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0
}
.tgy-account-form .form-row {
  margin: 0;
  padding: 0
}
.tgy-account-form label {
  display: inline-flex;
  gap: 3px;
  margin: 0 0 7px;
  color: #21313b;
  font-size: 14px;
  font-weight: 750
}
.tgy-account-form .required {
  color: var(--tgy-price-accent)
}
.woocommerce .tgy-account-form input.input-text {
  width: 100%;
  min-height: 48px;
  border-color: #cfdae0;
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  font-size: 16px
}
.woocommerce .tgy-account-form .form-row.has-error input.input-text {
  border-color: var(--tgy-price-accent);
  background: #fff8f5
}
.woocommerce .tgy-account-form .form-row.is-valid input.input-text {
  border-color: #8bc8b7
}
@media (min-width: 769px) {
  body.woocommerce-checkout .tgy-checkout-account .tgy-account-form.login,
  body.woocommerce-checkout .tgy-checkout-account .tgy-account-form.register {
    display: grid;
    gap: 14px;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0
  }
  body.woocommerce-checkout .tgy-checkout-account .tgy-account-form input.input-text {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 48px;
    border: 1px solid #cfdae0;
    border-radius: 8px;
    background: var(--tgy-surface-soft);
    padding: 10px 12px;
    color: var(--tgy-ink);
    font: inherit
  }
  body.woocommerce-checkout .tgy-checkout-account .tgy-account-form .form-row.has-error input.input-text {
    border-color: var(--tgy-price-accent);
    background: #fff8f5
  }
  body.woocommerce-checkout .tgy-checkout-account .tgy-account-form .form-row.is-valid input.input-text {
    border-color: #8bc8b7
  }
}
.tgy-field-feedback {
  display: block;
  margin-top: 7px;
  color: var(--tgy-price-accent);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45
}
.tgy-field-feedback:empty {
  display: none
}
.tgy-field-feedback[hidden] {
  display: none
}
.woocommerce .tgy-account-form .woocommerce-password-strength {
  display: none
}
.woocommerce .tgy-account-form .woocommerce-password-hint {
  display: none
}
.woocommerce .tgy-account-form button.button {
  width: 100%;
  min-height: 48px;
  margin-top: 2px
}
.tgy-account-submit-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 10px;
  align-items: stretch;
  margin-top: 4px
}
.tgy-account-google {
  margin: 2px 0 10px
}
.tgy-account-google .tgy-google-auth {
  margin: 0
}
.tgy-account-google .tgy-google-button {
  width: 100%;
  min-height: 48px
}
.tgy-account-submit-row .button {
  margin: 0 !important;
  transition:
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
}
.tgy-account-mode-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8d7dd;
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-green);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
}
.tgy-account-submit-row .button:hover {
  box-shadow: 0 10px 22px var(--tgy-shadow-color-soft);
  transform: translateY(-1px)
}
.tgy-account-mode-button:hover {
  border-color: var(--tgy-green);
  background: var(--tgy-surface-mint);
  box-shadow: 0 10px 22px var(--tgy-shadow-color-soft);
  transform: translateY(-1px)
}
.tgy-account-google .tgy-google-button:hover {
  box-shadow: 0 10px 22px var(--tgy-shadow-color-soft);
  transform: translateY(-1px)
}
.tgy-account-submit-row .button:active {
  box-shadow: none;
  transform: translateY(0)
}
.tgy-account-mode-button:active {
  box-shadow: none;
  transform: translateY(0)
}
.tgy-account-google .tgy-google-button:active {
  box-shadow: none;
  transform: translateY(0)
}
.tgy-account-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--tgy-muted);
  font-size: 14px
}
.tgy-account-remember {
  display: inline-flex !important;
  min-height: var(--tgy-touch-target);
  align-items: center;
  margin: 0 !important;
  color: var(--tgy-muted) !important;
  font-weight: 650 !important
}
.tgy-account-remember input {
  width: 20px;
  height: 20px;
  margin: 0
}
.tgy-account-link {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  color: var(--tgy-green);
  font-weight: 800
}
.tgy-account-helper {
  margin: 0;
  color: var(--tgy-muted);
  font-size: 13px;
  line-height: 1.55
}
.woocommerce .tgy-account-form .woocommerce-privacy-policy-text p {
  margin: 0;
  color: var(--tgy-muted);
  font-size: 13px;
  line-height: 1.55
}
.tgy-account-google--primary {
  margin: 0 0 16px
}
.tgy-account-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #5f717c;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase
}
.tgy-account-divider-alternative {
  display: none
}

.woocommerce .tgy-account-card .show-password-input {
  display: inline-flex;
  width: var(--tgy-touch-target);
  height: var(--tgy-touch-target);
  min-width: var(--tgy-touch-target);
  min-height: var(--tgy-touch-target);
  align-items: center;
  justify-content: center
}

.woocommerce .tgy-account-card .show-password-input::before {
  margin: auto
}
.woocommerce .tgy-account-card .show-password-input:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-account-divider::before {
  height: 1px;
  background: var(--tgy-line);
  content: "";
  flex: 1
}
.tgy-account-divider::after {
  height: 1px;
  background: var(--tgy-line);
  content: "";
  flex: 1
}
.tgy-account-mode-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #edf2f3;
  padding: 4px
}
.tgy-account-mode-tab {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #52616b;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition:
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
}
.tgy-account-mode-tab:hover {
  color: var(--tgy-green)
}
.tgy-account-mode-tab.is-active {
  background: var(--tgy-canvas);
  box-shadow: 0 2px 8px var(--tgy-shadow-color-soft);
  color: var(--tgy-green)
}
.tgy-account-mode-tab:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-account-form input:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-account-link:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-google-button:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-account-submit-row .button:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-account-submit-row--single {
  grid-template-columns: minmax(0, 1fr)
}
.tgy-account-access--standalone .tgy-account-submit-row--switch {
  grid-template-columns: max-content minmax(0, max-content);
  align-items: center;
  justify-content: center;
  gap: 2ch
}
.woocommerce .tgy-account-access--standalone .tgy-account-submit-row .button {
  width: auto;
  min-width: 104px;
  min-height: 44px;
  justify-self: start;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.4
}
.tgy-account-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 4px;
  margin: 0;
  color: var(--tgy-muted);
  font-size: 12px;
  line-height: 1.4;
  text-align: start
}
.tgy-account-switch .tgy-account-mode-link {
  min-height: 44px;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 3px
}
.tgy-account-access--standalone .tgy-google-button {
  display: flex;
  width: 100%;
  max-width: 280px;
  min-height: 44px;
  margin-inline: auto;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.4
}
.tgy-account-verification-note {
  margin: 0;
  border-left: 3px solid #7bb5a6;
  padding-left: 11px;
  color: var(--tgy-muted);
  font-size: 13px;
  line-height: 1.55
}
.tgy-consent-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  flex: 0 0 20px
}
.tgy-consent-row > label,
.tgy-consent-row label.woocommerce-form__label {
  min-height: var(--tgy-touch-target)
}
.tgy-consent-row a {
  display: inline-flex;
  min-width: var(--tgy-touch-target);
  min-height: var(--tgy-touch-target);
  align-items: center;
  justify-content: center;
  padding-top: 11px;
  padding-bottom: 11px;
  color: var(--tgy-green);
  font-weight: 800;
  vertical-align: middle
}
.tgy-bot-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important
}
.tgy-account-recovery {
  max-width: 620px;
  margin: 0 auto
}
.tgy-account-back {
  margin: 0;
  text-align: center
}
.tgy-account-tools h2 {
  color: var(--tgy-ink);
  font-size: 20px
}
.tgy-account-tools li {
  color: var(--tgy-muted);
  font-size: 14px;
  line-height: 1.55
}
.tgy-account-tools .tgy-button.secondary {
  border-color: #bcd1cc;
  background: var(--tgy-canvas);
  color: var(--tgy-green)
}
.tgy-privacy-policy {
  width: min(100%, 900px);
  margin: 0 auto
}
.tgy-privacy-policy__head {
  display: grid;
  gap: 10px;
  margin-bottom: 28px
}
.tgy-privacy-policy__head h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05
}
.tgy-privacy-policy__head > p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--tgy-muted);
  line-height: 1.65
}
.tgy-privacy-policy__sections {
  border-top: 1px solid var(--tgy-line)
}
.tgy-privacy-policy__sections section {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 28px;
  border-bottom: 1px solid var(--tgy-line);
  padding: 22px 0
}
.tgy-privacy-policy__sections h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35
}
.tgy-privacy-policy__sections p {
  margin: 0;
  color: var(--tgy-muted);
  line-height: 1.65
}
.tgy-auth-error {
  width: min(100%, 620px);
  margin-right: auto;
  margin-left: auto
}
.tgy-account-page.is-logged-in {
  display: block;
  width: min(100% - 64px, 1120px)
}
.tgy-account-main--full {
  width: 100%
}
.tgy-account-shell {
  width: 100%
}
.tgy-account-dashboard-content {
  width: 100%
}
.tgy-account-shell .woocommerce-MyAccount-content {
  width: 100%;
  float: none
}
.tgy-account-shell .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%
}
.tgy-account-shell--endpoint {
  display: grid;
  grid-template-columns: 214px minmax(0, 1fr);
  gap: 32px;
  align-items: start
}
.tgy-account-nav-user {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid var(--tgy-border);
  background: var(--tgy-surface-soft);
  padding: 13px 14px
}
.tgy-account-nav-avatar {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tgy-brand);
  color: var(--tgy-on-brand);
  font-size: 14px;
  font-weight: 900
}
.tgy-account-nav-user-copy {
  display: grid;
  min-width: 0;
  gap: 2px
}
.tgy-account-nav-user-copy small {
  color: var(--tgy-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase
}
.tgy-account-nav-user strong {
  color: var(--tgy-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid var(--tgy-border)
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation .is-active a {
  background: var(--tgy-surface-mint);
  box-shadow: inset 3px 0 0 var(--tgy-brand);
  color: var(--tgy-green)
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation a:hover {
  background: var(--tgy-surface-mint);
  color: var(--tgy-green)
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-content {
  display: grid;
  min-width: 0;
  gap: 24px
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-content > .woocommerce-notices-wrapper:empty {
  display: none
}
.tgy-edit-account-form {
  display: grid;
  gap: 16px;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  box-shadow: 0 12px 30px var(--tgy-shadow-color-subtle);
  padding: 20px
}
.tgy-account-form-head {
  display: grid;
  gap: 7px;
  border-bottom: 1px solid var(--tgy-border);
  padding-bottom: 16px
}
.tgy-account-form-head h1,
.tgy-password-security-copy h1 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0
}
.tgy-account-form-head > p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--tgy-muted);
  font-size: 14px;
  line-height: 1.55
}
.tgy-profile-section {
  display: grid;
  gap: 16px
}
.tgy-profile-section + .tgy-profile-section {
  border-top: 1px solid var(--tgy-border);
  padding-top: 16px
}
.tgy-profile-section h2,
.tgy-password-security-form h2 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0
}
.tgy-profile-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}
.tgy-profile-section-head > span {
  color: var(--tgy-muted);
  font-size: 12px;
  font-weight: 750
}
.tgy-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px
}
.tgy-edit-account-form .tgy-profile-field {
  width: 100%;
  margin: 0;
  padding: 0
}
.tgy-profile-field--wide {
  grid-column: 1 / -1
}
.tgy-edit-account-form .tgy-profile-field label,
.tgy-password-security-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--tgy-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35
}
.woocommerce .tgy-edit-account-form .tgy-profile-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background-color: var(--tgy-canvas);
  color: var(--tgy-ink);
  font: inherit;
  font-size: 16px;
  padding: 10px 40px 10px 12px
}
.tgy-field-note {
  display: block;
  margin-top: 6px;
  color: var(--tgy-muted);
  font-size: 12px;
  line-height: 1.4
}
.tgy-profile-privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  border-top: 1px solid var(--tgy-border);
  color: var(--tgy-muted);
  font-size: 12px;
  line-height: 1.5;
  padding-top: 14px
}
.tgy-profile-privacy-note .dashicons {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--tgy-green);
  font-size: 17px
}
.tgy-profile-submit-row {
  margin: 0;
  border-top: 1px solid var(--tgy-border);
  padding-top: 16px
}
.tgy-edit-account-form .button,
.tgy-password-security-submit {
  min-width: 170px
}
.tgy-password-security-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: 24px;
  align-items: start;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  box-shadow: 0 12px 30px var(--tgy-shadow-color-subtle);
  padding: 26px
}
.tgy-password-security-copy > p:not(.tgy-account-kicker) {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--tgy-muted);
  font-size: 15px;
  line-height: 1.55
}
.tgy-password-security-copy dl {
  display: grid;
  gap: 8px;
  margin: 18px 0 0
}
.tgy-password-security-copy dl > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: baseline
}
.tgy-password-security-copy dt {
  min-width: 112px;
  color: #5d707b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase
}
.tgy-password-security-copy dd {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 14px;
  font-weight: 750;
  overflow-wrap: anywhere
}
.tgy-password-security-form {
  display: grid;
  gap: 14px;
  border-left: 1px solid var(--tgy-border);
  padding-left: 24px
}
.woocommerce .tgy-password-security-form input.input-text {
  font-size: 16px
}
.tgy-password-security-form .form-row {
  margin: 0
}
.tgy-password-security-hint {
  margin: 0;
  color: var(--tgy-muted);
  font-size: 13px;
  line-height: 1.45
}
.tgy-account-dashboard-head p {
  max-width: 620px;
  margin: 0;
  color: var(--tgy-muted);
  font-size: 16px;
  line-height: 1.55
}
.tgy-account-action-copy {
  display: grid;
  min-width: 0;
  gap: 5px
}
.tgy-account-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px
}
.tgy-account-section-title h2 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0
}
.tgy-account-link-group h2 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0
}
.tgy-account-section-title a {
  color: #0b62a3;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none
}
.tgy-account-link-group a {
  color: #0b62a3;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none
}
.tgy-account-section-title a:hover {
  color: var(--tgy-green);
  text-decoration: underline
}
.tgy-account-link-group a:hover {
  color: var(--tgy-green);
  text-decoration: underline
}
.tgy-account-order-list {
  display: grid;
  border-top: 1px solid var(--tgy-border)
}
.tgy-account-order-row {
  display: grid;
  grid-template-columns: minmax(112px, 0.8fr) minmax(118px, 0.8fr) minmax(180px, 1.35fr) minmax(108px, 0.7fr) 18px;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--tgy-border);
  color: var(--tgy-soft-ink);
  padding: 15px 4px;
  text-decoration: none
}
.tgy-account-order-row:last-child {
  border-bottom: 0
}
.tgy-account-order-row:hover {
  background: #f7faf9;
  color: var(--tgy-green)
}
.tgy-account-order-row > span {
  min-width: 0;
  overflow-wrap: anywhere
}
.tgy-account-order-row strong {
  display: block;
  color: inherit;
  line-height: 1.25
}
.tgy-account-order-row small {
  display: block;
  margin-top: 4px;
  color: var(--tgy-muted);
  font-size: 12px
}
.tgy-account-order-status {
  width: fit-content;
  border-radius: 999px;
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  padding: 5px 9px
}
.tgy-account-order-total {
  color: var(--tgy-ink);
  font-weight: 850
}
.tgy-account-order-arrow {
  width: 18px;
  height: 18px;
  color: #809199;
  font-size: 18px;
  line-height: 1
}
.tgy-account-empty-orders strong {
  display: block;
  color: var(--tgy-ink);
  font-size: 16px;
  line-height: 1.25
}
.tgy-account-link-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px
}
.tgy-account-link-group {
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  min-height: 260px;
  padding: 20px
}
.tgy-account-link-group ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none
}
.tgy-account-link-group li {
  margin: 0
}
.tgy-orders-page {
  display: grid;
  gap: 20px
}
.tgy-orders-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px
}
.tgy-orders-head h1 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0
}
.tgy-orders-head p {
  max-width: 560px;
  margin: 0;
  color: var(--tgy-muted);
  font-size: 15px;
  line-height: 1.55
}
.tgy-orders-filter label {
  display: grid;
  gap: 6px;
  margin: 0
}
.tgy-orders-filter label span {
  color: var(--tgy-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase
}
.tgy-orders-filter input {
  width: 100%;
  min-height: var(--tgy-touch-target);
  border: 1px solid #cbd9df;
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  padding: 0 12px
}
.tgy-orders-filter input:focus {
  border-color: var(--tgy-green);
  box-shadow: 0 0 0 3px rgba(15, 118, 102, 0.12)
}
.tgy-orders-filter-date-range {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0
}
.tgy-orders-filter-date-range legend {
  margin: 0 0 6px;
  padding: 0;
  color: var(--tgy-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase
}
.tgy-orders-filter-date-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 7px;
  align-items: center
}
.tgy-orders-filter-date-fields label {
  min-width: 0
}
.tgy-orders-filter-date-fields input {
  min-width: 0;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: 700
}
.tgy-orders-date-field {
  position: relative;
  min-width: 0
}
.tgy-orders-date-field > input[data-tgy-order-date] {
  font-size: 16px
}
.tgy-orders-date-field.has-date-picker > input[data-tgy-order-date] {
  padding-right: 44px
}
.tgy-orders-date-picker-button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 0 8px 8px 0;
  padding: 0;
  background: transparent;
  color: var(--tgy-ink);
  cursor: pointer
}
.tgy-orders-date-picker-button:focus-visible {
  outline: 2px solid var(--tgy-green);
  outline-offset: -3px
}
.tgy-orders-date-picker-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.75
}
.tgy-orders-date-field > input.tgy-orders-date-native-picker {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none
}
@media (max-width: 380px) {
  .tgy-orders-filter-date-fields {
    grid-template-columns: minmax(0, 1fr)
  }
  .tgy-orders-filter-date-separator {
    display: none
  }
}
.tgy-orders-filter-date-separator {
  color: var(--tgy-muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-transform: lowercase
}
.tgy-orders-filter-actions {
  display: flex;
  gap: 8px;
  align-items: center
}
.tgy-orders-filter-button {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  padding: 0 16px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid var(--tgy-green);
  background: var(--tgy-green);
  color: var(--tgy-on-brand);
  cursor: pointer
}
.tgy-orders-filter-reset {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  padding: 0 16px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #cbd9df;
  background: var(--tgy-canvas);
  color: var(--tgy-green)
}
.tgy-orders-filter-button:hover {
  transform: translateY(-1px)
}
.tgy-orders-filter-reset:hover {
  transform: translateY(-1px)
}
.tgy-orders-pagination .button {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  justify-content: center;
  border: 1px solid #c7d7dd;
  border-radius: 8px;
  background: var(--tgy-canvas);
  color: var(--tgy-green);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  padding: 0 16px;
  text-decoration: none;
  white-space: nowrap
}
.tgy-orders-pagination .button:hover {
  border-color: var(--tgy-green);
  background: var(--tgy-surface-mint);
  color: var(--tgy-green)
}
.tgy-orders-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px
}
.tgy-orders-summary-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 14px
}
.tgy-orders-summary-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  grid-row: span 2;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #d8f1f0;
  color: var(--tgy-green)
}
.tgy-orders-summary-icon .dashicons {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1
}
.tgy-orders-summary-card strong {
  color: var(--tgy-ink);
  font-size: 20px;
  line-height: 1.15
}
.tgy-orders-summary-card span:last-child {
  color: var(--tgy-muted);
  font-size: 13px;
  font-weight: 750
}
.tgy-orders-list {
  display: grid;
  gap: 14px
}
.tgy-orders-status-tabs {
  display: flex;
  min-width: 0;
  align-items: stretch;
  gap: 26px;
  overflow-x: auto;
  border-bottom: 1px solid var(--tgy-border);
  scrollbar-width: thin
}
.tgy-orders-status-tabs a {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: var(--tgy-soft-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap
}
.tgy-orders-status-tabs a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: ""
}
.tgy-orders-status-tabs a:hover,
.tgy-orders-status-tabs a:focus-visible,
.tgy-orders-status-tabs a.is-active {
  color: var(--tgy-price-accent)
}
.tgy-orders-status-tabs a:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(15, 118, 102, 0.16);
  outline-offset: -3px
}
.tgy-orders-status-tabs a.is-active::after {
  background: var(--tgy-price-accent)
}
.tgy-orders-status-tabs strong {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--tgy-surface-soft);
  color: var(--tgy-muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  padding: 0 6px
}
.tgy-orders-status-tabs a.is-active strong {
  background: #fff0e8;
  color: var(--tgy-price-accent)
}
.tgy-orders-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  box-shadow: 0 8px 24px rgba(18, 39, 52, 0.035)
}
.tgy-orders-card-head {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--tgy-border);
  background: #f5f7f7;
  padding: 4px 12px
}
.tgy-orders-card-reference {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 15px
}
.tgy-orders-card-reference time {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  border-radius: 4px;
  color: var(--tgy-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2
}
.tgy-orders-card-reference time:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-orders-card-reference .tgy-orders-order-number {
  color: var(--tgy-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2
}
.tgy-orders-detail-link {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  flex: 0 0 auto;
  align-items: center;
  gap: 3px;
  color: var(--tgy-green);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none
}
.tgy-orders-detail-link .dashicons {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1
}
.tgy-orders-card-body {
  display: grid;
  grid-template-columns: minmax(250px, 1.45fr) minmax(110px, 0.56fr) minmax(125px, 0.68fr) 116px;
  gap: 14px;
  align-items: center;
  padding: 12px
}
.tgy-orders-card-body--no-actions {
  grid-template-columns: minmax(300px, 1.45fr) minmax(120px, 0.56fr) minmax(150px, 0.68fr)
}
.tgy-orders-products {
  display: grid;
  min-width: 0;
  gap: 14px
}
.tgy-orders-products-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0
}
.tgy-orders-product-count {
  color: var(--tgy-muted);
  font-size: 12px;
  line-height: 1.35
}
.tgy-orders-products-summary .tgy-orders-refund-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-height: 36px;
  margin: 0;
  border: 1px solid var(--tgy-green);
  border-radius: 6px;
  padding: 6px 10px;
  background: var(--tgy-canvas);
  color: var(--tgy-green);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer
}
.tgy-orders-refund-action:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-orders-products-summary a.tgy-orders-refund-action:hover {
  background: var(--tgy-surface-mint)
}
.tgy-orders-products-summary .tgy-orders-refund-action:disabled {
  border-color: var(--tgy-border);
  background: #f1f3f3;
  color: #788387;
  opacity: 1;
  cursor: not-allowed
}
.tgy-orders-product {
  display: grid;
  min-width: 0;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: center
}
.tgy-orders-product + .tgy-orders-product {
  border-top: 1px solid var(--tgy-border);
  padding-top: 14px
}
a.tgy-orders-product {
  color: inherit;
  text-decoration: none
}
a.tgy-orders-product:hover .tgy-orders-product-name {
  color: var(--tgy-green)
}
a.tgy-orders-product:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-orders-product-media {
  display: flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--tgy-border);
  border-radius: 7px;
  background: var(--tgy-canvas)
}
.tgy-orders-product-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain
}
.tgy-orders-product-copy {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 6px;
  color: var(--tgy-muted);
  font-size: 12px;
  line-height: 1.35
}
.tgy-orders-product-name {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--tgy-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none
}
.tgy-orders-product-name span {
  margin-left: 4px;
  color: var(--tgy-soft-ink);
  font-size: 12px;
  white-space: nowrap
}
.tgy-orders-product-copy > span {
  display: block;
  overflow-wrap: anywhere
}
.tgy-orders-product-copy > .tgy-orders-product-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px
}
.tgy-orders-product-attribute {
  max-width: 100%;
  overflow-wrap: anywhere
}
.tgy-orders-product-copy strong {
  color: var(--tgy-soft-ink);
  font-weight: 800
}
.tgy-orders-product-copy > .tgy-orders-product-refund {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px
}
.tgy-orders-product-refund .tgy-orders-refund-badge {
  border: 1px solid var(--tgy-border);
  border-radius: 6px;
  background: var(--tgy-surface-soft);
  color: var(--tgy-brand-dark);
  padding: 3px 6px;
  font-size: 11px
}
.tgy-orders-price,
.tgy-orders-stage {
  display: grid;
  min-width: 0;
  gap: 6px;
  align-content: center
}
.tgy-orders-price > span {
  color: var(--tgy-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase
}
.tgy-orders-price strong {
  color: var(--tgy-price-accent);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2
}
.tgy-orders-status {
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  background: var(--tgy-surface-mint);
  color: var(--tgy-green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 6px 11px;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere
}
.tgy-orders-status--awaiting_payment,
.tgy-account-order-status--awaiting_payment {
  background: var(--tgy-danger-surface);
  color: var(--tgy-danger)
}
.tgy-orders-status--payment_review,
.tgy-orders-status--payment_review_hold,
.tgy-account-order-status--payment_review {
  background: var(--tgy-warning-surface);
  color: var(--tgy-warning)
}
.tgy-orders-status--paid_awaiting_dispatch,
.tgy-account-order-status--paid_awaiting_dispatch {
  background: #eaf1ff;
  color: #2456a6
}
.tgy-orders-status--in_transit,
.tgy-orders-status--awaiting_delivery,
.tgy-orders-status--awaiting_pickup,
.tgy-orders-status--out_for_delivery,
.tgy-account-order-status--in_transit,
.tgy-account-order-status--awaiting_delivery,
.tgy-account-order-status--awaiting_pickup,
.tgy-account-order-status--out_for_delivery {
  background: var(--tgy-info-surface);
  color: var(--tgy-info)
}
.tgy-orders-status--completed,
.tgy-account-order-status--completed {
  background: var(--tgy-success-surface);
  color: var(--tgy-success)
}
.tgy-orders-status--cancelled,
.tgy-orders-status--failed,
.tgy-account-order-status--cancelled,
.tgy-account-order-status--failed {
  background: var(--tgy-danger-surface);
  color: var(--tgy-danger)
}
.tgy-orders-status--refunded,
.tgy-account-order-status--refunded {
  background: #eef2f4;
  color: #465965
}
.tgy-orders-card--group-unpaid .tgy-orders-status {
  background: var(--tgy-danger-surface);
  color: var(--tgy-danger)
}
.tgy-orders-card--group-review .tgy-orders-status {
  background: var(--tgy-warning-surface);
  color: var(--tgy-warning)
}
.tgy-orders-card--group-to_ship .tgy-orders-status,
.tgy-orders-card--group-to-ship .tgy-orders-status {
  background: #eaf1ff;
  color: #2456a6
}
.tgy-orders-card--group-to_receive .tgy-orders-status,
.tgy-orders-card--group-to-receive .tgy-orders-status {
  background: var(--tgy-info-surface);
  color: var(--tgy-info)
}
.tgy-orders-card--group-completed .tgy-orders-status {
  background: var(--tgy-success-surface);
  color: var(--tgy-success)
}
.tgy-orders-card--group-other .tgy-orders-status {
  background: #eef2f4;
  color: #465965
}
.tgy-orders-card--group-other .tgy-orders-status--cancelled,
.tgy-orders-card--group-other .tgy-orders-status--failed {
  background: var(--tgy-danger-surface);
  color: var(--tgy-danger)
}
.tgy-orders-status--refund_pending,
.tgy-account-order-status--refund_pending,
.tgy-orders-card .tgy-orders-status--refund_pending {
  background: var(--tgy-warning-surface);
  color: var(--tgy-warning)
}
.tgy-orders-stage p {
  margin: 0;
  color: var(--tgy-muted);
  font-size: 11px;
  line-height: 1.4;
  overflow-wrap: anywhere
}
.tgy-orders-card-actions {
  display: grid;
  min-width: 0;
  gap: 8px;
  align-content: center
}
.tgy-orders-card-actions .button {
  display: inline-flex;
  width: 100%;
  min-height: var(--tgy-touch-target);
  align-items: center;
  justify-content: center;
  border: 1px solid #c7d7dd;
  border-radius: 7px;
  background: var(--tgy-canvas);
  color: var(--tgy-green);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  padding: 0 12px;
  text-align: center;
  text-decoration: none
}
.tgy-orders-card-actions .button:hover,
.tgy-orders-card-actions .button:focus-visible {
  border-color: var(--tgy-green);
  background: var(--tgy-surface-mint);
  color: var(--tgy-green)
}
.tgy-orders-card-actions .button.is-primary {
  border-color: var(--tgy-green);
  background: var(--tgy-green);
  color: var(--tgy-on-brand)
}
@media (min-width: 1025px) {
  .tgy-orders-stage {
    align-items: start;
    gap: 8px
  }
  .tgy-orders-status {
    width: fit-content;
    min-height: 28px;
    justify-self: start;
    gap: 7px;
    padding: 0 11px;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.62),
      0 2px 6px rgba(18, 39, 52, 0.05)
  }
  .tgy-orders-status::before {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 999px;
    background: currentColor;
    content: ""
  }
  .tgy-orders-stage p {
    display: inline-flex;
    width: fit-content;
    min-height: 25px;
    align-items: center;
    justify-self: start;
    gap: 7px;
    border: 1px solid var(--tgy-border);
    border-radius: 999px;
    background: #f8faf9;
    color: var(--tgy-soft-ink);
    font-weight: 750;
    line-height: 1.2;
    padding: 5px 9px;
    white-space: normal;
    overflow-wrap: anywhere
  }
  .tgy-orders-stage p::before {
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    border-radius: 999px;
    background: #6f8f89;
    content: ""
  }
  .tgy-orders-detail-link {
    min-height: var(--tgy-touch-target);
    justify-content: center;
    border: 1px solid var(--tgy-border-strong);
    border-radius: var(--tgy-radius);
    background: var(--tgy-canvas);
    padding: 0 12px 0 14px;
    box-shadow: 0 2px 7px rgba(18, 39, 52, 0.04);
    font-size: 12px;
    transition:
      background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
      border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
      box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
      color var(--tgy-motion-feedback) var(--tgy-ease-standard),
      transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
  }
  .tgy-orders-detail-link:hover {
    border-color: var(--tgy-brand);
    background: var(--tgy-surface-mint);
    color: var(--tgy-brand-dark);
    box-shadow: 0 7px 16px rgba(20, 84, 72, 0.09);
    transform: translateY(-1px)
  }
  .tgy-orders-detail-link:active {
    box-shadow: 0 2px 6px rgba(20, 84, 72, 0.08);
    transform: translateY(0)
  }
  .tgy-orders-detail-link:focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: var(--tgy-focus-offset)
  }
}
.tgy-orders-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center
}
.tgy-orders-empty {
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  padding: 22px
}
.tgy-orders-empty-icon {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #d8f1f0;
  color: var(--tgy-green)
}
.tgy-orders-empty-icon .dashicons {
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 1
}
.tgy-orders-empty h2 {
  margin: 0 0 8px;
  color: var(--tgy-ink);
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0
}
.tgy-orders-empty p {
  max-width: 560px;
  margin: 0;
  color: var(--tgy-muted);
  font-size: 15px;
  line-height: 1.55
}
.tgy-orders-empty ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 18px;
  padding-left: 18px;
  color: #40525d;
  font-size: 14px;
  line-height: 1.45
}
.tgy-orders-empty--compact p {
  max-width: none;
  color: var(--tgy-muted);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.35
}
.tgy-account-band {
  min-height: calc(100vh - 240px);
  padding: 40px 0 calc(56px + env(safe-area-inset-bottom, 0px));
  background: var(--tgy-surface-soft) !important
}
.tgy-account-page {
  display: grid;
  grid-template-columns: minmax(0, 660px) 300px;
  gap: var(--tgy-space-10);
  align-items: start;
  justify-content: center
}
.tgy-account-card {
  border: 1px solid var(--tgy-border);
  border-radius: 14px;
  background: var(--tgy-canvas);
  padding: 24px;
  box-shadow: none
}
.tgy-account-tools {
  margin-top: 0;
  border-radius: 14px;
  border-color: var(--tgy-border);
  background: var(--tgy-surface-mint);
  box-shadow: none;
  color: var(--tgy-ink);
  padding: var(--tgy-space-6)
}
.tgy-account-context {
  margin-bottom: var(--tgy-space-5);
  border-left: 4px solid var(--tgy-brand);
  background: var(--tgy-surface-mint);
  padding: 14px 16px
}
.tgy-account-context strong {
  display: block
}
.tgy-account-context span {
  display: block;
  margin-top: 3px;
  color: var(--tgy-text-soft);
  font-size: 14px
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation {
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  position: sticky;
  top: 24px;
  box-shadow: 0 10px 28px rgba(18, 39, 52, 0.045);
  overflow: hidden;
  border-color: var(--tgy-border)
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation a {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: var(--tgy-soft-ink);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation a > .dashicons {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #73858e;
  font-size: 18px;
  line-height: 1
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation .is-active a > .dashicons,
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation a:hover > .dashicons {
  color: var(--tgy-brand)
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 7px;
  border-top: 1px solid var(--tgy-border)
}
.tgy-account-shell--endpoint .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fff5f2;
  color: #9c3d2d
}
@media (max-width: 680px), (orientation: landscape) and (pointer: coarse) {
  .tgy-account-page .tgy-account-shell--endpoint {
    gap: 20px
  }
  .tgy-account-page .tgy-account-nav-user {
    min-height: 56px;
    padding: 10px 12px
  }
  .tgy-account-page .tgy-account-nav-avatar {
    width: 32px;
    height: 32px;
    flex-basis: 32px
  }
  .tgy-account-page .tgy-account-shell--endpoint .woocommerce-MyAccount-navigation {
    min-width: 0;
    box-shadow: none
  }
  .tgy-account-page .tgy-account-shell--endpoint .woocommerce-MyAccount-navigation ul {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--tgy-border-strong) transparent
  }
  .tgy-account-page .tgy-account-shell--endpoint .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
    margin: 0;
    border: 0;
    border-right: 1px solid var(--tgy-border)
  }
  .tgy-account-page .tgy-account-shell--endpoint .woocommerce-MyAccount-navigation li:last-child {
    border-right: 0
  }
  .tgy-account-page .tgy-account-shell--endpoint .woocommerce-MyAccount-navigation a {
    min-height: 48px;
    gap: 8px;
    padding: 0 12px;
    white-space: nowrap
  }
  .tgy-account-page .tgy-account-shell--endpoint .woocommerce-MyAccount-navigation .is-active a {
    box-shadow: inset 0 -3px 0 var(--tgy-brand)
  }
  .tgy-account-page .tgy-account-shell--endpoint .woocommerce-MyAccount-navigation a:focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: calc(-1 * var(--tgy-focus-width))
  }
}
.tgy-policy-heading {
  margin: 0 0 18px;
  display: grid;
  gap: var(--tgy-space-3);
  margin-bottom: var(--tgy-space-8)
}
.tgy-policy-heading > span {
  color: var(--tgy-brand) !important;
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: 0 !important;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0
}
.tgy-policy-heading p {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--tgy-muted);
  font-size: 17px;
  line-height: 1.65;
  max-width: 700px;
  margin: 0;
  color: var(--tgy-text-soft);
  font-size: 17px;
  line-height: 1.65;
  margin: 0
}
.tgy-policy-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  border-bottom: 1px solid var(--tgy-line);
  padding-bottom: 14px;
  gap: var(--tgy-space-2);
  margin-bottom: var(--tgy-space-8)
}
.tgy-policy-tabs a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--tgy-ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  background: var(--tgy-canvas)
}
.tgy-policy-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
  gap: 0;
  margin-bottom: var(--tgy-space-8);
  border-top: 1px solid var(--tgy-border);
  border-bottom: 1px solid var(--tgy-border)
}
.tgy-policy-summary-card {
  scroll-margin-top: 120px;
  min-height: 190px;
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 22px;
  min-height: 176px;
  border: 0;
  border-right: 1px solid var(--tgy-border);
  border-bottom: 1px solid var(--tgy-border);
  border-radius: 0;
  background: transparent;
  padding: var(--tgy-space-6)
}
.tgy-policy-summary-card:nth-child(2n) {
  border-right: 0
}
.tgy-policy-summary-card:nth-last-child(-n + 2) {
  border-bottom: 0
}
.tgy-policy-summary-card h2 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 24px;
  line-height: 1.18;
  font-size: 22px
}
.tgy-policy-rights-notice {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin: 0 0 34px;
  border-left: 4px solid var(--tgy-accent);
  background: rgba(13, 125, 113, 0.06);
  padding: 16px 18px;
  border-left-color: var(--tgy-brand);
  background: var(--tgy-surface-mint)
}
.tgy-policy-item {
  border: 1px solid var(--tgy-line);
  border-radius: 8px;
  background: var(--tgy-canvas);
  box-shadow: 0 12px 28px rgba(18, 39, 52, 0.04);
  overflow: hidden;
  transition:
    border-color var(--tgy-motion-panel) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-panel) var(--tgy-ease-standard);
  border-color: var(--tgy-border);
  box-shadow: none
}
.tgy-contact-hero {
  padding-bottom: var(--tgy-space-8)
}
.tgy-contact-story {
  padding: var(--tgy-space-8) 0;
}
.tgy-contact-story > .tgy-container {
  border-top: 1px solid var(--tgy-border);
  padding-top: var(--tgy-space-8);
}
.tgy-contact-story h2 {
  margin: 0 0 var(--tgy-space-3);
  font-size: 24px;
}
.tgy-contact-story p {
  max-width: 76ch;
  margin: 0;
  color: var(--tgy-text-soft);
  line-height: 1.7;
}
.tgy-contact-hero + .tgy-band {
  padding-top: var(--tgy-space-8)
}
.tgy-contact-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--tgy-border);
  border-bottom: 1px solid var(--tgy-border)
}
.tgy-contact-method {
  min-width: 0;
  border-right: 1px solid var(--tgy-border);
  padding: var(--tgy-space-6)
}
.tgy-contact-method:last-child {
  border-right: 0
}
.tgy-contact-method span {
  display: block;
  margin-bottom: var(--tgy-space-2);
  color: var(--tgy-text-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase
}
.tgy-contact-method h2 {
  display: block;
  margin: 0 0 var(--tgy-space-2);
  font-size: 19px;
  line-height: 1.3
}
.tgy-contact-method a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--tgy-brand);
  font-weight: 800;
  overflow-wrap: anywhere
}
.tgy-map-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: var(--tgy-space-10);
  align-items: center
}
.tgy-map-copy h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.12
}
.tgy-map-card {
  position: relative;
  z-index: var(--tgy-z-map);
  isolation: isolate;
  background: var(--tgy-canvas);
  overflow: hidden;
  border: 1px solid var(--tgy-border);
  border-radius: 14px;
  box-shadow: none
}
.tgy-account-dashboard {
  display: grid;
  gap: var(--tgy-space-4)
}
.tgy-account-dashboard-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--tgy-border);
  padding-bottom: var(--tgy-space-3)
}
.tgy-account-dashboard-head h1 {
  margin: 2px 0 8px;
  color: var(--tgy-ink);
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 28px
}
.tgy-account-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  box-shadow: 0 12px 30px rgba(18, 39, 52, 0.045);
  overflow: hidden
}
.tgy-account-action-card {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: var(--tgy-space-4);
  background: var(--tgy-canvas);
  color: var(--tgy-ink);
  text-decoration: none;
  border: 0;
  border-right: 1px solid var(--tgy-border);
  border-bottom: 1px solid var(--tgy-border);
  padding: var(--tgy-space-3) var(--tgy-space-4);
  transition:
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    color var(--tgy-motion-feedback) var(--tgy-ease-standard)
}
.tgy-account-action-card:nth-child(2n) {
  border-right: 0
}
.tgy-account-action-card:hover {
  background: var(--tgy-surface-soft);
  color: var(--tgy-brand)
}
.tgy-account-action-card:focus-visible {
  position: relative;
  z-index: 1;
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: calc(-1 * var(--tgy-focus-width))
}
.tgy-account-action-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 50%;
  background: var(--tgy-canvas);
  color: var(--tgy-green)
}
.tgy-account-action-icon .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1
}
.tgy-account-action-copy strong {
  color: var(--tgy-ink);
  line-height: 1.2;
  font-size: 16px
}
.tgy-account-action-copy span {
  color: #40525d;
  line-height: 1.42;
  font-size: 13px
}
.tgy-account-action-copy small {
  color: var(--tgy-green);
  font-weight: 850;
  line-height: 1.35;
  font-size: 11px
}
.tgy-account-action-arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-left: auto;
  color: #8a9aa2;
  font-size: 18px;
  line-height: 1;
  transition: transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
}
.tgy-account-action-card:hover .tgy-account-action-arrow {
  color: var(--tgy-brand);
  transform: translateX(2px)
}
.tgy-account-recent {
  border: 0;
  border-top: 1px solid var(--tgy-border);
  border-radius: 0;
  padding: var(--tgy-space-5) 0 0
}
.tgy-account-recent .tgy-account-section-title {
  margin-bottom: var(--tgy-space-4)
}
.tgy-account-recent .tgy-account-section-title a {
  color: var(--tgy-green)
}
.tgy-account-empty-orders {
  display: flex;
  align-items: center;
  gap: var(--tgy-space-4);
  min-height: 96px;
  border-bottom: 1px solid var(--tgy-border);
  background: transparent;
  padding: var(--tgy-space-4) 0
}
.tgy-account-empty-orders-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 50%;
  background: var(--tgy-canvas);
  color: var(--tgy-green)
}
.tgy-account-empty-orders-icon .dashicons {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1
}
.tgy-account-empty-orders-copy {
  display: grid;
  min-width: 0;
  gap: 8px
}
.tgy-account-empty-orders p {
  margin: 0;
  color: var(--tgy-muted);
  font-size: 14px;
  line-height: 1.5
}
.tgy-account-empty-orders-action {
  justify-self: start;
  max-width: 100%;
  padding: 8px 16px;
  line-height: 1.35;
  text-align: center
}
.tgy-orders-filter {
  display: grid;
  grid-template-columns: minmax(120px, 0.75fr) minmax(150px, 1fr) minmax(280px, 1.55fr) auto;
  gap: 12px;
  align-items: end;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 14px;
  border: 0;
  border-bottom: 1px solid var(--tgy-border);
  border-radius: 0;
  background: transparent;
  padding: 0 0 var(--tgy-space-5)
}
.tgy-orders-empty--compact {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  min-height: 112px;
  padding: 22px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--tgy-border);
  border-radius: 0;
  background: transparent
}
.tgy-orders-empty-copy {
  display: grid;
  min-width: 0;
  gap: 8px
}
.tgy-orders-empty--compact h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35
}
.tgy-orders-empty--compact .tgy-orders-empty-copy p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5
}
.tgy-orders-empty--compact .tgy-orders-empty-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: var(--tgy-surface-mint)
}
.tgy-orders-empty--compact .tgy-orders-empty-icon .dashicons {
  width: 19px;
  height: 19px;
  font-size: 19px
}
.tgy-account-page-heading {
  display: flex;
  min-height: 48px;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--tgy-border);
  padding-bottom: 13px
}
.tgy-account-page-heading h1 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0
}
.tgy-account-page-heading > span {
  color: var(--tgy-muted);
  font-size: 12px;
  font-weight: 750
}
.tgy-address-book {
  display: grid;
  gap: 22px
}
.tgy-address-book-head {
  display: flex;
  flex-wrap: wrap;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: var(--tgy-space-5);
  border-bottom: 1px solid var(--tgy-border);
  padding-bottom: 14px
}
.tgy-address-book-head h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.12
}
.tgy-address-checkout-return {
  margin-left: auto;
  color: var(--tgy-brand);
  font-size: 13px;
  font-weight: 750
}
.tgy-address-primary-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--tgy-brand);
  border-radius: 7px;
  padding: 0 15px;
  color: var(--tgy-brand);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none
}
.tgy-address-primary-action span {
  font-size: 19px;
  font-weight: 500;
  line-height: 1
}
.tgy-address-primary-action:hover {
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand)
}
.tgy-address-empty {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-bottom: 1px solid var(--tgy-border);
  color: var(--tgy-text-soft);
  text-align: center
}
.tgy-address-empty > .dashicons {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 50%;
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand);
  font-size: 19px;
  line-height: 1
}
.tgy-address-empty p {
  margin: 0;
  font-weight: 750
}
.tgy-address-list {
  display: grid;
  border-top: 1px solid var(--tgy-border)
}
.tgy-address-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: var(--tgy-space-6);
  border-bottom: 1px solid var(--tgy-border);
  padding: 20px 0
}
.tgy-address-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px
}
.tgy-address-card-title h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3
}
.tgy-address-card-title span {
  border: 1px solid #acd8cd;
  border-radius: 999px;
  padding: 3px 8px;
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand);
  font-size: 11px;
  font-weight: 850
}
.tgy-address-card address {
  margin: 0;
  color: var(--tgy-text);
  font-style: normal;
  line-height: 1.65
}
.tgy-address-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin: 0
}
.tgy-address-detail-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: baseline;
  gap: 12px
}
.tgy-address-detail-row--wide {
  grid-column: 1 / -1
}
.tgy-address-detail-row dt {
  color: var(--tgy-text-soft);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.4;
  text-transform: uppercase
}
.tgy-address-detail-row dd {
  min-width: 0;
  margin: 0;
  color: var(--tgy-text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere
}
.tgy-address-card-actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-top: 2px;
  white-space: nowrap
}
.tgy-address-card-actions form {
  margin: 0
}
.tgy-address-card-actions a,
.tgy-address-card-actions button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 4px 0;
  color: var(--tgy-brand);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none
}
.tgy-address-card-actions button.is-danger {
  color: #a13a2b
}
.tgy-address-form {
  display: grid;
  gap: 22px;
  border-bottom: 1px solid var(--tgy-border);
  padding-bottom: 24px
}
.tgy-address-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--tgy-space-5)
}
.tgy-address-form-head h2 {
  margin: 0;
  font-size: 20px
}
.tgy-address-form-head a {
  color: var(--tgy-text-soft);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none
}
.tgy-address-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px
}
.tgy-address-name-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px
}
.tgy-address-field {
  display: grid;
  gap: 7px;
  margin: 0
}
@media (min-width: 769px) {
  .tgy-address-form-grid > label.tgy-address-field {
    align-content: start
  }
}
.tgy-address-field--wide {
  grid-column: 1 / -1
}
.tgy-address-field > span,
.tgy-address-field > label {
  color: var(--tgy-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35
}
.tgy-address-field b {
  color: #b44428
}
.tgy-address-field input,
.tgy-address-field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfdae0;
  border-radius: 7px;
  background: var(--tgy-surface-soft);
  padding: 0 13px;
  color: var(--tgy-text);
  font: inherit
}
.tgy-address-field input:focus,
.tgy-address-field select:focus {
  border-color: var(--tgy-brand);
  box-shadow: 0 0 0 3px rgba(16, 112, 94, 0.1);
  outline: 0
}
.tgy-address-field .tgy-address-country-fixed {
  border-color: #dce5e5;
  background: #f2f6f5;
  color: #475b61;
  cursor: default;
  font-weight: 750
}
.tgy-address-field-hint {
  margin-top: -2px;
  color: var(--tgy-text-soft);
  font-size: 11px;
  line-height: 1.45
}
/* Shared by desktop and the V2 mobile locality picker. The native select
   remains the fallback until the enhancement is enabled. */
.tgy-address-locality-field {
  position: relative;
  min-width: 0
}
.tgy-address-locality-field.is-enhanced > select {
  display: none
}
.tgy-address-locality-enhancement,
.tgy-address-locality-combobox {
  min-width: 0
}
.tgy-address-locality-trigger {
  display: grid;
  width: 100%;
  min-height: 48px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid #c8d7da;
  border-radius: 10px;
  background: var(--tgy-canvas);
  padding: 10px 13px 10px 15px;
  color: var(--tgy-text);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard)
}
.tgy-address-locality-trigger:hover {
  border-color: #8fbdb3;
  background: #fbfdfc
}
.tgy-address-locality-trigger:focus-visible,
.tgy-address-locality-field.is-open .tgy-address-locality-trigger {
  border-color: var(--tgy-brand);
  box-shadow: 0 0 0 3px rgba(16, 112, 94, 0.12);
  outline: 0
}
.tgy-address-locality-trigger[aria-invalid="true"] {
  border-color: #b44428;
  box-shadow: 0 0 0 3px rgba(180, 68, 40, 0.11)
}
.tgy-address-locality-trigger-value {
  min-width: 0;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.4;
  overflow-wrap: anywhere
}
.tgy-address-locality-trigger .dashicons {
  width: 20px;
  height: 20px;
  color: var(--tgy-brand);
  font-size: 20px;
  transition: transform 180ms var(--tgy-ease-standard)
}
.tgy-address-locality-field.is-open .tgy-address-locality-trigger > .dashicons {
  transform: rotate(180deg)
}
.tgy-address-locality-panel {
  position: absolute;
  z-index: 90;
  top: calc(100% + 8px);
  box-sizing: border-box;
  max-width: calc(100vw - 32px);
  border: 1px solid #b9ceca;
  border-radius: 12px;
  background: var(--tgy-canvas);
  box-shadow: 0 20px 46px rgba(20, 55, 55, 0.18);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  animation: tgy-address-locality-panel-in 150ms var(--tgy-ease-standard)
}
.tgy-address-locality-combobox.opens-upward .tgy-address-locality-panel {
  top: auto;
  bottom: calc(100% + 8px);
  transform-origin: bottom
}
.tgy-address-locality-group + .tgy-address-locality-group {
  border-top: 1px solid var(--tgy-border)
}
.tgy-address-locality-group-label {
  position: sticky;
  z-index: 1;
  top: 0;
  border-bottom: 1px solid #e4ecea;
  background: #f3f7f6;
  padding: 9px 14px;
  color: #53676d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-transform: uppercase
}
.tgy-address-locality-option {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 46px;
  grid-template-columns: minmax(0, 1fr) auto 22px;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid #edf2f1;
  background: var(--tgy-canvas);
  padding: 9px 13px 9px 15px;
  color: var(--tgy-text);
  cursor: pointer;
  font: inherit;
  text-align: left
}
.tgy-address-locality-option:last-child {
  border-bottom: 0
}
.tgy-address-locality-option:hover,
.tgy-address-locality-option.is-active {
  background: #eff7f4
}
.tgy-address-locality-option.is-selected {
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand-dark)
}
.tgy-address-locality-option:focus {
  outline: 0
}
.tgy-address-locality-option-label {
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere
}
.tgy-address-locality-option-price {
  color: #475b61;
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap
}
.tgy-address-locality-option-selected {
  width: 20px;
  height: 20px;
  color: var(--tgy-brand);
  font-size: 20px;
  opacity: 0
}
.tgy-address-locality-option.is-selected .tgy-address-locality-option-selected {
  opacity: 1
}
.tgy-address-locality-error {
  margin: 0;
  color: #9b3825;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.4
}
@keyframes tgy-address-locality-panel-in {
  from {
    opacity: 0;
    transform: translateY(-5px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.tgy-address-locality-combobox.opens-upward .tgy-address-locality-panel {
  animation-name: tgy-address-locality-panel-in-up
}
@keyframes tgy-address-locality-panel-in-up {
  from {
    opacity: 0;
    transform: translateY(5px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.tgy-address-default-control {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  color: var(--tgy-text);
  cursor: pointer;
  font-size: 13px;
  font-weight: 750
}
.tgy-address-default-control input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--tgy-brand)
}
.tgy-address-form-actions {
  display: flex;
  justify-content: flex-end
}
.tgy-address-form-actions button {
  min-height: 42px;
  border: 1px solid var(--tgy-brand);
  border-radius: 7px;
  background: var(--tgy-brand);
  padding: 0 20px;
  color: var(--tgy-on-brand);
  cursor: pointer;
  font-weight: 850
}
@media (min-width: 769px) {
  .tgy-address-form-head a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tgy-border-strong);
    border-radius: var(--tgy-radius);
    background: var(--tgy-canvas);
    padding: 0 15px;
    transition:
      background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
      border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
      color var(--tgy-motion-feedback) var(--tgy-ease-standard),
      box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
      transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
  }
  .tgy-address-form-head a:hover {
    border-color: var(--tgy-brand);
    background: var(--tgy-surface-mint);
    color: var(--tgy-brand-dark);
    box-shadow: 0 7px 16px rgba(20, 84, 72, 0.09);
    transform: translateY(-1px)
  }
  .tgy-address-form-head a:active {
    box-shadow: 0 3px 8px rgba(20, 84, 72, 0.08);
    transform: translateY(0)
  }
  .tgy-address-form-head a:focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: var(--tgy-focus-offset)
  }
  .tgy-address-form-actions button {
    min-width: 160px;
    min-height: 46px;
    border-radius: var(--tgy-radius);
    padding: 0 24px;
    box-shadow: 0 8px 20px rgba(20, 84, 72, 0.14);
    font-size: 14px;
    transition:
      background-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
      border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
      box-shadow var(--tgy-motion-feedback) var(--tgy-ease-standard),
      transform var(--tgy-motion-feedback) var(--tgy-ease-standard)
  }
  .tgy-address-form-actions button:hover {
    border-color: var(--tgy-brand-dark);
    background: var(--tgy-brand-dark);
    box-shadow: 0 11px 24px rgba(20, 84, 72, 0.18);
    transform: translateY(-1px)
  }
  .tgy-address-form-actions button:active {
    box-shadow: 0 4px 10px rgba(20, 84, 72, 0.14);
    transform: translateY(0)
  }
  .tgy-address-form-actions button:focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: var(--tgy-focus-offset)
  }
  .tgy-address-form-actions button:disabled,
  .tgy-address-form-actions button[aria-disabled="true"] {
    box-shadow: none;
    cursor: not-allowed;
    transform: none
  }
}
.tgy-order-detail {
  display: grid;
  gap: 16px
}
.tgy-order-detail-head {
  display: grid;
  gap: 13px;
  border-bottom: 1px solid var(--tgy-border);
  padding-bottom: 12px
}
.tgy-order-detail-back {
  display: inline-flex;
  width: fit-content;
  min-height: var(--tgy-touch-target);
  align-items: center;
  gap: 5px;
  color: var(--tgy-brand);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none
}
.tgy-order-detail-back .dashicons {
  width: 17px;
  height: 17px;
  font-size: 17px;
  line-height: 1
}
.tgy-order-detail-title-row {
  --tgy-order-heading-size: 28px;
  min-width: 0
}
.tgy-order-detail-title-copy {
  width: 100%;
  min-width: 0
}
.tgy-order-detail-number-row {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 16px
}
.tgy-order-detail-title-row h1 {
  margin: 2px 0 4px;
  color: var(--tgy-ink);
  font-size: var(--tgy-order-heading-size);
  line-height: 1.15;
  letter-spacing: 0
}
.tgy-order-detail-number-row > .tgy-orders-status {
  flex: 0 0 auto;
  max-width: 100%;
  min-height: 38px;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 17px;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere
}
.tgy-order-public-number {
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere
}
.tgy-order-detail-total {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  overflow-wrap: anywhere
}
.tgy-order-detail-total > span {
  color: var(--tgy-muted);
  font-size: 14px
}
.tgy-order-detail-total > strong {
  color: var(--tgy-price-accent);
  font-size: 17px
}
.tgy-order-detail-total :is(del, ins) {
  display: inline-block;
  background: transparent
}
.tgy-order-detail-total del {
  color: var(--tgy-muted);
  font-size: 14px
}
.tgy-order-created-at {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  color: var(--tgy-muted);
  font-size: 13px
}
.tgy-order-created-at > span {
  color: var(--tgy-soft-ink);
  font-weight: 700
}
.tgy-order-created-at small {
  border-left: 1px solid var(--tgy-border);
  padding-left: 8px;
  color: var(--tgy-muted);
  font-size: 12px;
  font-weight: 650
}
.tgy-order-updates {
  border-left: 3px solid var(--tgy-brand);
  background: var(--tgy-canvas);
  padding: 16px 18px
}
.tgy-order-updates h2 {
  margin: 0 0 12px;
  font-size: 17px
}
.tgy-order-updates .woocommerce-OrderUpdates {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none
}
.tgy-order-updates .woocommerce-OrderUpdate {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  border-top: 1px solid var(--tgy-border);
  padding-top: 10px
}
.tgy-order-updates time {
  color: var(--tgy-muted);
  font-size: 12px
}
.tgy-order-updates p {
  margin: 0
}
.tgy-order-detail-content {
  display: grid;
  gap: 20px
}
.tgy-order-detail-content .woocommerce-order-details,
.tgy-order-detail-content .woocommerce-customer-details,
.tgy-order-detail-content .tgy-order-terms {
  margin: 0;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  box-shadow: 0 10px 26px rgba(18, 39, 52, 0.04);
  padding: 20px
}
.tgy-order-detail-content .tgy-refund-request {
  display: grid;
  min-width: 0;
  gap: 14px;
  margin-top: 18px;
  border: 1px solid var(--tgy-border);
  border-left: 4px solid var(--tgy-brand);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 18px;
  box-shadow: 0 10px 26px rgba(18, 39, 52, 0.04)
}
.tgy-order-detail-content .tgy-refund-request > h3 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 18px;
  line-height: 1.3
}
.tgy-order-detail-content :is(.tgy-refund-request-intro, .tgy-refund-request-help) {
  max-width: 72ch;
  margin: 0;
  color: var(--tgy-muted);
  font-size: 13px;
  line-height: 1.55
}
.tgy-order-detail-content .tgy-refund-request-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  align-items: end;
  gap: 9px 12px
}
.tgy-order-detail-content .tgy-refund-request-form > label,
.tgy-order-detail-content [data-tgy-refund-other-details] > label {
  grid-column: 1 / -1;
  color: var(--tgy-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35
}
.tgy-order-detail-content .tgy-refund-request-form > :is(select, textarea),
.tgy-order-detail-content [data-tgy-refund-other-details] > textarea {
  display: block;
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background-color: var(--tgy-canvas);
  color: var(--tgy-ink);
  padding: 9px 38px 9px 12px;
  font: inherit
}
.tgy-order-detail-content .tgy-refund-request-form > textarea,
.tgy-order-detail-content [data-tgy-refund-other-details] > textarea {
  min-height: 128px;
  resize: vertical;
  padding: 11px 12px;
  line-height: 1.5
}
.tgy-order-detail-content .tgy-refund-request-form > :is(select, textarea):hover,
.tgy-order-detail-content [data-tgy-refund-other-details] > textarea:hover {
  border-color: var(--tgy-border-strong)
}
.tgy-order-detail-content .tgy-refund-request-form > :is(select, textarea):focus-visible,
.tgy-order-detail-content [data-tgy-refund-other-details] > textarea:focus-visible,
.tgy-order-detail-content .tgy-refund-request-form > .button:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-order-detail-content [data-tgy-refund-other-details] {
  display: grid;
  grid-column: 1 / -1;
  min-width: 0;
  gap: 9px
}
.tgy-order-detail-content [data-tgy-refund-other-details][hidden] {
  display: none
}
.tgy-order-detail-content .tgy-refund-submit-feedback {
  grid-column: 1 / -1;
  margin: 0;
  border-left: 3px solid var(--tgy-danger);
  padding: 8px 12px;
  color: var(--tgy-danger);
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere
}
.tgy-order-detail-content .tgy-refund-request-form > .button {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 190px;
  min-height: 44px;
  margin: 0;
  border-radius: 8px;
  padding: 0 18px;
  white-space: nowrap
}
.tgy-order-detail-content .tgy-refund-request-field-help {
  grid-column: 1 / -1;
  margin: -3px 0 3px;
  color: var(--tgy-muted);
  font-size: 12px;
  line-height: 1.5
}
.tgy-order-detail-content .tgy-refund-request-case {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 13px 15px
}
.tgy-order-detail-content .tgy-refund-request-case > div {
  display: grid;
  gap: 3px;
  min-width: 0
}
.tgy-order-detail-content .tgy-refund-request-case :is(dt, dd) {
  margin: 0;
  overflow-wrap: anywhere
}
.tgy-order-detail-content .tgy-refund-request-case dt {
  color: var(--tgy-muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.4;
  text-transform: uppercase
}
.tgy-order-detail-content .tgy-refund-request-case dd {
  color: var(--tgy-ink);
  font-size: 13px;
  line-height: 1.55
}
.tgy-order-detail-content :is(.tgy-refund-payout-status, .tgy-return-plan) {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 14px 0 0;
  border: 1px solid var(--tgy-border);
  border-left: 4px solid var(--tgy-brand);
  border-radius: 10px;
  background: var(--tgy-canvas);
  padding: 18px;
  box-shadow: 0 10px 26px rgba(18, 39, 52, 0.04)
}
.tgy-order-detail-content .tgy-refund-payout-status[data-tgy-refund-payout-status="pending"] {
  border-left-color: var(--tgy-warning);
  background: var(--tgy-warning-surface)
}
.tgy-order-detail-content .tgy-refund-payout-status[data-tgy-refund-payout-status="confirmed"] {
  border-left-color: var(--tgy-success);
  background: var(--tgy-success-surface)
}
.tgy-order-detail-content .tgy-refund-payout-status[data-tgy-refund-payout-status="reconciliation_required"] {
  border-left-color: var(--tgy-danger);
  background: var(--tgy-danger-surface)
}
.tgy-order-detail-content :is(.tgy-refund-payout-status, .tgy-return-plan) > h3 {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 17px;
  line-height: 1.35
}
.tgy-order-detail-content .tgy-refund-payout-status > p {
  margin: 0;
  color: var(--tgy-ink);
  line-height: 1.5
}
.tgy-order-detail-content .tgy-refund-payout-status .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 900
}
.tgy-order-detail-content .tgy-return-plan > ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none
}
.tgy-order-detail-content .tgy-return-plan > ol > li {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-surface-soft);
  padding: 12px
}
.tgy-order-detail-content .tgy-return-plan > ol > li[data-tgy-return-state="inspection_rejected"] {
  border-left: 4px solid var(--tgy-warning);
  background: var(--tgy-warning-surface)
}
.tgy-order-detail-content .tgy-return-plan > ol > li[data-tgy-return-state="reconciliation_required"] {
  border-color: var(--tgy-danger-border);
  border-left: 4px solid var(--tgy-danger);
  background: var(--tgy-danger-surface)
}
.tgy-order-detail-content .tgy-return-plan > ol > li > .tgy-refund-request-item-image {
  grid-column: 1;
  grid-row: 1;
  align-self: start
}
.tgy-order-detail-content .tgy-return-product-copy {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  gap: 5px
}
.tgy-order-detail-content .tgy-return-product-copy > * {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere
}
.tgy-return-authorization-history {
  border-top: 1px solid var(--tgy-border)
}
.tgy-return-authorization-history > summary {
  box-sizing: border-box;
  min-height: var(--tgy-touch-target);
  padding: 12px 0;
  color: var(--tgy-brand-dark);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer
}
.tgy-return-authorization-history > summary:focus-visible {
  outline: 2px solid var(--tgy-brand);
  outline-offset: 3px
}
.tgy-return-authorization-history > p {
  margin: 0 0 8px;
  color: var(--tgy-muted)
}
.tgy-order-detail-content .tgy-return-state-label {
  color: var(--tgy-brand-dark);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  text-transform: uppercase
}
.tgy-order-detail-content [data-tgy-return-next-step] {
  color: var(--tgy-muted);
  font-size: 13px;
  line-height: 1.5
}
.tgy-order-detail-content .tgy-return-inspection-customer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  margin: 4px 0;
  border-top: 1px solid var(--tgy-border);
  border-bottom: 1px solid var(--tgy-border);
  padding: 10px 0
}
.tgy-order-detail-content .tgy-return-inspection-customer > div {
  display: grid;
  min-width: 0;
  gap: 3px
}
.tgy-order-detail-content .tgy-return-inspection-customer :is(dt, dd) {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere
}
.tgy-order-detail-content .tgy-return-inspection-customer dt {
  color: var(--tgy-muted);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase
}
.tgy-order-detail-content .tgy-return-inspection-customer dd {
  color: var(--tgy-ink);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45
}
.tgy-order-detail-content .tgy-refund-request--pending {
  border-left-color: var(--tgy-warning);
  background: var(--tgy-warning-surface)
}
.tgy-order-detail-content .tgy-refund-request-status {
  margin: 0
}
.tgy-order-detail-content .tgy-refund-request-status > strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid var(--tgy-warning-border);
  border-radius: 999px;
  background: var(--tgy-canvas);
  color: var(--tgy-warning);
  padding: 0 11px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1
}
.tgy-order-detail-content .tgy-refund-request-rejected {
  margin: 0;
  border: 1px solid var(--tgy-danger-border);
  border-radius: 7px;
  background: var(--tgy-danger-surface);
  color: var(--tgy-danger);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5
}
.tgy-order-detail-content .tgy-refund-request-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--tgy-warning-border)
}
.tgy-order-detail-content .tgy-refund-request-details > div {
  display: grid;
  min-width: 0;
  gap: 4px;
  padding: 12px 14px 0 0
}
.tgy-order-detail-content .tgy-refund-request-details dt {
  color: var(--tgy-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase
}
.tgy-order-detail-content .tgy-refund-request-details dd {
  min-width: 0;
  margin: 0;
  color: var(--tgy-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
  overflow-wrap: anywhere
}
.tgy-order-detail-content .tgy-refund-request-items {
  min-inline-size: 0;
  margin: 0;
  border: 0;
  padding: 0
}
.tgy-order-detail-content .tgy-refund-request-summary:has([data-tgy-refund-request-amount]) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 12px;
  border: 0;
  border-block: 1px solid var(--tgy-border);
  border-radius: 0;
  padding: 12px 0;
  background: transparent;
  color: var(--tgy-ink)
}
.tgy-refund-request-summary [data-tgy-refund-request-amount] {
  margin-left: auto;
  color: var(--tgy-price-accent);
  font-size: 18px;
  font-weight: 900;
  text-align: right;
  overflow-wrap: anywhere
}
.tgy-order-detail-content .tgy-refund-request-product-copy {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  gap: 8px;
  overflow-wrap: anywhere
}
.tgy-order-detail-content .tgy-refund-request-product-title {
  margin: 0
}
.tgy-order-detail-content .tgy-refund-request .wc-item-meta {
  display: grid;
  gap: 4px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none
}
.tgy-order-detail-content .tgy-refund-request .wc-item-meta > li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 6px;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere
}
.tgy-order-detail-content .tgy-refund-request .wc-item-meta strong {
  color: var(--tgy-soft-ink);
  font-size: inherit;
  font-weight: 750
}
.tgy-order-detail-content .tgy-refund-request .wc-item-meta p {
  min-width: 0;
  margin: 0;
  color: var(--tgy-muted);
  font-size: inherit;
  line-height: inherit
}
.tgy-order-detail-content .tgy-refund-request-select {
  appearance: none;
  display: inline-grid;
  width: var(--tgy-touch-target);
  height: var(--tgy-touch-target);
  place-content: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  padding: 0
}
.tgy-order-detail-content .tgy-refund-request-select::before,
.tgy-order-detail-content .tgy-refund-request-select::after {
  grid-area: 1 / 1;
  content: ""
}
.tgy-order-detail-content .tgy-refund-request-select::before {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 2px solid var(--tgy-border-strong);
  border-radius: 5px;
  background: var(--tgy-canvas)
}
.tgy-order-detail-content .tgy-refund-request-select::after {
  width: 11px;
  height: 6px;
  align-self: center;
  justify-self: center;
  border-bottom: 2px solid var(--tgy-on-brand);
  border-left: 2px solid var(--tgy-on-brand);
  opacity: 0;
  transform: translateY(-1px) rotate(-45deg)
}
.tgy-order-detail-content .tgy-refund-request-select:checked::before {
  border-color: var(--tgy-brand);
  background: var(--tgy-brand)
}
.tgy-order-detail-content .tgy-refund-request-select:checked::after {
  opacity: 1
}
.tgy-order-detail-content .tgy-refund-request-select:disabled {
  cursor: not-allowed;
  opacity: .64
}
@media (forced-colors: active) {
  .tgy-order-detail-content .tgy-refund-request-select::before {
    border-color: CanvasText;
    background: Canvas
  }
  .tgy-order-detail-content .tgy-refund-request-select:checked::before {
    border-color: Highlight;
    background: Highlight
  }
  .tgy-order-detail-content .tgy-refund-request-select::after {
    border-color: HighlightText
  }
}
.tgy-order-detail-content .tgy-refund-request-product-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none
}
.tgy-order-detail-content .tgy-refund-request-product-list > li {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-width: 0;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 12px 14px
}
.tgy-order-detail-content .tgy-refund-request-product-list > li > .tgy-refund-request-item-image {
  grid-column: 1;
  grid-row: 1
}
.tgy-order-detail-content .tgy-refund-request-scope-money {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 0
}
.tgy-order-detail-content .tgy-refund-request-scope-money > div {
  display: grid;
  min-width: 0;
  gap: 3px
}
.tgy-order-detail-content .tgy-refund-request-scope-money :is(dt, dd) {
  margin: 0
}
.tgy-order-detail-content .tgy-refund-request-scope-money dt {
  color: var(--tgy-muted);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.35
}
.tgy-order-detail-content .tgy-refund-request-scope-money dd {
  color: var(--tgy-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4
}
.tgy-order-detail-content .tgy-refund-request--completed {
  border-left-color: var(--tgy-success);
  background: var(--tgy-success-surface)
}
.tgy-order-detail-content .tgy-refund-request--completed .tgy-refund-request-status > strong {
  border-color: var(--tgy-success-border);
  color: var(--tgy-success)
}
.tgy-order-detail-content .tgy-refund-request--completed > h4 {
  margin: 2px 0 0;
  color: var(--tgy-ink);
  font-size: 14px;
  line-height: 1.4
}
@media screen and (min-width: 783px) {
  .tgy-order-detail-content .tgy-refund-request-items {
    display: grid;
    grid-column: 1 / -1;
    gap: 12px;
    min-width: 0;
    margin: 0;
    border: 0;
    padding: 0
  }
  .tgy-order-detail-content .tgy-refund-request-items > legend {
    margin-bottom: 4px;
    color: var(--tgy-ink);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.35
  }
  .tgy-order-detail-content .tgy-refund-request-items > p {
    margin: 0;
    color: var(--tgy-muted);
    font-size: 13px;
    line-height: 1.5
  }
  .tgy-order-detail-content .tgy-refund-request-item {
    display: grid;
    grid-template-columns: 44px 84px minmax(0, 1fr) minmax(150px, 190px);
    gap: 8px 14px;
    min-width: 0;
    border: 1px solid var(--tgy-border);
    border-radius: 8px;
    background: var(--tgy-surface-soft);
    padding: 14px
  }
  .tgy-order-detail-content .tgy-refund-request-item-image {
    display: block;
    width: 84px;
    height: 84px;
    overflow: hidden;
    border: 1px solid var(--tgy-border);
    border-radius: 8px;
    background: var(--tgy-canvas)
  }
  .tgy-order-detail-content .tgy-refund-request-item-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
  }
  .tgy-order-detail-content .tgy-refund-request-item > .tgy-refund-request-item-image {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center
  }
  .tgy-order-detail-content .tgy-refund-request-select-wrap {
    display: contents
  }
  .tgy-order-detail-content .tgy-refund-request-select {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: center;
    width: var(--tgy-touch-target);
    height: var(--tgy-touch-target);
    margin: 0
  }
  .tgy-order-detail-content .tgy-refund-request-select-wrap > label {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
    color: var(--tgy-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere
  }
  .tgy-order-detail-content .tgy-refund-request-select-wrap strong {
    font-weight: 900
  }
  .tgy-order-detail-content .tgy-refund-request-item > .wc-item-meta {
    grid-column: 3;
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere
  }
  .tgy-order-detail-content .tgy-refund-request-item-stats {
    grid-column: 3;
    min-width: 0;
    margin: 0;
    color: var(--tgy-muted);
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: anywhere
  }
  .tgy-order-detail-content .tgy-refund-request-quantity {
    display: grid;
    grid-column: 4;
    grid-row: 1 / span 3;
    min-width: 0;
    align-content: start;
    gap: 6px;
    overflow-wrap: anywhere
  }
  .tgy-order-detail-content .tgy-refund-request-quantity > label {
    color: var(--tgy-ink);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.35
  }
  .tgy-order-detail-content .tgy-refund-request-quantity > input[type="number"] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--tgy-border-strong);
    border-radius: 8px;
    background: var(--tgy-canvas);
    color: var(--tgy-ink);
    padding: 8px 10px;
    font: inherit
  }
  .tgy-order-detail-content .tgy-refund-request-quantity > input[type="number"]:disabled {
    border-color: var(--tgy-border);
    background: #e9efef;
    color: var(--tgy-muted);
    cursor: not-allowed
  }
  .tgy-order-detail-content :is(
    .tgy-refund-request-select,
    .tgy-refund-request-quantity > input[type="number"]
  ):focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: var(--tgy-focus-offset)
  }
  .tgy-order-detail-content .tgy-refund-request-quantity > small {
    color: var(--tgy-muted);
    font-size: 11px;
    line-height: 1.4
  }
  .tgy-order-detail-content :is(.tgy-refund-request-summary, .tgy-refund-request-review) {
    grid-column: 1 / -1;
    margin: 0
  }
  .tgy-order-detail-content .tgy-refund-request-summary {
    border: 1px solid var(--tgy-brand-border-soft);
    border-radius: 8px;
    background: var(--tgy-surface-mint);
    color: var(--tgy-brand-dark);
    padding: 11px 13px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.45
  }
  .tgy-order-detail-content .tgy-refund-request-review {
    color: var(--tgy-muted);
    font-size: 12px;
    line-height: 1.5
  }
}
@media (min-width: 1200px) {
  .tgy-order-detail-content .tgy-refund-request--form {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    grid-auto-rows: min-content;
    align-items: start;
    column-gap: var(--tgy-space-7);
    row-gap: var(--tgy-space-2);
    padding: var(--tgy-space-5) var(--tgy-space-6)
  }
  .tgy-order-detail-content .tgy-refund-request--form > h3,
  .tgy-order-detail-content .tgy-refund-request--form > .tgy-refund-request-rejected,
  .tgy-order-detail-content .tgy-refund-request--form > .tgy-refund-request-intro {
    grid-column: 1
  }
  .tgy-order-detail-content .tgy-refund-request--form > .tgy-refund-request-form {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    border-left: 1px solid var(--tgy-border);
    padding-left: var(--tgy-space-7)
  }
  .tgy-order-detail-content .tgy-refund-request--pending {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    grid-template-areas:
      "refund-title refund-help"
      "refund-status refund-details";
    align-items: start;
    column-gap: var(--tgy-space-7);
    row-gap: var(--tgy-space-3);
    padding: var(--tgy-space-5) var(--tgy-space-6)
  }
  .tgy-order-detail-content .tgy-refund-request--pending > h3 {
    grid-area: refund-title
  }
  .tgy-order-detail-content .tgy-refund-request--pending > .tgy-refund-request-status {
    grid-area: refund-status
  }
  .tgy-order-detail-content .tgy-refund-request--pending > .tgy-refund-request-help {
    grid-area: refund-help;
    padding-left: var(--tgy-space-7)
  }
  .tgy-order-detail-content .tgy-refund-request--pending > .tgy-refund-request-details {
    grid-area: refund-details;
    border-top: 0;
    border-left: 1px solid var(--tgy-warning-border);
    padding-left: var(--tgy-space-7)
  }
  .tgy-order-detail-content .tgy-refund-request--pending > .tgy-refund-request-details > div {
    padding-top: 0
  }
}
@media screen and (max-width: 782px),
  screen and (orientation: landscape) and (pointer: coarse) {
  .tgy-order-detail-content .tgy-refund-request-form {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch
  }
  .tgy-order-detail-content .tgy-refund-request-items {
    display: grid;
    gap: 12px
  }
  .tgy-order-detail-content .tgy-refund-request-items > legend {
    margin-bottom: 4px;
    color: var(--tgy-ink);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.35
  }
  .tgy-order-detail-content .tgy-refund-request-item {
    display: grid;
    grid-template-columns: 44px 72px minmax(0, 1fr);
    gap: 8px 12px;
    min-width: 0;
    border: 1px solid var(--tgy-border);
    border-radius: 8px;
    background: var(--tgy-surface-soft);
    padding: 12px
  }
  .tgy-order-detail-content .tgy-refund-request-select-wrap {
    display: contents
  }
  .tgy-order-detail-content .tgy-refund-request-select {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    width: var(--tgy-touch-target);
    height: var(--tgy-touch-target);
    margin: 0
  }
  .tgy-order-detail-content .tgy-refund-request-select-wrap > label {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
    align-self: end;
    color: var(--tgy-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    overflow-wrap: anywhere
  }
  .tgy-order-detail-content .tgy-refund-request-item-image {
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border: 1px solid var(--tgy-border);
    border-radius: 8px;
    background: var(--tgy-canvas)
  }
  .tgy-order-detail-content .tgy-refund-request-item > .tgy-refund-request-item-image {
    grid-column: 2;
    grid-row: 1 / span 2
  }
  .tgy-order-detail-content .tgy-refund-request-item-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
  }
  .tgy-order-detail-content .tgy-refund-request-item-stats {
    grid-column: 3;
    grid-row: 2;
    min-width: 0;
    margin: 0;
    color: var(--tgy-muted);
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: anywhere
  }
  .tgy-order-detail-content .tgy-refund-request-item > .wc-item-meta {
    grid-column: 1 / -1;
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere
  }
  .tgy-order-detail-content .tgy-refund-request-quantity {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(88px, 112px);
    align-items: center;
    gap: 8px 12px;
    min-width: 0;
    padding-top: 4px
  }
  .tgy-order-detail-content .tgy-refund-request-quantity > label {
    color: var(--tgy-ink);
    font-size: 12px;
    font-weight: 850
  }
  .tgy-order-detail-content .tgy-refund-request-quantity > input[type="number"] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--tgy-border-strong);
    border-radius: 8px;
    background: var(--tgy-canvas);
    color: var(--tgy-ink);
    padding: 8px 10px;
    font: inherit
  }
  .tgy-order-detail-content .tgy-refund-request-quantity > small {
    grid-column: 1 / -1;
    color: var(--tgy-muted);
    font-size: 11px;
    line-height: 1.4
  }
  .tgy-order-detail-content :is(
    .tgy-refund-request-select,
    .tgy-refund-request-quantity > input[type="number"]
  ):focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: var(--tgy-focus-offset)
  }
  .tgy-order-detail-content :is(.tgy-refund-request-summary, .tgy-refund-request-review) {
    grid-column: 1 / -1;
    margin: 0
  }
  .tgy-order-detail-content .tgy-refund-request-summary {
    border: 1px solid var(--tgy-brand-border-soft);
    border-radius: 8px;
    background: var(--tgy-surface-mint);
    color: var(--tgy-brand-dark);
    padding: 11px 13px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.45
  }
  .tgy-order-detail-content .tgy-refund-request-review {
    color: var(--tgy-muted);
    font-size: 12px;
    line-height: 1.5
  }
  .tgy-order-detail-content .tgy-refund-request-product-list > li {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 12px
  }
  .tgy-order-detail-content .tgy-refund-request-scope-money,
  .tgy-order-detail-content .tgy-return-inspection-customer {
    grid-template-columns: minmax(0, 1fr)
  }
}
.tgy-order-detail-content .tgy-refund-request--entry {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-top: 0
}
.tgy-refund-request-entry-copy {
  display: grid;
  min-width: 0;
  gap: 8px
}
.tgy-refund-request-entry-copy > h3,
.tgy-refund-request-entry-copy > p {
  margin: 0
}
.tgy-order-detail-content .tgy-refund-request--entry-pending {
  border-left-color: var(--tgy-warning);
  background: var(--tgy-warning-surface)
}
.tgy-order-detail-content .tgy-refund-request--entry-completed {
  border-left-color: var(--tgy-success);
  background: var(--tgy-success-surface)
}
.tgy-order-detail-content .tgy-refund-request--entry-completed .tgy-refund-request-status > strong {
  border-color: var(--tgy-success-border);
  color: var(--tgy-success)
}
.tgy-refund-request-entry-link {
  min-width: 180px;
  min-height: 44px;
  justify-content: center;
  white-space: nowrap
}
.tgy-refund-page {
  display: grid;
  width: min(100%, 980px);
  gap: var(--tgy-space-5);
  margin: 0 auto
}
.tgy-refund-page__header {
  display: grid;
  gap: var(--tgy-space-2)
}
.tgy-refund-page__header .tgy-account-kicker,
.tgy-refund-page__header h1 {
  margin: 0
}
.tgy-refund-page__header h1 {
  color: var(--tgy-ink);
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.12
}
.tgy-refund-page__back {
  display: inline-flex;
  width: fit-content;
  min-height: var(--tgy-touch-target);
  align-items: center;
  color: var(--tgy-brand-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none
}
.tgy-refund-page__back:hover {
  text-decoration: underline;
  text-underline-offset: 3px
}
.tgy-refund-page__back:focus-visible,
.tgy-refund-request-entry-link:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset)
}
.tgy-refund-page__order {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--tgy-border);
  border-radius: 10px;
  background: var(--tgy-surface-soft);
  box-shadow: 0 10px 26px rgba(18, 39, 52, 0.04)
}
.tgy-refund-page__order > div {
  display: grid;
  min-width: 0;
  gap: 5px;
  padding: 12px
}
.tgy-refund-page__order > div + div {
  border-left: 1px solid var(--tgy-border)
}
.tgy-refund-page__order dt,
.tgy-refund-page__order dd {
  min-width: 0;
  margin: 0
}
.tgy-refund-page__order dt {
  color: var(--tgy-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .045em;
  line-height: 1.35;
  text-transform: uppercase
}
.tgy-refund-page__order dd {
  color: var(--tgy-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere
}
.tgy-refund-page__order a {
  color: var(--tgy-brand-dark);
  font-variant-numeric: tabular-nums;
  white-space: nowrap
}
.tgy-refund-page__order :is(del, ins),
.tgy-orders-price :is(del, ins),
.tgy-account-order-total :is(del, ins) {
  display: block
}
.tgy-refund-page__order del,
.tgy-orders-price del,
.tgy-account-order-total del {
  margin-bottom: 3px;
  color: var(--tgy-muted);
  font-size: 12px;
  font-weight: 600
}
.tgy-refund-page__order ins,
.tgy-orders-price ins,
.tgy-account-order-total ins {
  color: var(--tgy-brand-dark);
  text-decoration: none
}
.tgy-refund-page__body {
  gap: 0
}
.tgy-refund-page__body .tgy-refund-request {
  margin-top: 0;
  border-left-width: 1px;
  border-radius: 10px;
  padding: var(--tgy-space-6)
}
.tgy-refund-page__body > * + .tgy-refund-request--form {
  margin-top: 14px
}
@media screen and (min-width: 783px) {
  .tgy-refund-page__body .tgy-refund-request--form,
  .tgy-refund-page__body .tgy-refund-request--pending {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: none;
    row-gap: var(--tgy-space-4);
    padding: var(--tgy-space-6)
  }
  .tgy-refund-page__body .tgy-refund-request--form > h3,
  .tgy-refund-page__body .tgy-refund-request--form > .tgy-refund-request-rejected,
  .tgy-refund-page__body .tgy-refund-request--form > .tgy-refund-request-intro,
  .tgy-refund-page__body .tgy-refund-request--form > .tgy-refund-request-form,
  .tgy-refund-page__body .tgy-refund-request--pending > h3,
  .tgy-refund-page__body .tgy-refund-request--pending > .tgy-refund-request-status,
  .tgy-refund-page__body .tgy-refund-request--pending > .tgy-refund-request-help,
  .tgy-refund-page__body .tgy-refund-request--pending > .tgy-refund-request-details,
  .tgy-refund-page__body .tgy-refund-request--pending > .tgy-refund-request-case {
    grid-column: 1;
    grid-row: auto;
    grid-area: auto
  }
  .tgy-refund-page__body .tgy-refund-request--form > .tgy-refund-request-form,
  .tgy-refund-page__body .tgy-refund-request--pending > :is(
    .tgy-refund-request-help,
    .tgy-refund-request-details,
    .tgy-refund-request-case
  ) {
    border-left: 0;
    padding-left: 0
  }
  .tgy-refund-page__body .tgy-refund-request-form {
    align-items: end;
    gap: var(--tgy-space-4)
  }
  .tgy-refund-page__body .tgy-refund-request-items {
    gap: var(--tgy-space-3)
  }
  .tgy-refund-page__body .tgy-refund-request-item {
    border-radius: 10px;
    padding: 18px
  }
}
@media screen and (max-width: 782px),
  screen and (orientation: landscape) and (pointer: coarse) {
  .tgy-order-detail-content .tgy-refund-request--entry {
    grid-template-columns: minmax(0, 1fr)
  }
  .tgy-refund-request-entry-link {
    width: 100%;
    min-width: 0
  }
  .tgy-refund-page__order {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .tgy-refund-page__order > div:nth-child(odd) {
    border-left: 0
  }
  .tgy-refund-page__order > div:nth-child(n + 3) {
    border-top: 1px solid var(--tgy-border)
  }
  .tgy-refund-page__order > div {
    padding: 12px
  }
  .tgy-refund-page__order > div:first-child {
    grid-column: 1 / -1
  }
  .tgy-refund-page__order > div:nth-child(2) {
    border-top: 1px solid var(--tgy-border);
    border-left: 0
  }
  .tgy-refund-page__order > div:nth-child(3) {
    border-left: 1px solid var(--tgy-border)
  }
  .tgy-refund-page__order > div:last-child {
    grid-column: 1 / -1;
    border-left: 0
  }
  .tgy-refund-page__body .tgy-refund-request-item {
    padding: 12px
  }
}
.tgy-order-detail-content h2 {
  margin: 0 0 14px;
  color: var(--tgy-ink);
  font-size: 19px;
  line-height: 1.25
}
.tgy-order-detail-content table.shop_table {
  margin: 0;
  border: 0;
  border-collapse: collapse
}
.tgy-order-detail-content table.shop_table th,
.tgy-order-detail-content table.shop_table td {
  border-right: 0;
  border-left: 0;
  padding: 12px 8px
}
.tgy-order-detail-content .woocommerce-table--order-details :is(.product-total, tfoot td) .woocommerce-Price-amount {
  color: var(--tgy-price-accent)
}
.tgy-order-detail-content .woocommerce-table--order-details tbody .woocommerce-table__line-item > td {
  vertical-align: middle;
  background: var(--tgy-surface-soft)
}
.tgy-order-detail-content .woocommerce-table--order-details tbody .woocommerce-table__line-item > td:first-child {
  border-radius: 7px 0 0 7px;
  padding: 14px
}
.tgy-order-detail-content .woocommerce-table--order-details tbody .woocommerce-table__line-item > td:last-child {
  width: 28%;
  border-radius: 0 7px 7px 0;
  padding: 14px;
  color: var(--tgy-price-accent);
  font-size: 18px;
  font-weight: 850;
  text-align: right
}
.tgy-order-product-line {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  gap: 16px
}
.tgy-order-product-media {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--tgy-border);
  border-radius: 7px;
  background: var(--tgy-canvas);
  box-shadow: 0 6px 16px rgba(18, 39, 52, 0.05)
}
.woocommerce .tgy-order-product-image {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}
.tgy-order-product-copy {
  min-width: 0
}
.tgy-order-product-copy > a {
  color: var(--tgy-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none
}
.tgy-order-product-copy > a:hover {
  color: var(--tgy-brand);
  text-decoration: underline
}
.tgy-order-product-quantity {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  color: var(--tgy-muted);
  font-size: 12px;
  font-weight: 800
}
.tgy-order-product-line + .product-quantity {
  display: none
}
.tgy-order-detail-content .woocommerce-table--order-details .wc-item-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 0 96px;
  padding: 0;
  list-style: none
}
.tgy-order-detail-content .woocommerce-table--order-details .wc-item-meta li {
  display: grid;
  min-width: 0;
  gap: 3px;
  margin: 0;
  border: 1px solid var(--tgy-border);
  border-radius: 6px;
  background: var(--tgy-canvas);
  padding: 8px 10px
}
.tgy-order-detail-content .woocommerce-table--order-details .wc-item-meta strong {
  color: var(--tgy-muted);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase
}
.tgy-order-detail-content .woocommerce-table--order-details .wc-item-meta p {
  margin: 0;
  color: var(--tgy-ink);
  font-size: 13px;
  line-height: 1.35
}
.tgy-order-detail-content .tgy-order-terms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 12px 0 0
}
.tgy-order-detail-content .tgy-order-terms-grid > span {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 4px;
  border: 0;
  border-right: 1px solid var(--tgy-border);
  border-radius: 0;
  background: transparent;
  padding: 4px 16px;
  overflow-wrap: anywhere
}
.tgy-order-detail-content .tgy-order-terms-grid > span:first-child {
  padding-left: 0
}
.tgy-order-detail-content .tgy-order-terms-grid > span:nth-child(odd) {
  padding-left: 0
}
.tgy-order-detail-content .tgy-order-terms-grid > span:nth-child(even) {
  border-right: 0;
  padding-right: 0
}
.tgy-order-detail-content .tgy-order-terms-grid > span:nth-child(n + 3) {
  border-top: 1px solid var(--tgy-border);
  margin-top: 10px;
  padding-top: 14px
}
.tgy-order-detail-content .tgy-order-terms-grid > span:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  border-right: 0;
  padding-right: 0
}
.tgy-order-detail-content .tgy-mmg-instructions {
  margin-top: 16px;
  border: 0;
  border-top: 1px solid var(--tgy-border);
  border-radius: 0;
  background: transparent;
  padding: 16px 0 0
}
.tgy-order-detail-content .tgy-mmg-instructions :is(ol, ul) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  counter-reset: tgy-payment-step;
  list-style: none
}
.tgy-order-detail-content .tgy-mmg-instructions li {
  position: relative;
  /* Keep text and emphasized values in one sentence, not separate flex columns. */
  display: block;
  min-height: 58px;
  margin: 0;
  border: 1px solid var(--tgy-border);
  border-radius: 7px;
  background: var(--tgy-surface-soft);
  padding: 10px 12px 10px 48px;
  color: var(--tgy-ink);
  font-size: 13px;
  line-height: 1.45;
  counter-increment: tgy-payment-step;
  overflow-wrap: anywhere
}
.tgy-order-detail-content .tgy-payment-instruction-value,
.tgy-order-detail-content .tgy-payment-reference-controls,
.tgy-order-detail-content .tgy-payment-reference-help,
.tgy-order-detail-content .tgy-payment-review-hold,
.tgy-order-detail-content .tgy-payment-authority-hold,
.tgy-order-detail-content .tgy-payment-dispatch-hold {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word
}
.tgy-order-detail-content .tgy-mmg-instructions li::before {
  position: absolute;
  top: 10px;
  left: 12px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--tgy-brand);
  color: var(--tgy-canvas);
  content: counter(tgy-payment-step);
  font-size: 12px;
  font-weight: 850
}
.tgy-order-detail-content :is(
  .tgy-payment-authority-hold,
  .tgy-payment-dispatch-hold,
  .tgy-payment-review-hold,
  .tgy-order-progress-hold,
  .tgy-refund-request--hold,
  .tgy-refund-returns-hold
) {
  border: 1px solid var(--tgy-danger-border);
  border-left: 4px solid var(--tgy-danger);
  border-radius: 8px;
  background: var(--tgy-danger-surface);
  color: var(--tgy-danger);
  padding: 12px 14px;
  line-height: 1.5;
  overflow-wrap: anywhere
}
.tgy-order-detail-content .tgy-refund-request--unavailable {
  border-left-color: var(--tgy-info);
  background: var(--tgy-info-surface)
}
.tgy-order-detail-content .tgy-refund-request--unavailable > p {
  margin: 0;
  color: var(--tgy-ink);
  overflow-wrap: anywhere
}
.tgy-order-progress {
  min-width: 0
}
.tgy-order-progress .tgy-order-tracking-public {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  margin: 14px 0 0;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-surface-soft)
}
.tgy-order-progress .tgy-order-tracking-public > div {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 4px;
  border-left: 1px solid var(--tgy-border);
  padding: 10px 12px
}
.tgy-order-progress .tgy-order-tracking-public > div:first-child {
  border-left: 0
}
.tgy-order-progress .tgy-order-tracking-public :is(dt, dd) {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere
}
.tgy-order-progress .tgy-order-tracking-public dt {
  color: var(--tgy-muted);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase
}
.tgy-order-progress .tgy-order-tracking-public dd {
  color: var(--tgy-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45
}
.tgy-order-progress .tgy-order-tracking-public a {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  color: var(--tgy-brand-dark)
}
.tgy-order-progress .tgy-order-progress-details {
  display: block
}
.tgy-order-progress .tgy-order-progress-header,
.tgy-order-progress .tgy-order-progress-list {
  display: none
}
@media (max-width: 680px),
  (orientation: landscape) and (pointer: coarse) {
  .tgy-order-progress .tgy-order-tracking-public {
    grid-template-columns: minmax(0, 1fr)
  }
  .tgy-order-progress .tgy-order-tracking-public > div {
    border-top: 1px solid var(--tgy-border);
    border-left: 0
  }
  .tgy-order-progress .tgy-order-tracking-public > div:first-child {
    border-top: 0
  }
}
@media (max-width: 900px) {
  .tgy-order-progress .tgy-order-progress-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20px;
    min-width: 0;
    align-items: center;
    gap: 5px 12px;
    border: 1px solid rgba(23, 107, 92, 0.28);
    border-radius: 8px;
    background: #eef8f5;
    padding: 13px 14px;
    box-shadow: inset 3px 0 0 var(--tgy-brand)
  }
  .tgy-order-progress .tgy-order-progress-details > .tgy-order-progress-header {
    cursor: pointer;
    list-style: none
  }
  .tgy-order-progress .tgy-order-progress-details > .tgy-order-progress-header::-webkit-details-marker {
    display: none
  }
  .tgy-order-progress .tgy-order-progress-details > .tgy-order-progress-header::marker {
    content: ""
  }
  .tgy-order-progress .tgy-order-progress-details > .tgy-order-progress-header:focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: var(--tgy-focus-offset)
  }
  .tgy-order-progress .tgy-order-progress-title,
  .tgy-order-progress .tgy-order-progress-current {
    grid-column: 1;
    min-width: 0
  }
  .tgy-order-progress .tgy-order-progress-title {
    color: var(--tgy-muted);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.35
  }
  .tgy-order-progress .tgy-order-progress-current {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3px 8px;
    color: var(--tgy-ink)
  }
  .tgy-order-progress .tgy-order-progress-current-label {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35
  }
  .tgy-order-progress .tgy-order-progress-current time,
  .tgy-order-progress .tgy-order-progress-history-item time {
    color: var(--tgy-muted);
    font-size: 11px;
    line-height: 1.4
  }
  .tgy-order-progress .tgy-order-progress-caret {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 20px;
    height: 20px;
    color: var(--tgy-brand);
    font-size: 20px;
    line-height: 1;
    transition: transform var(--tgy-motion-panel) var(--tgy-ease-standard)
  }
  .tgy-order-progress .tgy-order-progress-details[open] .tgy-order-progress-caret {
    transform: rotate(180deg)
  }
  .tgy-order-progress .tgy-order-progress-history {
    max-height: min(320px, 52dvh);
    overflow-y: auto;
    border: 1px solid var(--tgy-border);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: var(--tgy-canvas);
    padding: 5px 14px 9px;
    overscroll-behavior: contain
  }
  .tgy-order-progress .tgy-order-progress-history-list {
    margin: 0;
    padding: 0;
    list-style: none
  }
  .tgy-order-progress .tgy-order-progress-history-item {
    display: grid;
    min-width: 0;
    gap: 3px;
    border-top: 1px solid var(--tgy-border);
    padding: 10px 0
  }
  .tgy-order-progress .tgy-order-progress-history-item:first-child {
    border-top: 0
  }
  .tgy-order-progress .tgy-order-progress-history-label {
    min-width: 0;
    color: var(--tgy-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    overflow-wrap: anywhere
  }
}
@media (min-width: 901px) {
  .tgy-order-progress {
    margin-top: 18px;
    padding-top: 18px
  }
  .tgy-order-progress .tgy-order-progress-details {
    position: relative;
    display: block
  }
  .tgy-order-progress .tgy-order-progress-details[open] {
    z-index: auto
  }
  .tgy-order-progress .tgy-order-progress-header {
    display: grid;
    grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
    min-width: 0;
    min-height: 76px;
    align-items: center;
    gap: 10px 24px;
    border: 1px solid rgba(23, 107, 92, 0.28);
    border-radius: 8px;
    background: #eef8f5;
    padding: 14px 16px;
    box-shadow: inset 3px 0 0 var(--tgy-brand)
  }
  .tgy-order-progress summary.tgy-order-progress-header {
    grid-template-columns: minmax(0, 160px) minmax(0, 1fr) 20px;
    cursor: pointer;
    list-style: none
  }
  .tgy-order-progress summary.tgy-order-progress-header::-webkit-details-marker {
    display: none
  }
  .tgy-order-progress summary.tgy-order-progress-header::marker {
    content: ""
  }
  .tgy-order-progress summary.tgy-order-progress-header:hover {
    background: var(--tgy-surface-mint)
  }
  .tgy-order-progress summary.tgy-order-progress-header:focus-visible {
    outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
    outline-offset: var(--tgy-focus-offset)
  }
  .tgy-order-progress .tgy-order-progress-title {
    min-width: 0;
    margin: 0;
    color: var(--tgy-muted);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
    overflow-wrap: anywhere
  }
  .tgy-order-progress .tgy-order-progress-current {
    display: flex;
    min-width: 0;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 0;
    gap: 4px 10px;
    color: var(--tgy-ink);
    line-height: 1.35;
    text-align: left;
    overflow-wrap: anywhere
  }
  .tgy-order-progress .tgy-order-progress-current-label {
    min-width: 0;
    font-size: 18px;
    font-weight: 800;
    overflow-wrap: anywhere
  }
  .tgy-order-progress .tgy-order-progress-current time {
    flex: 0 0 auto;
    color: var(--tgy-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.4;
    white-space: nowrap
  }
  .tgy-order-progress .tgy-order-progress-caret {
    width: 20px;
    height: 20px;
    color: var(--tgy-brand);
    font-size: 20px;
    line-height: 1;
    transition: transform var(--tgy-motion-panel) var(--tgy-ease-standard)
  }
  .tgy-order-progress .tgy-order-progress-details[open] > .tgy-order-progress-header {
    border-radius: 8px 8px 0 0
  }
  .tgy-order-progress .tgy-order-progress-details[open] .tgy-order-progress-caret {
    transform: rotate(180deg)
  }
  .tgy-order-progress .tgy-order-progress-history {
    position: static;
    box-sizing: border-box;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid var(--tgy-border);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: var(--tgy-canvas);
    padding: 6px 16px 10px;
    box-shadow: 0 8px 22px rgba(18, 39, 52, 0.08);
    overscroll-behavior: contain;
    scrollbar-gutter: stable
  }
  .tgy-order-progress .tgy-order-progress-history-list {
    margin: 0;
    padding: 0;
    list-style: none
  }
  .tgy-order-progress .tgy-order-progress-history-item {
    display: grid;
    grid-template-columns: minmax(140px, 0.7fr) minmax(0, 1.3fr);
    min-width: 0;
    align-items: baseline;
    gap: 5px 16px;
    border-top: 1px solid var(--tgy-border);
    padding: 11px 0
  }
  .tgy-order-progress .tgy-order-progress-history-item:first-child {
    border-top: 0
  }
  .tgy-order-progress .tgy-order-progress-history-item time {
    color: var(--tgy-muted);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.4
  }
  .tgy-order-progress .tgy-order-progress-history-label {
    min-width: 0;
    color: var(--tgy-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    overflow-wrap: anywhere
  }
  .tgy-order-progress .tgy-payment-reference-locked {
    display: grid;
    gap: 8px;
    margin-top: 16px;
    border-top: 1px solid var(--tgy-border);
    padding-top: 16px
  }
  .tgy-order-terms .tgy-payment-reference-locked > label {
    color: var(--tgy-ink);
    font-size: 13px;
    font-weight: 800
  }
  .tgy-order-terms .tgy-payment-reference-locked > input[type="text"] {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    border: 1px solid var(--tgy-border);
    border-radius: 8px;
    background: #edf1f2;
    color: var(--tgy-muted);
    padding: 10px 12px;
    font: inherit;
    cursor: not-allowed
  }
  .tgy-order-terms .tgy-payment-reference-locked > .button {
    width: 100%;
    min-height: 44px
  }
  .tgy-order-terms .tgy-payment-reference-lock-help {
    margin: 2px 0 0;
    color: var(--tgy-muted);
    font-size: 13px;
    line-height: 1.45
  }
  .tgy-order-detail-content .woocommerce-table--order-details tbody .woocommerce-table__line-item > td:first-child {
    padding: 10px 12px
  }
  .tgy-order-detail-content .tgy-order-product-line {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px
  }
  .tgy-order-detail-content .tgy-order-product-media {
    width: 60px;
    height: 60px
  }
  .tgy-order-detail-content .tgy-order-product-copy {
    display: flex;
    min-width: 0;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3px 5px
  }
  .tgy-order-detail-content .tgy-order-product-copy > a {
    font-size: 15px;
    line-height: 1.25
  }
  .tgy-order-detail-content .tgy-order-product-quantity {
    margin-top: 0
  }
  .tgy-order-detail-content .woocommerce-table--order-details .wc-item-meta {
    display: flex;
    margin: 7px 0 0 72px;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px 0
  }
  .tgy-order-detail-content .woocommerce-table--order-details .wc-item-meta li {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    border: 0;
    border-left: 1px solid var(--tgy-border);
    border-radius: 0;
    background: transparent;
    padding: 0 10px
  }
  .tgy-order-detail-content .woocommerce-table--order-details .wc-item-meta li:first-child {
    border-left: 0;
    padding-left: 0
  }
  .tgy-order-detail-content .woocommerce-table--order-details .wc-item-meta p {
    font-size: 12px;
    line-height: 1.3
  }
  .tgy-order-detail-content .tgy-order-terms > h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0
  }
  .tgy-order-detail-content .tgy-order-terms-grid {
    margin-top: 0
  }
}
@media (prefers-reduced-motion: reduce) {
  .tgy-order-progress .tgy-order-progress-caret {
    transition: none
  }
}
@media (max-width: 680px) {
  .tgy-order-detail .woocommerce-table--order-details {
    display: block;
    width: 100%;
    max-width: 100%
  }
  .tgy-order-detail .woocommerce-table--order-details thead,
  .tgy-order-detail .woocommerce-table--order-details tfoot {
    display: table;
    width: 100%;
    table-layout: fixed
  }
  .tgy-order-detail .woocommerce-table--order-details tbody {
    display: block;
    width: 100%
  }
  .tgy-order-detail .woocommerce-table--order-details tbody .woocommerce-table__line-item {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr)
  }
  .tgy-order-detail .woocommerce-table--order-details tbody .woocommerce-table__line-item > td:first-child,
  .tgy-order-detail .woocommerce-table--order-details tbody .woocommerce-table__line-item > td:last-child {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 11px 12px
  }
  .tgy-order-detail .woocommerce-table--order-details tbody .woocommerce-table__line-item > td:last-child {
    border-top: 1px solid var(--tgy-border);
    font-size: 14px
  }
  .tgy-order-detail .tgy-order-product-line {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px
  }
  .tgy-order-detail .tgy-order-product-media {
    width: 52px;
    height: 52px
  }
  .tgy-order-detail .woocommerce-table--order-details tfoot th {
    width: 44%
  }
  .tgy-order-detail .woocommerce-table--order-details tfoot td {
    width: 56%;
    overflow-wrap: anywhere
  }
  .tgy-order-detail-content .woocommerce-table--order-details tbody .woocommerce-table__line-item > td:first-child,
  .tgy-order-detail-content .woocommerce-table--order-details tbody .woocommerce-table__line-item > td:last-child {
    border-radius: 0
  }
  .tgy-order-detail-content .woocommerce-table--order-details .wc-item-meta {
    grid-template-columns: 1fr;
    margin-left: 0
  }
  .tgy-order-detail-content .tgy-mmg-instructions :is(ol, ul) {
    grid-template-columns: 1fr
  }
}
.tgy-order-policy-link {
  margin: 16px 0 0;
  border-top: 1px solid var(--tgy-border);
  padding-top: 14px
}
.tgy-order-policy-link a {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  align-items: center;
  color: var(--tgy-brand);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none
}
.tgy-order-policy-link a:hover {
  text-decoration: underline
}
.tgy-order-delivery-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0
}
.tgy-order-delivery-list > div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid var(--tgy-border);
  padding: 12px 8px
}
.tgy-order-delivery-list dt {
  color: var(--tgy-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase
}
.tgy-order-delivery-list dd {
  min-width: 0;
  margin: 0;
  color: var(--tgy-ink);
  overflow-wrap: anywhere
}

/* Checkout keeps status, payable amounts, and secondary actions distinct. */
body.woocommerce-checkout .tgy-checkout-coupon:not([hidden]) {
  background: var(--tgy-canvas)
}
body.woocommerce-checkout .tgy-checkout-coupon-controls input.input-text,
body.woocommerce-checkout #order_comments_field textarea.input-text {
  box-sizing: border-box;
  border: 1px solid var(--tgy-border-strong);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 10px 12px;
  color: var(--tgy-text);
  font: inherit;
  font-size: 16px;
  line-height: 1.45
}
body.woocommerce-checkout .tgy-checkout-coupon-controls input.input-text:focus-visible,
body.woocommerce-checkout #order_comments_field textarea.input-text:focus-visible {
  border-color: var(--tgy-brand);
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: 2px
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table thead .product-total,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-variant-numeric: tabular-nums
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table thead .product-total {
  color: var(--tgy-text)
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .tgy-checkout-cost-row :is(th, td) {
  background: var(--tgy-canvas);
  color: var(--tgy-text-soft);
  font-size: 14px;
  font-weight: 500
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .tgy-checkout-cost-row--delivery :is(th, td) {
  color: var(--tgy-text);
  font-weight: 700
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total :is(th, td) {
  border-top: 2px solid var(--tgy-border-strong);
  background: var(--tgy-surface-mint);
  padding-top: 16px;
  padding-bottom: 16px
}
body.woocommerce-checkout .tgy-checkout-delivery-unavailable {
  display: inline-block;
  border: 1px solid var(--tgy-warning-border);
  border-radius: 6px;
  background: var(--tgy-warning-surface);
  padding: 4px 8px;
  color: var(--tgy-warning);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4
}
body.woocommerce-checkout .tgy-checkout-total-note {
  display: block;
  margin-top: 8px;
  color: var(--tgy-warning);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5
}
body.woocommerce-checkout .tgy-checkout-delivery-status[role="alert"]:not(:empty) {
  border-left: 3px solid var(--tgy-warning-border);
  background: var(--tgy-warning-surface);
  padding: 10px 12px;
  color: var(--tgy-warning)
}

body.woocommerce-order-received .woocommerce-order {
  display: grid;
  min-width: 0;
  gap: var(--tgy-space-6)
}
body.woocommerce-order-received .woocommerce-order > * {
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0
}
body.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0;
  border-left: 3px solid var(--tgy-brand);
  border-radius: 0 8px 8px 0;
  background: var(--tgy-surface-mint);
  padding: 14px 16px;
  color: var(--tgy-ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45
}
body.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: -8px 0 0 !important;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 0;
  overflow: hidden
}
body.woocommerce-order-received .woocommerce .woocommerce-order-overview::before,
body.woocommerce-order-received .woocommerce .woocommerce-order-overview::after {
  display: none !important;
  content: none !important
}
body.woocommerce-order-received .woocommerce-order-overview li {
  display: grid;
  width: auto;
  min-width: 0;
  float: none;
  gap: 4px;
  margin: 0;
  border-right: 1px solid var(--tgy-border);
  border-bottom: 1px solid var(--tgy-border);
  padding: 12px 14px;
  color: var(--tgy-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere
}
body.woocommerce-order-received .woocommerce-order-overview li:nth-child(3n) {
  border-right: 0
}
body.woocommerce-order-received .woocommerce-order-overview li:nth-last-child(-n + 2) {
  border-bottom: 0
}
body.woocommerce-order-received .woocommerce-order-overview__payment-method {
  grid-column: span 2;
  border-right: 0
}
body.woocommerce-order-received .woocommerce-order-overview li strong {
  color: var(--tgy-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: none
}
body.woocommerce-order-received .woocommerce-order-overview__order strong,
body.woocommerce-order-received .woocommerce-order-overview__total strong {
  font-size: 16px;
  font-variant-numeric: tabular-nums
}
body.woocommerce-order-received .woocommerce-order-overview__total strong {
  color: var(--tgy-price-accent)
}
body.woocommerce-order-received .woocommerce-order > .tgy-order-terms {
  margin: 0;
  border-top: 3px solid var(--tgy-brand)
}
body.woocommerce-order-received .woocommerce-order-details {
  margin: 0
}
body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-customer-details > h2 {
  margin: 0 0 12px;
  color: var(--tgy-ink);
  font-size: 22px;
  line-height: 1.2
}
body.woocommerce-order-received .woocommerce-table--order-details {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0
}
body.woocommerce-order-received .woocommerce-table--order-details :is(th, td) {
  padding: 12px 14px
}
body.woocommerce-order-received .woocommerce-table--order-details tbody .woocommerce-table__line-item > td {
  vertical-align: middle;
  background: var(--tgy-surface-soft)
}
body.woocommerce-order-received .woocommerce-table--order-details tbody .woocommerce-table__line-item > td:first-child {
  width: 72%
}
body.woocommerce-order-received .woocommerce-table--order-details tbody .woocommerce-table__line-item > td:last-child {
  width: 28%;
  color: var(--tgy-ink);
  font-size: 15px;
  font-weight: 750;
  text-align: right;
  white-space: nowrap
}
body.woocommerce-order-received .tgy-order-product-line {
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px
}
body.woocommerce-order-received .tgy-order-product-media {
  width: 64px;
  height: 64px;
  box-shadow: none
}
body.woocommerce-order-received .tgy-order-product-copy {
  display: flex;
  min-width: 0;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 7px
}
body.woocommerce-order-received .tgy-order-product-copy > a {
  font-size: 15px
}
body.woocommerce-order-received .tgy-order-product-quantity {
  margin-top: 0
}
body.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin: 6px 0 0 76px;
  padding: 0;
  color: var(--tgy-soft-ink);
  list-style: none
}
body.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta li {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 4px;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 12px;
  line-height: 1.35
}
body.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta li + li {
  border-left: 1px solid var(--tgy-border);
  padding-left: 12px
}
body.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta strong {
  color: var(--tgy-muted);
  font-size: inherit;
  font-weight: 750;
  text-transform: none
}
body.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta p {
  margin: 0
}
body.woocommerce-order-received .woocommerce-table--order-details tfoot :is(th, td) {
  padding-top: 11px;
  padding-bottom: 11px
}
body.woocommerce-order-received .woocommerce-table--order-details thead .product-total,
body.woocommerce-order-received .woocommerce-table--order-details tfoot td {
  text-align: right;
  font-variant-numeric: tabular-nums
}
body.woocommerce-order-received .tgy-order-total--primary {
  display: inline-block;
  color: var(--tgy-price-accent);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2
}
body.woocommerce-order-received .tgy-order-terms {
  margin: var(--tgy-space-5) 0 0;
  box-shadow: none;
  padding: 18px
}
body.woocommerce-order-received .tgy-order-terms h2 {
  margin-bottom: 10px;
  font-size: 21px
}
body.woocommerce-order-received .tgy-order-terms-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 10px 0 0
}
body.woocommerce-order-received .tgy-order-terms-grid span {
  min-height: 70px;
  align-content: start;
  padding: 11px 12px
}
body.woocommerce-order-received .tgy-order-terms :is(.tgy-mmg-instructions, .tgy-payment-confirmed) {
  margin-top: 12px
}
body.woocommerce-order-received .tgy-order-terms .tgy-payment-instruction-value {
  color: var(--tgy-brand-dark);
  font-weight: 850
}
body.woocommerce-order-received .tgy-order-terms :is(
  .tgy-payment-instruction-value--amount,
  .tgy-payment-instruction-value--account,
  .tgy-payment-instruction-value--reference
) {
  color: var(--tgy-price-accent)
}
body.woocommerce-order-received .tgy-order-terms :is(
  .tgy-payment-instruction-value--account,
  .tgy-payment-instruction-value--reference
) {
  overflow-wrap: anywhere
}
body.woocommerce-order-received .tgy-order-terms .tgy-order-policy-link {
  margin-bottom: 0
}
body.woocommerce-order-received .woocommerce-customer-details {
  margin: 0;
  border: 1px solid var(--tgy-border);
  border-radius: 8px;
  background: var(--tgy-canvas);
  padding: 18px
}

@media (min-width: 1440px) {
  .tgy-account-page:not(.is-logged-in) {
    grid-template-columns: minmax(0, 680px) 340px;
    gap: var(--tgy-space-10)
  }
}

@media (prefers-reduced-motion: reduce) {
  .tgy-policy-item,
  .tgy-policy-item.is-animating,
  .tgy-policy-question,
  .tgy-policy-toggle::before,
  .tgy-policy-toggle::after,
  .tgy-policy-answer,
  .tgy-google-button,
  .tgy-account-panel-stage,
  .tgy-account-panel,
  .tgy-account-submit-row .button,
  .tgy-account-mode-button,
  .tgy-account-mode-tab,
  .tgy-account-action-card,
  .tgy-account-action-arrow {
    transition: none;
  }
}

/* Policy reader: editorial hierarchy, progressive disclosure, and scoped motion. */
.tgy-policy-page {
  background: #fbfcfc !important;
  padding-top: var(--tgy-space-12);
}

.tgy-policy-page :is(
  .tgy-policy-summary-card,
  .tgy-policy-order-rule,
  .tgy-policy-group,
  .tgy-policy-contact
) {
  scroll-margin-top: 118px;
}

.tgy-policy-page .tgy-policy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--tgy-space-10);
  align-items: stretch;
  margin-bottom: var(--tgy-space-8);
}

.tgy-policy-page .tgy-policy-heading {
  align-content: center;
  gap: var(--tgy-space-3);
  margin: 0;
  padding: 0;
}

.tgy-policy-page .tgy-policy-heading h1 {
  max-width: 860px;
  font-size: clamp(32px, 3.5vw, 46px);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.tgy-policy-page .tgy-policy-heading p {
  max-width: 68ch;
  font-size: 17px;
  line-height: 1.7;
}

.tgy-policy-page .tgy-policy-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--tgy-space-2);
  align-items: center;
  margin: 0 0 var(--tgy-space-10);
  border: 1px solid var(--tgy-border);
  border-radius: 10px;
  background: var(--tgy-canvas);
  padding: var(--tgy-space-3) var(--tgy-space-4);
  box-shadow: 0 6px 18px var(--tgy-shadow-color-subtle);
}

.tgy-policy-page .tgy-policy-tabs > span {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  flex: 0 0 auto;
  align-items: center;
  margin-right: var(--tgy-space-2);
  border-right: 1px solid var(--tgy-border);
  padding: 0 var(--tgy-space-5) 0 4px;
  color: var(--tgy-text-soft);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tgy-policy-page .tgy-policy-tabs a {
  display: inline-flex;
  min-height: var(--tgy-touch-target);
  flex: 0 0 auto;
  align-items: center;
  border-color: transparent;
  background: transparent;
  padding: 0 10px;
  color: var(--tgy-text-soft);
}

.tgy-policy-page .tgy-policy-tabs a:hover {
  border-color: var(--tgy-brand-border-soft);
  background: var(--tgy-surface-mint);
  color: var(--tgy-brand-dark);
}

.tgy-policy-page .tgy-policy-tabs a:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: var(--tgy-focus-offset);
}

.tgy-policy-page .tgy-policy-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 var(--tgy-space-10);
  border: 1px solid var(--tgy-border);
  border-radius: 12px;
  background: var(--tgy-canvas);
  overflow: hidden;
}

.tgy-policy-page .tgy-policy-summary-card {
  min-height: 0;
  border: 0;
  border-right: 1px solid var(--tgy-border);
  background: transparent;
  padding: var(--tgy-space-6);
}

.tgy-policy-page .tgy-policy-summary-card:nth-child(2n) {
  border-right: 0;
}
.tgy-policy-page .tgy-policy-summary-card:nth-child(-n + 2) {
  border-bottom: 1px solid var(--tgy-border);
}

.tgy-policy-page .tgy-policy-summary-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--tgy-space-3);
  margin-bottom: var(--tgy-space-4);
}

.tgy-policy-page .tgy-policy-summary-card header > span {
  margin: 0;
}

.tgy-policy-page .tgy-policy-summary-card header b {
  color: var(--tgy-muted);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.tgy-policy-page .tgy-policy-summary-card h2 {
  font-size: 21px;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.tgy-policy-page .tgy-policy-summary-card p {
  max-width: 68ch;
  margin-top: var(--tgy-space-4);
  font-size: 15px;
  line-height: 1.65;
}

.tgy-policy-page .tgy-policy-order-rule {
  margin-bottom: var(--tgy-space-8);
  border: 1px solid var(--tgy-brand-border-soft);
  border-radius: 12px;
  background: var(--tgy-surface-mint);
  overflow: hidden;
}

.tgy-policy-page .tgy-policy-order-rule > header {
  display: grid;
  grid-template-columns: minmax(200px, 0.42fr) minmax(0, 1fr);
  gap: var(--tgy-space-5) var(--tgy-space-10);
  align-items: end;
  padding: var(--tgy-space-7);
}

.tgy-policy-page .tgy-policy-order-rule > header > span {
  grid-row: span 2;
  align-self: start;
  color: var(--tgy-brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tgy-policy-page .tgy-policy-order-rule h2 {
  margin: 0;
  color: var(--tgy-text);
  font-size: 30px;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.tgy-policy-page .tgy-policy-order-rule > header p {
  max-width: 68ch;
  margin: 0;
  color: var(--tgy-text-soft);
  line-height: 1.6;
}

.tgy-policy-page .tgy-policy-order-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--tgy-brand-border-soft);
  padding: 0;
  list-style: none;
}

.tgy-policy-page .tgy-policy-order-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--tgy-space-3);
  border-right: 1px solid var(--tgy-brand-border-soft);
  padding: var(--tgy-space-6);
}

.tgy-policy-page .tgy-policy-order-steps li:last-child {
  border-right: 0;
}

.tgy-policy-page .tgy-policy-order-steps li > span {
  color: var(--tgy-brand);
  font-size: 12px;
  font-weight: 900;
}

.tgy-policy-page .tgy-policy-order-steps strong {
  display: block;
  color: var(--tgy-text);
}

.tgy-policy-page .tgy-policy-order-steps p {
  margin: 7px 0 0;
  color: var(--tgy-text-soft);
  font-size: 14px;
  line-height: 1.6;
}

.tgy-policy-page .tgy-policy-rule-detail {
  border-top: 1px solid var(--tgy-brand-border-soft);
  background: rgba(255, 255, 255, 0.42);
}

.tgy-policy-page .tgy-policy-rule-detail summary {
  position: relative;
  padding: 17px 52px 17px var(--tgy-space-7);
  color: var(--tgy-brand-dark);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.tgy-policy-page .tgy-policy-rule-detail summary::-webkit-details-marker {
  display: none;
}

.tgy-policy-page .tgy-policy-rule-detail summary::after {
  position: absolute;
  top: 50%;
  right: var(--tgy-space-7);
  content: "+";
  font-size: 21px;
  line-height: 1;
  transform: translateY(-50%);
}

.tgy-policy-page .tgy-policy-rule-detail[open] summary::after {
  content: "−";
}

.tgy-policy-page .tgy-policy-rule-detail > p {
  max-width: 88ch;
  margin: 0;
  border-top: 1px solid var(--tgy-brand-border-soft);
  padding: var(--tgy-space-5) var(--tgy-space-7) var(--tgy-space-6);
  color: var(--tgy-text-soft);
  line-height: 1.7;
}

.tgy-policy-page .tgy-policy-rights-notice {
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
  margin-bottom: var(--tgy-space-12);
  border: 1px solid var(--tgy-warning-border);
  border-left: 4px solid var(--tgy-warning);
  border-radius: 8px;
  background: var(--tgy-warning-surface);
  padding: var(--tgy-space-5) var(--tgy-space-6);
}

.tgy-policy-page .tgy-policy-detail-heading {
  display: grid;
  grid-template-columns: minmax(200px, 0.42fr) minmax(0, 1fr);
  gap: var(--tgy-space-2) var(--tgy-space-10);
  align-items: end;
  margin-bottom: var(--tgy-space-7);
}

.tgy-policy-page .tgy-policy-detail-heading > span {
  grid-row: span 2;
  align-self: start;
  margin: 5px 0 0;
}

.tgy-policy-page .tgy-policy-detail-heading h2 {
  font-size: 34px;
  letter-spacing: -0.025em;
}

.tgy-policy-page .tgy-policy-detail-heading p {
  margin: 0;
  color: var(--tgy-text-soft);
}

.tgy-policy-page .tgy-policy-groups {
  border-top: 1px solid var(--tgy-border-strong);
}

.tgy-policy-page .tgy-policy-group {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  gap: var(--tgy-space-10);
  border-bottom: 1px solid var(--tgy-border-strong);
  padding: var(--tgy-space-8) 0;
}

.tgy-policy-page .tgy-policy-group-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--tgy-space-3);
  align-content: start;
}

.tgy-policy-page .tgy-policy-group-heading > span {
  color: var(--tgy-brand);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
}

.tgy-policy-page .tgy-policy-group-heading h2 {
  margin: 0;
  color: var(--tgy-text);
  font-size: 21px;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.tgy-policy-page :is(.tgy-policy-groups, .tgy-policy-group, .tgy-policy-anchor) {
  scroll-margin-top: calc(var(--tgy-mobile-header-height, 64px) + 16px);
}

.tgy-policy-page .tgy-policy-anchor {
  position: absolute;
  top: 0;
  left: 0;
}

.tgy-policy-page .tgy-policy-faq {
  gap: var(--tgy-space-2);
}

.tgy-policy-page .tgy-policy-item {
  border: 1px solid transparent;
  border-bottom-color: var(--tgy-border);
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  transition:
    border-color var(--tgy-motion-feedback) var(--tgy-ease-standard),
    background-color var(--tgy-motion-feedback) var(--tgy-ease-standard);
}

.tgy-policy-page .tgy-policy-item[open] {
  border-color: var(--tgy-brand-border-soft);
  background: var(--tgy-surface-mint);
}

.tgy-policy-page .tgy-policy-question {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: var(--tgy-space-4);
  padding: 15px var(--tgy-space-4);
  cursor: pointer;
  list-style: none;
}

.tgy-policy-page .tgy-policy-question::-webkit-details-marker {
  display: none;
}

.tgy-policy-page .tgy-policy-question:hover {
  background: rgba(23, 107, 92, 0.045);
}

.tgy-policy-page .tgy-policy-question:focus-visible {
  outline: var(--tgy-focus-width) solid var(--tgy-focus-ring);
  outline-offset: -4px;
}

.tgy-policy-page .tgy-policy-question-text {
  color: var(--tgy-text);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
}

.tgy-policy-page .tgy-policy-toggle {
  width: 20px;
  height: 20px;
}

.tgy-policy-page .tgy-policy-item[open] .tgy-policy-toggle::after {
  transform: rotate(0deg);
}

.tgy-policy-page .tgy-policy-item .tgy-policy-answer {
  display: block !important;
  border-top: 1px solid var(--tgy-brand-border-soft);
  padding: var(--tgy-space-4) var(--tgy-space-4) var(--tgy-space-5);
  opacity: 1;
  transform: none;
  visibility: visible;
}

.tgy-policy-page .tgy-policy-answer p {
  max-width: 72ch;
  margin: 0;
  color: var(--tgy-text-soft);
  line-height: 1.72;
}

.tgy-policy-page .tgy-policy-contact {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
  gap: var(--tgy-space-10);
  margin-top: var(--tgy-space-12);
  border: 0;
  border-radius: 12px;
  background: var(--tgy-header);
  padding: var(--tgy-space-8);
}

.tgy-policy-page .tgy-policy-contact :is(span, h2) {
  color: var(--tgy-on-brand) !important;
}

.tgy-policy-page .tgy-policy-contact p {
  max-width: 65ch;
  color: var(--tgy-on-dark-muted);
}

.tgy-policy-page .tgy-policy-contact-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--tgy-space-3);
  justify-items: stretch;
}

.tgy-policy-page .tgy-policy-contact-links a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--tgy-on-brand);
}

.tgy-policy-page .tgy-policy-contact-links a:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.tgy-policy-page .tgy-policy-version {
  margin-top: var(--tgy-space-4);
  text-align: right;
}

@media (max-width: 1040px) {
  .tgy-policy-page .tgy-policy-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tgy-policy-page .tgy-policy-summary-card:nth-child(2n) {
    border-right: 0;
  }

  .tgy-policy-page .tgy-policy-summary-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tgy-border);
  }
}

@media (max-width: 760px) {
  .tgy-policy-page {
    padding-top: var(--tgy-space-8);
  }

  .tgy-policy-page .tgy-policy-hero,
  .tgy-policy-page .tgy-policy-order-rule > header,
  .tgy-policy-page .tgy-policy-detail-heading,
  .tgy-policy-page .tgy-policy-group,
  .tgy-policy-page .tgy-policy-contact {
    grid-template-columns: 1fr;
    gap: var(--tgy-space-5);
  }

  .tgy-policy-page .tgy-policy-heading {
    padding: var(--tgy-space-5) 0;
  }

  .tgy-policy-page .tgy-policy-tabs {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tgy-policy-page .tgy-policy-tabs > span {
    display: block;
    margin-bottom: var(--tgy-space-2);
    border-right: 0;
    padding: 4px;
  }

  .tgy-policy-page .tgy-policy-rights-notice {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .tgy-policy-page .tgy-policy-rights-notice > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .tgy-policy-page .tgy-policy-summary {
    grid-template-columns: 1fr;
  }

  .tgy-policy-page .tgy-policy-summary-card,
  .tgy-policy-page .tgy-policy-summary-card:nth-child(2n),
  .tgy-policy-page .tgy-policy-summary-card:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--tgy-border);
  }

  .tgy-policy-page .tgy-policy-summary-card:last-child {
    border-bottom: 0;
  }

  .tgy-policy-page .tgy-policy-order-rule > header > span,
  .tgy-policy-page .tgy-policy-detail-heading > span {
    grid-row: auto;
  }

  .tgy-policy-page .tgy-policy-order-steps {
    grid-template-columns: 1fr;
  }

  .tgy-policy-page .tgy-policy-order-steps li {
    border-right: 0;
    border-bottom: 1px solid var(--tgy-brand-border-soft);
  }

  .tgy-policy-page .tgy-policy-order-steps li:last-child {
    border-bottom: 0;
  }

  .tgy-policy-page .tgy-policy-contact-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tgy-policy-page .tgy-policy-item {
    transition: none;
  }
}

@media (max-width: 680px) {
  .tgy-order-detail-content .tgy-refund-request {
    gap: 12px;
    padding: 14px;
  }

  .tgy-order-detail-content .tgy-refund-request-form,
  .tgy-order-detail-content .tgy-refund-request-details {
    grid-template-columns: 1fr;
  }

  .tgy-order-detail-content .tgy-refund-request-form > .button {
    width: 100%;
    min-width: 0;
  }

  .tgy-order-detail-content .tgy-return-plan > ol > li {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }
}
