:root{
  --order-bg: transparent;
  --order-card: rgba(255,255,255,.86);
  --order-card-2: rgba(255,255,255,.72);
  --order-border: rgba(12,12,18,.10);
  --order-border-2: rgba(12,12,18,.14);
  --order-shadow: 0 22px 60px rgba(0,0,0,.10);
  --order-shadow-soft: 0 16px 40px rgba(0,0,0,.08);
  --order-radius: 26px;
  --order-radius-sm: 18px;
  --order-text: var(--text);
  --order-muted: rgba(12,12,18,.68);
  --order-muted-2: rgba(12,12,18,.58);
  --order-focus: 0 0 0 4px rgba(12,12,18,.08);
}

.order-page{
  background:
    radial-gradient(1100px 520px at 14% 0%, rgba(0,0,0,.035), transparent 62%),
    radial-gradient(900px 420px at 86% 12%, rgba(0,0,0,.025), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
}

.order-hero{
  padding-top: clamp(26px, 4vw, 54px);
  padding-bottom: clamp(18px, 3vw, 34px);
}

.order-hero-inner{
  border: 1px solid var(--order-border);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(251,251,252,.92) 100%);
  box-shadow: var(--order-shadow-soft);
  padding: clamp(18px, 3.2vw, 30px);
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 18px;
}

.order-hero-copy{ max-width: 72ch; }

.order-eyebrow{
  margin:0 0 10px;
  color: rgba(12,12,18,.62);
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

.order-title{
  margin:0;
  font-size: clamp(30px, 3.2vw, 46px);
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.order-subtitle{
  margin: 12px 0 0;
  color: var(--order-muted);
  line-height: 1.7;
}

.order-hero-badges{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content:flex-end;
}

.order-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--order-border);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(12,12,18,.74);
}

.order-shell{ padding-top: clamp(18px, 3vw, 34px); }

.order-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:14px;
  align-items:start;
}

.order-left{ display:flex; flex-direction: column; gap: 14px; }
.order-right{ position: sticky; top: calc(var(--header-h) + 14px); align-self:start; }

.order-card{
  border: 1px solid var(--order-border);
  border-radius: var(--order-radius);
  background: var(--order-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 54px rgba(0,0,0,.06);
  padding: clamp(16px, 2.6vw, 22px);
}

.order-card-head{ display:flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }

.order-h2{
  margin:0;
  font-size: clamp(18px, 1.6vw, 22px);
  letter-spacing: -0.02em;
}

.order-muted{ margin:0; color: var(--order-muted); line-height: 1.6; }

.order-product-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:24px;
}

.order-product{
  display:block;
  cursor:pointer;
  -webkit-tap-highlight-color: transparent;
}

.order-radio{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
  pointer-events:none;
}

.order-product-inner{
  display:flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid rgba(12,12,18,.10);
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  padding: 14px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  min-height: 132px;
}

.order-product:hover .order-product-inner{
  transform: translateY(-1px);
  box-shadow: 0 18px 50px rgba(0,0,0,.07);
  border-color: rgba(12,12,18,.14);
  background: rgba(255,255,255,.92);
}

.order-product-top{ display:flex; align-items:baseline; justify-content: space-between; gap: 10px; }

.order-product-name{ font-weight: 760; letter-spacing: -0.02em; }


.order-product-sub{ color: rgba(12,12,18,.66); line-height: 1.45; }

.order-product-meta{ display:flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }

.order-pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(12,12,18,.10);
  background: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(12,12,18,.72);
}

.order-pill-soft{
  background: rgba(12,12,18,.03);
  border-color: rgba(12,12,18,.08);
  color: rgba(12,12,18,.62);
}

.order-product input:focus-visible + .order-product-inner{
  outline: none;
  box-shadow: var(--order-focus), 0 18px 50px rgba(0,0,0,.07);
}

.order-product input:checked + .order-product-inner{
  border-color: rgba(12,12,18,.28);
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 62px rgba(0,0,0,.09);
}

