:root {
  --black: #050505;
  --ink: #171716;
  --muted: #565957;
  --line: #9ea2a0;
  --paper: #c9ccca;
  --panel: #f0f0ed;
  --nardo: #868b89;
  --nardo-dark: #464a49;
  --nardo-light: #e7e7e2;
  --gray: #202222;
  --light: #d9d9d4;
  --lava: #8f261f;
  --lava-dark: #4b1411;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(23, 23, 22, 0.08)),
    var(--paper);
  color: var(--ink);
}

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

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

.topbar {
  display: none;
}

.hamburger {
  width: 58px;
  height: 58px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--black);
}

.top-logo {
  display: block;
  width: 220px;
  height: 42px;
  overflow: hidden;
  font-weight: 700;
  background: var(--nardo-light);
}

.top-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: none;
}


html[data-dealer-session="active"] .top-dealer {
  display: none;
}

.top-dealer {
  margin-left: 12px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--black);
  background: var(--black);
  color: white;
  padding: 0 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.top-phone {
  margin-left: auto;
  padding-right: 24px;
  font-weight: 700;
}

.drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  width: 282px;
  overflow-y: auto;
  padding: 18px 14px 30px;
  background: linear-gradient(180deg, #a8adab 0%, #7d8381 48%, #686d6c 100%);
  color: #111;
  transform: translateX(-100%);
  transition: transform 180ms ease;
}

.drawer.open {
  transform: translateX(0);
  box-shadow: 18px 0 44px rgba(0, 0, 0, 0.28);
}

.drawer.collapsed {
  width: 74px;
  padding-right: 8px;
  padding-left: 8px;
}

.drawer.collapsed .logo {
  height: 54px;
  padding: 3px;
}

.drawer.collapsed .login-box,
.drawer.collapsed .pdf-button,
.drawer.collapsed .drawer-search,
.drawer.collapsed .show-all,
.drawer.collapsed .nav-item.open .nav-tree,
.drawer.collapsed .nav-tree,
.drawer.collapsed .nav-toggle span:not(.nav-dot) {
  display: none;
}

.drawer.collapsed .nav-row {
  display: block;
  min-height: 46px;
}

.drawer.collapsed .nav-toggle {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 46px;
  padding: 12px 0;
}

.drawer.collapsed .nav-dot {
  width: 22px;
  height: 22px;
}

