*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --nx-black: #040405;
  --nx-ink: #080809;
  --nx-card: #141416;
  --nx-card-soft: #19191c;
  --nx-line: rgba(255, 255, 255, 0.09);
  --nx-line-strong: rgba(255, 255, 255, 0.14);
  --nx-gold: #d7a84a;
  --nx-gold-bright: #efbf5a;
  --nx-text: #f7f2ea;
  --nx-muted: rgba(247, 242, 234, 0.68);
  --nx-soft: rgba(247, 242, 234, 0.48);
  --nx-error: #ffb1a8;
  --nx-blue: #1e73e8;
}

html {
  min-height: 100%;
  background: var(--nx-black);
}

body {
  min-height: 100dvh;
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(215, 168, 74, 0.08), transparent 31rem),
    linear-gradient(90deg, #000 0, #050506 18%, #050506 82%, #000 100%);
  color: var(--nx-text);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
label,
select {
  cursor: pointer;
}

button {
  border: 0;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--nx-text);
}

input::placeholder,
textarea::placeholder {
  color: rgba(247, 242, 234, 0.58);
  opacity: 1;
}

select {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

img,
svg {
  display: block;
}

[hidden],
.nx-icon-sprite {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.icon,
.field-icon,
.option-icon,
.row-chevron,
.field-chevron,
.trust-icon,
.button-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.checkout-frame {
  width: min(100%, 760px);
  min-height: 100dvh;
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 14rem),
    linear-gradient(120deg, rgba(255, 255, 255, 0.025), transparent 34%, rgba(215, 168, 74, 0.03)),
    var(--nx-ink);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.86);
}

.checkout-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 72px;
  padding: 0 28px;
  border-bottom: 1px solid var(--nx-line);
  background: rgba(8, 8, 9, 0.88);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.header-link,
.secure-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--nx-text);
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

.checkout-back {
  justify-self: start;
  transition: color 180ms ease, transform 180ms ease;
}

.checkout-back .icon,
.secure-label .icon {
  color: var(--nx-gold-bright);
}

.checkout-back:hover {
  color: #ffffff;
  transform: translateX(-2px);
}

.checkout-logo {
  justify-self: center;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 4.8vw, 36px);
  font-weight: 500;
  letter-spacing: 0.46em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.12);
}

.secure-label {
  justify-self: end;
  color: rgba(247, 242, 234, 0.88);
}

.checkout-main {
  padding: 14px 28px 34px;
}

.checkout-intro {
  padding: 0 0 14px;
}

.checkout-intro h1 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 8vw, 48px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.96;
}

.checkout-intro p {
  margin: 9px 0 9px;
  color: rgba(247, 242, 234, 0.82);
  font-size: 16px;
  font-weight: 300;
}

.gold-rule {
  display: block;
  width: 54px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--nx-gold-bright), rgba(215, 168, 74, 0.1));
}

