* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

/* Public Beauty by Hilary mock page */

.bh-page {
    --bh-ink: #151313;
    --bh-muted: #534d49;
    --bh-soft: #f8f4f0;
    --bh-line: #e9ded5;
    --bh-taupe: #c7b5aa;
    --bh-button: #151313;
    background: #ffffff;
    color: var(--bh-ink);
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.bh-contact-top {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    padding: 13px 18px 6px;
    color: #1b1715;
    font-size: 14px;
    line-height: 1.5;
}

.bh-contact-top a {
    color: inherit;
    text-decoration: none;
}

.bh-main-header {
    text-align: center;
    padding: 9px 20px 23px;
}

.bh-logo-link {
    display: inline-block;
    margin: 3px auto 24px;
    color: #000000;
    font-family: Amiri, Georgia, "Times New Roman", serif;
    font-size: 45px;
    line-height: 1.05;
    text-decoration: none;
}

.bh-main-nav {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    align-items: center;
}

.bh-main-nav a {
    color: #191615;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
}

.bh-main-nav a:hover {
    text-decoration: underline;
}

.bh-image-section {
    width: 100%;
}

.bh-main-image {
    width: 100%;
    min-height: clamp(330px, 48vw, 620px);
    background:
        linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)),
        url("https://lirp.cdn-website.com/17274040/dms3rep/multi/opt/Canva+Design-2304w.png") center / cover no-repeat;
}

.bh-meet-section {
    width: min(1040px, calc(100% - 38px));
    margin: 64px auto 68px;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 54px;
    align-items: center;
}

.bh-hilary-image {
    min-height: 430px;
    background: url("https://lirp.cdn-website.com/17274040/dms3rep/multi/opt/IMG_3331+%281%29-1105w.jpg") center / cover no-repeat;
}

.bh-meet-text h2,
.bh-testimonials-section h2,
.bh-contact-section h2,
.bh-connect h2 {
    font-family: Amiri, Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 45px;
    line-height: 1.08;
    margin: 0 0 22px;
    color: #000000;
}

.bh-meet-text p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--bh-muted);
    margin: 0;
    max-width: 570px;
}

.bh-testimonials-section {
    width: min(980px, calc(100% - 38px));
    margin: 20px auto 78px;
    text-align: center;
}

.bh-section-heading {
    margin-bottom: 18px;
}

.bh-gallery-filter-control {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin: -4px 0 18px;
}

.bh-gallery-filter-control label {
    margin: 0;
    color: #5f554f;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.bh-gallery-filter-control select {
    width: auto;
    min-width: 112px;
    margin: 0;
    border: 1px solid #d8cec7;
    border-radius: 0;
    background: #ffffff;
    color: #111111;
    padding: 8px 32px 8px 12px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.bh-testimonial-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.bh-testimonial-row {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    text-align: left;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--bh-line);
    border-radius: 14px;
    padding: 22px;
    background: #ffffff;
    overflow: hidden;
}

.bh-testimonial-row.is-filtered-out {
    display: none;
}

.bh-testimonial-row img {
    width: 92px;
    height: 92px;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    background: var(--bh-taupe);
}

.bh-placeholder-image {
    width: 92px;
    height: 92px;
    border-radius: 12px;
    background: #f3ece7;
    border: 1px solid #e4d8cf;
    color: #6e635c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Amiri, Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    padding: 10px;
}

.bh-placeholder-row {
    color: #5a514c;
}

.bh-testimonial-copy p {
    margin: 0 0 11px;
    color: #312c29;
    font-size: 16px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bh-testimonial-copy h3 {
    font-family: Amiri, Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.15;
    margin: 0 0 2px;
    color: #000000;
}

.bh-testimonial-copy span {
    display: block;
    font-size: 13px;
    color: #766d67;
}

.bh-empty {
    color: #6d625b;
    margin: 22px 0 0;
}

.bh-submit-testimonial {
    display: inline-block;
    margin-top: 30px;
    color: #111111;
    border: 1px solid #111111;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.25;
}

.bh-submit-testimonial:hover {
    background: #111111;
    color: #ffffff;
}

.bh-book-section {
    background: #ffffff;
    padding: 14px 20px 44px;
    text-align: center;
}

.bh-book-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: min(315px, 100%);
    background: var(--bh-button);
    color: #ffffff;
    text-decoration: none;
    padding: 15px 34px 16px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0;
}

.bh-book-button span,
.bh-follow-button span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.bh-contact-section {
    width: min(520px, calc(100% - 38px));
    margin: 0 auto 58px;
    text-align: center;
}

.bh-lead-success {
    margin: 0 0 18px;
    border: 1px solid #d8cec7;
    background: #f8f4f0;
    color: #332e2a;
    padding: 13px 16px;
    line-height: 1.55;
}

.bh-contact-form {
    display: grid;
    gap: 12px;
}