.logo {
  display: block;
  overflow: hidden;
  height: 126px;
  margin-bottom: 10px;
  border: 1px solid #747a79;
  background: linear-gradient(180deg, #f2f2ee, #c9cdca);
  padding: 8px;
}

.sidebar-dealer-link {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid var(--black);
  background: var(--black);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

html[data-dealer-session="active"] .sidebar-dealer-link {
  display: none;
}

.logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.login-box {
  display: grid;
  gap: 9px;
  padding-bottom: 14px;
  border-bottom: 1px solid #868b8c;
}

.login-box input,
.drawer-search input {
  width: 100%;
  min-height: 40px;
  border: 1px solid #777d7f;
  background: #e5e7e7;
  color: #111;
  padding: 0 11px;
  outline: none;
}

.login-box input:focus,
.drawer-search input:focus {
  border-color: #111;
}

.login-box label {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #111;
  font-size: 0.88rem;
}

.login-box label input {
  width: 15px;
  min-height: 15px;
}

.login-box button,
.pdf-button {
  min-height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, var(--lava), var(--lava-dark));
  color: white;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.login-box small {
  color: #181a1b;
}

.dealer-session {
  display: grid;
  gap: 5px;
  padding: 10px;
  background: rgba(242, 242, 238, 0.62);
  border: 1px solid rgba(5, 5, 5, 0.18);
}

.dealer-session strong,
.dealer-session span {
  display: block;
}

.dealer-session span {
  color: #383d3b;
  font-size: 0.84rem;
  line-height: 1.35;
}

.pdf-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.pdf-button {
  background: linear-gradient(180deg, #1e2020, #050505);
  color: white;
}

.drawer-search {
  display: grid;
  gap: 6px;
  margin: 16px 0 13px;
  color: #111;
  font-size: 0.85rem;
}

.sidebar-search-results {
  display: none;
  max-height: 265px;
  overflow-y: auto;
  border: 1px solid #858a8b;
  background: #e5e7e7;
}

.sidebar-search-results.active {
  display: grid;
}

.sidebar-search-results button,
.sidebar-search-results .no-results {
  display: grid;
  gap: 2px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c2c5c5;
  background: transparent;
  color: #111;
  cursor: pointer;
  padding: 9px 10px;
  text-align: left;
}

.sidebar-search-results button:hover {
  background: #cfd2d2;
}

.sidebar-search-results span {
  font-size: 0.82rem;
}

.sidebar-search-results em {
  color: #4a4e50;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
}

.sidebar-menu,
.nav-tree {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  border-bottom: 1px solid rgba(45, 48, 47, 0.38);
}

.nav-row {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 40px;
}

.nav-toggle,
.show-all {
  border: 0;
  background: transparent;
  color: #101111;
  cursor: pointer;
}

.nav-toggle {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 44px;
  gap: 8px;
  align-items: center;
  width: 100%;
  padding: 9px 8px;
  text-align: left;
  font-weight: 800;
}

.nav-dot {
  width: 16px;
  height: 16px;
  border: 2px solid var(--lava-dark);
  border-radius: 50%;
  background: rgba(143, 38, 31, 0.12);
  opacity: 0.9;
}

.nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 160ms ease;
  cursor: pointer;
}

.nav-item.open .nav-arrow {
  transform: rotate(90deg);
}

.show-all {
  display: none;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #858a8b;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-tree {
  display: none;
  padding-bottom: 5px;
}

.nav-item.open .nav-tree {
  display: block;
}

.nav-tree a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  min-height: 32px;
  padding: 7px 8px 7px 24px;
  color: #202324;
  font-size: 0.92rem;
}

.nav-tree a::before {
  width: 8px;
  height: 8px;
  border: 1px solid #202324;
  border-radius: 50%;
  content: "";
}

.nav-toggle:hover,
.show-all:hover,
.nav-tree a:hover {
  background: rgba(255, 255, 255, 0.22);
}

.page {
  min-height: 100vh;
}

.subpage {
  padding-top: 0;
}

.hero {
  position: relative;
  height: 88vh;
  min-height: 610px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--nardo-dark), #242626);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 220ms ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #d4d7d5;
  filter: grayscale(1) contrast(0.95);
}

.hero-slide::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.18), rgba(214, 216, 216, 0.08));
  content: "";
}

.hero-caption {
  position: absolute;
  bottom: 72px;
  left: 312px;
  z-index: 2;
  display: grid;
  gap: 5px;
  min-width: 240px;
  padding: 14px 16px;
  border-left: 5px solid var(--lava);
  background: rgba(5, 5, 5, 0.82);
  color: white;
}

.hero-caption strong {
  font-size: 1.3rem;
}

.slide-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 62px;
  height: 78px;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 5rem;
  line-height: 1;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
  transform: translateY(-50%);
}

.slide-nav.prev {
  left: 28px;
}

.slide-nav.next {
  right: 28px;
}

