:root {
    --ink-page: #fcfcfd;
    --ink-bg: #fcfcfd;
    --ud-ivory: #fcfcfd;
    --ud-paper: #ffffff;
    --ud-sage: #e8e9ff;
    --ud-olive: #5562d9;
    --ud-olive-dark: #27335f;
    --ud-clay: #5865e8;
    --ud-ink: #1a2c40;
    --ud-muted: #69788d;
    --ud-line: rgba(45, 68, 112, .15);
    --ud-shadow: 0 24px 70px rgba(57, 72, 135, .12);
}

html { scroll-behavior: smooth; }
body {
    background: var(--ud-ivory) !important;
    color: var(--ud-ink) !important;
    font-family: "Open Sans", sans-serif !important;
}
body p, body li, body input, body select, body textarea, body button { font-family: "Open Sans", sans-serif; }
body.inkbook-theme img { filter: none !important; }

body.inkbook-theme .ink-lightbox__nav,
body.inkbook-theme .ink-lightbox__nav:hover,
body.inkbook-theme .ink-lightbox__nav:focus-visible {
    color: #fff !important;
}
body.inkbook-theme .ink-lightbox__nav .ink-icon { background-color: #fff !important; }
body h1, body h2, body h3, body h4 { color: var(--ud-ink); letter-spacing: -.035em; }
body a { color: inherit; }
.ink-app-shell, .ink-app-main { width: 100%; max-width: none; background: transparent; }
.ink-main { width: min(1440px, 100%); margin: 0 auto; padding: 0 28px 72px; overflow: visible; }
.ink-site-header {
    position: sticky; top: 0; z-index: 9000; width: 100%; max-width: none;
    min-height: 74px; padding: 0 max(28px, calc((100vw - 1384px) / 2));
    background: rgba(255, 255, 255, .94); border-bottom: 1px solid var(--ud-line); backdrop-filter: blur(18px);
}
.ink-header-brand { min-width: 210px; }
.ink-site-header, .ink-site-header a, .ink-site-header button, .ink-brand-lockup strong { font-family: "Open Sans", sans-serif !important; }
.ink-brand-lockup strong { font-size: 28px; font-weight: 400; letter-spacing: -.035em; text-transform: lowercase; }
.ink-footer-brand strong { font-family: "Playfair Display", serif; font-size: 30px; font-weight: 600; letter-spacing: -.04em; text-transform: lowercase; }
.ink-brand-mark { width: 34px; height: 34px; border: 0; background: transparent; }
.ink-site-logo, .ink-footer-logo { width: 100%; height: 100%; object-fit: contain; }
.ink-header-tagline { color: var(--ud-muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.ink-primary-nav { display: flex; align-items: stretch; gap: 32px; min-height: 74px; }
.ink-primary-nav a { font-family: "Open Sans", sans-serif !important; font-size: 13px; font-weight: 400 !important; color: var(--ud-ink); }
.ink-primary-nav a:hover { color: var(--ud-clay); }
.ink-nav-dropdown { position: relative; display: flex; align-items: center; }
.ink-nav-dropdown__trigger { display: inline-flex; align-items: center; gap: 7px; min-height: 74px; text-decoration: none; }
.ink-nav-dropdown__trigger > span { position: relative; top: -2px; display: inline-grid; place-items: center; color: var(--ud-muted); font-size: 13px; line-height: 1; transition: transform .2s ease; }
.ink-nav-dropdown__menu {
    position: absolute; top: calc(100% + 12px); left: 50%; z-index: 9200; width: 310px;
    display: grid; gap: 4px; padding: 12px; border: 1px solid var(--ud-line); border-radius: 18px;
    background: #fff; box-shadow: 0 24px 60px rgba(35, 48, 86, .16);
    opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 10px); transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.ink-nav-dropdown__menu::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 14px; }
.ink-nav-dropdown__menu > a { display: grid; gap: 3px; padding: 11px 13px; border-radius: 11px; text-decoration: none; }
.ink-nav-dropdown__menu > a:hover, .ink-nav-dropdown__menu > a:focus-visible { background: #f5f6ff; color: var(--ud-ink); }
.ink-nav-dropdown__menu strong { font-family: "Open Sans", sans-serif; font-size: 13px; font-weight: 500; }
.ink-nav-dropdown__menu small { color: var(--ud-muted); font-size: 11px; line-height: 1.45; }
.ink-nav-dropdown__menu.is-specialists { left: auto; right: -260px; width: min(780px, calc(100vw - 40px)); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; transform: translateY(10px); }
.ink-nav-dropdown__menu.is-specialists .is-all { grid-column: 1 / -1; border-bottom: 1px solid var(--ud-line); border-radius: 10px 10px 0 0; }
.ink-nav-dropdown__menu .ink-specialist-nav-card { grid-template-columns: 54px minmax(0, 1fr); align-items: center; gap: 11px; min-width: 0; padding: 7px; }
.ink-specialist-nav-card__image { width: 54px; height: 48px; overflow: hidden; border-radius: 10px; background: #eef0f4; }
.ink-specialist-nav-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ink-specialist-nav-card > span:last-child { min-width: 0; display: grid; gap: 2px; }
.ink-specialist-nav-card strong { overflow-wrap: anywhere; line-height: 1.25; }
.ink-nav-dropdown:hover .ink-nav-dropdown__menu, .ink-nav-dropdown:focus-within .ink-nav-dropdown__menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.ink-nav-dropdown:hover .ink-nav-dropdown__menu.is-specialists, .ink-nav-dropdown:focus-within .ink-nav-dropdown__menu.is-specialists { transform: translateY(0); }
.ink-nav-dropdown:hover .ink-nav-dropdown__trigger > span, .ink-nav-dropdown:focus-within .ink-nav-dropdown__trigger > span { transform: rotate(180deg); }
.ink-header-artist-cta { background: #eef0ff !important; color: var(--ud-clay) !important; border: 0 !important; border-radius: 999px !important; }
.ink-header-link { background: var(--ud-clay) !important; color: #fff !important; border-radius: 999px !important; font-weight: 400 !important; }
.ink-account-dropdown { z-index: 9100; background: var(--ud-paper); border-color: var(--ud-line); box-shadow: var(--ud-shadow); }

.ink-button {
    min-height: 48px; padding: 0 24px; border-radius: 999px !important; border: 1px solid var(--ud-olive-dark) !important;
    background: var(--ud-clay) !important; color: #fff !important; font-size: 13px; font-weight: 700; box-shadow: 0 10px 26px rgba(88,101,232,.22) !important;
}
.ink-button:hover { background: #eef0ff !important; border-color: var(--ud-clay) !important; color: var(--ud-ink) !important; transform: translateY(-1px); }
.ink-button--ghost { background: transparent !important; color: var(--ud-ink) !important; border-color: var(--ud-line) !important; }
.ink-button--ghost:hover { background: var(--ud-olive-dark) !important; border-color: var(--ud-olive-dark) !important; color: #fff !important; }
body.inkbook-theme .ink-button--ghost,
body.inkbook-theme .ink-button--ghost:visited { background: transparent !important; color: var(--ud-ink) !important; border-color: var(--ud-line) !important; }
body.inkbook-theme .ink-button--ghost:hover,
body.inkbook-theme .ink-button--ghost:focus-visible { background: var(--ud-olive-dark) !important; border-color: var(--ud-olive-dark) !important; color: #fff !important; }
.udvoh-eyebrow, .ink-kicker { color: var(--ud-clay) !important; font-size: 10px !important; font-weight: 700; letter-spacing: .18em !important; text-transform: uppercase; }

.udvoh-home { display: grid; gap: 86px; padding-top: 20px; }
.udvoh-home-hero {
    min-height: 680px; display: grid; grid-template-columns: minmax(430px, .86fr) minmax(0, 1.14fr); gap: 0;
    overflow: hidden; border: 1px solid var(--ud-line); border-radius: 28px; background: var(--ud-paper); box-shadow: var(--ud-shadow);
}
.udvoh-home-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 5.5vw, 78px); background: var(--ud-paper); }
.udvoh-home-hero__brand { display: flex; align-items: center; gap: 11px; width: max-content; margin-bottom: auto; color: var(--ud-clay); text-decoration: none; }
.udvoh-home-hero__brand span { display: grid; place-items: center; width: 40px; height: 40px; border: 3px solid currentColor; border-radius: 14px 14px 14px 5px; font-size: 0; }
.udvoh-home-hero__brand span::after { content: "♡"; font-size: 20px; }
.udvoh-home-hero__brand strong { font-size: 31px; letter-spacing: .04em; text-transform: uppercase; }
.udvoh-home-hero__copy .udvoh-eyebrow { margin-top: auto; }
.udvoh-home-hero__copy h1 { max-width: 620px; margin: 14px 0 22px; font-family: "Playfair Display", serif !important; font-size: clamp(52px, 6vw, 86px); font-weight: 500; line-height: .96; }
.udvoh-home-hero__copy > p:not(.udvoh-eyebrow) { max-width: 570px; margin: 0; color: var(--ud-muted); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.udvoh-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.udvoh-home-proof { display: grid; grid-template-columns: auto 1fr 1px auto 1fr; gap: 8px 12px; align-items: center; margin-top: auto; padding-top: 38px; color: var(--ud-muted); font-size: 11px; }
.udvoh-home-proof strong { color: var(--ud-ink); font-size: 20px; }.udvoh-home-proof i { width: 1px; height: 30px; background: var(--ud-line); }
.udvoh-home-hero__photo { position: relative; min-width: 0; min-height: 680px; overflow: hidden; background: #dfe6f1; }
.udvoh-home-hero__photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.udvoh-home-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(25,43,63,.68)); }
.udvoh-home-hero__photo > div { position: absolute; z-index: 1; right: clamp(28px,4vw,62px); bottom: clamp(30px,5vw,68px); left: clamp(28px,4vw,62px); display: grid; gap: 13px; color: #fff; }
.udvoh-home-hero__photo span { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.udvoh-home-hero__photo strong { max-width: 650px; color: #fff; font-family: "Playfair Display",serif !important; font-size: clamp(48px,6vw,82px); font-weight: 500; line-height: .92; }
.udvoh-home-hero__photo a {
    width: max-content; display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px;
    border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(20,31,45,.34);
    color: #fff; font-size: 12px; font-weight: 600; text-decoration: none; backdrop-filter: blur(8px);
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.udvoh-home-hero__photo a:hover { border-color: #fff; background: rgba(20,31,45,.62); color: #fff; transform: translateY(-1px); }

.udvoh-home-search { width: min(1100px, calc(100% - 48px)); display: grid; grid-template-columns: .8fr 1.35fr; gap: 46px; align-items: end; justify-self: center; margin-inline: auto; padding: 0; }
.udvoh-home-search h2, .udvoh-section-title h1, .udvoh-section-title h2, .udvoh-home-banner h2 { margin: 8px 0 0; font-family: "Playfair Display", serif !important; font-size: clamp(38px, 5vw, 68px); font-weight: 500; line-height: 1; }
.udvoh-home-search form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 6px; border: 1px solid var(--ud-line); border-radius: 18px; background: var(--ud-paper); }
.udvoh-home-search label { display: grid; gap: 2px; padding: 3px 11px; border-right: 1px solid var(--ud-line); }
.udvoh-home-search label span { color: var(--ud-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.udvoh-home-search select { width: 100%; min-height: 32px; padding: 0; border: 0; background: transparent; color: var(--ud-ink); font-weight: 600; }
.udvoh-home-search .ink-custom-select__trigger {
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 10px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.udvoh-home-search .ink-button {
    align-self: center !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 18px !important;
    box-shadow: none !important;
}

.ink-beauty-directions { margin: 0 !important; padding: 0 24px !important; }
.ink-beauty-directions .ink-section-head { border: 0; }
.ink-beauty-directions__grid { grid-template-columns: repeat(4, 1fr) !important; gap: 10px !important; }
.ink-beauty-direction-card { min-height: 210px !important; padding: 24px !important; border: 1px solid var(--ud-line) !important; border-radius: 18px !important; background: var(--ud-paper) !important; }
.ink-beauty-direction-card:hover { background: var(--ud-sage) !important; transform: translateY(-4px); }
.ink-beauty-direction-card > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ud-line); border-radius: 50%; font-size: 18px; }
.ink-beauty-direction-card strong { margin-top: auto; font-family: "Playfair Display", serif; font-size: 25px !important; font-weight: 500; }
.ink-beauty-direction-card small { color: var(--ud-muted); }
.ink-beauty-direction-card small { font-size: 13px !important; font-weight: 400 !important; line-height: 1.55 !important; }

.udvoh-specialist-join {
    border: 1px solid var(--ud-line) !important;
    background: #ebecf3 !important;
    box-shadow: none !important;
}
.udvoh-specialist-join::after { border-color: rgba(39, 51, 95, .055); }
.udvoh-specialist-join h2 { color: var(--ud-ink) !important; }
.udvoh-specialist-join .ink-kicker { color: var(--ud-clay) !important; }
.udvoh-specialist-join .ink-artist-join__content > p:not(.ink-kicker) { color: var(--ud-muted) !important; }
.udvoh-specialist-join .ink-artist-join__benefits span {
    color: var(--ud-ink);
    border-color: rgba(45, 68, 112, .12);
    background: rgba(255, 255, 255, .78);
}
.udvoh-specialist-join .ink-artist-join__benefits strong { color: var(--ud-clay); }
body.inkbook-theme .udvoh-specialist-join .ink-button--ghost,
body.inkbook-theme .udvoh-specialist-join .ink-button--ghost:visited {
    color: var(--ud-ink) !important;
    background: rgba(255, 255, 255, .65) !important;
    border-color: rgba(45, 68, 112, .18) !important;
}
body.inkbook-theme .udvoh-specialist-join .ink-button--ghost:hover,
body.inkbook-theme .udvoh-specialist-join .ink-button--ghost:focus-visible {
    color: #fff !important;
    background: var(--ud-olive-dark) !important;
    border-color: var(--ud-olive-dark) !important;
}

.udvoh-tools-section { padding: clamp(38px,5vw,72px); border: 1px solid var(--ud-line); border-radius: 28px; background: #ebecf3; }
.udvoh-tools-section .udvoh-section-title { max-width: 820px; margin: 0 0 34px; text-align: left; }
.udvoh-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; background: transparent; }
.udvoh-feature-grid > a {
    position: relative; min-height: 245px; display: flex; flex-direction: column; padding: 26px;
    border: 1px solid var(--ud-line); border-radius: 18px; background: var(--ud-paper) !important;
    color: var(--ud-ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.udvoh-feature-grid > a:hover { border-color: rgba(45,68,112,.28); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(45,68,112,.09); }
.udvoh-feature-grid > a:nth-child(2), .udvoh-feature-grid > a:nth-child(3) { background: #f5f6fa !important; }
.udvoh-feature-grid > a > small { color: var(--ud-clay); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.udvoh-feature-grid > a > span { display: grid; place-items: center; width: 44px; height: 44px; margin-top: 22px; border-radius: 13px; background: var(--ud-olive-dark); color: #fff; font-size: 19px; font-weight: 700; }
.udvoh-feature-grid h3 { margin: 22px 0 8px; font-family: "Playfair Display", serif; font-size: 29px; font-weight: 500; }
.udvoh-feature-grid p { max-width: 520px; margin: 0; color: var(--ud-muted); line-height: 1.6; }
.udvoh-feature-grid b { margin-top: auto; padding-top: 20px; color: var(--ud-olive-dark); font-size: 12px; }
.udvoh-home-banner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; padding: clamp(42px, 6vw, 84px); border-radius: 30px; background: linear-gradient(135deg,#4d59db,#7580ef); color: #fff; }
.udvoh-home-banner h2 { color: #fff; }
.udvoh-home-banner > div:last-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.udvoh-home-banner p { color: #d8ddcf; line-height: 1.65; }
.udvoh-home-banner .ink-button { background: var(--ud-sage) !important; color: var(--ud-olive-dark) !important; border-color: var(--ud-sage) !important; }

.udvoh-section-title { max-width: 720px; margin-bottom: 32px; }
.udvoh-section-title > p:last-child { color: var(--ud-muted); font-size: 18px; line-height: 1.6; }
.udvoh-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.udvoh-story-grid article { overflow: hidden; border: 1px solid var(--ud-line); border-radius: 20px; background: var(--ud-paper); }
.udvoh-story-grid article > a { display: block; text-decoration: none; }
.udvoh-story-grid img { width: 100%; height: 300px; object-fit: cover; }
.udvoh-story-grid article div { padding: 24px; }
.udvoh-story-grid span { color: var(--ud-clay); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.udvoh-story-grid h3 { margin: 8px 0; font-family: "Playfair Display", serif; font-size: 28px; font-weight: 500; }
.udvoh-story-grid p { color: var(--ud-muted); }

.udvoh-auth-gate { max-width: 850px; margin: 90px auto; padding: 70px; border: 1px solid var(--ud-line); border-radius: 28px; background: var(--ud-paper); text-align: center; }
.udvoh-auth-gate h1 { margin: 12px 0; font-family: "Playfair Display", serif; font-size: clamp(42px, 6vw, 70px); font-weight: 500; }
.udvoh-auth-gate p:not(.udvoh-eyebrow) { color: var(--ud-muted); font-size: 18px; }

.udvoh-planner { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 20px; padding-top: 28px; }
.udvoh-planner__nav { position: sticky; top: 102px; align-self: start; min-height: calc(100vh - 132px); padding: 22px; border-radius: 24px; background: var(--ud-olive-dark); color: #fff; }
.udvoh-planner__couple { display: grid; gap: 6px; padding: 16px 12px 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.udvoh-planner__couple span, .udvoh-planner__couple small { color: #bfc8b4; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.udvoh-planner__couple strong { font-family: "Playfair Display", serif; font-size: 25px; font-weight: 500; }
.udvoh-planner__nav nav { display: grid; gap: 4px; margin-top: 18px; }
.udvoh-planner__nav nav a { padding: 12px 14px; border-radius: 12px; color: #d9dfd3; font-size: 13px; text-decoration: none; }
.udvoh-planner__nav nav a:hover, .udvoh-planner__nav nav a.is-active { background: rgba(255,255,255,.1); color: #fff; }
.udvoh-planner__main { min-width: 0; display: grid; gap: 18px; }
.udvoh-planner__header { display: flex; justify-content: space-between; align-items: flex-end; padding: 34px 38px; border: 1px solid var(--ud-line); border-radius: 24px; background: var(--ud-paper); }
.udvoh-planner__header h1 { margin: 8px 0 0; font-family: "Playfair Display", serif; font-size: clamp(40px, 5vw, 68px); font-weight: 500; }
.udvoh-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.udvoh-metrics article { min-width: 0; display: grid; gap: 8px; padding: 24px; border: 1px solid var(--ud-line); border-radius: 18px; background: var(--ud-paper); }
.udvoh-metrics span, .udvoh-metrics small { color: var(--ud-muted); font-size: 11px; }
.udvoh-metrics strong { overflow-wrap: anywhere; font-family: "Playfair Display", serif; font-size: clamp(22px, 2.2vw, 32px); font-weight: 500; }
.udvoh-panel { scroll-margin-top: 110px; min-width: 0; padding: 34px; border: 1px solid var(--ud-line); border-radius: 24px; background: var(--ud-paper); box-shadow: 0 10px 35px rgba(55,62,48,.045); }
.udvoh-panel__head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; margin-bottom: 28px; }
.udvoh-panel__head h2 { margin: 7px 0 0; font-family: "Playfair Display", serif; font-size: clamp(30px, 3.5vw, 48px); font-weight: 500; }
.udvoh-panel__head > span, .udvoh-panel__head > a { color: var(--ud-muted); font-size: 12px; text-decoration: none; }
.udvoh-form { display: grid; gap: 12px; }
.udvoh-form--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.udvoh-form label { min-width: 0; display: grid; gap: 7px; }
.udvoh-form label > span { color: var(--ud-muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.udvoh-form .is-wide { grid-column: 1 / -1; }
.udvoh-form input, .udvoh-form select, .udvoh-form textarea, .udvoh-rsvp-form input, .udvoh-rsvp-form select { width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid var(--ud-line); border-radius: 12px; background: #fbfaf6; color: var(--ud-ink); font-size: 14px; }
.udvoh-form textarea { resize: vertical; }
.udvoh-inline-form { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); align-items: end; margin-bottom: 22px; padding: 14px; border-radius: 16px; background: #f3f1ea; }
.udvoh-inline-form .ink-button { min-width: 110px; }
.udvoh-form__status { align-self: center; color: var(--ud-olive); font-size: 12px; }
.udvoh-form.is-loading { opacity: .65; pointer-events: none; }
.udvoh-switch { display: flex !important; flex-direction: row; align-items: center; }
.udvoh-switch input { width: 20px; min-height: 20px; }
.udvoh-switch span { color: var(--ud-ink) !important; font-size: 13px !important; text-transform: none !important; letter-spacing: 0 !important; }

.udvoh-task-list { display: grid; }
.udvoh-task-list article { display: grid; grid-template-columns: 34px minmax(0, 1fr) 28px; gap: 12px; align-items: center; padding: 15px 0; border-top: 1px solid var(--ud-line); }
.udvoh-task-list article > button:first-child { width: 27px; height: 27px; border: 1px solid var(--ud-line); border-radius: 50%; background: transparent; }
.udvoh-task-list article.is-done > button:first-child { background: var(--ud-olive); color: #fff; }
.udvoh-task-list article.is-done strong { color: var(--ud-muted); text-decoration: line-through; }
.udvoh-task-list article div { min-width: 0; display: grid; gap: 3px; }
.udvoh-task-list article span { color: var(--ud-muted); font-size: 11px; }
.udvoh-delete { border: 0; background: transparent; color: #9a8178; font-size: 21px; cursor: pointer; }

.udvoh-budget-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-bottom: 22px; overflow: hidden; border: 1px solid var(--ud-line); border-radius: 16px; background: var(--ud-line); }
.udvoh-budget-summary span { display: grid; gap: 8px; padding: 18px; background: #fbfaf6; color: var(--ud-muted); font-size: 11px; }
.udvoh-budget-summary strong { color: var(--ud-ink); font-family: "Playfair Display", serif; font-size: 22px; font-weight: 500; }
.udvoh-table { min-width: 0; overflow-x: auto; }
.udvoh-table__row { min-width: 650px; display: grid; grid-template-columns: minmax(230px, 1.5fr) repeat(3, minmax(105px, .7fr)) 30px; gap: 12px; align-items: center; padding: 14px 8px; border-top: 1px solid var(--ud-line); }
.udvoh-table--guests .udvoh-table__row { grid-template-columns: minmax(190px, 1.3fr) minmax(150px, 1fr) 100px 80px 30px; }
.udvoh-table__row.is-head { color: var(--ud-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.udvoh-table__row span { min-width: 0; overflow-wrap: anywhere; font-size: 13px; }
.udvoh-table__row span:first-child { display: grid; gap: 3px; }
.udvoh-table__row small { color: var(--ud-muted); }
.udvoh-table__row i { display: inline-flex; padding: 5px 8px; border-radius: 999px; background: #ebe9e1; font-size: 10px; font-style: normal; }
.udvoh-table__row i.is-yes { background: #dce7d4; }.udvoh-table__row i.is-no { background: #f1ddd5; }
.udvoh-timeline { position: relative; display: grid; }
.udvoh-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 51px; width: 1px; background: var(--ud-line); }
.udvoh-timeline article { position: relative; display: grid; grid-template-columns: 88px minmax(0, 1fr) 30px; gap: 14px; padding: 16px 0; }
.udvoh-timeline time { position: relative; z-index: 1; width: max-content; padding: 5px 9px; border-radius: 999px; background: var(--ud-sage); font-weight: 700; }
.udvoh-timeline article div { display: grid; gap: 3px; }.udvoh-timeline span { color: var(--ud-muted); font-size: 12px; }
.udvoh-request-list { display: grid; gap: 10px; margin-top: 24px; }
.udvoh-request-list article { display: grid; grid-template-columns: 1fr auto 28px; gap: 18px; padding: 20px; border: 1px solid var(--ud-line); border-radius: 16px; }
.udvoh-request-list article div { display: grid; gap: 6px; }.udvoh-request-list article span { width: max-content; padding: 4px 8px; border-radius: 999px; background: var(--ud-sage); font-size: 10px; }.udvoh-request-list article p { margin: 0; color: var(--ud-muted); }
.udvoh-request-offers { display: grid !important; gap: 8px !important; margin-top: 10px; padding-top: 12px; border-top: 1px solid var(--ud-line); }
.udvoh-request-offers > a { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 3px 16px; padding: 12px; border: 1px solid var(--ud-line); border-radius: 12px; color: var(--ud-ink); text-decoration: none; }
.udvoh-request-offers > a span { padding: 0; background: transparent; font-size: 13px; font-weight: 700; }
.udvoh-request-offers > a strong { color: var(--ud-clay); }
.udvoh-request-offers > a small { grid-column: 1 / -1; color: var(--ud-muted); }
.udvoh-vendor-requests { display: grid; gap: 18px; margin: 30px 0; padding: 26px; border: 1px solid var(--ud-line); border-radius: 20px; background: #f5f4ed; }
.udvoh-vendor-requests .ink-section-head { margin: 0; }
.udvoh-vendor-requests .ink-section-head h2 { margin: 5px 0; font-family: "Playfair Display", serif; font-size: clamp(28px, 3vw, 42px); font-weight: 500; }
.udvoh-vendor-requests .ink-section-head p:last-child { margin: 0; color: var(--ud-muted); }
.udvoh-vendor-request-list { display: grid; gap: 12px; }
.udvoh-vendor-request-list > article { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.75fr); gap: 24px; padding: 22px; border: 1px solid var(--ud-line); border-radius: 16px; background: var(--ud-paper); }
.udvoh-vendor-request__brief { min-width: 0; }
.udvoh-vendor-request__brief > span { color: var(--ud-clay); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.udvoh-vendor-request__brief h3 { margin: 7px 0 10px; font-family: "Playfair Display", serif; font-size: 25px; font-weight: 500; }
.udvoh-vendor-request__brief p { color: var(--ud-muted); line-height: 1.55; }
.udvoh-vendor-request__brief small { font-weight: 700; }
.udvoh-empty { padding: 32px; border: 1px dashed var(--ud-line); border-radius: 16px; color: var(--ud-muted); text-align: center; }
.udvoh-compare { margin: 0 0 24px; overflow-x: auto; border: 1px solid var(--ud-line); border-radius: 16px; }
.udvoh-compare__row { min-width: 720px; display: grid; grid-template-columns: 150px repeat(var(--udvoh-compare-count,4),minmax(130px,1fr)); background: var(--ud-paper); }
.udvoh-compare__row > * { min-width: 0; padding: 13px 14px; border-right: 1px solid var(--ud-line); border-bottom: 1px solid var(--ud-line); overflow-wrap: anywhere; }
.udvoh-compare__row > *:last-child { border-right: 0; }
.udvoh-compare__row:last-child > * { border-bottom: 0; }
.udvoh-compare__row > span { color: var(--ud-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.udvoh-compare__row > b, .udvoh-compare__row > a { font-size: 12px; line-height: 1.4; }
.udvoh-compare__row > a { color: var(--ud-ink); font-weight: 700; text-decoration: none; }
.udvoh-compare__row.is-head { background: var(--ud-sage); }

.udvoh-rsvp-form { max-width: 520px; display: grid; gap: 10px; margin: 30px auto 0; }.udvoh-rsvp-form h3 { font-family: "Playfair Display", serif; font-size: 30px; font-weight: 500; }

/* Existing directory and profile screens, adapted to the Udvoh system. */
.ink-catalog-page, .ink-artist-profile, .ink-artist-layout, .ink-section, .ink-pricing, .ink-dashboard { max-width: 1384px !important; margin-inline: auto !important; }
.ink-main > .ink-section.ink-catalog-page { margin-top: 36px !important; padding-top: 16px !important; }
.ink-catalog-hero { border-radius: 26px !important; border-color: var(--ud-line) !important; background: linear-gradient(135deg, #fffdf8, #e9eddf) !important; }
.ink-catalog-hero h1, .ink-artist-profile h1, .ink-pricing h1 { font-family: "Playfair Display", serif !important; font-weight: 500 !important; }
.ink-catalog-hero__panel { background: var(--ud-olive-dark) !important; color: #fff !important; border-radius: 20px !important; }
.ink-catalog-controls, .ink-catalog-sort, .ink-panel, .ink-artist-card { border-color: var(--ud-line) !important; background: var(--ud-paper) !important; box-shadow: none !important; }
.ink-artist-card { border-radius: 20px !important; overflow: hidden; }
.ink-artist-card__gallery { background: #e7e9e2 !important; }
.ink-arrow-link { background: var(--ud-olive-dark) !important; color: #fff !important; }
.ink-artist-profile__hero, .ink-artist-profile__intro, .ink-artist-profile__visual { border-color: var(--ud-line) !important; background-color: var(--ud-paper) !important; }
.ink-artist-profile__intro h1 { overflow-wrap: anywhere; word-break: normal; font-size: clamp(42px, 5vw, 76px) !important; line-height: .95 !important; }
.ink-gallery--editorial { grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
.ink-gallery--editorial .ink-gallery__item { aspect-ratio: 4 / 5; }
.ink-gallery--editorial img { width: 100%; height: 100%; object-fit: cover; }
.ink-site-footer { width: min(1384px, calc(100% - 56px)); margin: 0 auto 24px; border-radius: 26px; background: var(--ud-olive-dark) !important; color: #fff; }
.ink-site-footer a, .ink-site-footer p { color: #dfe4d9 !important; }
.udvoh-vendor-details { display: grid; gap: 36px; margin-top: 40px; }.udvoh-vendor-details h2 { font-family: "Playfair Display", serif; font-size: 36px; font-weight: 500; }.udvoh-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.udvoh-package-grid article { padding: 22px; border: 1px solid var(--ud-line); border-radius: 16px; }.udvoh-package-grid h3 { margin: 0 0 10px; }.udvoh-package-grid strong { color: var(--ud-clay); }.udvoh-date-chips { display: flex; flex-wrap: wrap; gap: 8px; }.udvoh-date-chips span { padding: 8px 12px; border-radius: 999px; background: var(--ud-sage); font-size: 12px; }.udvoh-date-chips span.is-booked { background: #eadbd4; text-decoration: line-through; }

/* Bridebook-inspired vendor pages: one visual system for venues, photographers and every category. */
.udvoh-vendor-profile,
.udvoh-vendor-layout { max-width: 1200px !important; }
.udvoh-vendor-profile { margin-top: 22px !important; }
.udvoh-vendor-profile .ink-catalog-breadcrumbs { margin-bottom: 14px !important; padding-inline: 4px; }
.udvoh-category-cover {
    position: relative; min-height: 220px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;
    margin-bottom: 14px; padding: 26px 30px; overflow: hidden; border: 1px solid var(--ud-line); border-radius: 24px;
    background-image: linear-gradient(180deg, rgba(20,30,45,.05), rgba(20,30,45,.74)), var(--udvoh-category-cover);
    background-position: center; background-size: cover; color: #fff; box-shadow: 0 14px 38px rgba(35,48,86,.08);
}
.udvoh-category-cover span { color: #fff; font-family: "Playfair Display", serif; font-size: clamp(34px, 4vw, 56px); font-weight: 500; line-height: 1; }
.udvoh-category-cover a { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; background: rgba(17,27,41,.46); color: rgba(255,255,255,.9); font-size: 10px; text-decoration: none; backdrop-filter: blur(8px); }
.udvoh-vendor-profile .ink-artist-profile__hero {
    display: grid !important; grid-template-columns: minmax(0, 1fr) !important; gap: 14px !important;
}
.udvoh-vendor-profile .ink-artist-profile__visual {
    grid-row: 1; height: clamp(480px, 50vw, 620px) !important; max-height: 620px !important;
    grid-template-columns: minmax(0, 1.75fr) minmax(230px, .75fr) !important;
    padding: 7px !important; border-radius: 26px !important; box-shadow: 0 18px 48px rgba(35,48,86,.08) !important;
}
.udvoh-vendor-profile .ink-artist-profile__visual-item { border-radius: 17px !important; }
.udvoh-vendor-profile .ink-artist-profile__intro {
    grid-row: 2; min-height: 0 !important; padding: 34px 40px !important; border-radius: 22px !important;
    box-shadow: 0 12px 34px rgba(35,48,86,.055) !important;
}
.udvoh-vendor-profile .ink-artist-profile__identity { flex-direction: row !important; align-items: center !important; gap: 22px !important; }
.udvoh-vendor-profile .ink-artist-profile__avatar { flex: 0 0 auto; width: 86px !important; height: 86px !important; border-radius: 22px !important; }
.udvoh-vendor-profile .ink-artist-profile__intro h1 {
    margin: 5px 0 8px !important; font-family: "Playfair Display", serif !important;
    font-size: clamp(38px, 4.2vw, 60px) !important; font-weight: 500 !important; line-height: 1 !important;
    text-transform: none !important; overflow-wrap: anywhere !important;
}
.udvoh-vendor-profile .ink-beauty-chips { margin-top: 12px; }
.udvoh-vendor-profile .ink-artist-profile__summary { max-width: 460px; margin-top: 22px !important; }
.udvoh-vendor-profile .ink-artist-profile__actions { display: flex !important; flex-wrap: wrap; align-items: center; margin-top: 20px !important; }
.udvoh-vendor-profile .ink-artist-profile__actions .ink-button,
.udvoh-vendor-profile .ink-artist-profile__actions .ink-favorite-button,
.udvoh-vendor-profile .ink-artist-profile__actions .ink-favorite-form { width: auto !important; }
.udvoh-vendor-profile .ink-profile-jump-links {
    position: sticky; top: 74px; z-index: 120; margin-top: 14px !important; padding: 4px 20px !important;
    border: 1px solid var(--ud-line); border-radius: 15px; background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(35,48,86,.06); backdrop-filter: blur(16px);
}
.udvoh-vendor-profile .ink-profile-jump-links a,
.udvoh-vendor-profile .ink-profile-jump-links a:visited { padding: 14px 0; font-family: "Open Sans", sans-serif !important; font-weight: 400 !important; }
.udvoh-vendor-layout.ink-artist-layout,
.udvoh-vendor-layout.ink-artist-scroll-layout {
    display: grid !important; grid-template-columns: minmax(0, 1fr) 340px !important; align-items: start !important;
    gap: 22px !important; margin-top: 22px !important;
}
.udvoh-vendor-layout .ink-artist-main { display: grid !important; gap: 18px !important; min-width: 0; }
.udvoh-vendor-layout .ink-profile-section { width: 100%; min-width: 0; scroll-margin-top: 145px; }
.udvoh-vendor-layout .ink-panel { border-radius: 20px !important; box-shadow: 0 8px 26px rgba(35,48,86,.04) !important; }
.udvoh-vendor-layout .ink-section-head h2,
.udvoh-vendor-layout .ink-profile-story h2,
.udvoh-vendor-layout .ink-contact-panel h2 { font-family: "Playfair Display", serif !important; font-weight: 500 !important; }
.udvoh-vendor-layout .ink-gallery--editorial {
    grid-template-columns: repeat(3, minmax(0,1fr)) !important; grid-auto-rows: auto !important; gap: 10px !important;
}
.udvoh-vendor-layout .ink-gallery--editorial .ink-gallery__item { grid-row: auto !important; aspect-ratio: 4 / 5; }
.udvoh-vendor-layout .ink-artist-sidebar { position: sticky !important; top: 145px !important; }
.udvoh-vendor-inquiry .ink-contact-panel,
.udvoh-vendor-layout .ink-artist-sidebar .ink-contact-panel {
    padding: 28px !important; border-color: rgba(88,101,232,.22) !important;
    background: linear-gradient(145deg,#fff,#f1f2ff) !important; box-shadow: 0 18px 45px rgba(57,72,135,.1) !important;
}
.udvoh-vendor-layout .ink-contact-panel > p:not(.ink-kicker) { color: var(--ud-muted); line-height: 1.6; }
.udvoh-vendor-layout .ink-contact-panel h2 { color: var(--ud-ink) !important; }
.udvoh-vendor-layout .ink-contact-panel .ink-kicker { color: var(--ud-clay) !important; }
.udvoh-vendor-layout .ink-contact-panel .ink-button { width: 100%; }

@media (max-width: 900px) {
    .udvoh-vendor-layout.ink-artist-layout,
    .udvoh-vendor-layout.ink-artist-scroll-layout { grid-template-columns: minmax(0, 1fr) !important; }
    .udvoh-vendor-layout .ink-artist-sidebar { position: static !important; }
}

@media (max-width: 1080px) {
    .ink-primary-nav { display: none; }
    .udvoh-home-hero { grid-template-columns: 1fr; }
    .udvoh-home-hero__photo { min-height: 580px; }
    .ink-beauty-directions__grid { grid-template-columns: repeat(3, 1fr) !important; }
    .udvoh-feature-grid { grid-template-columns: 1fr 1fr; }
    .udvoh-planner { grid-template-columns: 210px minmax(0,1fr); }.udvoh-metrics { grid-template-columns: 1fr 1fr; }
    .udvoh-budget-summary { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
    .ink-main { padding: 0 14px 48px; }.ink-site-header { padding: 0 14px; }.ink-header-tagline, .ink-header-artist-cta { display: none; }
    .udvoh-home { gap: 50px; }
    .udvoh-home-hero { min-height: auto; border-radius: 24px; }
    .udvoh-home-hero__copy { min-height: 590px; padding: 34px 24px; }
    .udvoh-home-hero__brand { margin-bottom: 62px; }
    .udvoh-home-hero__copy h1 { font-size: 50px; }
    .udvoh-home-proof { grid-template-columns: auto 1fr; }
    .udvoh-home-proof i { display: none; }
    .udvoh-home-hero__photo { min-height: 520px; }
    .udvoh-home-hero__photo > div { inset: auto 24px 34px; }
    .udvoh-home-hero__photo strong { font-size: 52px; }
    .udvoh-home-search { width: 100%; }
    .udvoh-home-search, .udvoh-home-banner { grid-template-columns: 1fr; gap: 24px; padding-inline: 22px; }.udvoh-home-search form { grid-template-columns: 1fr; }.udvoh-home-search label { border-right: 0; border-bottom: 1px solid var(--ud-line); }
    .ink-beauty-directions__grid { grid-template-columns: 1fr 1fr !important; }.ink-beauty-direction-card { min-height: 180px !important; }
    .udvoh-tools-section { padding: 42px 18px; }
    .udvoh-feature-grid, .udvoh-story-grid { grid-template-columns: 1fr; }
    .udvoh-feature-grid > a { min-height: 260px; }
    .udvoh-planner { grid-template-columns: 1fr; }.udvoh-planner__nav { position: static; min-height: 0; }.udvoh-planner__nav nav { display: flex; overflow-x: auto; padding-bottom: 4px; }.udvoh-planner__nav nav a { white-space: nowrap; }
    .udvoh-planner__header { align-items: flex-start; flex-direction: column; gap: 18px; padding: 28px 22px; }.udvoh-metrics { grid-template-columns: 1fr 1fr; }.udvoh-panel { padding: 25px 18px; }.udvoh-form--grid { grid-template-columns: 1fr; }.udvoh-form .is-wide { grid-column: auto; }.udvoh-inline-form { grid-template-columns: 1fr; }
    .udvoh-budget-summary { grid-template-columns: 1fr 1fr; }.udvoh-package-grid { grid-template-columns: 1fr; }
    .udvoh-vendor-request-list > article { grid-template-columns: 1fr; }
    .ink-gallery--editorial { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
    .ink-site-footer { width: calc(100% - 28px); }
    .udvoh-vendor-profile .ink-artist-profile__visual { height: 430px !important; grid-template-columns: minmax(0,1.45fr) minmax(120px,.75fr) !important; }
    .udvoh-category-cover { min-height: 170px; padding: 20px; border-radius: 20px; }
    .udvoh-vendor-profile .ink-artist-profile__intro { padding: 26px 22px !important; }
    .udvoh-vendor-profile .ink-artist-profile__identity { flex-direction: column !important; align-items: flex-start !important; }
    .udvoh-vendor-profile .ink-artist-profile__actions { display: grid !important; grid-template-columns: 1fr 1fr !important; }
    .udvoh-vendor-profile .ink-artist-profile__actions > :first-child { grid-column: 1 / -1; }
    .udvoh-vendor-profile .ink-artist-profile__actions .ink-button,
    .udvoh-vendor-profile .ink-artist-profile__actions .ink-favorite-button,
    .udvoh-vendor-profile .ink-artist-profile__actions .ink-favorite-form { width: 100% !important; }
    .udvoh-vendor-profile .ink-profile-jump-links { top: 72px; overflow-x: auto !important; flex-wrap: nowrap !important; }
    .udvoh-vendor-profile .ink-profile-jump-links a { flex: 0 0 auto; }
    .udvoh-vendor-layout .ink-gallery--editorial { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}

body.inkbook-theme .ink-auth button.ink-button[type="submit"]:hover,
body.inkbook-theme .ink-auth button.ink-button[type="submit"]:focus-visible {
    color: #111 !important;
}
@media (max-width: 480px) {
    .ink-beauty-directions__grid, .udvoh-metrics, .udvoh-budget-summary { grid-template-columns: 1fr !important; }
    .udvoh-home-hero__copy h1 { font-size: 42px; }.udvoh-preview-list { grid-template-columns: 1fr; }.udvoh-auth-gate { padding: 42px 22px; }
    .udvoh-vendor-profile .ink-artist-profile__visual { height: 340px !important; }
    .udvoh-vendor-layout .ink-gallery--editorial { grid-template-columns: 1fr 1fr !important; }
}

/* v5.6.0 final specificity layer. */
body.inkbook-theme .ink-nav-dropdown__trigger > span {
    position: static !important;
    top: auto !important;
    width: 14px;
    height: 14px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    transform: translateY(-2px) !important;
    transform-origin: 50% 55%;
}
body.inkbook-theme .ink-nav-dropdown:hover .ink-nav-dropdown__trigger > span,
body.inkbook-theme .ink-nav-dropdown:focus-within .ink-nav-dropdown__trigger > span {
    transform: translateY(-2px) rotate(180deg) !important;
}

body.inkbook-theme .udvoh-header-city {
    min-width: 0 !important;
    width: auto !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 0 7px 0 9px !important;
    border: 1px solid #dfe2eb !important;
    border-radius: 999px !important;
    background: #f8f8fb !important;
    box-shadow: none !important;
}
body.inkbook-theme .udvoh-header-city:hover,
body.inkbook-theme .udvoh-header-city:focus-within {
    border-color: #cbd0df !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(39,50,95,.08) !important;
}
body.inkbook-theme .udvoh-header-city::before { color: #68719a !important; font-size: 12px !important; }
body.inkbook-theme .udvoh-header-city > span {
    display: inline !important;
    color: #7b8297 !important;
    font-size: 8px !important;
    font-weight: 500 !important;
    letter-spacing: .04em !important;
    text-transform: none !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger {
    min-width: 51px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 5px 0 2px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 11px !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger::after { width: 11px !important; height: 11px !important; flex-basis: 11px !important; }
body.inkbook-theme .udvoh-header-city .ink-custom-select__panel {
    right: -7px !important;
    left: auto !important;
    width: 168px !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px) !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    border: 1px solid #dde1eb !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(39,50,95,.14) !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__option {
    min-height: 34px !important;
    padding: 7px 9px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__option:hover,
body.inkbook-theme .udvoh-header-city .ink-custom-select__option.is-selected { background: #ebecf3 !important; color: #29345f !important; }

body.udvoh-pricing-page .ink-main > .ink-section {
    width: min(1160px, calc(100% - 28px)) !important;
    padding-top: 14px !important;
}
body.udvoh-pricing-page .ink-pricing { gap: 22px !important; }
body.udvoh-pricing-page .ink-pricing__intro {
    gap: 22px !important;
    padding-top: 0 !important;
}
body.udvoh-pricing-page .ink-pricing__intro h1 {
    margin: 8px 0 0 !important;
    font-size: clamp(34px, 4vw, 52px) !important;
    line-height: 1.02 !important;
}
body.udvoh-pricing-page .ink-pricing-card { min-height: 510px !important; padding: 22px !important; }
body.udvoh-pricing-page .ink-pricing-card h2 { font-size: clamp(34px, 3.4vw, 48px) !important; }

body.udvoh-planner-page .udvoh-guest-preview-note {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: 14px;
    padding: 11px 16px;
    border: 1px solid #d9ddeb;
    border-radius: 16px;
    background: #ebecf3;
}
body.udvoh-planner-page .udvoh-guest-preview-note span { color: #5965a0; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.udvoh-guest-limit {
    position: fixed;
    z-index: 100020;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(25,33,62,.58);
    backdrop-filter: blur(7px);
}
.udvoh-guest-limit[hidden] { display: none !important; }
.udvoh-guest-limit > div {
    position: relative;
    width: min(470px, 100%);
    padding: 34px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(17,25,52,.28);
    text-align: center;
}
.udvoh-guest-limit > div > button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f0f1f6;
    color: #394260;
    font-size: 20px;
    cursor: pointer;
}
.udvoh-guest-limit span { color: #6570ad; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.udvoh-guest-limit h2 { margin: 10px 0; color: #232d4d; font-family: "Playfair Display", serif !important; font-size: clamp(30px, 5vw, 44px); font-weight: 500; line-height: 1.05; }
.udvoh-guest-limit p { margin: 0 0 22px; color: #6d748a; font-size: 12px; line-height: 1.65; }
.has-udvoh-guest-limit { overflow: hidden; }

@media (max-width: 760px) {
    body.inkbook-theme .udvoh-header-city > span { display: none !important; }
}

/* v5.6 venue catalogue map and final hero action treatment. */
body.inkbook-theme .udvoh-home-hero__photo a,
body.inkbook-theme .udvoh-home-hero__photo a:visited {
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,.92);
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #1e2947;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 12px 34px rgba(17,27,51,.18);
    backdrop-filter: blur(12px);
}
body.inkbook-theme .udvoh-home-hero__photo a:hover,
body.inkbook-theme .udvoh-home-hero__photo a:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #17213c;
    box-shadow: 0 15px 38px rgba(17,27,51,.24);
    transform: translateY(-2px);
}

.udvoh-venue-results-layout {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: clamp(18px, 2.2vw, 34px);
    align-items: start;
}
.udvoh-venue-results-list { min-width: 0; }
.udvoh-venue-results-list .ink-artist-grid { grid-template-columns: 1fr !important; }
.udvoh-venue-results-list .ink-artist-card { max-width: none !important; }
.udvoh-venue-map {
    position: sticky;
    top: 78px;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dfe2eb;
    border-radius: 20px;
    background: #ebecf3;
    box-shadow: 0 18px 48px rgba(39,50,95,.075);
}
.udvoh-venue-map__head {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(39,50,95,.11);
    background: rgba(255,255,255,.9);
}
.udvoh-venue-map__head > div { display: grid; gap: 2px; }
.udvoh-venue-map__head span { color: #6c748e; font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.udvoh-venue-map__head strong { color: #26304f; font-size: 16px; font-weight: 600; }
.udvoh-venue-map__head button {
    display: none;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid #d8dce7;
    border-radius: 999px;
    background: #fff;
    color: #26304f;
    cursor: pointer;
}
.udvoh-venue-map__head button span { color: inherit; font-size: 11px; letter-spacing: 0; text-transform: none; }
.udvoh-venue-map__head button i { font-size: 16px; font-style: normal; }
.udvoh-venue-map__canvas { width: 100%; height: min(690px, calc(100vh - 176px)); min-height: 520px; background: #e8eaf1; }
.udvoh-venue-map__note { margin: 0; padding: 10px 16px; color: #747b91; font-size: 9px; line-height: 1.45; background: #fff; }
.udvoh-map-marker-shell { border: 0; background: transparent; }
.udvoh-map-marker {
    position: relative;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 8px;
    background: #7580af;
    box-shadow: 0 6px 18px rgba(31,42,82,.3);
    transform: rotate(-45deg);
}
.udvoh-map-marker.is-exact { background: #2d396d; }
.udvoh-map-marker i { width: 8px; height: 8px; border-radius: 50%; background: #fff; transform: rotate(45deg); }
.udvoh-map-popup-shell .leaflet-popup-content-wrapper { overflow: hidden; padding: 0; border-radius: 15px; box-shadow: 0 18px 44px rgba(24,32,63,.2); }
.udvoh-map-popup-shell .leaflet-popup-content { width: auto !important; margin: 0; }
.udvoh-map-popup { display: grid; grid-template-columns: 84px minmax(0, 1fr); min-width: 250px; background: #fff; }
.udvoh-map-popup > img { width: 84px; height: 100%; min-height: 132px; object-fit: cover; }
.udvoh-map-popup > div { min-width: 0; display: grid; align-content: center; gap: 5px; padding: 13px; }
.udvoh-map-popup strong { color: #202a49; font-size: 13px; line-height: 1.3; }
.udvoh-map-popup span { color: #697188; font-size: 10px; line-height: 1.4; }
.udvoh-map-popup small { color: #8b6e58; font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.udvoh-map-popup b { margin-top: 3px; color: #202a49; font-size: 10px; }
.udvoh-map-popup a { margin-top: 4px; color: #5360a4; font-size: 10px; font-weight: 600; text-decoration: none; }
.udvoh-venue-results-list .ink-artist-card.is-map-active { outline: 2px solid #6773b4; outline-offset: 3px; }

@media (max-width: 980px) {
    .udvoh-venue-results-layout { grid-template-columns: 1fr; }
    .udvoh-venue-map { position: relative; top: auto; order: -1; }
    .udvoh-venue-map__head button { display: inline-flex; }
    .udvoh-venue-map__canvas,
    .udvoh-venue-map__note { display: none; }
    .udvoh-venue-map.is-map-open .udvoh-venue-map__canvas { display: block; height: 62vh; min-height: 420px; }
    .udvoh-venue-map.is-map-open .udvoh-venue-map__note { display: block; }
}
@media (max-width: 560px) {
    body.inkbook-theme .udvoh-home-hero__photo a,
    body.inkbook-theme .udvoh-home-hero__photo a:visited { min-height: 44px; padding-inline: 18px; }
    .udvoh-venue-map { border-radius: 15px; }
    .udvoh-venue-map__head { padding: 11px 12px; }
    .udvoh-venue-map.is-map-open .udvoh-venue-map__canvas { height: 58vh; min-height: 360px; }
}

/* v5.6 — compact city/category selectors, registration plans and pricing. */
body.inkbook-theme .udvoh-header-city {
    min-width: 98px !important;
    width: auto !important;
    height: 40px;
    grid-template-columns: 15px minmax(54px, auto);
    grid-template-rows: 12px 18px;
    column-gap: 6px;
    padding: 4px 8px !important;
    border-radius: 11px !important;
}
body.inkbook-theme .udvoh-header-city::before { font-size: 13px; }
body.inkbook-theme .udvoh-header-city > span { font-size: 7px; letter-spacing: .07em; }
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger {
    min-width: 0 !important;
    height: 18px !important;
    min-height: 18px !important;
    padding-right: 13px !important;
    font-size: 11px !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__panel {
    right: -8px !important;
    width: min(184px, calc(100vw - 20px)) !important;
    max-height: 310px;
    padding: 5px !important;
    border-radius: 11px !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__list { max-height: 280px; }
body.inkbook-theme .udvoh-header-city .ink-custom-select__option {
    min-height: 34px !important;
    padding: 7px 9px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
}

.udvoh-home-search .ink-custom-select__panel {
    top: calc(100% + 8px) !important;
    width: min(390px, calc(100vw - 32px)) !important;
    max-height: 410px !important;
    padding: 9px !important;
    overflow: hidden;
    border: 1px solid #dfe2ea !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 22px 55px rgba(39,50,95,.14) !important;
}
.udvoh-home-search .ink-custom-select__search {
    min-height: 42px !important;
    margin-bottom: 7px !important;
    padding: 9px 12px 9px 36px !important;
    border: 1px solid #e1e4ec !important;
    border-radius: 11px !important;
    background: #f7f8fb !important;
    font-size: 12px !important;
}
.udvoh-home-search .ink-custom-select__list { max-height: 330px !important; padding: 0 !important; }
.udvoh-home-search .ink-custom-select__option {
    position: relative;
    min-height: 40px !important;
    padding: 9px 34px 9px 12px !important;
    border: 0 !important;
    border-radius: 9px !important;
    color: #26304f !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.udvoh-home-search .ink-custom-select__option + .ink-custom-select__option { margin-top: 2px; }
.udvoh-home-search .ink-custom-select__option:hover,
.udvoh-home-search .ink-custom-select__option:focus-visible { background: #f0f1f7 !important; }
.udvoh-home-search .ink-custom-select__option.is-selected {
    background: #ebecf3 !important;
    color: #25315f !important;
}
.udvoh-home-search .ink-custom-select__option.is-selected::after {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    color: #5965e8 !important;
    content: "✓" !important;
    transform: translateY(-50%) !important;
}

.ink-registration-plans {
    display: grid;
    gap: 14px;
    margin: 6px 0 4px;
    padding: 18px;
    border: 1px solid #dfe2ec;
    border-radius: 16px;
    background: #f6f7fb;
}
.ink-registration-plans.is-hidden { display: none; }
.ink-registration-plans > div:first-child { display: grid; gap: 5px; }
.ink-registration-plans h2 { margin: 0; font-family: "Open Sans", sans-serif !important; font-size: 21px !important; font-weight: 600 !important; }
.ink-registration-plans p { margin: 0; color: var(--ud-muted); font-size: 12px; }
.ink-registration-plans__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.ink-registration-plans__grid label { min-width: 0; margin: 0; cursor: pointer; }
.ink-registration-plans__grid input { position: absolute; opacity: 0; pointer-events: none; }
.ink-registration-plans__grid label > span {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 13px;
    border: 1px solid #dfe2ea;
    border-radius: 12px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.ink-registration-plans__grid label:hover > span { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(39,50,95,.08); }
.ink-registration-plans__grid input:checked + span { border-color: #5965e8; box-shadow: 0 0 0 3px rgba(89,101,232,.11); }
.ink-registration-plans__grid label.is-max > span { background: #29345f; color: #fff; }
.ink-registration-plans__grid strong { font-size: 13px; letter-spacing: .04em; }
.ink-registration-plans__grid b { font-size: 16px; font-weight: 600; }
.ink-registration-plans__grid small { margin-top: auto; color: inherit; font-size: 10px; line-height: 1.45; opacity: .7; }

body.udvoh-pricing-page { background: #f7f7fa !important; }
body.udvoh-pricing-page .ink-main > .ink-section {
    width: min(1180px, calc(100% - 32px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 22px 0 48px !important;
}
body.udvoh-pricing-page .ink-pricing { width: 100%; gap: 28px; }
body.udvoh-pricing-page .ink-pricing__intro {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 34px;
    align-items: end;
    padding: 10px 0 4px;
}
body.udvoh-pricing-page .ink-pricing__intro .ink-kicker { margin: 0; }
body.udvoh-pricing-page .ink-pricing__intro h1 {
    max-width: 720px;
    font-size: clamp(38px, 5vw, 66px) !important;
    line-height: .98;
}
body.udvoh-pricing-page .ink-pricing__intro > p:last-child { font-size: 15px; line-height: 1.65; }
body.udvoh-pricing-page .ink-pricing__grid { gap: 12px; }
body.udvoh-pricing-page .ink-pricing-card {
    min-height: 540px;
    padding: 24px;
    border-color: #d8dce7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(39,50,95,.045);
}
body.udvoh-pricing-page .ink-pricing-card.is-pro { background: #ebecf3; }
body.udvoh-pricing-page .ink-pricing-card.is-max {
    border-color: #29345f;
    background: #29345f;
    transform: none;
}
body.udvoh-pricing-page .ink-pricing-card h2 { font-size: clamp(40px, 4vw, 58px); }
body.udvoh-pricing-page .ink-pricing-card__description { min-height: 54px; margin-top: 16px; font-size: 13px; }
body.udvoh-pricing-page .ink-pricing-card__price { margin: 20px 0; padding: 16px 0; }
body.udvoh-pricing-page .ink-pricing-card__features { gap: 9px; margin-bottom: 24px; }
body.udvoh-pricing-page .ink-pricing-card__features li { font-size: 12px; line-height: 1.45; }
body.udvoh-pricing-page .ink-pricing__legal {
    display: grid;
    grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
    gap: 20px 36px;
    padding: 24px 28px;
    border: 1px solid #dfe2eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
}
body.udvoh-pricing-page .ink-pricing__legal h2 { font-size: clamp(24px, 2.7vw, 34px); }
body.udvoh-pricing-page .ink-pricing__legal > p { margin: 0; font-size: 13px; line-height: 1.65; }
body.udvoh-pricing-page .ink-pricing__legal .ink-mono-payment-note,
body.udvoh-pricing-page .ink-pricing__legal-links { grid-column: 1 / -1; }

@media (max-width: 820px) {
    .ink-registration-plans__grid { grid-template-columns: 1fr; }
    .ink-registration-plans__grid label > span { min-height: 0; }
    body.udvoh-pricing-page .ink-pricing__intro { grid-template-columns: 1fr; gap: 16px; }
    body.udvoh-pricing-page .ink-pricing__grid { grid-template-columns: 1fr; }
    body.udvoh-pricing-page .ink-pricing-card { min-height: 0; }
    body.udvoh-pricing-page .ink-pricing__legal { grid-template-columns: 1fr; padding: 22px; }
}

/* Global city context, specialist directory and planning preview. */
.udvoh-header-city {
    flex: 0 0 auto; display: grid; gap: 1px; min-width: 142px; padding: 7px 12px;
    border: 1px solid var(--ud-line); border-radius: 14px; background: #fff; cursor: pointer;
}
.udvoh-header-city > span { color: var(--ud-muted); font-size: 9px; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.udvoh-header-city select {
    width: 100%; min-height: 22px; padding: 0 22px 0 0; border: 0; outline: 0; background-color: transparent;
    color: var(--ud-ink); font-family: "Open Sans", sans-serif; font-size: 13px; font-weight: 600; cursor: pointer;
}

.udvoh-specialist-directory { margin-top: 26px; padding: clamp(24px, 4vw, 52px); border: 1px solid var(--ud-line); border-radius: 26px; background: #fff; }
.udvoh-specialist-directory__head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 42px; align-items: end; margin-bottom: 30px; }
.udvoh-specialist-directory__head h2 { max-width: 780px; margin: 8px 0 0; font-family: "Playfair Display", serif !important; font-size: clamp(38px, 5vw, 66px); font-weight: 500; line-height: 1; }
.udvoh-specialist-directory__head > p { max-width: 500px; margin: 0; color: var(--ud-muted); line-height: 1.65; }
.udvoh-specialist-directory__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.udvoh-specialist-category { position: relative; min-width: 0; display: grid; grid-template-rows: 190px minmax(150px, auto); overflow: hidden; border: 1px solid var(--ud-line); border-radius: 20px; background: var(--ud-paper); color: var(--ud-ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.udvoh-specialist-category:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(57,72,135,.1); }
.udvoh-specialist-category__image { display: block; overflow: hidden; background: #edf0f5; }
.udvoh-specialist-category__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.udvoh-specialist-category:hover img { transform: scale(1.035); }
.udvoh-specialist-category__copy { min-width: 0; display: flex; flex-direction: column; gap: 9px; padding: 21px 54px 21px 21px; }
.udvoh-specialist-category__copy strong { font-family: "Playfair Display", serif; font-size: 25px; font-weight: 500; line-height: 1.1; }
.udvoh-specialist-category__copy small { color: var(--ud-muted); font-size: 12px; line-height: 1.55; }
.udvoh-specialist-category__copy em { margin-top: auto; color: var(--ud-clay); font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.udvoh-specialist-category > i { position: absolute; right: 20px; bottom: 22px; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--ud-line); border-radius: 50%; font-style: normal; }

.udvoh-catalog-controls { display: flex !important; align-items: stretch !important; justify-content: space-between !important; gap: 12px !important; padding: 12px !important; }
.udvoh-catalog-context { min-width: 0; flex: 1; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 8px 14px; }
.udvoh-catalog-context > span { color: var(--ud-muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.udvoh-catalog-context > strong { overflow-wrap: anywhere; font-size: 15px; }
.udvoh-catalog-context > a { color: var(--ud-clay); font-size: 12px; font-weight: 600; text-decoration: none; }
.ink-catalog-page .udvoh-catalog-controls .ink-catalog-sort { width: min(310px, 100%) !important; display: block !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.ink-catalog-page .udvoh-catalog-controls .ink-catalog-sort .ink-catalog-filter__field { min-height: 62px !important; margin: 0 !important; }

.udvoh-planning-showcase {
    min-width: 0; padding: clamp(34px, 5vw, 70px); overflow: hidden;
    border: 1px solid var(--ud-line); border-radius: 30px;
    background: #ebecf3;
}
.udvoh-planning-showcase__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.udvoh-planning-showcase__head > div:first-child { max-width: 800px; }
.udvoh-planning-showcase__head h2 { margin: 8px 0 14px; font-family: "Playfair Display", serif !important; font-size: clamp(38px, 5vw, 66px); font-weight: 500; line-height: 1; }
.udvoh-planning-showcase__head p:last-child { max-width: 650px; margin: 0; color: var(--ud-muted); font-size: 16px; line-height: 1.6; }
.udvoh-planning-showcase__controls { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; }
.udvoh-planning-showcase__controls button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ud-olive-dark); border-radius: 50%; background: var(--ud-olive-dark); color: #fff; cursor: pointer; transition: transform .18s ease, background-color .18s ease; }
.udvoh-planning-showcase__controls button:hover { background: var(--ud-clay); border-color: var(--ud-clay); transform: translateY(-1px); }
.udvoh-planning-showcase__controls span { min-width: 44px; color: var(--ud-muted); font-size: 11px; text-align: center; }
.udvoh-planning-showcase__slider { width: 100%; overflow: visible; }
.udvoh-planning-showcase__track { display: flex; gap: 0; overflow: visible; cursor: grab; user-select: none; -webkit-user-select: none; }
.udvoh-planning-showcase__track:active { cursor: grabbing; }
.udvoh-planning-slide { width: min(86%, 1040px) !important; min-width: 0; flex-shrink: 0; overflow: hidden; border: 1px solid var(--ud-line); border-radius: 22px; background: var(--ud-paper); box-shadow: 0 18px 46px rgba(45,68,112,.08); }
.udvoh-planning-slide img { -webkit-user-drag: none; }
.udvoh-planning-showcase__controls button.swiper-button-disabled { opacity: .42; cursor: default; transform: none; }
.udvoh-planning-slide__screen { aspect-ratio: 16 / 9; overflow: hidden; padding: 14px; background: linear-gradient(135deg,#dfe1ea,#f4f5f9); }
.udvoh-planning-slide__screen > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 14px; box-shadow: 0 16px 42px rgba(35,48,86,.15); }
.udvoh-planning-slide__copy { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr); gap: 22px; align-items: start; padding: 22px 26px; }
.udvoh-planning-slide__copy h3 { margin: 0; font-family: "Playfair Display", serif; font-size: 27px; font-weight: 500; }
.udvoh-planning-slide__copy p { margin: 3px 0 0; color: var(--ud-muted); line-height: 1.6; }
.udvoh-planning-slide__mock { position: relative; height: 100%; display: grid; grid-template-columns: 22% 1fr; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 16px 42px rgba(35,48,86,.14); }
.udvoh-planning-slide__mock aside { display: flex; flex-direction: column; gap: 12px; padding: 22px; background: var(--ud-olive-dark); color: #fff; }
.udvoh-planning-slide__mock aside span { margin-bottom: 15px; font-size: 20px; font-weight: 600; }
.udvoh-planning-slide__mock aside i { width: 72%; height: 9px; border-radius: 999px; background: rgba(255,255,255,.25); }
.udvoh-planning-slide__mock main { min-width: 0; display: block; padding: 7% 8%; }
.udvoh-planning-slide__mock main small { color: var(--ud-clay); font-size: 9px; letter-spacing: .12em; }
.udvoh-planning-slide__mock main strong { display: block; margin: 10px 0 24px; font-family: "Playfair Display", serif; font-size: clamp(25px, 3vw, 44px); font-weight: 500; }
.udvoh-planning-slide__mock main div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 24px; }
.udvoh-planning-slide__mock main div i { height: 80px; border-radius: 12px; background: #eceef5; }
.udvoh-planning-slide__mock main p { width: 88%; height: 10px; margin: 12px 0; border-radius: 999px; background: #e5e8ef; }
.udvoh-planning-slide__mock main p:nth-of-type(2) { width: 70%; }.udvoh-planning-slide__mock main p:nth-of-type(3) { width: 78%; }
.udvoh-planning-slide__mock > b { position: absolute; right: 5%; bottom: 9%; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 20px; background: var(--ud-olive-dark); color: #fff; font-size: 26px; }

@media (max-width: 1180px) {
    .ink-header-brand { min-width: 160px; }
    .ink-primary-nav { gap: 18px; }
    .udvoh-header-city { min-width: 126px; }
    .udvoh-specialist-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .udvoh-header-city { min-width: 112px; max-width: 124px; padding: 6px 9px; }
    .udvoh-header-city > span { font-size: 8px; }
    .udvoh-header-city select { font-size: 12px; }
    .ink-header-brand { min-width: 0; }
    .ink-header-actions { margin-left: 0 !important; }
    .udvoh-specialist-directory { padding: 24px 16px; }
    .udvoh-specialist-directory__head { grid-template-columns: 1fr; gap: 16px; }
    .udvoh-specialist-directory__grid { grid-template-columns: 1fr 1fr; }
    .udvoh-specialist-category { grid-template-rows: 135px minmax(145px, auto); }
    .udvoh-specialist-category__copy { padding: 17px 40px 17px 16px; }
    .udvoh-specialist-category__copy strong { font-size: 21px; }
    .udvoh-specialist-category__copy small { display: none; }
    .udvoh-specialist-category > i { right: 13px; bottom: 16px; }
    .udvoh-catalog-controls { flex-direction: column; }
    .udvoh-catalog-context { grid-template-columns: 1fr auto; }
    .udvoh-catalog-context > span { grid-column: 1 / -1; }
    .ink-catalog-page .udvoh-catalog-controls .ink-catalog-sort { width: 100% !important; }
    .udvoh-planning-showcase { padding: 34px 16px; }
    .udvoh-planning-showcase__head { align-items: flex-start; flex-direction: column; }
    .udvoh-planning-slide { width: 94% !important; }
    .udvoh-planning-slide__screen { aspect-ratio: 4 / 3; padding: 8px; }
    .udvoh-planning-slide__copy { grid-template-columns: 1fr; gap: 6px; padding: 18px; }
    .udvoh-planning-slide__mock { grid-template-columns: 26% 1fr; }
    .udvoh-planning-slide__mock aside { padding: 14px 10px; }
    .udvoh-planning-slide__mock aside span { font-size: 14px; }
    .udvoh-planning-slide__mock main { padding: 9% 7%; }
    .udvoh-planning-slide__mock main div { grid-template-columns: 1fr 1fr; }.udvoh-planning-slide__mock main div i:last-child { display: none; }
}
@media (max-width: 480px) {
    .ink-header-tagline { display: none !important; }
    .udvoh-header-city { max-width: 108px; }
    .udvoh-specialist-directory__grid { grid-template-columns: 1fr; }
    .udvoh-specialist-category { grid-template-rows: 170px minmax(130px, auto); }
}

/* Compact one-line header. Overrides the former two-column marketplace shell. */
body.inkbook-theme .ink-site-header {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: initial !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: clamp(14px, 2vw, 30px) !important;
    min-height: 62px !important;
    padding: 0 max(20px, calc((100vw - 1384px) / 2)) !important;
    border: 0 !important;
    background: rgba(252, 252, 253, .96) !important;
    box-shadow: none !important;
    backdrop-filter: blur(16px) !important;
}
body.inkbook-theme .ink-header-brand {
    flex: 0 1 210px;
    align-self: stretch;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    min-width: 150px !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
body.inkbook-theme .ink-header-brand::before { display: none !important; }
body.inkbook-theme .ink-header-brand .ink-brand-lockup,
body.inkbook-theme .ink-header-brand .ink-brand-mark {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
body.inkbook-theme .ink-header-brand .ink-brand-lockup { display: flex !important; align-items: center; gap: 8px; }
body.inkbook-theme .ink-header-brand .ink-brand-lockup.has-custom-logo .ink-brand-mark {
    width: 174px !important;
    height: 40px !important;
}
body.inkbook-theme .ink-header-brand .ink-site-logo {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-height: 40px !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: left center;
}
body.inkbook-theme .ink-header-tagline { display: none !important; }
body.inkbook-theme .ink-primary-nav {
    min-width: 0;
    min-height: 62px !important;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.4vw, 34px);
}
body.inkbook-theme .ink-nav-dropdown__trigger { min-height: 62px !important; white-space: nowrap; }
body.inkbook-theme .udvoh-header-city {
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}
body.inkbook-theme .udvoh-header-city > span {
    color: var(--ud-muted);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .06em;
    white-space: nowrap;
}
body.inkbook-theme .udvoh-header-city select {
    width: auto !important;
    min-width: 52px;
    min-height: 30px !important;
    padding: 0 18px 0 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    color: var(--ud-ink);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select {
    width: auto !important;
    min-width: 0 !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger {
    width: auto !important;
    min-width: 68px !important;
    min-height: 32px !important;
    height: 32px !important;
    gap: 5px !important;
    padding: 0 8px 0 10px !important;
    border: 1px solid rgba(76, 56, 43, .14) !important;
    border-radius: 999px !important;
    background: rgba(255, 252, 247, .74) !important;
    color: var(--ud-ink) !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger:hover,
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger:focus-visible,
body.inkbook-theme .udvoh-header-city .ink-custom-select.is-open .ink-custom-select__trigger {
    border-color: rgba(76, 56, 43, .28) !important;
    background: #fffaf3 !important;
    box-shadow: 0 5px 16px rgba(91, 68, 50, .08) !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger::after {
    flex-basis: 13px !important;
    width: 13px !important;
    height: 13px !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__panel {
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    width: min(230px, calc(100vw - 24px)) !important;
    padding: 6px !important;
    overflow: hidden;
    border: 1px solid rgba(76, 56, 43, .14) !important;
    border-radius: 14px !important;
    background: #fffaf3 !important;
    color: var(--ud-ink) !important;
    box-shadow: 0 18px 42px rgba(76, 56, 43, .14) !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__option {
    min-height: 38px !important;
    padding: 8px 10px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: transparent !important;
    color: var(--ud-ink) !important;
    font-size: 12px !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__option:hover,
body.inkbook-theme .udvoh-header-city .ink-custom-select__option.is-selected {
    background: #efe1d2 !important;
    color: #473528 !important;
}
body.inkbook-theme .ink-header-actions {
    min-width: 0 !important;
    flex: 0 1 auto;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    margin: 0 !important;
}
body.inkbook-theme .ink-account-menu {
    min-width: 0 !important;
    min-height: 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}
body.inkbook-theme .ink-account-menu__trigger,
body.inkbook-theme .ink-account-login-link {
    width: auto !important;
    min-width: 0 !important;
    max-width: 250px !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 15px !important;
    border: 1px solid var(--ud-line) !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}
body.inkbook-theme .ink-account-menu__trigger {
    background: rgba(255, 255, 255, .78) !important;
    color: var(--ud-ink) !important;
    box-shadow: none !important;
}
body.inkbook-theme .ink-account-menu__trigger > span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.inkbook-theme .ink-account-login-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--ud-olive-dark) !important;
    color: #fff !important;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
body.inkbook-theme .ink-account-login-link:hover,
body.inkbook-theme .ink-account-login-link:focus-visible {
    border-color: #594435 !important;
    background: #594435 !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(89, 68, 53, .18) !important;
    transform: translateY(-1px);
    outline: none;
}
body.inkbook-theme .udvoh-home { padding-top: 6px; }

@media (max-width: 1080px) {
    body.inkbook-theme .ink-primary-nav { display: none !important; }
    body.inkbook-theme .ink-header-brand { flex: 1 1 auto; }
}
@media (max-width: 760px) {
    body.inkbook-theme .ink-site-header {
        gap: 9px !important;
        min-height: 56px !important;
        padding-inline: 12px !important;
    }
    body.inkbook-theme .ink-header-brand { min-width: 86px !important; min-height: 56px !important; }
    body.inkbook-theme .ink-header-brand .ink-brand-lockup.has-custom-logo .ink-brand-mark { width: 116px !important; height: 32px !important; }
    body.inkbook-theme .udvoh-header-city > span { display: none; }
    body.inkbook-theme .udvoh-header-city select { max-width: 75px; font-size: 11px; }
    body.inkbook-theme .ink-header-actions,
    body.inkbook-theme .ink-account-menu.is-authenticated { max-width: 118px !important; }
    body.inkbook-theme .ink-account-menu__trigger,
    body.inkbook-theme .ink-account-login-link { max-width: 118px !important; min-height: 36px !important; height: 36px !important; padding-inline: 12px !important; }
    body.inkbook-theme .udvoh-home { padding-top: 2px; }
}
@media (max-width: 430px) {
    body.inkbook-theme .ink-site-header { gap: 6px !important; padding-inline: 8px !important; }
    body.inkbook-theme .ink-header-brand .ink-brand-lockup.has-custom-logo .ink-brand-mark { width: 96px !important; }
    body.inkbook-theme .udvoh-header-city select { max-width: 66px; padding-right: 10px !important; }
    body.inkbook-theme .ink-header-actions,
    body.inkbook-theme .ink-account-menu.is-authenticated,
    body.inkbook-theme .ink-account-menu__trigger,
    body.inkbook-theme .ink-account-login-link { max-width: 92px !important; }
}

/* Final Udvoh navigation, wide sections, carousel and footer refinements. */
.ink-nav-dropdown__menu a,
.ink-nav-dropdown__menu a:visited,
.ink-nav-dropdown__menu a:hover,
.ink-nav-dropdown__menu a:focus-visible {
    text-decoration: none !important;
    background-image: none !important;
}
.ink-nav-dropdown__menu a::before,
.ink-nav-dropdown__menu a::after {
    display: none !important;
    content: none !important;
}

.udvoh-home > .udvoh-home-hero,
.udvoh-home > .udvoh-specialist-directory,
.udvoh-home > .udvoh-planning-showcase,
.udvoh-home > .udvoh-tools-section,
.ink-catalog-page > .ink-catalog-hero {
    border-radius: 0 !important;
}

body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    padding: 8px !important;
}
.ink-catalog-page .udvoh-catalog-controls .ink-catalog-sort {
    width: min(290px, 100%) !important;
    margin: 0 !important;
}
.ink-catalog-page .udvoh-catalog-controls .ink-catalog-sort .ink-catalog-filter__field {
    min-height: 52px !important;
}

body.inkbook-theme .udvoh-header-city {
    position: relative;
    min-width: 116px !important;
    height: 44px;
    display: grid !important;
    grid-template-columns: 18px minmax(62px, auto);
    grid-template-rows: 14px 20px;
    column-gap: 7px;
    row-gap: 0;
    align-content: center;
    padding: 5px 9px 5px 10px !important;
    border: 1px solid var(--ud-line) !important;
    border-radius: 13px !important;
    background: #f5f6fa !important;
    cursor: pointer;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
body.inkbook-theme .udvoh-header-city::before {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    content: "⌖";
    color: var(--ud-clay);
    font-size: 15px;
    line-height: 1;
    pointer-events: none;
}
body.inkbook-theme .udvoh-header-city:hover,
body.inkbook-theme .udvoh-header-city:focus-within {
    border-color: rgba(88, 101, 232, .35) !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(45, 68, 112, .08) !important;
}
body.inkbook-theme .udvoh-header-city > span {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    color: var(--ud-muted);
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    pointer-events: none;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    width: 100% !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 20px !important;
    height: 20px !important;
    padding: 0 16px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger:hover,
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger:focus-visible,
body.inkbook-theme .udvoh-header-city .ink-custom-select.is-open .ink-custom-select__trigger {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger::after {
    position: relative;
    top: -1px;
    flex-basis: 12px !important;
    width: 12px !important;
    height: 12px !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__panel {
    top: calc(100% + 13px) !important;
    width: min(240px, calc(100vw - 24px)) !important;
    padding: 7px !important;
    border: 1px solid var(--ud-line) !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 20px 46px rgba(45, 68, 112, .14) !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__option:hover,
body.inkbook-theme .udvoh-header-city .ink-custom-select__option.is-selected {
    background: #ebecf3 !important;
    color: var(--ud-ink) !important;
}

body.inkbook-theme .ink-account-login-link {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.inkbook-theme .ink-site-footer {
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr) !important;
    gap: 36px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 72px 0 0 !important;
    padding: 34px max(24px, calc((100vw - 1200px) / 2)) !important;
    border: 0 !important;
    border-top: 1px solid var(--ud-line) !important;
    border-radius: 0 !important;
    background: #f5f6fa !important;
    color: var(--ud-ink) !important;
    box-shadow: none !important;
}
body.inkbook-theme .ink-site-footer .ink-footer-brand,
body.inkbook-theme .ink-site-footer .ink-footer-brand:visited,
body.inkbook-theme .ink-site-footer .ink-footer-brand strong {
    color: var(--ud-ink) !important;
}
body.inkbook-theme .ink-site-footer > div > p,
body.inkbook-theme .ink-site-footer p,
body.inkbook-theme .ink-site-footer small {
    max-width: 560px;
    margin: 8px 0 !important;
    color: var(--ud-muted) !important;
    font-size: 11px !important;
    line-height: 1.55;
}
body.inkbook-theme .ink-site-footer nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px 20px !important;
}
body.inkbook-theme .ink-site-footer nav a,
body.inkbook-theme .ink-site-footer nav a:visited,
body.inkbook-theme .ink-site-footer a {
    color: var(--ud-ink) !important;
    font-size: 11px !important;
    text-decoration: none !important;
}
body.inkbook-theme .ink-site-footer nav a:hover,
body.inkbook-theme .ink-site-footer a:hover { color: var(--ud-clay) !important; }

@media (max-width: 900px) {
    body.inkbook-theme .ink-site-footer {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding-block: 28px !important;
    }
}
@media (max-width: 760px) {
    body.inkbook-theme .udvoh-header-city {
        min-width: 86px !important;
        height: 36px;
        grid-template-columns: 15px minmax(50px, auto);
        grid-template-rows: 1fr;
        padding: 4px 7px !important;
    }
    body.inkbook-theme .udvoh-header-city::before { grid-row: 1; font-size: 13px; }
    body.inkbook-theme .udvoh-header-city > span { display: none; }
    body.inkbook-theme .udvoh-header-city .ink-custom-select { grid-row: 1; align-self: center; }
    body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger { height: 24px !important; min-height: 24px !important; font-size: 11px !important; }
    body.inkbook-theme .ink-site-footer nav { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

/* Planner app: full-width tabs, compact forms and live AJAX states. */
.udvoh-home > .udvoh-specialist-directory.is-compact {
    width: min(1120px, calc(100% - 32px));
    margin: 26px auto 0;
    padding: clamp(24px, 3vw, 40px);
    border-radius: 24px !important;
}
.udvoh-specialist-directory.is-compact .udvoh-specialist-directory__head h2 { font-size: clamp(34px, 4vw, 52px); }

body.udvoh-planner-page {
    overflow-x: hidden;
    background: #f4f5fa !important;
}
body.udvoh-planner-page .ink-main { padding: 0 !important; }
body.udvoh-planner-page .ink-site-footer { display: none !important; }
body.udvoh-planner-page .ink-main > .ink-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.udvoh-planner-page .ink-page-content { width: 100%; max-width: none; overflow: clip; }

body.udvoh-planner-page .udvoh-planner {
    --ud-app-accent: #5965e8;
    --ud-app-sidebar: #27325f;
    --ud-app-soft: #eceef9;
    width: 100%;
    max-width: none;
    min-height: calc(100vh - 63px);
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 0;
    padding: 0;
    background: #f4f5fa;
}
body.udvoh-planner-page .udvoh-planner__nav {
    position: sticky;
    top: 62px;
    z-index: 8;
    align-self: start;
    min-height: calc(100vh - 62px);
    padding: 24px 16px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #27325f 0%, #20294f 100%);
    color: #fff;
}
body.udvoh-planner-page .udvoh-planner__couple {
    gap: 7px;
    padding: 12px 12px 22px;
    border-color: rgba(255,255,255,.12);
}
body.udvoh-planner-page .udvoh-planner__couple span,
body.udvoh-planner-page .udvoh-planner__couple small { color: rgba(255,255,255,.6); }
body.udvoh-planner-page .udvoh-planner__couple strong {
    overflow-wrap: anywhere;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}
body.udvoh-planner-page .udvoh-planner__nav nav { display: grid; gap: 5px; margin-top: 16px; }
body.udvoh-planner-page .udvoh-planner__nav nav button {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: rgba(255,255,255,.68);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
}
body.udvoh-planner-page .udvoh-planner__nav nav button:hover { color: #fff; background: rgba(255,255,255,.07); }
body.udvoh-planner-page .udvoh-planner__nav nav button.is-active {
    color: #fff;
    background: rgba(255,255,255,.13);
    box-shadow: inset 3px 0 0 #aeb7ff;
}
body.udvoh-planner-page .udvoh-planner__main {
    width: 100%;
    max-width: none;
    min-width: 0;
    display: block;
    padding: 22px clamp(18px, 2.5vw, 40px) 48px;
}
body.udvoh-planner-page .udvoh-planner__header {
    min-width: 0;
    align-items: center;
    margin-bottom: 16px;
    padding: 24px 28px;
    border-color: #e1e4ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(39,50,95,.055);
}
body.udvoh-planner-page .udvoh-planner__header h1 {
    max-width: 800px;
    overflow-wrap: anywhere;
    font-family: "Open Sans", sans-serif;
    font-size: clamp(28px, 3.2vw, 48px);
    font-weight: 500;
    line-height: 1.05;
}
body.udvoh-planner-page .udvoh-planner__tabs,
body.udvoh-planner-page .udvoh-planner__tab-panel { width: 100%; min-width: 0; }
body.udvoh-planner-page .udvoh-planner__tab-panel[hidden] { display: none !important; }
body.udvoh-planner-page .udvoh-planner__tab-panel.is-active { animation: udvoh-tab-in .24s ease both; }
body.udvoh-planner-page #overview.udvoh-planner__tab-panel { display: grid; gap: 16px; }
@keyframes udvoh-tab-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

body.udvoh-planner-page .udvoh-metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
body.udvoh-planner-page .udvoh-metrics article {
    padding: 20px;
    border-color: #e1e4ee;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(39,50,95,.035);
}
body.udvoh-planner-page .udvoh-metrics strong {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(20px, 2vw, 29px);
    font-weight: 600;
}
body.udvoh-planner-page .udvoh-panel {
    min-width: 0;
    padding: clamp(22px, 2.5vw, 34px);
    border-color: #e1e4ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(39,50,95,.045);
}
body.udvoh-planner-page .udvoh-panel__head { margin-bottom: 22px; }
body.udvoh-planner-page .udvoh-panel__head h2 {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(25px, 2.7vw, 38px);
    font-weight: 500;
    line-height: 1.15;
}
body.udvoh-planner-page .udvoh-panel__head > span {
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--ud-app-soft);
    color: #515b8f;
    white-space: nowrap;
}
body.udvoh-planner-page .udvoh-inline-form {
    gap: 9px;
    padding: 12px;
    border: 1px solid #e5e7f0;
    border-radius: 14px;
    background: #f7f8fc;
}
body.udvoh-planner-page .udvoh-inline-form--task { grid-template-columns: minmax(280px, 1.6fr) minmax(170px, .65fr) auto; align-items: end; }
body.udvoh-planner-page .udvoh-inline-form--budget { grid-template-columns: minmax(220px, 1.5fr) minmax(160px, .7fr) auto; }
body.udvoh-planner-page .udvoh-inline-form--guests { grid-template-columns: repeat(4, minmax(130px, 1fr)) auto; }
body.udvoh-planner-page .udvoh-inline-form--timeline { grid-template-columns: minmax(150px, .4fr) minmax(300px, 1.5fr) auto; align-items: end; }
body.udvoh-planner-page .udvoh-inline-form .udvoh-form__status { grid-column: 1 / -1; min-height: 0; }
body.udvoh-planner-page .udvoh-quick-field {
    min-width: 0;
    display: grid;
    gap: 6px;
    margin: 0;
}
body.udvoh-planner-page .udvoh-quick-field > span {
    color: #68708e;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}
body.udvoh-planner-page .udvoh-quick-field input { min-height: 48px; }
body.udvoh-planner-page .udvoh-quick-field.is-time input {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}
body.udvoh-planner-page .udvoh-inline-form--task > .ink-button,
body.udvoh-planner-page .udvoh-inline-form--timeline > .ink-button { min-height: 48px; white-space: nowrap; }
body.udvoh-planner-page .udvoh-form input,
body.udvoh-planner-page .udvoh-form select,
body.udvoh-planner-page .udvoh-form textarea {
    border-color: #dde1eb;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
body.udvoh-planner-page .udvoh-form input:focus,
body.udvoh-planner-page .udvoh-form select:focus,
body.udvoh-planner-page .udvoh-form textarea:focus {
    outline: 0;
    border-color: var(--ud-app-accent);
    box-shadow: 0 0 0 3px rgba(89,101,232,.11);
}
body.udvoh-planner-page .udvoh-form__status { color: #3f765e; font-weight: 600; transition: opacity .18s ease; }
body.udvoh-planner-page .udvoh-form__status.is-error { color: #b04e57; }
body.udvoh-planner-page .udvoh-form.is-loading { opacity: .72; }

body.udvoh-planner-page .udvoh-task-list article,
body.udvoh-planner-page .udvoh-table__row,
body.udvoh-planner-page .udvoh-timeline article,
body.udvoh-planner-page .udvoh-request-list article {
    transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
}
body.udvoh-planner-page .is-entering { opacity: 0; transform: translateY(8px); }
body.udvoh-planner-page .is-removing { opacity: 0; transform: translateX(12px); pointer-events: none; }
body.udvoh-planner-page .udvoh-delete {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #8a7080;
    transition: color .16s ease, background-color .16s ease;
}
body.udvoh-planner-page .udvoh-delete:hover { color: #a43f51; background: #faedf0; }

body.udvoh-planner-page .udvoh-table { width: 100%; overflow: visible; }
body.udvoh-planner-page .udvoh-table__row { min-width: 0; }
body.udvoh-planner-page .udvoh-table--budget .udvoh-table__row {
    grid-template-columns: minmax(180px, 1fr) minmax(130px, .3fr) 30px;
}
body.udvoh-planner-page .udvoh-table--guests .udvoh-table__row {
    grid-template-columns: minmax(170px, 1.2fr) minmax(130px, .8fr) minmax(90px, .45fr) minmax(80px, .4fr) 30px;
}
body.udvoh-planner-page .udvoh-timeline::before { left: 49px; background: #dfe3ef; }
body.udvoh-planner-page .udvoh-timeline time { background: var(--ud-app-soft); color: #465087; }
body.udvoh-planner-page .udvoh-request-list article { border-color: #e1e4ee; background: #fbfbfe; }
body.udvoh-planner-page .udvoh-request-list article > div > span { background: #e5f2ea; color: #357056; }

@media (max-width: 1120px) {
    body.udvoh-planner-page .udvoh-planner { grid-template-columns: 210px minmax(0, 1fr); }
    body.udvoh-planner-page .udvoh-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.udvoh-planner-page .udvoh-inline-form--guests { grid-template-columns: repeat(2, minmax(160px, 1fr)); }
    body.udvoh-planner-page .udvoh-inline-form--guests .ink-button { width: max-content; }
}
@media (max-width: 760px) {
    body.udvoh-planner-page .ink-main { padding: 0 !important; }
    body.udvoh-planner-page .udvoh-planner { grid-template-columns: 1fr; min-height: 0; }
    body.udvoh-planner-page .udvoh-planner__nav {
        top: 62px;
        min-height: 0;
        padding: 8px 12px;
        overflow: hidden;
    }
    body.udvoh-planner-page .udvoh-planner__couple { display: none; }
    body.udvoh-planner-page .udvoh-planner__nav nav {
        display: flex;
        gap: 5px;
        margin: 0;
        padding-bottom: 2px;
        overflow-x: auto;
        scrollbar-width: none;
    }
    body.udvoh-planner-page .udvoh-planner__nav nav::-webkit-scrollbar { display: none; }
    body.udvoh-planner-page .udvoh-planner__nav nav button {
        width: auto;
        min-width: max-content;
        min-height: 36px;
        padding: 7px 11px;
        text-align: center;
    }
    body.udvoh-planner-page .udvoh-planner__nav nav button.is-active { box-shadow: inset 0 -2px 0 #aeb7ff; }
    body.udvoh-planner-page .udvoh-planner__main { padding: 12px 12px 36px; }
    body.udvoh-planner-page .udvoh-planner__header { align-items: flex-start; padding: 20px; }
    body.udvoh-planner-page .udvoh-planner__header .ink-button { min-height: 40px; }
    body.udvoh-planner-page .udvoh-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.udvoh-planner-page .udvoh-inline-form--task,
    body.udvoh-planner-page .udvoh-inline-form--budget,
    body.udvoh-planner-page .udvoh-inline-form--guests,
    body.udvoh-planner-page .udvoh-inline-form--timeline { grid-template-columns: 1fr; }
    body.udvoh-planner-page .udvoh-inline-form .ink-button { width: 100%; }
    body.udvoh-planner-page .udvoh-table__row.is-head { display: none; }
    body.udvoh-planner-page .udvoh-table--budget .udvoh-table__row,
    body.udvoh-planner-page .udvoh-table--guests .udvoh-table__row {
        position: relative;
        grid-template-columns: 1fr 1fr;
        gap: 8px 14px;
        margin-top: 8px;
        padding: 14px 44px 14px 12px;
        border: 1px solid #e6e8f0;
        border-radius: 12px;
    }
    body.udvoh-planner-page .udvoh-table--budget .udvoh-delete,
    body.udvoh-planner-page .udvoh-table--guests .udvoh-delete { position: absolute; top: 10px; right: 8px; }
    body.udvoh-planner-page .udvoh-request-list article { grid-template-columns: 1fr 30px; gap: 10px; }
    body.udvoh-planner-page .udvoh-request-list article > small { grid-column: 1; }
}
@media (max-width: 480px) {
    .udvoh-home > .udvoh-specialist-directory.is-compact { width: calc(100% - 20px); padding: 22px 14px; }
    body.udvoh-planner-page .udvoh-metrics { grid-template-columns: 1fr 1fr !important; }
    body.udvoh-planner-page .udvoh-panel__head { align-items: flex-start; flex-direction: column; gap: 10px; }
}

/* Keep these controls last: older compatibility layers above are more verbose. */
body.inkbook-theme .udvoh-header-city {
    min-width: 0 !important;
    width: auto !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 0 7px 0 9px !important;
    border: 1px solid #dfe2eb !important;
    border-radius: 999px !important;
    background: #f8f8fb !important;
    box-shadow: none !important;
}
body.inkbook-theme .udvoh-header-city:hover,
body.inkbook-theme .udvoh-header-city:focus-within { border-color: #cbd0df !important; background: #fff !important; box-shadow: 0 8px 22px rgba(39,50,95,.08) !important; }
body.inkbook-theme .udvoh-header-city::before { color: #68719a !important; font-size: 12px !important; }
body.inkbook-theme .udvoh-header-city > span { display: none !important; }
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger {
    min-width: 51px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 5px 0 2px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 11px !important;
    line-height: 1 !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger::after { width: 11px !important; height: 11px !important; flex-basis: 11px !important; }
body.inkbook-theme .udvoh-header-city .ink-custom-select__panel {
    right: -7px !important;
    left: auto !important;
    width: 168px !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px) !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    border: 1px solid #dde1eb !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(39,50,95,.14) !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__option { min-height: 34px !important; padding: 7px 9px !important; border-radius: 8px !important; font-size: 11px !important; }
body.inkbook-theme .udvoh-header-city .ink-custom-select__option:hover,
body.inkbook-theme .udvoh-header-city .ink-custom-select__option.is-selected { background: #ebecf3 !important; color: #29345f !important; }
body.inkbook-theme .ink-nav-dropdown__trigger > span { position: static !important; top: auto !important; transform: translateY(-2px) !important; }
body.inkbook-theme .ink-nav-dropdown:hover .ink-nav-dropdown__trigger > span,
body.inkbook-theme .ink-nav-dropdown:focus-within .ink-nav-dropdown__trigger > span { transform: translateY(-2px) rotate(180deg) !important; }
body.inkbook-theme .ink-auth button.ink-button[type="submit"]:hover,
body.inkbook-theme .ink-auth button.ink-button[type="submit"]:focus-visible { color: #111 !important; }
@media (max-width: 760px) {
    body.inkbook-theme .udvoh-header-city > span { display: none !important; }
}

body.udvoh-pricing-page .ink-main > .ink-section {
    width: min(1160px, calc(100% - 28px)) !important;
    padding: 14px 0 42px !important;
}
body.udvoh-pricing-page .ink-pricing { gap: 22px !important; }
body.udvoh-pricing-page .ink-pricing__intro { gap: 22px !important; padding: 0 !important; }
body.udvoh-pricing-page .ink-pricing__intro h1 { margin: 8px 0 0 !important; font-size: clamp(34px, 4vw, 52px) !important; line-height: 1.02 !important; }
body.udvoh-pricing-page .ink-pricing__intro > p:last-child { font-size: 14px !important; }
body.udvoh-pricing-page .ink-pricing-card { min-height: 0 !important; padding: 22px !important; border-color: #d9dde7 !important; border-radius: 17px !important; background: #fff !important; }
body.udvoh-pricing-page .ink-pricing-card.is-pro { background: #ebecf3 !important; }
body.udvoh-pricing-page .ink-pricing-card.is-max { border-color: #29345f !important; background: #29345f !important; }
body.udvoh-pricing-page .ink-pricing-card h2 { font-size: clamp(34px, 3.4vw, 48px) !important; }
body.udvoh-pricing-page .ink-pricing-card__description { min-height: 44px !important; margin-top: 12px !important; }
body.udvoh-pricing-page .ink-pricing-card__price { margin: 16px 0 !important; padding: 14px 0 !important; }
body.udvoh-pricing-page .ink-pricing-card__features { gap: 7px !important; margin-bottom: 20px !important; }
body.udvoh-pricing-page .ink-pricing__legal { padding: 22px 24px !important; }
@media (max-width: 820px) {
    body.udvoh-pricing-page .ink-pricing__intro { grid-template-columns: 1fr !important; }
}

/* Single vendor inquiry: more breathing room and a clear guest choice. */
body.inkbook-theme .udvoh-vendor-layout .ink-contact-panel,
body.inkbook-theme .udvoh-vendor-inquiry .ink-contact-panel {
    display: grid !important;
    gap: 14px !important;
    padding: clamp(28px, 3vw, 40px) !important;
}
body.inkbook-theme .udvoh-vendor-layout .ink-contact-panel > *,
body.inkbook-theme .udvoh-vendor-inquiry .ink-contact-panel > * { margin: 0 !important; }
.ink-contact-choice-modal .ink-contact-modal__dialog { width: min(560px, calc(100vw - 28px)) !important; }
.ink-contact-choice-modal .ink-contact-modal__head { display: grid; gap: 10px; padding-right: 34px; }
.ink-contact-choice-modal .ink-contact-modal__head > * { margin: 0; }
.ink-contact-choice-modal .ink-contact-modal__head > p:last-child { color: var(--ud-muted); line-height: 1.65; }
.ink-contact-choice-modal__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 18px;
}
.ink-contact-choice-modal__actions .ink-button {
    width: 100%;
    min-width: 0;
    min-height: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 13px 15px !important;
    text-align: left;
    white-space: normal;
}
.ink-contact-choice-modal__actions .ink-button strong { font-size: 15px; }
.ink-contact-choice-modal__actions .ink-button span { font-size: 12px; font-weight: 400; line-height: 1.45; opacity: .78; }
.ink-contact-choice-modal__quick {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 !important;
    color: var(--ud-muted);
    font-size: 13px;
}
.ink-contact-choice-modal__quick button {
    appearance: none;
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: var(--ud-ink);
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}
.ink-contact-choice-modal__quick button:hover,
.ink-contact-choice-modal__quick button:focus-visible { color: var(--ud-accent); }
.ink-messenger__shell.is-composing { grid-template-columns: minmax(0, 1fr) !important; }
.ink-messenger__new-conversation {
    display: grid;
    gap: 22px;
    padding: clamp(24px, 4vw, 48px);
}
.ink-messenger__new-conversation > div { display: grid; gap: 7px; }
.ink-messenger__new-conversation > div > * { margin: 0; }
.ink-messenger__new-conversation h3 { color: var(--ud-ink); font-size: clamp(22px, 3vw, 34px); font-weight: 500; }
.ink-messenger__new-conversation .ink-contact-form { width: min(720px, 100%); }
.ink-messenger__conversation-head--new { border-bottom: 1px solid var(--ud-line); }
.ink-messenger__conversation > .ink-chat-stream { grid-row: 3; }
.ink-messenger__conversation > .ink-thread-reply-form { grid-row: 4; }
.ink-thread-reply-form {
    align-self: end;
    gap: 3px !important;
    padding: 10px 14px 11px !important;
}
.ink-thread-reply-form__row { padding: 4px !important; border-radius: 14px !important; }
.ink-thread-reply-form textarea {
    min-height: 42px !important;
    max-height: 112px !important;
    padding: 10px 11px !important;
    resize: none !important;
    transition: height .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.ink-thread-reply-form .ink-button { min-height: 42px !important; padding-block: 9px !important; }
.ink-thread-reply-form__meta {
    min-height: 13px;
    justify-content: flex-end !important;
    gap: 6px !important;
    padding: 0 4px !important;
}
.ink-thread-reply-form__feedback { display: inline-flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 8px; line-height: 1; }
.ink-thread-reply-form__feedback i { color: #9096a8; font-size: 11px; font-style: normal; font-weight: 400; line-height: 1; white-space: nowrap; }
.ink-thread-reply-form__feedback b { color: #536079; font-size: 12px; font-weight: 500; line-height: 1; }
.ink-thread-reply-form__feedback b.is-success { color: #317057; }
.ink-thread-reply-form__feedback b.is-error { color: #a94d58; }
@media (max-width: 560px) {
    .ink-contact-choice-modal__actions .ink-button { min-height: 66px; }
}

/* Public profile galleries: square, predictable and independent from the logo. */
body.inkbook-theme .udvoh-vendor-layout .ink-gallery--editorial {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 12px !important;
}
body.inkbook-theme .udvoh-vendor-layout .ink-gallery--editorial .ink-gallery__item,
body.inkbook-theme .udvoh-vendor-layout .ink-gallery--editorial .ink-gallery__item:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
}
body.inkbook-theme .udvoh-vendor-layout .ink-gallery--editorial .ink-gallery__item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Final compact city control: one aligned clickable pill and a modest menu. */
body.inkbook-theme .udvoh-header-city {
    position: relative !important;
    width: auto !important;
    min-width: 92px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 4px 7px 4px 10px !important;
    border: 1px solid #d9dde8 !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
    cursor: pointer !important;
}
body.inkbook-theme .udvoh-header-city::before {
    position: static !important;
    display: block !important;
    flex: 0 0 auto !important;
    content: "⌖" !important;
    color: #606b91 !important;
    font-size: 13px !important;
    line-height: 1 !important;
}
body.inkbook-theme .udvoh-header-city > span { display: none !important; }
body.inkbook-theme .udvoh-header-city .ink-custom-select {
    position: relative !important;
    width: auto !important;
    min-width: 0 !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger {
    width: auto !important;
    min-width: 58px !important;
    height: 28px !important;
    min-height: 28px !important;
    justify-content: space-between !important;
    gap: 7px !important;
    padding: 0 4px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #222b46 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__trigger::after {
    position: static !important;
    top: auto !important;
    width: 10px !important;
    height: 10px !important;
    flex-basis: 10px !important;
}
body.inkbook-theme .udvoh-header-city .ink-custom-select__panel {
    top: calc(100% + 10px) !important;
    right: -7px !important;
    left: auto !important;
    width: 176px !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px) !important;
}
body.inkbook-theme .udvoh-home-search button.ink-button[type="submit"]:hover,
body.inkbook-theme .udvoh-home-search button.ink-button[type="submit"]:focus-visible {
    color: #111 !important;
}

/* Catalogue sorting: compact trigger with a centered chevron. */
body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls .ink-catalog-sort {
    display: block !important;
    width: min(300px, 100%) !important;
}
body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls .ink-catalog-filter__field {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 4px 5px 4px 12px !important;
    overflow: visible !important;
    border: 1px solid #dfe2eb !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: none !important;
}
body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls .ink-catalog-filter__field::before,
body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls .ink-catalog-filter__field::after {
    display: none !important;
    content: none !important;
}
body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls .ink-catalog-filter__label {
    position: static !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #727a91 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: .04em !important;
    text-transform: none !important;
}
body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls .ink-custom-select {
    position: relative !important;
    display: block !important;
    flex: 1 1 auto !important;
    grid-column: auto !important;
    width: auto !important;
    min-width: 0 !important;
    align-self: auto !important;
}
body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls .ink-custom-select__trigger {
    position: relative !important;
    width: 100% !important;
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 34px 0 11px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #f5f6fa !important;
    box-shadow: none !important;
    color: #222b46 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}
body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls .ink-custom-select__trigger::after {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
}
body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls .ink-custom-select.is-open .ink-custom-select__trigger::after {
    transform: translateY(-50%) rotate(180deg) !important;
}
body.inkbook-theme .ink-catalog-page .udvoh-catalog-controls .ink-custom-select__panel {
    right: 0 !important;
    left: auto !important;
    width: 218px !important;
    min-width: 218px !important;
    border-color: #dfe2eb !important;
    border-radius: 12px !important;
}

/* Catalogue cards: three photos fill the shell as one fixed mosaic. */
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery-shell,
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #e9ebf2 !important;
    scroll-snap-type: none !important;
}
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery-item,
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery.has-1 .ink-artist-card__gallery-item:nth-child(n),
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery.has-2 .ink-artist-card__gallery-item:nth-child(n),
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery.has-3 .ink-artist-card__gallery-item:nth-child(n) {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    flex: none !important;
    transform: none !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery.has-3 .ink-artist-card__gallery-item:nth-child(1) {
    grid-column: 1 / 9 !important;
    grid-row: 1 / 3 !important;
}
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery.has-3 .ink-artist-card__gallery-item:nth-child(2) {
    grid-column: 9 / 13 !important;
    grid-row: 1 / 2 !important;
}
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery.has-3 .ink-artist-card__gallery-item:nth-child(3) {
    grid-column: 9 / 13 !important;
    grid-row: 2 / 3 !important;
}
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery.has-2 .ink-artist-card__gallery-item:nth-child(1) {
    grid-column: 1 / 9 !important;
    grid-row: 1 / 3 !important;
}
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery.has-2 .ink-artist-card__gallery-item:nth-child(2) {
    grid-column: 9 / 13 !important;
    grid-row: 1 / 3 !important;
}
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery.has-1 .ink-artist-card__gallery-item:nth-child(1) {
    grid-column: 1 / 13 !important;
    grid-row: 1 / 3 !important;
}
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
body.inkbook-theme .ink-catalog-page .ink-artist-card__gallery::after {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    color: #232b45;
    content: "→";
    font-size: 14px;
    box-shadow: 0 7px 18px rgba(25,31,51,.14);
}

/* Local SEO content is useful editorial guidance, not a keyword tag cloud. */
body.inkbook-theme .udvoh-seo-guide {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: clamp(32px, 5vw, 76px);
    margin-top: clamp(48px, 7vw, 92px);
    padding: clamp(34px, 5vw, 70px);
    border: 1px solid #dfe2eb;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}
body.inkbook-theme .udvoh-seo-guide__intro h2,
body.inkbook-theme .udvoh-related-categories h2 {
    max-width: 780px;
    margin: 12px 0 18px;
    color: #18243a;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 4.4vw, 62px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.035em;
}
body.inkbook-theme .udvoh-seo-guide__intro > p:last-of-type {
    max-width: 760px;
    color: #5e6980;
    font-size: 16px;
    line-height: 1.75;
}
body.inkbook-theme .udvoh-seo-guide__intro > p:last-of-type p { margin: 0; }
body.inkbook-theme .udvoh-seo-guide__tips {
    display: grid;
    gap: 0;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e2e4eb;
}
body.inkbook-theme .udvoh-seo-guide__tips li {
    position: relative;
    margin: 0;
    padding: 15px 0 15px 27px;
    border-bottom: 1px solid #e2e4eb;
    color: #27344c;
    font-size: 14px;
    line-height: 1.5;
}
body.inkbook-theme .udvoh-seo-guide__tips li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: #5267d8;
    font-weight: 700;
}
body.inkbook-theme .udvoh-seo-guide__faq { min-width: 0; }
body.inkbook-theme .udvoh-seo-guide__faq details {
    border-top: 1px solid #dfe2eb;
}
body.inkbook-theme .udvoh-seo-guide__faq details:last-child { border-bottom: 1px solid #dfe2eb; }
body.inkbook-theme .udvoh-seo-guide__faq summary {
    position: relative;
    padding: 20px 38px 20px 0;
    color: #18243a;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    list-style: none;
}
body.inkbook-theme .udvoh-seo-guide__faq summary::-webkit-details-marker { display: none; }
body.inkbook-theme .udvoh-seo-guide__faq summary::after {
    position: absolute;
    top: 19px;
    right: 4px;
    content: "+";
    color: #53617a;
    font-size: 21px;
    font-weight: 400;
}
body.inkbook-theme .udvoh-seo-guide__faq details[open] summary::after { content: "−"; }
body.inkbook-theme .udvoh-seo-guide__faq details p {
    margin: -4px 0 20px;
    padding-right: 22px;
    color: #68738a;
    font-size: 14px;
    line-height: 1.7;
}
body.inkbook-theme .udvoh-related-categories {
    display: grid;
    grid-template-columns: minmax(230px, .42fr) minmax(0, 1fr);
    gap: clamp(30px, 5vw, 72px);
    padding: clamp(38px, 5vw, 68px) clamp(24px, 4vw, 58px);
    background: #ebecf3;
}
body.inkbook-theme .udvoh-related-categories h2 {
    margin-bottom: 0;
    font-size: clamp(30px, 3.5vw, 48px);
}
body.inkbook-theme .udvoh-related-categories__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
}
body.inkbook-theme .udvoh-related-categories__links a,
body.inkbook-theme .udvoh-related-categories__links a:visited {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(35,47,76,.18);
    color: #1a273f;
    text-decoration: none;
}
body.inkbook-theme .udvoh-related-categories__links a:nth-child(odd) { margin-right: 22px; }
body.inkbook-theme .udvoh-related-categories__links a:hover span { transform: translateX(4px); }
body.inkbook-theme .udvoh-related-categories__links span { transition: transform .2s ease; }
body.inkbook-theme .udvoh-related-categories__links small { color: #6e7890; white-space: nowrap; }

@media (max-width: 860px) {
    body.inkbook-theme .udvoh-seo-guide,
    body.inkbook-theme .udvoh-related-categories { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    body.inkbook-theme .udvoh-seo-guide { padding: 30px 20px; }
    body.inkbook-theme .udvoh-related-categories { padding: 34px 20px; }
    body.inkbook-theme .udvoh-related-categories__links { grid-template-columns: 1fr; }
    body.inkbook-theme .udvoh-related-categories__links a:nth-child(odd) { margin-right: 0; }
}
.ink-artist-card__listing-state {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    background: rgba(27, 31, 46, 0.78);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    backdrop-filter: blur(8px);
}

.ink-artist-card.is-outreach .ink-artist-card__gallery img {
    filter: saturate(0.82) contrast(0.96);
}