.bh-contact-form input,
.bh-contact-form textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    padding: 12px 13px;
    font: inherit;
    background: #ffffff;
    color: var(--bh-ink);
}

.bh-contact-form textarea {
    min-height: 112px;
    resize: vertical;
}

.bh-contact-form button {
    background: var(--bh-button);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    justify-self: center;
    min-width: 98px;
}

.bh-connect {
    padding: 4px 20px 64px;
    text-align: center;
}

.bh-follow-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 210px;
    margin-bottom: 40px;
    background: var(--bh-button);
    color: #ffffff;
    text-decoration: none;
    padding: 13px 28px 14px;
    font-size: 14px;
    line-height: 1.25;
}

.bh-social-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.bh-social-row a {
    color: #111111;
    text-decoration: none;
    font-size: 14px;
}

.bh-social-row a:hover {
    text-decoration: underline;
}

.bh-owner-login {
    position: fixed;
    right: 12px;
    bottom: 10px;
    color: #000000;
    text-decoration: none;
    padding: 5px 6px;
    font-size: 11px;
    opacity: 0.18;
}

.bh-owner-login:hover {
    opacity: 0.65;
}

.bh-embed-page {
    background: transparent;
}

.bh-embed-shell {
    width: 100%;
    margin: 0;
    padding: 12px;
}

.bh-embed-testimonials {
    width: min(980px, 100%);
    margin: 0 auto;
}

.bh-embed-testimonials .bh-section-heading {
    margin-bottom: 14px;
}

.bh-embed-share {
    margin-top: 24px;
}

/* Private submit/admin/login pages */

.top-strip {
    background: #2f2a26;
    color: #ffffff;
    padding: 9px 42px;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e7ddd6;
    padding: 28px 48px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.brand h1,
.site-header h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    margin: 0;
    font-size: 34px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8b7668;
    font-weight: 700;
    margin: 0 0 8px;
}

.site-header nav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-family: Arial, Helvetica, sans-serif;
}

.site-header nav a {
    color: #2f2a26;
    text-decoration: none;
    border: 1px solid #ded4cc;
    padding: 10px 13px;
    background: #ffffff;
    font-size: 14px;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 32px auto;
}

.narrow {
    width: min(720px, calc(100% - 32px));
}

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

.admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 24px;
}

.admin-card,
.form-card,
.empty-state,
.success-box,
.error-box,
.dashboard-section,
.form-intro {
    background: #ffffff;
    border: 1px solid #e7ddd6;
    box-shadow: 0 10px 30px rgba(58, 45, 35, 0.05);
}

.admin-card {
    overflow: hidden;
}

.admin-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    background: #d8c8bc;
}

.admin-card.compact img {
    height: 200px;
}

.admin-photo-placeholder {
    height: 250px;
    background: #f3ece7;
    border-bottom: 1px solid #e7ddd6;
    color: #6e635c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.admin-photo-placeholder.compact {
    height: 200px;
}

.card-body {
    padding: 20px;
}

.card-body p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

.muted {
    color: #786d66;
    font-family: Arial, Helvetica, sans-serif;
}

.form-card,
.empty-state,
.success-box,
.error-box,
.dashboard-section,
.form-intro {
    padding: 26px;
}

.form-intro {
    margin-bottom: 18px;
}

label {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
}

input[type="text"],
input[type="email"],
input[type="file"],
textarea,
select {
    display: block;
    width: 100%;
    margin-top: 8px;
    border: 1px solid #d8cec7;
    padding: 13px;
    font: inherit;
    background: #ffffff;
}

.checkbox-label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 500;
    line-height: 1.5;
}

