:root {
  --navy-950: #061526;
  --navy-900: #0a213a;
  --green-700: #164d3a;
  --green-600: #1c6249;
  --gold-500: #b78b3f;
  --paper: #f5f4ef;
  --surface: #ffffff;
  --line: #d8dedb;
  --muted: #5f6b72;
  --danger: #9e312b;
  --success: #17603f;
  --width: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy-900); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; display: block; }
.vendor-width { width: min(calc(100% - 40px), var(--width)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: white; background: var(--navy-950); border-radius: 5px; }
.skip-link:focus { transform: none; }
.vendor-header { position: sticky; z-index: 80; top: 0; color: white; background: rgba(6,21,38,.98); border-bottom: 1px solid rgba(255,255,255,.12); }
.vendor-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.vendor-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.vendor-brand img { width: 62px; height: 52px; object-fit: contain; }
.vendor-brand span { display: grid; }
.vendor-brand strong { font-family: Georgia, serif; font-size: 1.28rem; letter-spacing: .045em; }
.vendor-brand small { color: #bac8cf; font-size: .58rem; font-weight: 900; letter-spacing: .18em; }
.vendor-header nav { display: flex; align-items: center; gap: 26px; }
.vendor-header nav a { color: #dbe3e7; font-size: .72rem; font-weight: 900; text-decoration: none; }
.vendor-header nav a:hover { color: white; }
.vendor-hero { color: white; background: radial-gradient(circle at 80% 40%, #1b4b57 0, #0a2942 34%, #061526 75%); }
.vendor-hero-grid { min-height: 390px; display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr); align-items: center; gap: 70px; padding-block: 62px; }
.eyebrow { margin: 0; color: var(--gold-500); font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.vendor-hero h1 { max-width: 760px; margin: 14px 0 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: .98; font-weight: 500; }
.vendor-hero-grid > div:first-child > p:last-child { max-width: 740px; margin: 24px 0 0; color: #c7d3d9; font-size: 1rem; }
.vendor-hero-card { padding: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; backdrop-filter: blur(8px); }
.vendor-hero-card > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy-950); background: var(--gold-500); border-radius: 50%; font-weight: 900; }
.vendor-hero-card strong { display: block; margin-top: 18px; font-family: Georgia, serif; font-size: 1.3rem; }
.vendor-hero-card p { margin: 8px 0 0; color: #cbd6dc; font-size: .78rem; }
.vendor-content { padding-block: 42px 90px; }
.alert { margin-bottom: 24px; padding: 16px 18px; background: #eaf3ee; border: 1px solid #bad5c6; border-radius: 8px; color: var(--success); font-size: .78rem; }
.alert.error { color: var(--danger); background: #fff0ee; border-color: #e5b6b1; }
.alert ul { margin: 7px 0 0; padding-left: 20px; }
.auth-shell { display: grid; grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); gap: 45px; align-items: start; }
.auth-intro { padding: 34px 0; }
.auth-intro h2, .section-heading h2, .account-bar h2, .order-confirmation h2 { margin: 10px 0 0; color: var(--navy-950); font-family: Georgia, serif; font-size: clamp(2rem,4vw,3.4rem); line-height: 1; font-weight: 500; }
.auth-intro > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); }
.auth-intro ul { display: grid; gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; }
.auth-intro li { position: relative; padding-left: 27px; font-size: .78rem; font-weight: 800; }
.auth-intro li::before { content: '✓'; position: absolute; left: 0; color: var(--green-700); }
.auth-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 45px rgba(7,27,49,.08); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; background: #e9ecea; }
.auth-tabs button { padding: 18px; color: var(--muted); background: transparent; border: 0; border-bottom: 3px solid transparent; font-size: .74rem; font-weight: 900; cursor: pointer; }
.auth-tabs button.active { color: var(--navy-950); background: white; border-bottom-color: var(--green-700); }
.auth-form { display: grid; gap: 16px; padding: 30px; }
.auth-form label, .order-summary-card > label, .order-line > label, .form-grid label { display: grid; gap: 6px; color: var(--navy-900); font-size: .68rem; font-weight: 900; }
.auth-form input, .auth-form select, .order-summary-card input, .order-summary-card textarea, .order-line input, .order-line select { width: 100%; min-height: 44px; padding: 10px 12px; color: var(--navy-950); background: white; border: 1px solid var(--line); border-radius: 6px; outline: none; }
.auth-form input:focus, .auth-form select:focus, .order-summary-card input:focus, .order-summary-card textarea:focus, .order-line input:focus, .order-line select:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(28,98,73,.12); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid .full { grid-column: 1 / -1; }
.auth-form label small { color: var(--muted); font-size: .58rem; font-weight: 500; }
.checkbox-line { display: flex !important; grid-template-columns: 18px 1fr !important; align-items: flex-start; gap: 9px !important; }
.checkbox-line input { width: 17px; min-height: auto; margin-top: 3px; }
.checkbox-line span { color: var(--muted); font-weight: 500; }
.checkbox-line a { color: var(--green-700); font-weight: 800; }
.password-message { min-height: 18px; margin: -5px 0 0; color: var(--danger); font-size: .65rem; }
.primary-button, .secondary-button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 6px; font-size: .72rem; font-weight: 900; text-decoration: none; cursor: pointer; }
.primary-button { color: white; background: var(--green-700); border: 1px solid var(--green-700); }
.primary-button:hover { background: var(--green-600); }
.secondary-button { color: var(--navy-900); background: white; border: 1px solid var(--line); }
.form-help { margin: 0; color: var(--muted); font-size: .64rem; }
.form-help a { color: var(--green-700); font-weight: 800; }
.account-bar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 30px; padding: 28px 30px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.account-bar h2 { font-size: 2rem; }
.account-bar p:last-child { margin: 8px 0 0; color: var(--muted); font-size: .72rem; }
.order-confirmation { display: grid; grid-template-columns: 58px 1fr; gap: 20px; margin-bottom: 30px; padding: 26px 30px; background: #eaf3ee; border: 1px solid #bad5c6; border-radius: 10px; }
.confirmation-check { width: 54px; height: 54px; display: grid; place-items: center; color: white; background: var(--green-700); border-radius: 50%; font-size: 1.5rem; }
.order-confirmation h2 { font-size: 2rem; }
.order-confirmation p:last-of-type { margin: 10px 0 0; color: var(--muted); }
.inline-button { margin-top: 16px; }
.dashboard-section { margin-top: 30px; padding: 34px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.section-heading { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.section-heading h2 { font-size: 2.3rem; }
.section-heading p:last-child { max-width: 730px; margin: 10px 0 0; color: var(--muted); font-size: .78rem; }
.document-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.document-card { min-height: 190px; display: flex; flex-direction: column; padding: 21px; color: var(--navy-900); background: #f7f8f6; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.document-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(7,27,49,.09); }
.document-card > span { color: var(--gold-500); font-size: 1.45rem; }
.document-card strong { margin-top: 12px; font-family: Georgia, serif; font-size: 1rem; }
.document-card p { margin: 7px 0 0; color: var(--muted); font-size: .68rem; }
.document-card em { margin-top: auto; padding-top: 15px; color: var(--green-700); font-size: .66rem; font-style: normal; font-weight: 900; }
.order-section { padding: 0; overflow: hidden; }
.order-section > .section-heading { padding: 34px 34px 0; }
.order-builder { display: grid; grid-template-columns: minmax(0,1fr) 370px; align-items: start; border-top: 1px solid var(--line); }
.order-lines { padding: 22px; background: #f6f7f5; }
.order-line { display: grid; grid-template-columns: 92px minmax(0,1fr) 155px 92px 105px; align-items: center; gap: 16px; margin-bottom: 12px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.order-line.unavailable { opacity: .58; }
.order-line img { width: 92px; height: 92px; object-fit: contain; background: #f3f4f2; border-radius: 6px; }
.order-product-copy small { color: var(--gold-500); font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.order-product-copy h3 { margin: 3px 0 0; font-family: Georgia, serif; font-size: 1.08rem; }
.order-product-copy p { margin: 5px 0 0; color: var(--muted); font-size: .62rem; }
.order-product-copy strong, .order-product-copy span { display: block; margin-top: 5px; font-size: .62rem; }
.order-product-copy strong { color: var(--green-700); }
.order-product-copy span { color: var(--muted); }
.order-line > label { font-size: .59rem; }
.order-line > label input, .order-line > label select { min-height: 39px; padding: 8px; font-size: .66rem; }
.line-total { color: var(--navy-950); font-size: .7rem; font-weight: 900; text-align: right; }
.order-summary-card { position: sticky; top: 98px; display: grid; gap: 15px; padding: 26px; background: white; }
.order-summary-card h3 { margin: 0; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.order-summary-card textarea { resize: vertical; }
.payment-methods { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.payment-methods legend { margin-bottom: 7px; color: var(--navy-900); font-size: .68rem; font-weight: 900; }
.payment-methods label { display: grid; grid-template-columns: 18px 1fr; gap: 9px; padding: 11px; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; }
.payment-methods input { margin: 3px 0 0; }
.payment-methods strong, .payment-methods small { display: block; }
.payment-methods strong { font-size: .68rem; }
.payment-methods small { margin-top: 2px; color: var(--muted); font-size: .58rem; }
.vendor-totals { display: grid; gap: 9px; margin: 4px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); }
.vendor-totals > div { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .68rem; }
.vendor-totals dd { margin: 0; color: var(--navy-950); font-weight: 800; }
.vendor-totals .total { margin-top: 3px; padding-top: 12px; color: var(--navy-950); border-top: 1px solid var(--line); font-size: .85rem; font-weight: 900; }
.secure-note { margin: 0; color: var(--muted); font-size: .59rem; }
.empty-history { margin: 0; color: var(--muted); font-size: .74rem; }
.order-history { overflow-x: auto; }
.order-history table { width: 100%; border-collapse: collapse; font-size: .7rem; }
.order-history th, .order-history td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.order-history th { color: var(--muted); font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; }
.vendor-footer { padding: 25px 0; color: #afbec6; background: var(--navy-950); font-size: .68rem; }
.vendor-footer > div { display: flex; justify-content: space-between; gap: 20px; }
.vendor-footer a { color: white; font-weight: 800; }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }

.review-notice { display: grid; gap: 4px; padding: 14px 16px; color: var(--navy-900); background: #fff7e8; border: 1px solid #e7c98f; border-radius: 7px; }
.review-notice strong { color: #76520f; font-size: .72rem; }
.review-notice span { color: var(--muted); font-size: .64rem; }
.approval-shell { max-width: 860px; margin-inline: auto; }
.approval-card { padding: 34px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 45px rgba(7,27,49,.08); }
.approval-card h1 { margin: 10px 0 0; color: var(--navy-950); font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1; font-weight: 500; }
.approval-card > p { color: var(--muted); }
.approval-details { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin: 26px 0; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 8px; }
.approval-details div { min-height: 82px; padding: 15px; background: #f8f9f7; }
.approval-details dt { color: var(--muted); font-size: .6rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.approval-details dd { margin: 5px 0 0; color: var(--navy-950); font-size: .78rem; font-weight: 800; overflow-wrap: anywhere; }
.approval-actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 22px; border-top: 1px solid var(--line); }
.danger-button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; color: white; background: var(--danger); border: 1px solid var(--danger); border-radius: 6px; font-size: .72rem; font-weight: 900; cursor: pointer; }
.approval-note { margin-top: 18px; color: var(--muted); font-size: .65rem; }
@media (max-width: 560px) { .approval-card { padding: 22px; } .approval-details { grid-template-columns: 1fr; } .approval-actions { display: grid; } }

@media (max-width: 1080px) {
  .document-grid { grid-template-columns: repeat(2,1fr); }
  .order-builder { grid-template-columns: 1fr; }
  .order-summary-card { position: static; border-top: 1px solid var(--line); }
  .order-line { grid-template-columns: 78px minmax(0,1fr) 140px 85px; }
  .order-line img { width: 78px; height: 78px; }
  .line-total { grid-column: 3 / 5; }
}
@media (max-width: 800px) {
  .vendor-header-inner { min-height: 72px; }
  .vendor-header nav { display: none; }
  .vendor-hero-grid, .auth-shell { grid-template-columns: 1fr; }
  .vendor-hero-grid { gap: 30px; }
  .auth-intro { padding-bottom: 0; }
  .account-bar { align-items: flex-start; }
  .order-line { grid-template-columns: 72px 1fr 1fr; }
  .order-line img { width: 72px; height: 72px; }
  .order-product-copy { grid-column: 2 / 4; }
  .line-total { grid-column: 3; }
}
@media (max-width: 560px) {
  .vendor-width { width: min(calc(100% - 22px), var(--width)); }
  .vendor-brand strong { font-size: 1.05rem; }
  .vendor-brand img { width: 50px; }
  .vendor-hero-grid { min-height: auto; padding-block: 45px; }
  .vendor-hero h1 { font-size: 2.65rem; }
  .vendor-content { padding-top: 22px; }
  .form-grid, .document-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .auth-form, .dashboard-section, .account-bar { padding: 21px; }
  .account-bar { display: grid; }
  .order-section > .section-heading { padding: 23px 21px 0; }
  .order-lines { padding: 12px; }
  .order-line { grid-template-columns: 58px 1fr; gap: 10px; }
  .order-line img { width: 58px; height: 58px; }
  .order-product-copy { grid-column: 2; }
  .order-line > label, .line-total { grid-column: 1 / -1; }
  .line-total { text-align: left; }
  .order-confirmation { grid-template-columns: 1fr; }
  .vendor-footer > div { display: grid; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

/* Static vendor gateway: prevent inactive server forms from appearing usable. */
.primary-button:disabled {
  cursor: not-allowed;
  opacity: .55;
  filter: grayscale(.2);
}

/* =====================================================================
   VISUAL CLUB & RESORT PRODUCT ORDERING — 2026-08-03
   Product images always use object-fit: contain so the complete umbrella,
   carton, canopy, pole, and base remain visible at every browser width.
===================================================================== */
.visual-order-section { padding: 0; overflow: hidden; }
.visual-order-section > .section-heading { margin: 0; padding: 34px 34px 28px; }
.vendor-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 24px; background: #f4f6f3; border-top: 1px solid var(--line); }
.vendor-product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 8px 25px rgba(7,27,49,.05); }
.vendor-product-card.selected { border-color: var(--green-700); box-shadow: 0 0 0 2px rgba(34,94,67,.12), 0 12px 30px rgba(7,27,49,.08); }
.vendor-product-image { width: 100%; min-height: 330px; display: grid; place-items: center; padding: 22px; background: linear-gradient(180deg, #f9faf8 0%, #eef1ed 100%); overflow: hidden; }
.vendor-product-image img { display: block; width: 100%; height: 300px; max-width: 100%; object-fit: contain; object-position: center; transform: none !important; }
.vendor-product-info { display: grid; gap: 12px; flex: 1; padding: 22px; }
.vendor-product-info > small { color: var(--gold-500); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.vendor-product-info h3 { margin: 0; color: var(--navy-950); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.08; font-weight: 500; }
.vendor-product-info > p { margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.55; }
.vendor-product-info > strong { color: var(--green-700); font-size: .66rem; }
.vendor-product-info label { min-width: 0; }
.vendor-product-info select { width: 100%; min-width: 0; white-space: normal; }
.selected-price { min-height: 42px; padding: 11px 12px; color: var(--navy-900) !important; background: #f3f6f3; border-radius: 6px; font-weight: 800; }

.artwork-upload-panel { grid-template-columns: 82px minmax(0, 1fr); gap: 22px; align-items: center; margin: 26px; padding: 25px; color: var(--navy-900); background: #fff8e8; border: 2px dashed #c59b44; border-radius: 12px; }
.artwork-upload-panel:not([hidden]) { display: grid; }
.artwork-icon { width: 76px; height: 76px; display: grid; place-items: center; color: white; background: #a32222; border-radius: 10px; font-size: 1rem; font-weight: 900; letter-spacing: .08em; box-shadow: 0 10px 24px rgba(163,34,34,.2); }
.artwork-upload-panel h3 { margin: 4px 0 7px; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.artwork-upload-panel p { max-width: 800px; margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.55; }
.file-upload-label { max-width: 620px; margin-top: 14px; }
.file-upload-label input { padding: 11px; background: white; }
.file-status { margin-top: 7px !important; color: var(--green-700) !important; font-weight: 800; }

.vendor-order-details { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr); gap: 0; border-top: 1px solid var(--line); }
.order-contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; padding: 30px; background: #f8f9f7; }
.order-contact-fields h3 { grid-column: 1 / -1; margin: 0 0 4px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.order-contact-fields label:nth-of-type(3), .order-contact-fields label:nth-of-type(4) { grid-column: 1 / -1; }
.visual-summary-card { position: static; top: auto; align-content: start; border-left: 1px solid var(--line); }
.visual-summary-card select { width: 100%; }
.payment-help { margin: -4px 0 0; color: var(--muted); font-size: .61rem; line-height: 1.5; }

.vendor-preview-section { margin-top: 28px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.vendor-preview-section .section-heading { margin-bottom: 20px; }
.vendor-preview-section .vendor-product-grid { padding: 0; background: transparent; border-top: 0; }
.vendor-preview-section .vendor-product-image { min-height: 240px; }
.vendor-preview-section .vendor-product-image img { height: 215px; }
.vendor-preview-section .vendor-product-info { padding: 18px; }

@media (max-width: 1050px) {
  .vendor-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vendor-order-details { grid-template-columns: 1fr; }
  .visual-summary-card { border-top: 1px solid var(--line); border-left: 0; }
}
@media (max-width: 700px) {
  .visual-order-section > .section-heading { padding: 24px 21px 20px; }
  .vendor-product-grid { grid-template-columns: 1fr; padding: 13px; }
  .vendor-product-image { min-height: 280px; padding: 16px; }
  .vendor-product-image img { height: 255px; }
  .artwork-upload-panel { grid-template-columns: 1fr; margin: 16px 13px; padding: 20px; }
  .artwork-icon { width: 62px; height: 62px; }
  .order-contact-fields { grid-template-columns: 1fr; padding: 21px; }
  .order-contact-fields h3, .order-contact-fields label:nth-of-type(3), .order-contact-fields label:nth-of-type(4) { grid-column: auto; }
  .vendor-preview-section { padding: 20px 13px; }
}
@media (max-width: 420px) {
  .vendor-product-image { min-height: 235px; }
  .vendor-product-image img { height: 215px; }
  .vendor-product-info { padding: 18px; }
}

/* =====================================================================
   APPROVED VENDOR TWO-FACTOR AUTHENTICATION — 2026-08-06
===================================================================== */
.security-notice { display: grid; gap: 4px; padding: 14px 16px; color: var(--navy-900); background: #eef5f1; border: 1px solid #bad5c6; border-radius: 7px; }
.security-notice strong { color: var(--green-700); font-size: .72rem; }
.security-notice span { color: var(--muted); font-size: .64rem; line-height: 1.45; }
.two-factor-shell { align-items: center; }
.verification-card { overflow: hidden; }
.verification-heading-block { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 24px 30px; color: white; background: var(--navy-950); }
.verification-heading-block strong { display: block; color: white; font-size: .88rem; }
.verification-heading-block small { display: block; margin-top: 4px; color: rgba(255,255,255,.72); font-size: .64rem; }
.verification-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--navy-950); background: var(--gold-400); border-radius: 50%; font-size: 1.15rem; font-weight: 900; }
.verification-form { padding-bottom: 22px; }
.verification-code-input { font-size: 1.55rem; font-weight: 900; letter-spacing: .32em; text-align: center; }
.auth-secondary-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 30px 28px; }
.auth-secondary-actions form { margin: 0; }
.compact-button { min-height: 42px; padding: 0 16px; }
.text-button { padding: 8px 2px; color: var(--green-700); background: transparent; border: 0; font-size: .67rem; font-weight: 900; cursor: pointer; }
.text-button:hover { text-decoration: underline; }
@media (max-width: 560px) {
  .auth-secondary-actions { align-items: stretch; flex-direction: column; padding: 0 21px 22px; }
  .auth-secondary-actions form, .auth-secondary-actions button { width: 100%; }
  .verification-heading-block { padding: 21px; }
}


/* Email-or-text verification choice */
.delivery-methods { display: grid; gap: 12px; margin: 0; padding: 0; border: 0; }
.delivery-methods legend { margin-bottom: 8px; color: var(--navy-900); font-size: .68rem; font-weight: 900; }
.delivery-method-card { display: grid !important; grid-template-columns: 22px minmax(0, 1fr); gap: 12px !important; align-items: center; padding: 15px 16px; background: #f8faf8; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.delivery-method-card:has(input:checked) { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(28,98,73,.12); background: #eef5f1; }
.delivery-method-card input { width: 18px !important; min-height: 18px !important; margin: 0; accent-color: var(--green-700); }
.delivery-method-card span { min-width: 0; }
.delivery-method-card strong { display: block; color: var(--navy-950); font-size: .75rem; }
.delivery-method-card small { display: block; margin-top: 3px; overflow-wrap: anywhere; color: var(--muted); font-size: .61rem; font-weight: 500; }
.delivery-method-card.unavailable { opacity: .58; cursor: not-allowed; }
.auth-secondary-actions.single-action { justify-content: flex-end; }


/* =====================================================================
   VENDOR-SELECTED PASSWORD CONTROLS — 2026-08-06
   Passwords are typed by the vendor. The website does not auto-generate them.
===================================================================== */
.manual-password-heading { display: grid; gap: 4px; padding: 13px 15px; color: var(--navy-900); background: #eef5f1; border: 1px solid #bad5c6; border-radius: 7px; }
.manual-password-heading strong { color: var(--green-700); font-size: .72rem; }
.manual-password-heading span { color: var(--muted); font-size: .62rem; font-weight: 500; line-height: 1.45; }
.show-password-line { display: flex !important; grid-template-columns: 18px 1fr !important; align-items: center; gap: 9px !important; color: var(--muted) !important; cursor: pointer; }
.show-password-line input { width: 17px !important; min-height: 17px !important; margin: 0; accent-color: var(--green-700); }
.show-password-line span { font-size: .64rem; font-weight: 700; }
.account-security-panel { margin: -12px 0 30px; background: white; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.account-security-panel > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 24px; cursor: pointer; list-style: none; }
.account-security-panel > summary::-webkit-details-marker { display: none; }
.account-security-panel > summary span:first-child { display: grid; gap: 2px; }
.account-security-panel > summary strong { color: var(--navy-950); font-size: .76rem; }
.account-security-panel > summary small { color: var(--muted); font-size: .62rem; }
.account-security-panel > summary span:last-child { color: var(--green-700); font-size: 1.4rem; font-weight: 500; transition: transform .18s ease; }
.account-security-panel[open] > summary span:last-child { transform: rotate(45deg); }
.account-password-form { display: grid; gap: 16px; padding: 24px; border-top: 1px solid var(--line); background: #fafbf9; }
.account-password-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.account-password-form label { display: grid; gap: 6px; color: var(--navy-900); font-size: .68rem; font-weight: 900; }
.account-password-form input[type="password"], .account-password-form input[type="text"] { width: 100%; min-height: 44px; padding: 10px 12px; color: var(--navy-950); background: white; border: 1px solid var(--line); border-radius: 6px; outline: none; }
.account-password-form input:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(28,98,73,.12); }
.account-password-form label small { color: var(--muted); font-size: .58rem; font-weight: 500; }
.account-password-form .primary-button { justify-self: start; }
@media (max-width: 820px) { .account-password-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .account-security-panel > summary, .account-password-form { padding: 18px; } .account-password-form .primary-button { width: 100%; } }

/* =====================================================================
   CLUBS & RESORTS ACCESS REFINEMENTS — 2026-08-08
   Mobile-first access tabs, required-field marks, password guidance,
   and Safari/iPhone form behavior.
===================================================================== */
[hidden] { display: none !important; }
.auth-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 18px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  font-size: .74rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.auth-tabs a.active {
  color: var(--navy-950);
  background: white;
  border-bottom-color: var(--green-700);
}
.required-note {
  padding: 10px 12px;
  color: var(--muted);
  background: #faf8f5;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: .62rem;
  font-weight: 700;
}
.required-mark { color: #b42318; font-weight: 900; }
.optional-mark {
  justify-self: start;
  color: var(--muted);
  font-size: .56rem;
  font-weight: 600;
}
.password-instruction {
  display: grid;
  gap: 4px;
  padding: 13px 15px;
  color: var(--navy-900);
  background: #fff7e8;
  border: 1px solid #e7c98f;
  border-radius: 7px;
}
.password-instruction strong { color: #76520f; font-size: .7rem; }
.password-instruction span { color: var(--muted); font-size: .62rem; line-height: 1.5; }
.forgot-password-link,
.text-link {
  justify-self: start;
  color: var(--green-700);
  font-size: .66rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.signin-form { gap: 18px; }
.compact-auth-shell { align-items: center; }

@media (max-width: 800px) {
  .vendor-header { position: static; }
  .vendor-hero-grid { min-height: auto; padding-block: 34px; gap: 20px; }
  .vendor-hero-card { padding: 20px; }
  .auth-shell { gap: 18px; }
  .auth-intro { padding: 8px 0 0; }
  .auth-intro h2 { font-size: clamp(1.85rem, 8vw, 2.7rem); }
  .vendor-content { padding-block: 20px 55px; }
}

@media (max-width: 560px) {
  .vendor-width { width: min(calc(100% - 24px), var(--width)); }
  .vendor-header-inner { min-height: 64px; }
  .vendor-brand { gap: 8px; }
  .vendor-brand img { width: 43px; height: 43px; }
  .vendor-brand strong { font-size: .96rem; }
  .vendor-brand small { font-size: .5rem; }
  .vendor-hero-grid { padding-block: 26px; }
  .vendor-hero h1 { font-size: clamp(2.1rem, 11vw, 3rem); }
  .vendor-hero-grid > div:first-child > p:last-child { margin-top: 16px; font-size: .86rem; }
  .vendor-hero-card { display: none; }
  .auth-intro > p:not(.eyebrow) { margin-top: 13px; font-size: .82rem; }
  .auth-intro ul { margin-top: 15px; gap: 8px; }
  .auth-intro li { font-size: .7rem; }
  .auth-card { border-radius: 10px; }
  .auth-tabs a { min-height: 52px; padding: 12px; font-size: .78rem; }
  .auth-form { padding: 20px 18px 22px; gap: 15px; }
  .auth-form input,
  .auth-form select,
  .account-password-form input[type="password"],
  .account-password-form input[type="text"] {
    min-height: 48px;
    font-size: 16px;
  }
  .auth-form label { font-size: .72rem; }
  .auth-form label small { font-size: .62rem; line-height: 1.45; }
  .primary-button { width: 100%; min-height: 50px; }
  .forgot-password-link, .text-link { justify-self: center; padding: 4px 0; }
  .required-note { font-size: .64rem; }
  .password-instruction strong { font-size: .69rem; }
  .password-instruction span { font-size: .63rem; }
}