.order-wheel-row{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.order-wheel-label{
  display:flex;
  flex-direction: column;
  gap: 6px;
}

.order-k{
  color: rgba(12,12,18,.62);
  font-weight: 750;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 11px;
}

.order-v{ letter-spacing: -0.01em; color: rgba(12,12,18,.82); font-weight: 650; }

.order-wheel-dots{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(12,12,18,.10);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
}

.order-wheel-dot{ display:inline-flex; align-items:center; justify-content:center; cursor:pointer; }

.order-wheel-dot-ui{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.18);
  background: var(--order-swatch, #111);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.order-wheel-dot:hover .order-wheel-dot-ui{
  transform: scale(1.08);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

.order-wheel-dot input:focus-visible + .order-wheel-dot-ui{
  box-shadow: var(--order-focus), 0 10px 22px rgba(0,0,0,.12);
}

.order-wheel-dot input:checked + .order-wheel-dot-ui{
  border-color: rgba(0,0,0,.70);
  box-shadow: 0 0 0 4px rgba(0,0,0,.10);
}

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

.order-note{
  margin-top: 14px;
  border-radius: 10px;
  border: 1px solid rgba(12,12,18,.10);
  background: rgba(12,12,18,.03);
  padding: 14px;
}

.order-note-title{
  font-weight: 750;
  letter-spacing: -0.01em;
}

.order-note-text{
    font-size:14px;
    line-height:1.5;
}



.order-split{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.order-split-item{
  border-radius: 18px;
  border: 1px solid rgba(12,12,18,.10);
  background: rgba(255,255,255,.72);
  padding: 14px;
}

.order-form{ margin: 0; }

.order-form-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.order-field{ display:flex; flex-direction: column; gap: 8px; }
.order-field-full{ grid-column: 1 / -1; }

.order-label{ font-weight: 700; color: rgba(12,12,18,.78); letter-spacing: -0.01em; }



.order-input{
  width:100%;
  border-radius: 14px;
  border: 1px solid rgba(12,12,18,.14);
  padding: 12px 12px;
  font: inherit;
  background: rgba(255,255,255,.92);
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.order-input:focus{
  border-color: rgba(12,12,18,.34);
  box-shadow: var(--order-focus);
  background: #fff;
}

.order-input[aria-invalid="true"]{
  border-color: rgba(226,27,45,.55);
  box-shadow: 0 0 0 4px rgba(226,27,45,.10);
}

.order-select{ appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(12,12,18,.55) 50%), linear-gradient(135deg, rgba(12,12,18,.55) 50%, transparent 50%); background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 34px; }

.order-textarea{ resize: vertical; min-height: 92px; }

.order-legal{ margin-top: 14px; display:flex; flex-direction: column; gap: 10px; }

.order-check{ display:flex; align-items:flex-start; gap: 10px; cursor:pointer; -webkit-tap-highlight-color: transparent; }

.order-checkbox{ position:absolute; opacity:0; width:1px; height:1px; pointer-events:none; }

.order-check-ui{
  width: 20px;
  height: 20px;
  border-radius: 7px;
  border: 1px solid rgba(12,12,18,.18);
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  margin-top: 2px;
  position: relative;
  flex: 0 0 auto;
}

.order-checkbox:focus-visible + .order-check-ui{ box-shadow: var(--order-focus), 0 10px 22px rgba(0,0,0,.06); }

.order-checkbox:checked + .order-check-ui{
  border-color: rgba(12,12,18,.30);
  background: rgba(12,12,18,.92);
}

.order-checkbox:checked + .order-check-ui::after{
  content:"";
  position:absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.order-check-text{ color: rgba(12,12,18,.74); line-height: 1.6; }

.order-link{ color: inherit; text-decoration: none; border-bottom: 1px solid rgba(12,12,18,.18); padding-bottom: 1px; }
.order-link:hover{ border-bottom-color: rgba(12,12,18,.45); }

.order-fineprint{ color: rgba(12,12,18,.58); font-size: 12px; line-height: 1.55; }

.order-summary{
  border:1px solid var(--order-border);
  border-radius:30px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:var(--order-shadow);

  max-width:100%;
  overflow:hidden;

  padding:0 28px 24px 28px;
}

.order-line-v[data-order-summary-product]{
  max-width:320px;
  justify-self:end;
}

.order-summary-head{
  padding: 18px 18px 14px;
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(12,12,18,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(251,251,252,.92) 100%);
  margin-left:-28px;
  margin-right:-28px;
  padding-left:28px;
  padding-right:28px;
}

.order-summary-title{ font-weight: 820; letter-spacing: -0.03em; font-size: 18px; }
.order-summary-sub{ margin-top: 6px; color: rgba(12,12,18,.62); line-height: 1.5; }

.order-summary-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(12,12,18,.10);
  background: rgba(12,12,18,.03);
  color: rgba(12,12,18,.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.order-summary-body{
  padding: 20px 32px 24px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.order-line{
    display:grid;
    grid-template-columns:180px 1fr;
    gap:20px;
    align-items:start;
    padding:10px 0;
}

.order-line{
    display:grid;
    grid-template-columns: 180px 1fr;
    gap:12px;
    align-items:start;
    padding:8px 0;
}

.order-line-k{
    white-space:nowrap;
}

.order-line-k{
    color: rgba(12,12,18,.55);
    font-weight:600;
    letter-spacing:.12em;
    text-transform:uppercase;
    font-size:11px;
}

.order-line-v{

    color:#111;

    font-weight:600;

    text-align:right;

    line-height:1.3;

}

.order-strong{ font-weight: 860; }

.order-divider{ height: 1px; background: rgba(12,12,18,.10); opacity: .9; }

.order-summary-actions{ display:flex; flex-direction: column; gap: 10px; margin-top: 2px; }

.order-pay{
  width:100%;
  height: 48px;
  border-radius: 999px;
}

.order-pay[disabled]{
  opacity: .55;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.order-pay-hint{ color: rgba(12,12,18,.62); font-size: 12px; line-height: 1.55; }

.order-trust{
  margin-top: 6px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.order-trust-item{
  border-radius: 18px;
  border: 1px solid rgba(12,12,18,.10);
  background: rgba(255,255,255,.72);
  padding: 12px;
}

.order-trust-k{ color: rgba(12,12,18,.62); font-weight: 800; letter-spacing: .10em; text-transform: uppercase; font-size: 11px; }
.order-trust-v{ margin-top: 6px; color: rgba(12,12,18,.74); line-height: 1.45; font-weight: 650; }

.order-mini{
  margin-top: 14px;
  border: 1px solid rgba(12,12,18,.10);
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 54px rgba(0,0,0,.06);
  padding: 18px;
}

.order-mini-title{ font-weight: 820; letter-spacing: -0.02em; }
.order-mini-text{ margin-top: 8px; color: rgba(12,12,18,.66); line-height: 1.65; }
.order-mini-actions{ margin-top: 12px; display:flex; gap: 10px; flex-wrap: wrap; }

.order-is-hidden{ display:none !important; }

@media (max-width: 1100px){
  .order-grid{ grid-template-columns: 1fr; }
  .order-right{ position: static; }
}

@media (max-width: 768px){

  .order-form-grid{

    grid-template-columns: 1fr;

  }

}

@media (max-width: 980px){
  .order-hero-inner{ flex-direction: column; align-items:flex-start; }
  .order-hero-badges{ justify-content:flex-start; }
  .order-product-grid{ grid-template-columns: 1fr; }
  .order-deposit-select-wrap{
    max-width: 260px;
  }
}

@media (max-width: 640px){
  .order-card{ border-radius: 22px; }
  .order-summary{ border-radius: 26px; }

  .order-form-grid{ grid-template-columns: 1fr; }
  .order-split{ grid-template-columns: 1fr; }
  .order-trust{ grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce){
  .order-product-inner,
  .order-choice-ui,
  .order-wheel-dot-ui{
    transition: none !important;
  }
}

.order-phone-row{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:12px;
}

@media(max-width:768px){

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

}

.order-phone-row{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:12px;
  width:100%;
}

@media(max-width:768px){

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

}

.order-product-card{
  position:relative;
  display:block;
  cursor:pointer;
}

.order-product-radio{
  position:absolute;
  top:18px;
  left:18px;
  z-index:10;
}

.order-product-body{
  display:grid;
  grid-template-rows: 72px 76px 1fr;
  min-height:320px;
  padding:54px 24px 24px 24px;
  border:1px solid rgba(12,12,18,.10);
  border-radius:20px;
  background:#fff;
  transition:.25s;
}

.order-product-title{
  font-size:clamp(22px,2vw,28px);
  font-weight:700;
  line-height:1.1;
  display:flex;
  align-items:flex-start;
  overflow-wrap:anywhere;
}

.order-product-card:hover .order-product-body{
  transform:translateY(-2px);
  box-shadow:0 20px 50px rgba(0,0,0,.08);
}



.order-product-price{
  align-self:start;
  font-size:clamp(26px,2vw,34px);
  font-weight:800;
  line-height:1;
  letter-spacing:-0.03em;
  white-space:nowrap;
}

.order-product-subtitle{
  margin-top:0;
  font-size:16px;
  line-height:1.5;
  color:#666;
  overflow-wrap:anywhere;
}

.order-product-grid{

    width:100%;

}

.order-product-card{

    min-width:0;

}

.order-product-body{

    min-width:0;

}

@media (max-width: 768px){

  html,
  body{
    max-width:100%;
    overflow-x:hidden;
  }

  .order-page,
  .order-shell,
  .container,
  .order-grid,
  .order-left,
  .order-right,
  .order-card,
  .order-summary{
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
  }

  .order-form-grid{
    grid-template-columns:1fr;
  }

  .order-input,
  .order-select,
  .order-textarea{
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
    font-size:16px;
  }
}
