/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "AmericanGroteskCp-Black";
  src: url("/fonts/american-grotesk-compressed-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "American Grotesk Compressed";
  src: url("/fonts/american-grotesk-compressed-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ford F-1";
  src: url("/fonts/FordF-1-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ford F-1";
  src: url("/fonts/FordF-1-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ford F-1";
  src: url("/fonts/FordF-1-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ford F-1";
  src: url("/fonts/FordF-1-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ford Display Compressed";
  src: url("/fonts/FordAntennaExtraCond-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ford-blue: #066fef;
  --ink: #000;
  --white: #fff;
  --panel-ink: #071426;
  --muted: rgba(255, 255, 255, 0.76);
}

* {
  box-sizing: border-box;
}

html {
  background: #111;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #111;
  color: var(--white);
  font-family: "Ford F-1", Helvetica, Arial, sans-serif;
}

button,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  background: var(--ink);
  overflow: hidden;
  position: relative;
}

.story-screen {
  position: relative;
  background: #000;
  overflow: hidden;
}

.fallback-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 40px;
  background: #000;
  color: #fff;
  text-align: center;
}

.fallback-screen img {
  width: 170px;
  height: auto;
}

.fallback-screen h1 {
  margin: 12px 0 0;
  font-family: "AmericanGroteskCp-Black", "American Grotesk Compressed", "Ford Display Compressed", Impact, sans-serif;
  font-size: 42px;
  line-height: 0.92;
  text-transform: uppercase;
}

.fallback-screen p {
  max-width: 310px;
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

.fallback-error {
  width: 100%;
  max-width: 350px;
  max-height: 180px;
  overflow: auto;
  margin: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  line-height: 1.35;
  text-align: left;
  white-space: pre-wrap;
}

.fallback-screen a,
.fallback-screen button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: var(--ford-blue);
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.hero-art {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.top-nav {
  position: absolute;
  z-index: 3;
  top: 47px;
  left: 55px;
  right: 29px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.brand-link {
  display: block;
  width: 101.2px;
  line-height: 0;
}

.brand-link img {
  width: 100%;
  height: auto;
}

.propicks-link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.propicks-folder-icon {
  width: 40.5px;
  height: 33px;
  display: block;
  fill: #fff;
}

.bag-wrap {
  position: relative;
  display: block;
  line-height: 0;
}

.bag-count {
  min-width: 18px;
  height: 18px;
  position: absolute;
  top: -7px;
  left: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ford-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.hero-actions {
  position: absolute;
  z-index: 3;
  top: 306px;
  left: 56px;
  display: flex;
  align-items: center;
  gap: 29px;
}

.action-button {
  height: 38px;
  min-width: 91.7px;
  border: 0;
  border-radius: 5px;
  background: var(--ford-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 11px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: none;
}

.action-button img {
  width: 11.7px;
  height: 18px;
  display: block;
}

.action-button svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: #fff;
}

.share-action {
  min-width: 104px;
}

.story-copy {
  position: relative;
  z-index: 2;
  padding: 367px 20px 0 55px;
}

.story-copy h1 {
  width: 454px;
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: "AmericanGroteskCp-Black", "American Grotesk Compressed", "Ford Display Compressed", Impact, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -1px;
  text-transform: uppercase;
  transform: scaleX(0.9);
  transform-origin: left top;
}

.story-copy p {
  width: 355px;
  max-width: calc(100vw - 75px);
  margin: 25px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.exclusive-section {
  position: relative;
  z-index: 2;
  margin-top: 39px;
}

.exclusive-section h2 {
  margin: 0 0 17px 55px;
  color: var(--ford-blue);
  font-family: "AmericanGroteskCp-Black", "American Grotesk Compressed", "Ford Display Compressed", Impact, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

.rail-viewport {
  margin-left: 55px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.rail-viewport::-webkit-scrollbar {
  display: none;
}

.content-rail {
  width: max-content;
  display: flex;
  gap: 20px;
  padding: 0 55px 3px 0;
}

.content-card {
  width: 154px;
  flex: 0 0 154px;
  scroll-snap-align: start;
}

.content-card button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.media-frame {
  width: 154px;
  height: 113px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #161616;
}

.media-frame > img:first-child {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pill {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  min-width: 38px;
  padding: 3px 8px 0;
  border-radius: 5px;
  background: #fff;
  color: var(--ford-blue);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.play-icon {
  position: absolute;
  width: 39.5px;
  height: 39.5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.card-title {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: -0.1px;
}

sup {
  font-size: 0.56em;
  line-height: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 30px;
}

.carousel-dots span {
  width: 8px;
  height: 8px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
}

.carousel-dots .active {
  background: #fff;
}

.similar-section {
  position: relative;
  z-index: 2;
  margin-top: 63px;
  padding: 93px 0 100px;
  background: #fff;
  color: #000;
}

.similar-section h2 {
  margin: 0 0 22px 55px;
  color: #000;
  font-family: "AmericanGroteskCp-Black", "American Grotesk Compressed", "Ford Display Compressed", Impact, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.similar-rail {
  width: max-content;
  display: flex;
  gap: 34px;
  padding: 0 55px 3px 0;
}

.similar-card {
  width: 154px;
  flex: 0 0 154px;
  scroll-snap-align: start;
}

.similar-card button,
.similar-card a {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

.similar-title {
  display: block;
  margin-top: 13px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: -0.1px;
}

.dark-dots span {
  border-color: #000;
}

.dark-dots .active {
  background: #000;
}

.similar-section .carousel-dots {
  margin-top: 25px;
}

.meeting-section {
  position: relative;
  z-index: 2;
  height: 149px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}

.meeting-button {
  width: 202px;
  height: 56px;
  border: 0;
  border-radius: 5px;
  background: var(--ford-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.propicks-footer {
  position: relative;
  z-index: 2;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.propicks-footer img {
  width: 159.8px;
  height: auto;
  display: block;
}

.sheet {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.75);
}

.sheet[aria-hidden="false"] {
  display: flex;
}

.sheet-card {
  width: min(100%, 386px);
  border-radius: 18px;
  background: #fff;
  color: var(--panel-ink);
  padding: 22px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.propicks-sheet {
  align-items: flex-end;
  padding: 0;
}

.propicks-drawer {
  width: min(100%, 430px);
  max-height: calc(100vh - 78px);
  overflow-y: auto;
  border-radius: 32px 32px 0 0;
  background: #fff;
  color: #000;
  padding: 48px 48px 14px;
}

.drawer-handle {
  width: 42px;
  height: 24px;
  display: block;
  position: relative;
  margin: 0 auto 26px;
  padding: 0;
  border: 0;
  background: transparent;
}

.drawer-handle::before,
.drawer-handle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 4px;
  border-radius: 99px;
  background: #000;
}

.drawer-handle::before {
  top: 6px;
}

.drawer-handle::after {
  top: 15px;
}

.propicks-drawer h3 {
  margin: 0;
  font-family: "AmericanGroteskCp-Black", "American Grotesk Compressed", "Ford Display Compressed", Impact, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.6px;
  text-align: center;
  text-transform: uppercase;
}

.drawer-copy {
  margin: 25px auto 30px;
  max-width: 320px;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.saved-list {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}

.empty-picks {
  margin: 0;
  padding: 22px 18px;
  border-radius: 12px;
  background: #f0f0f0;
  color: #000;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}

.saved-item {
  display: grid;
  grid-template-columns: 154px 1fr;
  grid-gap: 18px;
  gap: 18px;
  min-height: 130px;
  padding: 10px;
  border-radius: 12px;
  background: #f0f0f0;
}

.saved-item img {
  width: 154px;
  height: 113px;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.saved-category {
  margin: 6px 0 6px;
  color: var(--ford-blue);
  font-size: 14px;
  line-height: 1;
}

.saved-item h4 {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.05;
}

.saved-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.saved-actions a {
  color: var(--ford-blue);
  font-size: 16px;
  line-height: 1;
}

.saved-actions button {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ford-blue);
}

.saved-actions svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.saved-actions .delete-pick {
  color: #f00;
}

.drawer-primary,
.drawer-danger {
  width: 100%;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
}

.drawer-primary {
  border: 2px solid var(--ford-blue);
  background: var(--ford-blue);
  color: #fff;
}

.drawer-danger {
  margin-top: 20px;
  border: 2px solid #f00;
  background: #fff;
  color: #f00;
  font-weight: 400;
}

.drawer-primary svg,
.drawer-danger svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.xd-modal {
  width: min(calc(100vw - 48px), 386px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  position: relative;
  border-radius: 8px;
  background: #fff;
  color: #000;
  padding: 40px 40px 34px;
  text-align: center;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.email-modal {
  border: 2px solid var(--ford-blue);
}

.xd-close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

.xd-close span {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 12px;
  left: -2px;
  border-radius: 99px;
  background: #000;
}

.xd-close span:first-child {
  transform: rotate(45deg);
}

.xd-close span:last-child {
  transform: rotate(-45deg);
}

.modal-icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  border: 5px solid var(--ford-blue);
  border-radius: 50%;
  color: var(--ford-blue);
}

.modal-icon svg {
  width: 56px;
  height: 56px;
  fill: currentColor;
}

.share-icon svg {
  width: 62px;
  height: 62px;
}

.sent-icon svg {
  width: 64px;
  height: 64px;
}

.calendar-icon svg {
  width: 64px;
  height: 64px;
}

.modal-title {
  margin: 0;
  color: #000;
  font-family: "AmericanGroteskCp-Black", "American Grotesk Compressed", "Ford Display Compressed", Impact, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.modal-copy {
  margin: 18px auto 0;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.share-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
  gap: 22px;
  margin-top: 36px;
  padding: 20px 24px 18px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.share-options a,
.share-options button {
  display: grid;
  justify-items: center;
  grid-gap: 10px;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.share-options span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f1f1f1;
}

.share-options svg {
  width: 26px;
  height: 26px;
  fill: #000;
}

.copy-block {
  margin-top: 16px;
  padding: 17px;
  border-radius: 8px;
  background: #f0f0f0;
  text-align: left;
}

.copy-block label {
  display: block;
  margin-bottom: 12px;
  color: #000;
  font-size: 13px;
}

.copy-block div {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
  gap: 10px;
}

.copy-block input {
  min-width: 0;
  height: 38px;
  border: 0;
  border-radius: 5px;
  padding: 0 14px;
  color: var(--ford-blue);
  font-size: 12px;
}

.copy-block button {
  height: 38px;
  border: 0;
  border-radius: 5px;
  background: var(--ford-blue);
  color: #fff;
  padding: 0 14px;
  font-size: 14px;
}

.summary-includes {
  margin-top: 24px;
  padding: 28px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
}

.summary-includes h4 {
  margin: 0 0 18px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.summary-includes p {
  margin: 13px 0 0;
  color: #000;
  font-size: 15px;
}

.summary-includes span {
  color: var(--ford-blue);
  font-weight: 700;
}

.field-label {
  display: block;
  margin: 28px 0 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.field-input {
  width: 100%;
  height: 52px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 0 18px;
  color: #000;
  font-size: 15px;
  font-family: inherit;
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 18px;
  right: 20px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  pointer-events: none;
}

.select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #9a9a9a;
}

.field-input::placeholder {
  color: #9a9a9a;
}

.form-error {
  margin: 20px 0 0;
  padding: 12px 14px;
  border: 1px solid #d62929;
  border-radius: 8px;
  background: #fff2f2;
  color: #b00000;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
}

.consent-row {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 14px;
  gap: 14px;
  align-items: flex-start;
  margin-top: 28px;
  color: #000;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}

.consent-row input {
  width: 22px;
  height: 22px;
  accent-color: #000;
}

.modal-primary {
  width: 100%;
  height: 58px;
  margin-top: 30px;
  border: 0;
  border-radius: 9px;
  background: var(--ford-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.modal-primary:disabled {
  cursor: wait;
  opacity: 0.72;
}

.modal-link {
  display: inline-block;
  margin-top: 26px;
  border: 0;
  background: transparent;
  color: var(--ford-blue);
  font-size: 16px;
  text-decoration: underline;
}

.confirmation-modal {
  padding-top: 40px;
  padding-bottom: 38px;
}

.confirmation-modal .modal-title {
  margin-top: 2px;
}

.confirmation-modal .modal-copy {
  max-width: 285px;
}

.meeting-modal .modal-copy {
  max-width: 330px;
}

.meeting-confirmed-modal {
  padding-top: 40px;
}

.meeting-confirmed-modal .modal-title {
  margin-top: 2px;
}

.confirmation-details {
  margin-top: 34px;
  color: #000;
  text-align: center;
}

.confirmation-details h4 {
  margin: 24px 0 3px;
  color: var(--ford-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.confirmation-details p {
  margin: 0 auto;
  max-width: 310px;
  color: #000;
  font-size: 18px;
  line-height: 1.25;
}

.sheet-close {
  float: right;
  margin: -6px -4px 0 0;
  padding: 4px;
  border: 0;
  background: transparent;
  color: var(--ford-blue);
  font-size: 12px;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 7px;
  color: var(--ford-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sheet-card h3 {
  clear: both;
  margin: 0;
  color: var(--panel-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.06;
}

.sheet-copy {
  margin: 12px 0 0;
  color: #3b4654;
  font-size: 14px;
  line-height: 1.35;
}

.pick-list {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.pick-list li {
  padding: 13px 0;
  border-top: 1px solid #e4e8ed;
  color: #182536;
  font-size: 15px;
  font-weight: 500;
}

.sheet-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.sheet-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  border: 2px solid var(--ford-blue);
  border-radius: 8px;
  background: var(--ford-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.sheet-button.ghost {
  background: #fff;
  color: var(--ford-blue);
}

.sheet-button.full {
  width: 100%;
  margin-top: 18px;
}

.video-placeholder {
  position: relative;
  height: 160px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
}

.video-placeholder > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-icon.large {
  width: 54px;
  height: 54px;
}

.toast {
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 18px;
  max-width: 330px;
  transform: translate(-50%, 140%);
  border-radius: 999px;
  background: rgba(7, 20, 38, 0.94);
  color: #fff;
  padding: 11px 17px;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 429px) {
  .story-screen {
    min-height: 195vw;
  }

  .top-nav {
    top: 10.95vw;
    left: 12.8vw;
    right: 6.75vw;
  }

  .brand-link {
    width: 23.53vw;
  }

  .propicks-link {
    gap: 2.8vw;
    font-size: 3.49vw;
  }

  .propicks-folder-icon {
    width: 9.42vw;
    height: auto;
  }

  .hero-actions {
    top: 71.16vw;
    left: 13.02vw;
    gap: 6.75vw;
  }

  .action-button {
    height: 8.84vw;
    min-width: 21.33vw;
    border-radius: 1.16vw;
    gap: 2.33vw;
    padding: 0 2.56vw;
    font-size: 3.72vw;
  }

  .action-button img {
    width: 2.72vw;
    height: auto;
  }

  .action-button svg {
    width: 4.65vw;
    height: 4.65vw;
  }

  .share-action {
    min-width: 24.2vw;
  }

  .story-copy {
    padding-top: 85.35vw;
    padding-left: 12.8vw;
    padding-right: 4.65vw;
  }

  .story-copy h1 {
    font-size: 13.95vw;
    width: 105.58vw;
  }

  .story-copy p {
    width: auto;
    max-width: none;
    margin-top: 5.81vw;
    font-size: 3.49vw;
    line-height: 4.88vw;
  }

  .exclusive-section {
    margin-top: 9.07vw;
  }

  .exclusive-section h2 {
    margin-left: 12.8vw;
    margin-bottom: 3.95vw;
    font-size: 6.98vw;
    line-height: 8.84vw;
  }

  .rail-viewport {
    margin-left: 12.8vw;
  }

  .content-rail {
    gap: 4.65vw;
    padding-right: 12.8vw;
  }

  .content-card,
  .media-frame {
    width: 35.81vw;
  }

  .content-card {
    flex-basis: 35.81vw;
  }

  .media-frame {
    height: 26.28vw;
    border-radius: 2.33vw;
  }

  .pill {
    top: 2.33vw;
    left: 2.33vw;
  }

  .card-title {
    margin-top: 2.79vw;
    font-size: 2.79vw;
    line-height: 3.02vw;
  }

  .carousel-dots {
    margin-top: 6.98vw;
  }

  .similar-section {
    margin-top: 14.65vw;
    padding-top: 21.63vw;
    padding-bottom: 23.26vw;
  }

  .similar-section h2 {
    margin-left: 12.8vw;
    margin-bottom: 5.12vw;
    font-size: 6.98vw;
    line-height: 8.84vw;
  }

  .similar-rail {
    gap: 7.91vw;
    padding-right: 12.8vw;
  }

  .similar-card {
    width: 35.81vw;
    flex-basis: 35.81vw;
  }

  .similar-title {
    margin-top: 3.02vw;
    font-size: 2.79vw;
    line-height: 3.02vw;
  }

  .similar-section .carousel-dots {
    margin-top: 5.81vw;
  }

  .meeting-section {
    height: 34.65vw;
  }

  .meeting-button {
    width: 46.98vw;
    height: 13.02vw;
    border-radius: 1.16vw;
    font-size: 3.72vw;
  }

  .propicks-footer {
    height: 37.21vw;
  }

  .propicks-footer img {
    width: 37.17vw;
  }

  .propicks-drawer {
    max-height: calc(100vh - 9vw);
    border-radius: 7.44vw 7.44vw 0 0;
    padding: 11.16vw 6.75vw 3.26vw;
  }

  .propicks-drawer h3 {
    font-size: 11.16vw;
  }

  .drawer-copy {
    max-width: none;
    margin-top: 5.81vw;
    margin-bottom: 6.98vw;
    font-size: 4.19vw;
  }

  .saved-item {
    grid-template-columns: 37.21vw 1fr;
    gap: 3.95vw;
    padding: 2.33vw;
    border-radius: 2.79vw;
  }

  .saved-item img {
    width: 37.21vw;
    height: 26.28vw;
    border-radius: 2.33vw;
  }

  .saved-category {
    font-size: 3.26vw;
  }

  .saved-item h4 {
    font-size: 3.49vw;
  }

  .saved-actions {
    gap: 4.19vw;
    margin-top: 6.51vw;
  }

  .saved-actions a {
    font-size: 3.72vw;
  }

  .drawer-primary,
  .drawer-danger {
    min-height: 13.95vw;
    margin-top: 6.98vw;
    font-size: 4.19vw;
  }

  .drawer-danger {
    margin-top: 4.65vw;
  }

  .xd-modal {
    width: calc(100vw - 13.02vw);
    max-height: calc(100vh - 13.02vw);
    padding: 9.3vw 7.44vw 7.91vw;
  }

  .modal-icon {
    width: 22.33vw;
    height: 22.33vw;
    margin-bottom: 6.51vw;
  }

  .modal-title {
    font-size: 10.23vw;
  }

  .modal-copy {
    font-size: 4.19vw;
  }

  .share-options {
    gap: 5.12vw;
    padding: 4.65vw 5.58vw 4.19vw;
  }

  .share-options span {
    width: 11.63vw;
    height: 11.63vw;
  }

  .copy-block div {
    grid-template-columns: 1fr auto;
  }

  .copy-block input {
    font-size: 2.79vw;
  }

  .field-input {
    height: 12.09vw;
  }
}

@media (min-width: 431px) {
  .app-shell {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.45);
  }
}

.admin-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 42px 0 80px;
  color: #101827;
}

.admin-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  color: #fff;
}

.admin-header p {
  margin: 0 0 8px;
  color: var(--ford-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-header h1 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1;
}

.admin-card {
  margin-top: 22px;
  border-radius: 18px;
  background: #fff;
  color: #101827;
  padding: 26px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.admin-card h2 {
  margin: 0 0 18px;
  color: #101827;
  font-size: 24px;
  line-height: 1.1;
}

.admin-card h1 {
  margin: 0 0 12px;
  color: #101827;
  font-size: 32px;
  line-height: 1.1;
}

.admin-help {
  margin: -8px 0 18px;
  color: #586579;
  font-size: 14px;
  line-height: 1.45;
}

.admin-error {
  max-height: 240px;
  overflow: auto;
  border-radius: 10px;
  background: #101827;
  color: #fff;
  padding: 14px;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.35;
  white-space: pre-wrap;
}

.admin-grid {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
}

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

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

.admin-form label,
.admin-related-row label {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 18px;
}

.admin-form label span,
.admin-related-row label span {
  color: #101827;
  font-size: 13px;
  font-weight: 700;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  border: 1px solid #d5dbe5;
  border-radius: 10px;
  background: #fff;
  color: #101827;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
}

.admin-form textarea {
  resize: vertical;
}

.admin-related-row {
  margin: 18px 0 0;
  border: 1px solid #e1e6ef;
  border-radius: 14px;
  padding: 18px 18px 0;
}

.admin-related-row legend {
  padding: 0 8px;
  color: var(--ford-blue);
  font-size: 13px;
  font-weight: 700;
}

.admin-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.admin-checkbox-grid label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 52px;
  margin: 0;
  border: 1px solid #e1e6ef;
  border-radius: 12px;
  padding: 13px;
  color: #101827;
}

.admin-checkbox-grid input {
  width: auto;
  margin-top: 2px;
}

.admin-checkbox-grid span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.admin-sticky-actions {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 22px;
  border-radius: 16px 16px 0 0;
  background: rgba(17, 17, 17, 0.86);
  padding: 16px 0 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.admin-primary,
.admin-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.admin-primary {
  border: 2px solid var(--ford-blue);
  background: var(--ford-blue);
  color: #fff;
}

.admin-secondary {
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  color: #fff;
}

.admin-table {
  display: grid;
  grid-gap: 0;
  gap: 0;
}

.admin-table-row {
  display: grid;
  grid-template-columns: 2fr 1.4fr 0.7fr 0.8fr;
  grid-gap: 18px;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #e7ebf1;
  padding: 16px 0;
  color: #101827;
  font-size: 15px;
}

.admin-table-row:last-child {
  border-bottom: 0;
}

.admin-table-head {
  color: #586579;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-row-actions {
  display: flex;
  gap: 14px;
}

.admin-row-actions a {
  color: var(--ford-blue);
  font-weight: 700;
}

@media (max-width: 820px) {
  .admin-shell {
    width: min(100% - 24px, 560px);
    padding-top: 24px;
  }

  .admin-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-grid.two,
  .admin-grid.three,
  .admin-checkbox-grid,
  .admin-table-row {
    grid-template-columns: 1fr;
  }

  .admin-table-head {
    display: none;
  }

  .admin-table-row {
    gap: 7px;
  }
}

