:root {
  --black: #030303;
  --gold: #d9b269;
  --gold-bright: #f1d994;
  --cream: #f6ead3;
  --muted: #cbbd9f;
  --line: rgba(217, 178, 105, 0.32);
  --panel: rgba(255, 255, 255, 0.045);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}
* { box-sizing: border-box; }
html { min-width: 320px; background: var(--black); }
body {
  margin: 0;
  color: var(--cream);
  background: linear-gradient(180deg, rgba(217, 178, 105, 0.08), transparent 420px), radial-gradient(circle at top right, rgba(217, 178, 105, 0.12), transparent 340px), var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(3, 3, 3, 0.94);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; color: var(--gold-bright); text-decoration: none; }
.logo-shell { width: clamp(104px, 12vw, 150px); aspect-ratio: 320 / 203; display: grid; place-items: center; border: 1px solid rgba(217, 178, 105, 0.22); background: #000; overflow: hidden; }
.brand-logo { width: 100%; height: 100%; object-fit: contain; }
.nav { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.nav a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; color: var(--muted); text-decoration: none; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a.active { color: var(--gold-bright); border-color: var(--gold); }
.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: minmax(360px, 0.95fr) minmax(320px, 1.05fr); gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(54px, 8vw, 98px) clamp(18px, 6vw, 72px); border-bottom: 1px solid var(--line); }
.hero-inner, .page-hero, .section { max-width: 1180px; margin: 0 auto; }
.hero-inner { width: 100%; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; }
p { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; line-height: 1.05; overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }
h1 { max-width: 820px; color: #fff7e8; font-size: clamp(38px, 5.6vw, 72px); font-weight: 900; }
h2 { color: #fff3dc; font-size: clamp(28px, 4vw, 48px); }
h3 { color: var(--gold-bright); font-size: 22px; }
.hero-copy, .page-hero p, .intro-copy { max-width: 740px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid var(--gold); color: var(--gold-bright); font-weight: 800; text-decoration: none; cursor: pointer; background: transparent; }
.button.primary { color: var(--black); background: linear-gradient(135deg, var(--gold-bright), var(--gold)); }
.button:hover { transform: translateY(-1px); }
.hero-panel { min-height: 420px; display: grid; place-items: center; }
.hero-image-slot { width: min(100%, 540px); aspect-ratio: 16 / 10; display: grid; place-items: center; padding: clamp(18px, 4vw, 46px); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(217, 178, 105, 0.08), rgba(255, 255, 255, 0.025)), #000; box-shadow: var(--shadow); }
.hero-image-slot img { width: min(100%, 260px); height: auto; object-fit: contain; }
.section, .page-hero { padding: clamp(54px, 7vw, 88px) clamp(18px, 4vw, 36px); }
.page-hero { min-height: 42vh; display: flex; flex-direction: column; justify-content: center; }
.compact-hero { min-height: 34vh; padding-bottom: 38px; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.service-grid, .values { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.service-card, .values article, .portfolio-project, .contact-form, .contact-details { border: 1px solid var(--line); background: var(--panel); }
.service-card, .values article { padding: 26px; }
.service-card p, .values p, .project-description, .project-notes p, .project-notes li, .text-stack p, .steps p, .contact-details p { color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(26px, 5vw, 72px); align-items: start; }
.steps, .text-stack { display: grid; gap: 16px; }
.steps div { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; align-items: start; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.steps span { color: var(--gold-bright); font-size: 28px; font-weight: 900; line-height: 1; }
.steps p, .text-stack p { margin: 0; }
.text-stack { font-size: 18px; }
.portfolio-list { display: grid; gap: 22px; }
.portfolio-project { overflow: hidden; }
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
.project-summary { display: grid; grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr); gap: 0; cursor: pointer; }
.project-cover { position: relative; min-height: 280px; background: rgba(255, 255, 255, 0.025); }
.project-cover img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.project-count { position: absolute; left: 16px; bottom: 16px; padding: 7px 10px; color: var(--black); background: var(--gold-bright); font-size: 13px; font-weight: 800; }
.project-summary-copy { display: grid; align-content: center; gap: 14px; padding: clamp(24px, 4vw, 42px); }
.project-type { margin: 0; color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.project-title { display: block; color: #fff3dc; font-size: clamp(28px, 4vw, 46px); font-weight: 900; line-height: 1.05; }
.project-description { display: block; max-width: 680px; font-size: 17px; }
.expand-label { width: fit-content; margin-top: 8px; padding-bottom: 5px; border-bottom: 2px solid var(--gold); color: var(--gold-bright); font-weight: 800; }
details[open] .expand-label { color: var(--cream); }
.project-expanded { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 24px; padding: clamp(20px, 4vw, 34px); border-top: 1px solid var(--line); }
.carousel { display: grid; gap: 14px; min-width: 0; }
.carousel-stage { position: relative; display: grid; place-items: center; min-height: 360px; background: #000; border: 1px solid rgba(217, 178, 105, 0.22); }
.carousel-image { width: 100%; max-height: 72vh; aspect-ratio: 16 / 10; object-fit: contain; background: #000; }
.carousel-button { position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--black); background: var(--gold-bright); font-size: 24px; font-weight: 900; transform: translateY(-50%); cursor: pointer; }
.carousel-button.prev { left: 14px; }
.carousel-button.next { right: 14px; }
.carousel-caption { min-height: 28px; margin: 0; color: var(--muted); }
.carousel-thumbs { display: grid; grid-template-columns: repeat(auto-fit, minmax(82px, 1fr)); gap: 8px; }
.carousel-thumb { padding: 0; border: 2px solid transparent; background: rgba(255, 255, 255, 0.04); cursor: pointer; }
.carousel-thumb.is-active { border-color: var(--gold-bright); }
.carousel-thumb img { width: 100%; aspect-ratio: 1 / 0.78; object-fit: cover; }
.project-notes { display: grid; align-content: start; gap: 18px; padding: 4px 0; }
.project-notes p { margin: 0; font-size: 17px; }
.project-notes h3 { font-size: 20px; }
.project-notes ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; }
.contact-layout { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); gap: 20px; align-items: start; }
.contact-details, .contact-form { padding: clamp(22px, 4vw, 32px); }
.contact-details h2 { font-size: clamp(20px, 2.4vw, 30px); line-height: 1.15; }
.contact-details h2 a { color: var(--gold-bright); white-space: nowrap; overflow-wrap: normal; word-break: normal; }
.small-note { font-size: 14px; }
.phone-line { margin: 12px 0 0; color: var(--gold-bright); font-size: 20px; font-weight: 800; white-space: nowrap; overflow-wrap: normal; word-break: normal; }
.contact-list { display: grid; gap: 12px; margin-top: 30px; }
.contact-list p { margin: 0; }
.contact-form { display: grid; gap: 18px; }
.field-group { display: grid; gap: 18px; }
.two-column { grid-template-columns: repeat(2, minmax(0, 1fr)); }
label { display: grid; gap: 8px; color: var(--gold-bright); font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 13px 14px; color: var(--cream); background: rgba(0, 0, 0, 0.35); font: inherit; }
.field-note { color: var(--muted); font-size: 14px; font-weight: 400; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus, button:focus-visible, summary:focus-visible, a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.form-button { width: fit-content; }
.form-status { min-height: 24px; margin: 0; color: var(--muted); }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 26px clamp(18px, 4vw, 56px); border-top: 1px solid var(--line); color: var(--muted); }
.footer p { margin: 0; }
.footer a { color: var(--gold-bright); }
@media (max-width: 940px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; }
  .hero, .split, .contact-layout, .project-summary, .project-expanded { grid-template-columns: 1fr; }
  h1 { max-width: 760px; font-size: clamp(40px, 9vw, 70px); }
  .hero { min-height: auto; }
  .hero-panel { min-height: 280px; }
  .service-grid, .values { grid-template-columns: 1fr; }
  .project-cover, .project-cover img { min-height: 230px; }
}
@media (max-width: 620px) {
  .nav { width: 100%; justify-content: flex-start; }
  .nav a { padding-left: 0; padding-right: 10px; }
  .logo-shell { width: min(210px, 70vw); }
  h1 { font-size: clamp(36px, 12vw, 48px); }
  .contact-details h2 { font-size: clamp(18px, 5.4vw, 24px); }
  .two-column { grid-template-columns: 1fr; }
  .carousel-stage { min-height: 260px; }
  .carousel-button { width: 38px; height: 38px; }
  .footer { align-items: flex-start; flex-direction: column; }
}
.reviews-section { border-top: 1px solid var(--line); }
.review-carousel { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 16px; }
.review-track { display: grid; min-height: 260px; min-width: 0; }
.review-card { grid-area: 1 / 1; display: grid; align-content: center; gap: 18px; min-height: 260px; padding: clamp(26px, 5vw, 48px); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(217, 178, 105, 0.09), rgba(255, 255, 255, 0.035)); opacity: 0; pointer-events: none; transform: translateX(12px); transition: opacity 180ms ease, transform 180ms ease; }
.review-card.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); }
.review-rating { color: var(--gold-bright); font-size: 26px; line-height: 1; }
.review-card p { max-width: 860px; margin: 0; color: var(--cream); font-size: clamp(20px, 3vw, 30px); line-height: 1.35; }
.review-card h3 { margin: 0; color: var(--gold-bright); font-size: 20px; }
.review-carousel .carousel-button { position: static; transform: none; width: 42px; height: 42px; justify-self: center; align-self: center; }
.review-prev { grid-column: 1; grid-row: 1; }
.review-track { grid-column: 2; grid-row: 1; }
.review-next { grid-column: 3; grid-row: 1; }
.review-dots { grid-column: 1 / -1; display: flex; justify-content: center; gap: 10px; margin-top: 4px; }
.review-dot { width: 11px; height: 11px; padding: 0; border: 1px solid var(--gold); border-radius: 999px; background: transparent; cursor: pointer; }
.review-dot.is-active { background: var(--gold-bright); }
@media (max-width: 620px) {
  .review-carousel { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; }
  .review-carousel .carousel-button { width: 38px; height: 38px; }
  .review-card { min-height: 250px; padding: 24px; }
}
@media (max-width: 430px) {
  .review-carousel { grid-template-columns: 1fr 1fr; }
  .review-track { grid-column: 1 / -1; grid-row: 1; }
  .review-prev { grid-column: 1; grid-row: 2; justify-self: end; }
  .review-next { grid-column: 2; grid-row: 2; justify-self: start; }
  .review-dots { grid-row: 3; }
}

/* Premium upgrade layer */
:root {
  --black: #020202;
  --surface: #0c0a07;
  --surface-strong: #12100b;
  --panel: rgba(255, 255, 255, 0.055);
  --gold: #d9b269;
  --gold-bright: #f3d992;
  --gold-soft: rgba(217, 178, 105, 0.16);
  --cream: #fff4df;
  --muted: #d3c4a3;
  --line: rgba(217, 178, 105, 0.34);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
}

body {
  background:
    linear-gradient(180deg, rgba(217, 178, 105, 0.12) 0, rgba(217, 178, 105, 0.025) 260px, transparent 620px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 36%),
    #020202;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 62%);
}

.site-header {
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(2, 2, 2, 0.88);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.28);
}

.logo-shell {
  padding: 6px;
  border-color: rgba(243, 217, 146, 0.48);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045), 0 12px 30px rgba(0, 0, 0, 0.35);
}