button,
.button {
    display: inline-block;
    border: none;
    padding: 12px 18px;
    background: #2f2a26;
    color: white;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.button.secondary {
    background: #efe7e1;
    color: #2f2a26;
}

button.danger {
    background: #9e2f2f;
}

button.danger.outline {
    background: #ffffff;
    border: 1px solid #9e2f2f;
    color: #9e2f2f;
}

button.warning {
    background: #9a6a28;
}

.button-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.center {
    justify-content: center;
}

.error-box {
    background: #fff0f0;
    border-color: #e3b5b5;
    margin-bottom: 18px;
}

.success-box {
    text-align: center;
}

.status {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.status.pending {
    background: #fff1c7;
    color: #725500;
}

.status.approved {
    background: #dff4dc;
    color: #23631d;
}

.dashboard-section {
    margin-bottom: 28px;
}

.mini-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 14px;
}

.mini-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e7ddd6;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.mini-item img {
    width: 58px;
    height: 58px;
    object-fit: cover;
}

.mini-photo-placeholder {
    width: 58px;
    height: 58px;
    background: #f3ece7;
    border: 1px solid #e7ddd6;
    color: #6e635c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-align: center;
}

.mini-item span {
    flex: 1;
}

.mini-item button {
    padding: 9px 12px;
    font-size: 13px;
}

@media (max-width: 980px) {
    .bh-testimonial-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .bh-contact-top {
        gap: 6px;
        flex-direction: column;
        align-items: center;
    }

    .bh-main-nav {
        gap: 13px 18px;
    }

    .bh-meet-section {
        grid-template-columns: 1fr;
        gap: 28px;
        margin: 46px auto 54px;
    }

    .bh-main-image {
        min-height: 285px;
    }

    .bh-hilary-image {
        min-height: 340px;
    }

    .bh-meet-text h2,
    .bh-testimonials-section h2,
    .bh-contact-section h2,
    .bh-connect h2 {
        font-size: 36px;
    }

    .bh-testimonial-row {
        gap: 13px;
    }

    .bh-testimonial-row img {
        width: 86px;
        height: 86px;
    }

    .bh-placeholder-image {
        width: 86px;
        height: 86px;
        font-size: 19px;
    }

    .bh-gallery-filter-control {
        justify-content: center;
        margin-top: 0;
    }

    .site-header {
        display: block;
        padding: 24px 20px;
    }

    .site-header nav {
        justify-content: flex-start;
        margin-top: 18px;
    }
}

@media (max-width: 560px) {
    .bh-testimonial-list {
        grid-template-columns: 1fr;
    }

    .bh-testimonial-row {
        aspect-ratio: auto;
        min-height: 270px;
    }
}

/* Production embed gallery */

.bh-embed-page {
    background: #faf7f3;
    color: #2f2a26;
}

.bh-embed-shell {
    width: 100%;
    margin: 0;
    padding: 20px 18px;
}

.bh-embed-testimonials {
    width: min(920px, 100%);
    margin: 0 auto;
    text-align: center;
    background: #fffdf9;
    border: 1px solid #e6d8cf;
    padding: 28px;
}

.bh-embed-testimonials .bh-section-heading {
    margin-bottom: 12px;
}

.bh-embed-testimonials .bh-section-heading h2 {
    font-size: 42px;
    margin-bottom: 8px;
    color: #2f2a26;
}

.bh-embed-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}

.bh-embed-share {
    margin: 0;
    background: #2f2a26;
    color: #ffffff;
    border-color: #2f2a26;
}

.bh-embed-share:hover {
    background: #fffdf9;
    color: #2f2a26;
}

.bh-embed-scroll {
    max-height: 660px;
    overflow-y: auto;
    padding-right: 12px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #c9b4a5 transparent;
}

.bh-embed-scroll::-webkit-scrollbar {
    width: 8px;
}

.bh-embed-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.bh-embed-scroll::-webkit-scrollbar-thumb {
    background: #c9b4a5;
    border-radius: 999px;
}

.bh-embed-testimonials .bh-testimonial-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin-top: 0;
}

.bh-embed-testimonials .bh-testimonial-row {
    display: flex;
    gap: 16px;
    align-items: start;
    aspect-ratio: auto;
    min-height: 188px;
    border: 1px solid #e6d8cf;
    border-radius: 8px;
    padding: 16px;
    background: #ffffff;
    overflow: hidden;
}

.bh-embed-testimonials .bh-testimonial-row.text-only {
    display: block;
}

.bh-embed-testimonials .bh-testimonial-row img {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    border-radius: 8px;
    object-fit: cover;
}

.bh-embed-testimonials .bh-testimonial-copy p {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    color: #2f2a26;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.bh-embed-testimonials .bh-testimonial-copy h3 {
    font-size: 22px;
    color: #2f2a26;
}

.bh-embed-testimonials .bh-testimonial-copy span {
    color: #6f625b;
}

.bh-embed-owner-login {
    position: fixed;
    right: 12px;
    bottom: 10px;
    color: #2f2a26;
    text-decoration: none;
    border: 1px solid #e6d8cf;
    background: #fffdf9;
    padding: 7px 10px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.25;
    opacity: 0.22;
}

.bh-embed-owner-login:hover {
    opacity: 0.75;
}

@media (max-width: 560px) {
    .bh-embed-shell {
        padding: 12px;
    }

    .bh-embed-testimonials {
        padding: 20px 14px;
    }

    .bh-embed-scroll {
        max-height: 640px;
        padding-right: 8px;
    }

    .bh-embed-testimonials .bh-section-heading h2 {
        font-size: 36px;
    }

    .bh-embed-actions {
        gap: 10px;
    }

    .bh-embed-testimonials .bh-testimonial-row {
        display: flex;
        padding: 14px;
        min-height: 170px;
    }

    .bh-embed-testimonials .bh-testimonial-row.text-only {
        display: block;
    }

    .bh-embed-testimonials .bh-testimonial-row img {
        width: 82px;
        height: 82px;
        flex-basis: 82px;
    }
}