.checkout-access-panel {
  display: grid;
  gap: 16px;
  margin: 0 0 14px;
  padding: 16px;
  border: 1px solid var(--nx-line-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    var(--nx-card-soft);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.checkout-access-panel[hidden] {
  display: none !important;
}

.checkout-access-copy {
  min-width: 0;
}

.checkout-access-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--nx-gold-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.checkout-access-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
}

.checkout-access-panel p {
  margin: 8px 0 0;
  color: rgba(247, 242, 234, 0.72);
  font-size: 14px;
  font-weight: 300;
}

.checkout-access-actions {
  display: grid;
  gap: 10px;
}

.checkout-access-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 0;
  padding: 0 16px;
  border: 1px solid var(--nx-line-strong);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--nx-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.checkout-access-btn:hover {
  border-color: rgba(239, 191, 90, 0.48);
  background: rgba(239, 191, 90, 0.08);
  color: #fff;
}

.checkout-access-btn:active {
  transform: translateY(1px);
}

.checkout-access-btn:focus-visible {
  outline: 2px solid var(--nx-gold-bright);
  outline-offset: 3px;
}

.checkout-access-btn--primary {
  border-color: rgba(247, 242, 234, 0.86);
  background: var(--nx-text);
  color: var(--nx-black);
}

.checkout-access-btn--primary:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.checkout-stack {
  display: grid;
  gap: 12px;
}

.checkout-flow,
.checkout-sidebar {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.checkout-card,
.trust-row {
  border: 1px solid var(--nx-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    var(--nx-card);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.checkout-card {
  padding: 12px 16px 10px;
}

.card-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid var(--nx-gold);
  border-radius: 50%;
  color: var(--nx-gold-bright);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.card-title-row h2 {
  margin: 0;
  color: var(--nx-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
}

.field-list {
  display: grid;
  gap: 8px;
}

.field-control,
.promo-control {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.12);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.field-control {
  padding: 0 14px;
}

body.noirix-checkout-page .field-control:focus-within,
body.noirix-checkout-page .promo-control:focus-within {
  border-color: #d6b35a !important;
  outline: 1px solid rgba(214, 179, 90, 0.35);
  outline-offset: 0;
  background: rgba(0, 0, 0, 0.18) !important;
  box-shadow: 0 0 0 1px rgba(214, 179, 90, 0.35) !important;
}

.field-control.has-error,
.promo-control.has-error {
  border-color: rgba(255, 177, 168, 0.78);
  box-shadow: 0 0 0 1px rgba(255, 177, 168, 0.12);
}

.field-icon {
  width: 21px;
  height: 21px;
  color: var(--nx-gold-bright);
}

.field-control-labelled {
  min-height: 58px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.field-copy {
  display: grid;
  gap: 3px;
  align-content: center;
  min-width: 0;
}

.field-label {
  display: block;
  color: rgba(247, 242, 234, 0.58);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  pointer-events: none;
}

body.noirix-checkout-page .field-control :is(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]), select, textarea),
body.noirix-checkout-page .promo-control :is(input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]), select, textarea) {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 28px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: none !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--nx-text);
  -webkit-text-fill-color: var(--nx-text);
  caret-color: var(--nx-gold-bright);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  text-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

body.noirix-checkout-page .field-control :is(input, select, textarea):focus,
body.noirix-checkout-page .field-control :is(input, select, textarea):focus-visible,
body.noirix-checkout-page .promo-control :is(input, select, textarea):focus,
body.noirix-checkout-page .promo-control :is(input, select, textarea):focus-visible {
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body.noirix-checkout-page .field-control :is(input, textarea)::placeholder,
body.noirix-checkout-page .promo-control :is(input, textarea)::placeholder {
  color: rgba(247, 242, 234, 0.58);
  opacity: 1;
  -webkit-text-fill-color: rgba(247, 242, 234, 0.58);
}

body.noirix-checkout-page .field-control input:-webkit-autofill,
body.noirix-checkout-page .promo-control input:-webkit-autofill {
  -webkit-text-fill-color: var(--nx-text) !important;
  caret-color: var(--nx-gold-bright);
  box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 9999s ease-out;
}

.split-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.postcode-lookup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  align-items: stretch;
  gap: 8px;
}

.address-lookup-btn,
.manual-address-toggle {
  min-height: 48px;
  border: 1px solid rgba(215, 168, 74, 0.42);
  border-radius: 8px;
  background: rgba(215, 168, 74, 0.08);
  color: var(--nx-gold-bright);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.address-lookup-btn:hover,
.manual-address-toggle:hover {
  border-color: rgba(239, 191, 90, 0.7);
  background: rgba(215, 168, 74, 0.14);
  color: #fff;
  transform: translateY(-1px);
}

.address-lookup-btn:disabled,
.address-lookup-btn.is-loading {
  cursor: progress;
  opacity: 0.68;
  transform: none;
}

.manual-address-toggle {
  justify-self: start;
  min-height: 34px;
  padding: 0 12px;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.address-lookup-panel {
  position: relative;
  z-index: 8;
  display: grid;
  gap: 6px;
  overflow: visible;
}

.address-lookup-panel[hidden] {
  display: none;
}

.billing-same-control {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 2px;
  color: rgba(247, 242, 234, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.billing-same-control input {
  width: 16px;
  height: 16px;
  accent-color: var(--nx-gold);
  flex: 0 0 auto;
}

.billing-address-fields {
  display: grid;
  gap: 8px;
}

.billing-address-fields[hidden] {
  display: none;
}

.field-feedback {
  min-height: 17px;
  margin: 0;
  color: rgba(247, 242, 234, 0.62);
  font-size: 12px;
  line-height: 1.4;
}

.address-lookup-feedback {
  margin-top: -2px;
  padding: 0 2px;
}

.field-feedback.is-error {
  color: var(--nx-error);
}

.field-feedback.is-success {
  color: var(--nx-gold-bright);
}

.has-chevron {
  grid-template-columns: 32px minmax(0, 1fr) 18px;
}

.field-chevron,
.row-chevron {
  width: 18px;
  height: 18px;
  color: var(--nx-gold-bright);
}

.option-list {
  display: grid;
}

.option-row {
  position: relative;
  display: grid;
  grid-template-columns: 28px 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 8px 0;
  color: var(--nx-text);
}

.option-row + .option-row {
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.option-row input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-mark {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(247, 242, 234, 0.65);
  border-radius: 50%;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.radio-mark::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nx-gold-bright), var(--nx-gold));
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 160ms ease, transform 160ms ease;
}

.option-row input[type="radio"]:checked + .radio-mark {
  border-color: var(--nx-gold-bright);
  box-shadow: 0 0 0 3px rgba(215, 168, 74, 0.12);
}

.option-row input[type="radio"]:checked + .radio-mark::after {
  opacity: 1;
  transform: scale(1);
}

.payment-option.is-selected .radio-mark {
  border-color: var(--nx-gold-bright);
  box-shadow: 0 0 0 3px rgba(215, 168, 74, 0.12);
}

.payment-option.is-selected .radio-mark::after {
  opacity: 1;
  transform: scale(1);
}

.option-icon {
  width: 26px;
  height: 26px;
  color: var(--nx-gold-bright);
}

.paypal-mark {
  color: #1f87ff;
}

.option-copy {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.option-copy strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.option-copy span {
  color: rgba(247, 242, 234, 0.62);
  font-size: 14px;
  font-weight: 300;
}

.option-price {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.payment-list .option-row {
  grid-template-columns: 28px 34px minmax(0, 1fr) auto 18px;
}

.payment-badges {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
  min-width: 0;
}

.payment-badge {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.payment-badge.visa,
.payment-badge.amex {
  background: linear-gradient(135deg, #104fbc, #1e73e8);
}

.payment-badge.master {
  background: linear-gradient(135deg, #171717, #3a2b19);
  color: #ffbe45;
}

.payment-badge.paypal {
  color: #4ea3ff;
}

.payment-badge.dark {
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.payment-badge.google {
  background: #f7f7f7;
  color: #111;
}

.stripe-payment-shell {
  display: grid;
  gap: 14px;
  margin-top: 4px;
}

.stripe-payment-shell[hidden],
.wallet-region[hidden],
.wallet-card-divider[hidden],
.payment-standby[hidden] {
  display: none;
}

.wallet-region {
  min-height: 48px;
}

.express-checkout-element {
  min-height: 48px;
}

.wallet-card-divider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: rgba(247, 242, 234, 0.58);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wallet-card-divider::before,
.wallet-card-divider::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 242, 234, 0.18), transparent);
}

.wallet-card-divider span {
  white-space: nowrap;
}

.stripe-payment-element {
  min-height: 204px;
  padding: 14px;
  border: 1px solid rgba(247, 242, 234, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.044), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.2);
}

.payment-standby {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 12px 0 4px;
  color: var(--nx-text);
}

.payment-standby span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.payment-standby strong {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.payment-standby small {
  color: rgba(247, 242, 234, 0.62);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.summary-card {
  padding-bottom: 12px;
}

.review-card p {
  margin: 0;
  color: rgba(247, 242, 234, 0.68);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.summary-items {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.summary-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.summary-product {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.summary-thumb {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #0b0b0c;
}

.summary-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summary-copy {
  min-width: 0;
}

.summary-name {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.summary-meta {
  margin-top: 1px;
  color: rgba(247, 242, 234, 0.62);
  font-size: 14px;
  font-weight: 300;
}

.summary-price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

.item-price,
.item-qty {
  display: inline-block;
}

.summary-empty {
  display: grid;
  gap: 6px;
  margin: 2px 0 10px;
  padding: 14px;
  border: 1px solid rgba(215, 168, 74, 0.22);
  border-radius: 8px;
  background: rgba(215, 168, 74, 0.05);
  color: var(--nx-muted);
  font-size: 14px;
}

.summary-empty strong {
  color: #fff;
  font-size: 16px;
}

.summary-empty a {
  width: fit-content;
  color: var(--nx-gold-bright);
  font-size: 13px;
  font-weight: 600;
}

.summary-totals {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding-top: 8px;
}

.summary-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 12px;
  color: var(--nx-text);
  font-size: 17px;
}

.summary-row > span:first-child {
  color: #fff;
  font-weight: 400;
}

.summary-row strong {
  font-weight: 400;
  white-space: nowrap;
}

.summary-row:not(.delivery-total-row) {
  grid-template-columns: minmax(0, 1fr) auto;
}

.summary-delivery-label {
  color: rgba(247, 242, 234, 0.62);
  font-size: 14px;
  font-weight: 300;
}

.promo-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 10px;
  margin-top: 10px;
}

.promo-row[hidden],
.promo-feedback[hidden] {
  display: none !important;
}

.promo-control {
  min-height: 40px;
  padding: 0 13px;
}

.promo-control input {
  min-height: 38px;
  color: var(--nx-text);
}

.promo-apply {
  min-height: 40px;
  border: 1px solid rgba(215, 168, 74, 0.72);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.12);
  color: var(--nx-gold-bright);
  font-size: 15px;
  font-weight: 600;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.promo-apply:hover {
  background: rgba(215, 168, 74, 0.12);
  color: #fff;
  transform: translateY(-1px);
}

.promo-feedback,
.checkout-feedback {
  min-height: 18px;
  margin: 7px 0 0;
  color: var(--nx-soft);
  font-size: 13px;
}

.grand-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.grand-total span {
  display: grid;
  gap: 1px;
}

.grand-total span strong {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.grand-total small {
  color: rgba(247, 242, 234, 0.52);
  font-size: 13px;
  font-weight: 300;
}

.grand-total > strong {
  color: #fff;
  font-size: clamp(28px, 7vw, 34px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
}

.trust-item {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  min-height: 58px;
  padding: 8px 8px;
  color: var(--nx-text);
  text-align: center;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.012)),
    var(--nx-card);
}

a.trust-item:hover,
a.trust-item:focus-visible {
  color: #fff;
  background: rgba(201, 169, 110, 0.08);
}

.trust-icon {
  width: 24px;
  height: 24px;
  color: var(--nx-gold-bright);
}

.trust-item span {
  color: rgba(247, 242, 234, 0.9);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
}

.checkout-feedback {
  margin: 0;
  text-align: center;
}

.checkout-feedback.is-error {
  color: var(--nx-error);
}

.checkout-feedback.is-success {
  color: var(--nx-gold-bright);
}

.checkout-feedback:empty {
  display: none;
}

.checkout-support-copy {
  margin: -6px 0 0;
  color: rgba(247, 242, 234, 0.58);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.checkout-support-copy a {
  color: var(--nx-gold-bright);
  text-decoration: none;
}

.place-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(244, 240, 233, 0.78);
  border-radius: 8px;
  background: #f4f0e9;
  color: #050505;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(244, 240, 233, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.place-order-btn:hover {
  filter: brightness(1.02);
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(244, 240, 233, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.place-order-btn:disabled {
  cursor: progress;
  opacity: 0.76;
  transform: none;
}

.place-order-btn.is-loading {
  pointer-events: none;
}

.button-icon {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.terms-copy {
  max-width: 520px;
  margin: 0 auto;
  color: rgba(247, 242, 234, 0.64);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
  text-align: center;
}

.terms-copy a {
  color: var(--nx-gold-bright);
  transition: color 180ms ease;
}

.terms-copy a:hover {
  color: #fff;
}

@media (min-width: 980px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(215, 168, 74, 0.08), transparent 34rem),
      linear-gradient(180deg, #050506 0%, #000 100%);
  }

  .checkout-frame {
    width: min(100%, 1360px);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.026), transparent 18rem),
      var(--nx-black);
    box-shadow: none;
  }

  .checkout-header {
    padding-inline: clamp(28px, 4vw, 58px);
  }

  .checkout-main {
    width: min(100%, 1280px);
    margin: 0 auto;
    padding: 32px clamp(28px, 4vw, 58px) 72px;
  }

  .checkout-intro {
    padding: 10px 0 28px;
  }

  .checkout-intro h1 {
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .checkout-intro p {
    max-width: 560px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .checkout-access-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin-bottom: 18px;
    padding: 18px 20px;
  }

  .checkout-access-actions {
    grid-template-columns: repeat(3, max-content);
  }

  .checkout-access-btn {
    min-width: 132px;
  }

  .checkout-stack {
    grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
    align-items: start;
    gap: clamp(18px, 3vw, 34px);
  }

  .checkout-flow,
  .checkout-sidebar {
    gap: 14px;
  }

  .checkout-sidebar {
    position: sticky;
    top: 92px;
  }

  .checkout-card {
    padding: 18px 20px 16px;
  }

  .summary-card {
    padding: 18px 20px 18px;
  }

  .place-order-btn {
    min-height: 54px;
  }
}

@media (max-width: 620px) {
  .checkout-header {
    min-height: 68px;
    padding: 0 16px;
  }

  .header-link,
  .secure-label {
    gap: 7px;
    font-size: 13px;
  }

  .checkout-logo {
    font-size: 29px;
    letter-spacing: 0.38em;
  }

  .checkout-main {
    padding: 17px 14px 30px;
  }

  .checkout-card {
    padding: 11px 12px 10px;
  }

  .card-title-row h2 {
    font-size: 23px;
  }

  .payment-badge.amex {
    display: none;
  }

  .payment-list .option-row {
    grid-template-columns: 26px 30px minmax(0, 1fr);
  }

  .payment-badges,
  .payment-list .row-chevron {
    display: none;
  }
}

@media (max-width: 430px) {
  .checkout-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 12px;
  }

  .checkout-logo {
    font-size: 26px;
    letter-spacing: 0.31em;
  }

  .secure-label {
    font-size: 12px;
  }

  .secure-label .icon,
  .checkout-back .icon {
    width: 18px;
    height: 18px;
  }

  .checkout-intro h1 {
    font-size: 38px;
  }

  .checkout-access-panel {
    padding: 14px;
  }

  .checkout-access-panel h2 {
    font-size: 18px;
  }

  .option-row {
    grid-template-columns: 26px 30px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .payment-list .option-row {
    grid-template-columns: 26px 30px minmax(0, 1fr);
  }

  .option-copy strong {
    font-size: 14px;
  }

  .option-copy span,
  .summary-delivery-label,
  .summary-meta {
    font-size: 13px;
  }

  .payment-badge {
    min-width: 30px;
    min-height: 20px;
    padding: 0 5px;
    font-size: 9px;
  }

  .payment-badge.paypal,
  .payment-badge.dark,
  .payment-badge.google {
    display: none;
  }

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

  .summary-thumb {
    width: 52px;
    height: 52px;
  }

  .promo-row {
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 8px;
  }

  .postcode-lookup-row {
    grid-template-columns: 1fr;
  }

  .address-lookup-btn {
    min-height: 44px;
  }

  .trust-item {
    min-height: 54px;
    padding: 8px 7px;
  }

  .trust-icon {
    width: 22px;
    height: 22px;
  }

  .trust-item span {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .secure-label span {
    max-width: 68px;
    white-space: normal;
    line-height: 1.1;
    text-align: right;
  }

  .checkout-logo {
    font-size: 23px;
    letter-spacing: 0.28em;
  }

  .split-fields {
    grid-template-columns: 1fr;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }
}