.nav {
  gap: 10px;
}

.nav a {
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid transparent;
  color: #ddcfb3;
}

.nav a:hover,
.nav a.active {
  border-color: rgba(217, 178, 105, 0.45);
  background: rgba(217, 178, 105, 0.08);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom-color: rgba(217, 178, 105, 0.22);
}

.hero::before {
  content: "";
  position: absolute;
  left: clamp(18px, 6vw, 72px);
  top: clamp(54px, 8vw, 98px);
  bottom: clamp(54px, 8vw, 98px);
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  opacity: 0.5;
}

.hero-inner {
  padding-left: clamp(18px, 3vw, 34px);
}

.eyebrow {
  color: var(--gold-bright);
  letter-spacing: 0.04em;
}

h1 {
  color: #fff8ea;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

h2,
.project-title {
  color: #fff1d6;
}

.hero-copy,
.page-hero p,
.intro-copy {
  color: #d8c8a8;
}

.hero-actions {
  gap: 16px;
}

.button {
  min-height: 52px;
  padding: 13px 20px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button.primary {
  background: linear-gradient(135deg, #f7e3a4, #d4aa5e 58%, #b98539);
  box-shadow: 0 18px 38px rgba(217, 178, 105, 0.18);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.035);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.32);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(217, 178, 105, 0.34);
  color: #f3d992;
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-image-slot {
  position: relative;
  border-color: rgba(217, 178, 105, 0.46);
  background:
    linear-gradient(145deg, rgba(217, 178, 105, 0.13), rgba(255, 255, 255, 0.025)),
    #050505;
}

.hero-image-slot::before,
.hero-image-slot::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(217, 178, 105, 0.22);
  pointer-events: none;
}

.hero-image-slot::after {
  inset: 28px;
  border-color: rgba(255, 255, 255, 0.07);
}

.section,
.page-hero {
  position: relative;
}

.section-heading {
  margin-bottom: 38px;
}

.service-grid,
.values,
.portfolio-list {
  gap: 22px;
}

.service-card,
.values article,
.portfolio-project,
.contact-form,
.contact-details,
.review-card {
  border-color: rgba(217, 178, 105, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.service-card,
.values article {
  position: relative;
  min-height: 210px;
  padding: 30px;
  overflow: hidden;
}

.service-card::before,
.values article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-bright), transparent);
}