.dots {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 282px;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.dots button {
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.dots button.active {
  background: white;
}

.intro,
.catalog-tools,
.category-section,
.dealer-application,
.info-grid {
  margin: 0 auto;
  width: min(1180px, calc(100% - 42px));
}

.intro {
  padding: 30px 0 10px;
  text-align: center;
}

.intro h1,
.catalog-tools h2,
.section-heading h2,
.dealer-application h1,
.info-grid h2 {
  margin: 0;
  color: var(--black);
  font-weight: 500;
}

.intro h1 {
  font-size: 2rem;
}

.intro p,
.catalog-tools p,
.section-heading span,
.info-grid p {
  color: #1d1f20;
  line-height: 1.55;
}

.catalog-tools {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  background: linear-gradient(180deg, rgba(238, 238, 234, 0.78), rgba(178, 183, 181, 0.42));
  padding: 26px 0 18px;
  border-bottom: 1px solid var(--line);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filters button {
  min-height: 36px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #f5f5f1, #d8dbd8);
  color: var(--black);
  cursor: pointer;
  padding: 0 12px;
}

.filter-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #f5f5f1, #d8dbd8);
  color: var(--black);
  padding: 0 12px;
}

.filters button.active {
  background: linear-gradient(180deg, var(--lava), var(--lava-dark));
  color: white;
  border-color: var(--lava-dark);
}

.category-section {
  padding: 24px 0 10px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  border-bottom: 1px solid var(--line);
  margin-bottom: 15px;
}

.section-heading h2 {
  font-size: 2rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  min-height: 250px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 3px 10px rgba(5, 5, 5, 0.22);
  cursor: pointer;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-card.hidden {
  display: none;
}

.product-card:hover,
.product-card:focus {
  box-shadow: 0 8px 22px rgba(5, 5, 5, 0.24);
  outline: 2px solid #111;
  outline-offset: 0;
  transform: translateY(-1px);
}

.product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 178px;
  overflow: hidden;
  background: #f5f5f5;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-photo-footer {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 5px;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: end;
  gap: 7px;
  color: #111;
  font-size: 6px;
  line-height: 1.15;
  text-align: center;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 1px 1px #fff;
  pointer-events: none;
}

.product-photo-logo {
  display: block;
  width: 100%;
  height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff);
}

.product-photo-footer-modal {
  left: 18px;
  right: 18px;
  bottom: 12px;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 14px;
  font-size: 10px;
}

.product-photo-footer-modal .product-photo-logo {
  height: 58px;
}

.product-tile-text {
  display: grid;
  gap: 5px;
  min-height: 72px;
  padding: 10px 12px 12px;
  text-align: left;
}

.product-tile-text .title {
  color: var(--black);
  font-size: 1.18rem;
  font-weight: 800;
}

.default-items {
  color: #222;
  font-size: 0.92rem;
  line-height: 1.3;
}

.model-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
}

.model {
  font-size: 1.25rem;
  font-weight: 800;
}

.stock {
  padding: 5px 8px;
  background: var(--nardo-light);
  color: var(--black);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.product-card h3 {
  margin: 0;
  font-size: 1.25rem;
}

.product-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #202224;
  font-size: 0.95rem;
}

.product-list strong {
  color: #111;
}

.price-lock {
  padding: 9px 10px;
  background: #a9adae;
  color: var(--black);
  font-weight: 800;
}

.quote-button {
  width: fit-content;
  min-height: 38px;
  border: 1px solid var(--black);
  background: var(--black);
  color: white;
  cursor: pointer;
  padding: 0 13px;
  font-weight: 800;
}

.quote-button.added {
  background: var(--nardo-light);
  color: var(--black);
}

.catalog-pager {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin-top: 18px;
}

.catalog-pager button {
  min-height: 36px;
  border: 1px solid var(--line);
  background: white;
  color: #222;
  cursor: pointer;
  padding: 0 13px;
}

.catalog-pager button + button {
  margin-left: -1px;
}

.catalog-pager button.active {
  background: #222;
  color: white;
}

.catalog-pager button:disabled {
  cursor: default;
  opacity: 0.55;
}

.product-modal[hidden] {
  display: none;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.72);
}

.modal-panel {
  position: relative;
  width: min(1040px, 96vw);
  max-height: 88vh;
  overflow: auto;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid #111;
  background: #111;
  color: white;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.modal-content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.modal-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  align-self: center;
  background: #f5f5f5;
}

.modal-image img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
}

.modal-details {
  display: grid;
  gap: 15px;
  align-content: start;
  padding: 56px 24px 24px;
}

.modal-details h2 {
  margin: 0;
  font-size: 1.55rem;
}

.modal-details table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.modal-details th,
.modal-details td {
  border-top: 1px solid var(--line);
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}

.modal-details th {
  width: 122px;
  color: #111;
}




.quote-summary {
  margin: -6px 0 4px;
  color: #4f5553;
  line-height: 1.45;
}




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


.standalone-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 36px 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(23, 23, 22, 0.1)),
    var(--paper);
}

.standalone-logo {
  position: fixed;
  top: 24px;
  left: 24px;
  width: 228px;
  height: 102px;
  display: block;
  border: 1px solid #8c918f;
  background: linear-gradient(180deg, #f2f2ee, #c9cdca);
  padding: 7px;
}

.standalone-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.standalone-panel {
  width: min(680px, 100%);
  margin-top: 90px;
  padding: clamp(28px, 6vw, 56px);
  background: rgba(247, 247, 243, 0.86);
  border: 1px solid rgba(90, 93, 91, 0.3);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
}

.standalone-panel h1 {
  margin: 0 0 14px;
  font-size: clamp(2.4rem, 7vw, 4.6rem);
}

.standalone-panel p {
  color: #3d4240;
  font-size: 1.04rem;
  line-height: 1.6;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lava);
  font-weight: 900;
  text-transform: uppercase;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--black);
  background: var(--black);
  color: white;
  padding: 0 15px;
  font-weight: 900;
}