.service-card h3,
.values article h3 {
  margin-bottom: 14px;
}

.service-card p,
.values p,
.project-description,
.project-notes p,
.project-notes li,
.text-stack p,
.steps p,
.contact-details p {
  color: #d5c5a5;
}

.split {
  align-items: center;
}

.steps div {
  padding: 20px 0;
  border-bottom-color: rgba(217, 178, 105, 0.22);
}

.steps span {
  color: #f3d992;
}

.portfolio-project {
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.portfolio-project:hover {
  transform: translateY(-2px);
  border-color: rgba(243, 217, 146, 0.48);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.project-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.4));
  pointer-events: none;
}

.project-count {
  z-index: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.expand-label {
  color: #f3d992;
}

.carousel-stage,
.carousel-image {
  background: #050505;
}

.carousel-button,
.review-carousel .carousel-button {
  border-color: rgba(243, 217, 146, 0.75);
  background: linear-gradient(135deg, #f7e3a4, #d6ad61);
}

.contact-details,
.contact-form {
  min-height: 100%;
}

input,
select,
textarea {
  border-color: rgba(217, 178, 105, 0.26);
  background: rgba(0, 0, 0, 0.48);
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(217, 178, 105, 0.48);
}

.review-card {
  background: linear-gradient(145deg, rgba(217, 178, 105, 0.11), rgba(255, 255, 255, 0.04));
}

.review-rating {
  letter-spacing: 0.1em;
}

.footer {
  background: rgba(255, 255, 255, 0.025);
}

@media (max-width: 940px) {
  .hero::before {
    display: none;
  }

  .hero-inner {
    padding-left: 0;
  }

  .hero-proof {
    margin-top: 22px;
  }
}

@media (max-width: 620px) {
  .nav a {
    padding-left: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }

  .service-card,
  .values article {
    min-height: auto;
    padding: 24px;
  }
}

/* Nav alignment cleanup */
.nav a {
  justify-content: center;
  min-width: 70px;
  padding: 9px 16px;
  text-align: center;
}

@media (max-width: 620px) {
  .nav {
    gap: 8px;
  }

  .nav a {
    min-width: auto;
    padding: 9px 12px;
    border: 1px solid transparent;
  }
}

/* Home service grid layout */
@media (min-width: 941px) {
  .service-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .service-grid .service-card {
    grid-column: span 2;
  }

  .service-grid .service-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .service-grid .service-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (min-width: 621px) and (max-width: 940px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid .service-card:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 22px) / 2);
    justify-self: center;
  }
}