.portal-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.portal-record {
  display: grid;
  gap: 5px;
  padding: 14px;
  background: rgba(255, 255, 252, 0.7);
  border: 1px solid rgba(90, 93, 91, 0.28);
}

.portal-record strong,
.portal-record span {
  display: block;
}

.portal-record span {
  color: var(--lava);
  font-weight: 900;
  text-transform: uppercase;
}

.portal-record p {
  margin: 0;
}

.dealer-application {
  padding: 42px 0;
}

.category-hero {
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
  padding: 42px 0 18px;
}

.category-hero h1 {
  margin: 18px 0 8px;
  font-size: 2.4rem;
  font-weight: 500;
}

.category-hero p {
  margin: 0;
  color: #1d1f20;
  line-height: 1.55;
}

.breadcrumb {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: #777;
  text-align: right;
}

.dealer-application h1 {
  margin: 18px 0;
  font-size: 2.1rem;
}

.dealer-application form {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 12px;
  box-shadow: 0 0 0 6px rgba(5, 5, 5, 0.08);
}

fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  margin: 0 0 22px;
  padding: 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

legend {
  padding: 0 0 12px;
  color: #111;
  font-size: 1.28rem;
  font-weight: 700;
}

fieldset label {
  display: grid;
  gap: 7px;
  color: #333;
  font-weight: 700;
}

.hidden-field {
  display: none;
}

fieldset input,
fieldset select,
fieldset textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #888d8f;
  background: #eceeee;
  padding: 8px 10px;
}

fieldset input:focus,
fieldset select:focus,
fieldset textarea:focus {
  outline: 2px solid #111;
  outline-offset: 0;
}

.wide,
.agreement,
.submit-button,
#form-status {
  grid-column: 1 / -1;
}

.check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.check input {
  width: 16px;
  min-height: 16px;
}

.agreement {
  margin: 0 18px 18px;
  color: #444;
  line-height: 1.55;
}

.submit-button {
  width: calc(100% - 36px);
  min-height: 44px;
  margin: 0 18px 12px;
  border: 0;
  background: var(--black);
  color: white;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
}

#form-status {
  margin: 0 18px 16px;
  color: #111;
  font-weight: 800;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 28px 0 24px;
}

.info-grid article {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 20px;
}

.bottom-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 12px;
  padding: 24px 18px 92px;
  background: var(--black);
  color: white;
  font-weight: 800;
  text-transform: uppercase;
}

.bottom-footer a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}

.utility-strip {
  position: fixed;
  top: 0;
  right: 0;
  left: 282px;
  z-index: 50;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 8px 24px;
  background: rgba(239, 240, 237, 0.74);
  border-bottom: 1px solid rgba(90, 93, 91, 0.22);
  backdrop-filter: blur(12px);
}

.services-menu {
  position: relative;
}

.services-toggle,
.cart-button {
  min-height: 38px;
  border: 0;
  background: transparent;
  color: #202222;
  cursor: pointer;
  font-weight: 800;
}

.services-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
}

.services-toggle::after {
  content: "⌄";
  font-size: 0.95rem;
  line-height: 1;
}

.services-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(440px, calc(100vw - 320px));
  display: grid;
  gap: 2px;
  padding: 22px;
  background: rgba(255, 255, 252, 0.9);
  border: 1px solid rgba(120, 123, 120, 0.22);
  border-radius: 8px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

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

.service-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 18px;
  gap: 16px;
  align-items: center;
  min-height: 82px;
  padding: 12px 10px;
  border: 0;
  background: transparent;
  color: #252828;
  text-align: left;
  cursor: pointer;
}

.service-card:hover {
  background: rgba(134, 139, 137, 0.12);
}

.service-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(75, 20, 17, 0.28);
  background: #f2f2ee;
  color: var(--lava);
  font-size: 0.72rem;
  font-weight: 900;
}

.service-card strong,
.service-card span {
  display: block;
}

.service-card strong {
  margin-bottom: 8px;
  color: #171716;
}

.service-card span {
  color: #5d6260;
  line-height: 1.35;
}

.service-arrow {
  color: #6d7270;
  font-size: 1.8rem;
  line-height: 1;
}

.cart-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 44px;
  padding: 0;
}

.cart-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-count {
  position: absolute;
  top: 2px;
  right: 1px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  background: var(--lava);
  color: white;
  font-size: 0.68rem;
  font-weight: 900;
}



@media (min-width: 980px) {
  .drawer.open.collapsed + .page {
    width: calc(100% - 74px);
    margin-left: 74px;
  }

  .drawer.open + .page {
    width: calc(100% - 282px);
    margin-left: 282px;
  }

  .drawer.open + .page .hero-caption {
    left: 30px;
  }

  .drawer.open + .page .dots {
    left: 0;
  }
}

@media (max-width: 980px) {
  .utility-strip {
    left: 0;
    padding: 8px 12px;
  }

  .services-panel {
    right: -54px;
    width: min(420px, calc(100vw - 24px));
  }

  .drawer.collapsed {
    width: min(288px, 86vw);
    padding: 18px 14px 30px;
  }

  .drawer.collapsed .logo {
    height: 126px;
    padding: 8px;
  }

  .drawer.collapsed .login-box,
  .drawer.collapsed .pdf-button,
  .drawer.collapsed .drawer-search,
  .drawer.collapsed .show-all,
  .drawer.collapsed .nav-toggle span:not(.nav-dot) {
    display: grid;
  }

  .drawer.collapsed .pdf-button,
  .drawer.collapsed .show-all {
    display: flex;
  }

  .drawer.collapsed .nav-row {
    display: grid;
  }

  .drawer.collapsed .nav-toggle {
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    justify-items: stretch;
    min-height: 40px;
    padding: 9px 8px;
  }

  .drawer.collapsed .nav-dot {
    width: 16px;
    height: 16px;
  }

  .product-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-tools,
  .section-heading {
    display: grid;
    align-items: start;
  }

  .modal-content {
    grid-template-columns: 1fr;
  }

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

  .modal-image {
    min-height: 320px;
  }

  .hero-caption {
    left: 24px;
  }

  .dots {
    left: 0;
  }
}

@media (max-width: 680px) {
  .utility-strip {
    justify-content: flex-end;
  }

  .services-toggle {
    font-size: 0.9rem;
  }

  .services-panel {
    right: -56px;
    padding: 14px;
  }

  .service-card {
    grid-template-columns: 38px minmax(0, 1fr) 14px;
    gap: 10px;
    min-height: 74px;
  }

  .top-logo {
    width: 160px;
    height: 36px;
  }

  .top-dealer {
    margin-left: 10px;
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .top-phone {
    display: none;
  }

  .drawer {
    width: min(288px, 86vw);
  }

  .hero {
    min-height: 500px;
    height: 78vh;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 230px;
  }

  .product-modal {
    padding: 12px;
  }

  .modal-details {
    padding: 54px 16px 18px;
  }

  fieldset {
    grid-template-columns: 1fr;
    padding: 14px 8px;
  }
}


.admin-note {
  margin: 16px 0;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.06);
  border-left: 3px solid var(--black);
  color: var(--ink);
}