.review-cta-card .review-rating {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
}

.review-cta {
  width: fit-content;
  margin-top: 6px;
}


.review-dialog {
  width: min(640px, calc(100vw - 32px));
  border: 1px solid rgba(217, 178, 105, 0.45);
  padding: 0;
  color: var(--cream);
  background: #070604;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
}

.review-dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.review-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 5vw, 38px);
}

.review-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.review-dialog-header h2 {
  margin-top: 4px;
  font-size: clamp(28px, 5vw, 42px);
}

.dialog-close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217, 178, 105, 0.45);
  color: var(--gold-bright);
  background: rgba(217, 178, 105, 0.08);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.rating-field {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.rating-field legend {
  color: var(--gold-bright);
  font-weight: 800;
}

.rating-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rating-option {
  display: inline-grid;
}

.rating-option input {
  position: absolute;
  opacity: 0;
}

.rating-option span {
  min-width: 64px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 178, 105, 0.35);
  color: var(--gold-bright);
  background: rgba(255, 255, 255, 0.035);
  font-weight: 900;
  cursor: pointer;
}

.rating-option input:checked + span {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
}

.rating-option input:focus-visible + span {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 430px) {
  .rating-option span {
    min-width: 54px;
  }
}


.hidden-field {
  display: none !important;
}