.admin-application {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.admin-application span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.approve-application {
  border: 0;
  background: var(--black);
  color: #fff;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}

.approve-application:disabled {
  opacity: 0.6;
  cursor: wait;
}

.approved-record {
  border-left: 4px solid #1f7a38;
}


.admin-login {
  margin: 18px 0;
  max-width: 420px;
  background: var(--nardo-dark);
  padding: 14px;
}


.admin-panel h2 {
  margin: 34px 0 12px;
  font-size: 1.4rem;
}

.admin-inventory-form {
  display: grid;
  gap: 14px;
  margin: 16px 0 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.admin-inventory-form label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}

.admin-inventory-form input,
.admin-inventory-form select,
.admin-inventory-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  font: inherit;
}

.admin-inventory-form textarea {
  min-height: 82px;
  resize: vertical;
}

.checkline {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 8px;
  align-self: end;
}

.checkline input {
  width: auto;
}

.admin-form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.secondary-button {
  border: 1px solid var(--black);
  background: transparent;
  color: var(--black);
  padding: 11px 16px;
  font-weight: 800;
  cursor: pointer;
}

.admin-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.admin-product span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.dealer-price-visible {
  background: #111;
  color: #fff;
}

@media (max-width: 720px) {
  .admin-application,
  .admin-product {
    grid-template-columns: 1fr;
  }
}

.file-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.file-button input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.inflow-note {
  margin-top: 0;
}

/* Admin portal workspace */
.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  background: linear-gradient(135deg, #b5bab8 0%, #d8dad7 46%, #f1f1ed 100%);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 18px 14px 28px;
  background: linear-gradient(180deg, #a7adaa 0%, #7f8582 54%, #6e7371 100%);
  border-right: 1px solid rgba(5, 5, 5, 0.22);
}

.admin-logo {
  display: block;
  height: 126px;
  margin-bottom: 18px;
  border: 1px solid #747a79;
  background: linear-gradient(180deg, #f2f2ee, #c9cdca);
  padding: 8px;
}

.admin-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.admin-sidebar h1 {
  margin: 0 0 16px;
  font-size: 1.8rem;
}

.admin-nav {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(5, 5, 5, 0.2);
}

.admin-nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(5, 5, 5, 0.18);
  background: rgba(242, 242, 238, 0.44);
  padding: 0 12px;
  font-weight: 900;
}

.admin-nav a::after {
  content: "›";
  font-size: 1.5rem;
  line-height: 1;
}

.admin-nav a.active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.admin-workspace {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 52px;
}

.admin-hero,
.admin-section {
  border: 1px solid rgba(5, 5, 5, 0.16);
  background: rgba(242, 242, 238, 0.78);
  box-shadow: 0 18px 50px rgba(5, 5, 5, 0.12);
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 24px;
  align-items: center;
  padding: 24px;
}

.admin-hero h2 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.admin-hero p,
.admin-section p {
  margin: 0;
}

.admin-section {
  margin-top: 22px;
  padding: 20px;
}

.admin-section-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.admin-section-heading h2 {
  margin: 0;
  font-size: 1.45rem;
}

.admin-section-heading .eyebrow {
  margin-bottom: 5px;
}

.admin-editing-pill {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(75, 20, 17, 0.24);
  background: rgba(143, 38, 31, 0.08);
  color: var(--lava-dark);
  padding: 0 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-product-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-product-tools input,
.admin-product-tools select {
  min-height: 40px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  padding: 0 12px;
}

.admin-login {
  max-width: none;
}

.admin-inventory-form .submit-button {
  width: auto;
  min-width: 170px;
  margin: 0;
  padding: 0 18px;
}

.admin-order-workbench {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  min-height: 680px;
  border: 1px solid #aeb6bf;
  background: #e8edf4;
  box-shadow: inset 0 1px #fff;
}

.order-browser {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  border-right: 1px solid #aeb6bf;
  background: #d8e2ef;
}

.order-browser-search {
  display: grid;
  gap: 8px;
  padding: 10px;
  border-bottom: 1px solid #aeb6bf;
  background: #eaf1f8;
}

.order-browser-search strong {
  font-size: 0.95rem;
}

.order-browser-search label {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  color: #26384d;
  font-size: 0.82rem;
  font-weight: 800;
}

.order-browser-search input,
.order-browser-search select {
  min-height: 30px;
  border: 1px solid #9eaab8;
  background: #fff;
  padding: 0 7px;
}

.order-table-shell {
  overflow: auto;
}

.order-browser-table {
  width: 100%;
  border-collapse: collapse;
  background: #f7fbff;
  font-size: 0.82rem;
}

.order-browser-table th,
.order-browser-table td {
  border: 1px solid #b9c5d1;
  padding: 6px 7px;
  text-align: left;
  vertical-align: top;
}

.order-browser-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #eef3f8;
  color: #26384d;
  font-weight: 900;
}

.order-browser-row {
  cursor: pointer;
}

.order-browser-row:hover {
  background: #dceafa;
}

.order-browser-row strong,
.order-browser-row span {
  display: block;
}

.order-browser-row span {
  color: #566677;
  font-size: 0.75rem;
}

.order-editor-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: #f5f8fb;
}

.order-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  min-height: 42px;
  padding: 7px 10px;
  border-bottom: 1px solid #aeb6bf;
  background: linear-gradient(#ffffff, #e4ebf4);
}

.order-toolbar button,
.order-browser-search button {
  width: auto;
  min-width: 64px;
  min-height: 30px;
  margin: 0;
  padding: 0 12px;
  font-size: 0.8rem;
}

.admin-order-form {
  display: block;
  padding: 16px;
  background: transparent;
}

.order-editor-grid {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(220px, 1fr);
  gap: 16px;
}

.order-fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  border: 1px solid #c4ccd4;
  background: #fff;
  padding: 14px;
}

.order-fieldset legend {
  padding: 0 7px;
  color: #507fb3;
  font-weight: 900;
}

.order-fieldset label {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: start;
  color: #304357;
  font-size: 0.8rem;
  font-weight: 800;
}

.order-fieldset input,
.order-fieldset select,
.order-fieldset textarea {
  width: 100%;
  min-height: 32px;
  border: 1px solid #aab4bf;
  background: #fff;
  padding: 6px 8px;
}

.order-fieldset textarea {
  min-height: 260px;
  resize: vertical;
  display: block;
}

.order-items {
  grid-column: 1 / -1;
}

.order-items textarea {
  width: 100%;
}

.admin-order-status {
  min-height: 24px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #516f93;
  color: #fff !important;
  padding: 0 8px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.admin-order-actions button {
  width: auto;
  min-width: 108px;
}

.admin-product-list {
  gap: 14px;
}

.admin-product-card {
  grid-template-columns: 180px minmax(0, 1fr) 124px;
  gap: 16px;
  align-items: stretch;
  padding: 12px;
  background: rgba(255, 255, 252, 0.78);
}

.admin-product-card.is-inactive {
  opacity: 0.68;
  background: rgba(220, 222, 219, 0.7);
}

.admin-product-image {
  min-height: 132px;
  background: #d8dbd8;
  border: 1px solid rgba(5, 5, 5, 0.16);
  overflow: hidden;
}

.admin-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.admin-product-info {
  display: grid;
  align-content: start;
  gap: 8px;
}

.admin-product-title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.admin-product-title strong {
  font-size: 1.45rem;
}

.admin-product-title span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  background: #111;
  color: #fff;
  padding: 0 9px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-product-card.is-inactive .admin-product-title span {
  background: var(--lava-dark);
}

.admin-product-info h3 {
  margin: 0;
  font-size: 1.08rem;
}

.admin-product-info p {
  color: var(--muted);
  font-weight: 800;
}

.admin-product-info dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 4px 0 0;
}

.admin-product-info dl div {
  border: 1px solid rgba(5, 5, 5, 0.12);
  background: rgba(255, 255, 255, 0.46);
  padding: 8px;
}

.admin-product-info dt {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-product-info dd {
  margin: 4px 0 0;
  font-size: 0.88rem;
  font-weight: 800;
}

.admin-product-actions {
  display: grid;
  align-content: center;
  gap: 8px;
}

.admin-product-actions button {
  width: 100%;
}

@media (max-width: 720px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
  }

  .admin-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .admin-workspace {
    width: min(100% - 20px, 1240px);
    padding-top: 16px;
  }

  .admin-nav,
  .admin-product-info dl {
    grid-template-columns: 1fr;
  }

  .admin-product-card {
    grid-template-columns: 1fr;
  }

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

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

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

  .admin-product-image {
    min-height: 220px;
  }
}


.admin-save-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px dashed rgba(5, 5, 5, 0.32);
  color: var(--muted);
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}


.admin-return-button {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}


html:not([data-dealer-access="approved"]) .pdf-button,
html:not([data-dealer-access="approved"]) .services-menu,
html:not([data-dealer-access="approved"]) .cart-button {
  display: none !important;
}


.dealer-only-message {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.cart-modal-content {
  display: grid;
  gap: 16px;
  padding: 54px 24px 24px;
}

.cart-modal-content h2 {
  margin: 0;
  font-size: 1.8rem;
}

.cart-lines {
  display: grid;
  gap: 12px;
}

.cart-line {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 252, 0.7);
  padding: 10px;
}

.cart-line img {
  width: 88px;
  height: 64px;
  object-fit: cover;
  background: #ddd;
}

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line strong {
  font-size: 1.1rem;
}

.cart-line span {
  color: var(--muted);
  line-height: 1.35;
}

.cart-line-details {
  display: grid;
  gap: 6px;
}

.cart-breakdown {
  display: grid;
  gap: 5px;
  margin-top: 4px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.cart-breakdown p {
  margin: 0;
  color: var(--black);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-breakdown ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-breakdown li {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 0.86rem;
}

.cart-breakdown em {
  color: var(--black);
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.cart-sku {
  color: var(--black) !important;
  font-weight: 900;
  letter-spacing: 0;
}

.cart-qty {
  display: inline-grid;
  grid-template-columns: 42px 54px 42px;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  background: #fff;
}

.cart-qty button,
.cart-remove {
  min-height: 38px;
  border: 0;
  background: var(--black);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}

.cart-qty button {
  font-size: 1.25rem;
  line-height: 1;
}

.cart-qty span {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 252, 0.92);
  color: var(--black);
  font-weight: 900;
  text-align: center;
}

.cart-remove {
  padding: 0 12px;
}

.cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.cart-footer[hidden] {
  display: none;
}

.cart-footer div {
  display: grid;
  gap: 3px;
}

.cart-footer strong,
.cart-footer span {
  display: block;
}

.cart-footer strong {
  font-size: 1.15rem;
}

.cart-footer span {
  color: var(--muted);
  font-weight: 800;
}

.cart-footer .submit-button {
  width: auto;
  min-width: 180px;
  margin: 0;
  padding: 0 22px;
}

.cart-submit-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.cart-footer .submit-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.cart-empty {
  margin: 0;
  font-weight: 800;
}

@media (max-width: 680px) {
  .cart-line {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .cart-qty,
  .cart-remove {
    grid-column: 1 / -1;
  }

  .cart-breakdown li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .cart-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .cart-footer .submit-button {
    width: 100%;
  }
}


.package-panel {
  width: min(760px, 94vw);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.package-content {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
}

.package-side,
.package-main {
  display: grid;
  gap: 12px;
  align-content: start;
}

.package-image {
  border: 1px solid var(--line);
  background: #fff;
}

.package-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.package-product-card {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 252, 0.78);
  padding: 12px;
}

.package-product-card strong {
  font-size: 1.55rem;
  line-height: 1;
}

.package-product-card span,
.package-product-card small {
  color: var(--muted);
  font-weight: 800;
}

.package-header {
  display: grid;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.package-header h2,
.package-header p {
  margin: 0;
}

.package-header h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}

.package-choices {
  display: grid;
  gap: 10px;
}

.package-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.package-choice:hover,
.package-choice.is-selected {
  border-color: var(--black);
  background: rgba(255, 255, 252, 0.95);
  box-shadow: inset 4px 0 0 var(--lava);
}

.package-choice input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--lava);
}

.package-choice strong,
.package-choice em,
.package-choice small {
  display: block;
}

.package-choice strong {
  font-size: 1.05rem;
}

.package-choice em {
  margin-top: 3px;
  color: var(--black);
  font-style: normal;
  font-weight: 900;
}

.package-choice small {
  margin-top: 5px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.package-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 252, 0.78);
  padding: 12px;
  font-weight: 900;
}

.package-quantity input {
  width: 96px;
  min-height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0 12px;
  font: inherit;
  font-weight: 900;
  text-align: center;
}

.package-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.package-actions .submit-button {
  width: auto;
  margin: 0;
  padding: 0 24px;
}

@media (max-width: 760px) {
  .package-content {
    grid-template-columns: 1fr;
  }

  .package-panel {
    max-height: 92vh;
    overflow: auto;
  }
}


.package-summary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 252, 0.72);
  padding: 10px 12px;
}

.package-summary strong {
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.package-summary ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
}

.order-toolbar .submit-button {
  width: auto;
  min-width: 92px;
}

.order-basic label,
.order-customer label {
  min-width: 0;
}

.admin-order-form .order-items textarea {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none;
  justify-self: stretch;
  grid-column: 1 / -1;
}

.admin-order-form .order-fieldset input,
.admin-order-form .order-fieldset select {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
}

.admin-order-form .order-basic input,
.admin-order-form .order-basic select,
.admin-order-form .order-customer input {
  min-width: 0;
  width: 100% !important;
}

.order-basic,
.order-customer {
  align-content: start;
}
