:root {
    --ink: #2e1c38;
    --ink-soft: #59475f;
    --mauve: #9b7a8e;
    --rose: #c88a75;
    --peach: #e89878;
    --sage: #6f8f7a;
    --sage-soft: #e5ede2;
    --linen: #f9f6f0;
    --paper: #fffdf8;
    --cream: #f2eadf;
    --line: rgba(46, 28, 56, 0.14);
    --danger: #9f3b42;
    --success: #426f52;
    --shadow: 0 24px 70px rgba(46, 28, 56, 0.14);
    --hand-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M29 5c3 0 5 2 5 5v18h2V14c0-3 2-5 5-5s5 2 5 5v21h2V20c0-3 2-5 5-5s5 2 5 5v22c0 10-7 17-17 17H29c-6 0-10-2-14-7L5 38c-2-3-1-6 2-8 3-2 6-1 8 2l4 6V12c0-3 2-5 5-5s5 2 5 5v16h1V10c0-3 2-5 5-5z'/%3E%3C/svg%3E");
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.62), rgba(249, 246, 240, 0.98)),
        var(--linen);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image:
        repeating-linear-gradient(0deg, rgba(46, 28, 56, 0.025) 0, rgba(46, 28, 56, 0.025) 1px, transparent 1px, transparent 6px),
        repeating-linear-gradient(90deg, rgba(46, 28, 56, 0.018) 0, rgba(46, 28, 56, 0.018) 1px, transparent 1px, transparent 8px);
    opacity: 0.7;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

h1 {
    max-width: 1120px;
    font-size: clamp(56px, 8vw, 124px);
}

h2 {
    font-size: clamp(38px, 5vw, 72px);
}

h3 {
    font-size: clamp(27px, 2.2vw, 36px);
}

p {
    margin: 0;
}

.site-header,
.admin-header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    min-height: 78px;
    padding: 14px clamp(18px, 4vw, 58px);
    border-bottom: 1px solid rgba(46, 28, 56, 0.1);
    background: rgba(249, 246, 240, 0.84);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 260px;
    text-decoration: none;
}

.brand img {
    width: 82px;
    height: 46px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

.brand span {
    display: grid;
    gap: 1px;
}

.brand strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 25px;
    line-height: 1;
}

.brand small {
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.site-nav,
.admin-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-nav a,
.admin-link,
.back-link {
    color: rgba(46, 28, 56, 0.74);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.site-nav a:hover,
.admin-link:hover,
.back-link:hover {
    color: var(--ink);
}

.section-pad {
    padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 72px);
}

.hero {
    position: relative;
    min-height: 88svh;
    isolation: isolate;
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 16%, rgba(155, 122, 142, 0.16), transparent 24%),
        radial-gradient(circle at 88% 62%, rgba(232, 152, 120, 0.2), transparent 26%),
        linear-gradient(180deg, #f4efec 0%, #f7f1ed 100%);
    background-position: center;
    background-size: cover;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 22%;
    background:
        linear-gradient(180deg, transparent, rgba(249, 246, 240, 0.82)),
        url("../img/hero-atelier.jpg");
    background-position: center bottom;
    background-size: cover;
    opacity: 0.42;
}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
    gap: clamp(34px, 6vw, 88px);
    align-items: center;
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: clamp(64px, 7vw, 108px) clamp(20px, 5vw, 72px) clamp(92px, 8vw, 126px);
}

.hero-copy {
    max-width: 900px;
    margin: 0;
    text-align: left;
}

.eyebrow {
    margin-bottom: 18px;
    color: var(--rose);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.about-title {
    max-width: 860px;
    font-size: clamp(58px, 7.8vw, 126px);
    line-height: 0.92;
}

.hero-kicker {
    max-width: 760px;
    margin-top: 30px;
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(30px, 3.4vw, 54px);
    font-weight: 600;
    line-height: 1.08;
}

.hero-lead {
    max-width: 790px;
    margin: 20px auto 0;
    color: var(--ink-soft);
    font-size: clamp(18px, 1.5vw, 22px);
}

.hero-questions {
    display: grid;
    gap: 12px;
    max-width: 780px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(46, 28, 56, 0.18);
}

.hero-questions p {
    color: var(--ink-soft);
    font-size: clamp(17px, 1.45vw, 21px);
    font-weight: 800;
}

.hero-proof {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    max-width: 560px;
    margin: 30px auto 0;
    padding: 10px 16px 10px 10px;
    border: 1px solid rgba(46, 28, 56, 0.14);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.78);
    box-shadow: 0 18px 42px rgba(46, 28, 56, 0.09);
}

.hero-proof img {
    width: 84px;
    height: 84px;
    flex: 0 0 auto;
    border-radius: 7px;
    object-fit: cover;
    filter: sepia(0.12) contrast(1.04);
}

.hero-proof div {
    display: grid;
    gap: 3px;
}

.hero-proof strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    line-height: 1.05;
}

.hero-proof span {
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 800;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 32px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 7px;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    color: #fffdf8;
    background: var(--ink);
    box-shadow: 0 16px 36px rgba(46, 28, 56, 0.24);
}

.button-primary:hover {
    background: #3f2b4b;
}

.button-secondary {
    color: var(--ink);
    border-color: rgba(46, 28, 56, 0.2);
    background: rgba(255, 253, 248, 0.62);
}

.button-secondary:hover {
    border-color: rgba(46, 28, 56, 0.35);
    background: rgba(255, 253, 248, 0.9);
}

.button-ghost {
    color: var(--ink-soft);
    border-color: rgba(46, 28, 56, 0.12);
    background: transparent;
}

.hero-highlights {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
}

.hero-aside {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 20px;
    min-height: 440px;
}

.portrait-frame {
    width: min(100%, 270px);
    padding: 12px;
    border: 1px solid rgba(46, 28, 56, 0.14);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.76);
    box-shadow: var(--shadow);
    transform: rotate(-2deg);
}

.portrait-frame img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 6px;
    object-fit: cover;
    filter: sepia(0.08) contrast(1.05);
}

.hero-mark {
    width: min(100%, 290px);
    max-height: 94px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    transform: rotate(1.8deg);
    box-shadow: 0 12px 30px rgba(46, 28, 56, 0.08);
}

.hero-aside p {
    display: grid;
    gap: 4px;
    width: min(100%, 330px);
    margin: 0;
    padding: 18px;
    border-left: 4px solid var(--peach);
    background: rgba(255, 253, 248, 0.7);
}

.hero-aside strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 30px;
    line-height: 1;
}

.hero-aside span {
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 800;
}

.hero-hand-field {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.drawn-hand {
    position: absolute;
    display: block;
    width: clamp(58px, 5.6vw, 106px);
    aspect-ratio: 1;
    background: currentColor;
    -webkit-mask: var(--hand-mask) center / contain no-repeat;
    mask: var(--hand-mask) center / contain no-repeat;
    opacity: 0.86;
    animation: handFloat 6s ease-in-out infinite;
}

.hand-red {
    top: 22%;
    right: 22%;
    color: #e71919;
    transform: rotate(-6deg);
}

.hand-cream {
    top: 22%;
    right: 13%;
    color: rgba(232, 152, 120, 0.18);
    animation-delay: 0.6s;
}

.hand-peach {
    top: 22%;
    right: 5%;
    color: rgba(200, 138, 117, 0.2);
    animation-delay: 1.2s;
}

.hand-sage {
    left: 8%;
    bottom: 20%;
    color: rgba(111, 143, 122, 0.2);
    animation-delay: 0.9s;
}

.hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    color: rgba(46, 28, 56, 0.58);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.hero-scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    margin: 8px auto 0;
    background: rgba(46, 28, 56, 0.34);
}

.story-section {
    display: grid;
    grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1fr);
    gap: clamp(32px, 6vw, 96px);
    align-items: center;
    background: var(--paper);
}

.story-art {
    position: relative;
    min-height: 430px;
}

.story-art img {
    position: absolute;
    inset: 60px 0 0;
    width: 100%;
    height: 320px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.story-hand {
    position: absolute;
    top: 0;
    left: 16%;
    z-index: 2;
    color: #e71919;
}

.story-copy {
    max-width: 820px;
}

.story-copy p:not(.eyebrow) {
    margin-top: 20px;
    color: var(--ink-soft);
    font-size: clamp(18px, 1.5vw, 21px);
}

.text-link {
    display: inline-flex;
    margin-top: 28px;
    color: var(--ink);
    font-weight: 900;
    text-decoration-color: rgba(46, 28, 56, 0.32);
    text-underline-offset: 5px;
}

.hero-highlights li {
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(46, 28, 56, 0.16);
    border-radius: 999px;
    color: var(--ink-soft);
    background: rgba(255, 253, 248, 0.54);
    font-size: 13px;
    font-weight: 800;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.68fr);
    gap: clamp(28px, 6vw, 90px);
    align-items: end;
    max-width: 1360px;
    margin: 0 auto 44px;
}

.bio-section {
    display: grid;
    grid-template-columns: minmax(210px, 0.42fr) minmax(0, 0.82fr) minmax(260px, 0.48fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(242, 234, 223, 0.72)),
        var(--paper);
}

.bio-media {
    justify-self: end;
    width: min(100%, 260px);
    border: 1px solid rgba(46, 28, 56, 0.13);
    border-radius: 8px;
    padding: 10px;
    background: var(--paper);
    box-shadow: var(--shadow);
}

.bio-media img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 6px;
    object-fit: cover;
    filter: sepia(0.1) contrast(1.05);
}

.bio-copy {
    max-width: 820px;
}

.bio-copy p:not(.eyebrow) {
    margin-top: 22px;
    color: var(--ink-soft);
    font-size: clamp(17px, 1.45vw, 20px);
}

.bio-signature {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(46, 28, 56, 0.14);
}

.bio-signature img {
    width: 164px;
    height: 56px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

.bio-signature span {
    color: var(--mauve);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
}

.bio-list {
    display: grid;
    border-left: 1px solid rgba(46, 28, 56, 0.16);
}

.bio-list div {
    display: grid;
    gap: 7px;
    padding: 22px 0 22px 26px;
    border-bottom: 1px solid rgba(46, 28, 56, 0.14);
}

.bio-list div:last-child {
    border-bottom: 0;
}

.bio-list span {
    color: var(--peach);
    font-size: 12px;
    font-weight: 900;
}

.bio-list strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 28px;
    line-height: 1;
}

.bio-list p {
    color: var(--ink-soft);
}

.values-section {
    padding: clamp(72px, 9vw, 118px) clamp(20px, 5vw, 72px);
    background:
        linear-gradient(180deg, rgba(46, 28, 56, 0.96), rgba(62, 42, 72, 0.95)),
        var(--ink);
    color: var(--paper);
}

.values-section .eyebrow {
    color: var(--peach);
}

.values-section h2 {
    max-width: 980px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 1180px;
    margin-top: 42px;
    border: 1px solid rgba(255, 253, 248, 0.2);
    background: rgba(255, 253, 248, 0.2);
}

.values-grid span {
    min-height: 112px;
    padding: 28px;
    background: rgba(255, 253, 248, 0.055);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1;
}

.section-heading p:not(.eyebrow) {
    color: var(--ink-soft);
    font-size: clamp(17px, 1.5vw, 20px);
}

.services-section {
    background:
        linear-gradient(180deg, rgba(249, 246, 240, 0.7), rgba(255, 253, 248, 0.9)),
        var(--linen);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    max-width: 1360px;
    margin: 0 auto;
    border: 1px solid var(--line);
    background: var(--line);
}

.service-card {
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: start;
    min-height: 390px;
    padding: clamp(24px, 3vw, 38px);
    background: rgba(255, 253, 248, 0.86);
    transition: transform 180ms ease, background 180ms ease;
}

.service-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 253, 248, 0.98);
}

.service-doodle {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 58px;
    height: 58px;
    color: rgba(46, 28, 56, 0.14);
    background: currentColor;
    -webkit-mask: var(--hand-mask) center / contain no-repeat;
    mask: var(--hand-mask) center / contain no-repeat;
    animation: doodleWiggle 5s ease-in-out infinite;
}

.doodle-report {
    color: rgba(200, 138, 117, 0.28);
    clip-path: polygon(18% 4%, 82% 4%, 82% 96%, 18% 96%);
    -webkit-mask: none;
    mask: none;
    border: 3px solid currentColor;
    background: transparent;
}

.doodle-report::before,
.doodle-report::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.doodle-report::before {
    top: 18px;
    box-shadow: 0 11px 0 currentColor;
}

.doodle-report::after {
    bottom: 14px;
}

.doodle-path {
    width: 70px;
    color: rgba(111, 143, 122, 0.28);
    background: none;
    -webkit-mask: none;
    mask: none;
}

.doodle-path::before {
    content: "";
    position: absolute;
    inset: 16px 2px;
    border-top: 4px solid currentColor;
    border-radius: 50%;
    transform: rotate(-15deg);
}

.doodle-path::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 22px;
    width: 16px;
    height: 16px;
    border-top: 4px solid currentColor;
    border-right: 4px solid currentColor;
    transform: rotate(35deg);
}

.doodle-dialog {
    color: rgba(155, 122, 142, 0.27);
    background: transparent;
    -webkit-mask: none;
    mask: none;
    border: 4px solid currentColor;
    border-radius: 50%;
}

.doodle-dialog::after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: -6px;
    width: 18px;
    height: 18px;
    border-left: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
    transform: rotate(-18deg);
}

.service-card:nth-child(2) {
    background: rgba(242, 234, 223, 0.82);
}

.service-card:nth-child(3) {
    background: rgba(229, 237, 226, 0.74);
}

.service-card:nth-child(4) {
    background: rgba(255, 253, 248, 0.78);
}

.service-number {
    margin-bottom: 28px;
    color: var(--rose);
    font-size: 12px;
    font-weight: 900;
}

.service-card h3 {
    margin-bottom: 18px;
}

.service-card p {
    color: var(--ink-soft);
}

.service-card a {
    align-self: end;
    margin-top: 34px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
    text-decoration-color: rgba(46, 28, 56, 0.35);
    text-underline-offset: 5px;
}

.approach-section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 72px) clamp(76px, 9vw, 118px);
}

.approach-item {
    display: grid;
    gap: 10px;
    padding: 28px 28px 28px 0;
    border-top: 1px solid rgba(46, 28, 56, 0.18);
}

.approach-item span {
    color: var(--peach);
    font-size: 12px;
    font-weight: 900;
}

.approach-item strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;
    line-height: 1;
}

.approach-item p {
    max-width: 340px;
    color: var(--ink-soft);
}

.booking-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.08fr);
    gap: clamp(28px, 5vw, 74px);
    align-items: start;
    background:
        linear-gradient(135deg, rgba(46, 28, 56, 0.97), rgba(69, 47, 80, 0.95)),
        var(--ink);
    color: var(--paper);
}

.booking-copy {
    position: sticky;
    top: 112px;
}

.booking-copy .eyebrow {
    color: var(--peach);
}

.booking-copy h2,
.contact-section h2,
.admin-title h1 {
    margin-bottom: 18px;
}

.booking-copy p:not(.eyebrow) {
    color: rgba(255, 253, 248, 0.78);
    font-size: clamp(17px, 1.45vw, 20px);
}

.booking-note {
    display: grid;
    gap: 8px;
    margin-top: 26px;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 253, 248, 0.22);
    color: rgba(255, 253, 248, 0.82);
}

.booking-note strong {
    color: var(--paper);
}

.booking-form {
    padding: clamp(22px, 3vw, 36px);
    border: 1px solid rgba(255, 253, 248, 0.24);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.96);
    box-shadow: 0 26px 70px rgba(11, 5, 16, 0.24);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.form-wide {
    grid-column: 1 / -1;
}

label {
    display: grid;
    gap: 8px;
    color: rgba(46, 28, 56, 0.76);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

input,
select,
textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(46, 28, 56, 0.15);
    border-radius: 7px;
    padding: 12px 13px;
    color: var(--ink);
    background: #fffdf8;
    font: inherit;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    outline: 3px solid rgba(232, 152, 120, 0.26);
    border-color: var(--peach);
}

.booking-form .button {
    margin-top: 24px;
}

.form-footnote {
    margin-top: 14px;
    color: rgba(46, 28, 56, 0.62);
    font-size: 13px;
}

.alert {
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
}

.alert ul {
    margin: 10px 0 0;
    padding-left: 18px;
}

.alert-success {
    color: var(--success);
    border: 1px solid rgba(66, 111, 82, 0.28);
    background: rgba(229, 237, 226, 0.86);
}

.alert-error {
    color: var(--danger);
    border: 1px solid rgba(159, 59, 66, 0.25);
    background: rgba(255, 238, 232, 0.9);
}

.faq-section {
    background: var(--paper);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 1360px;
    margin: 0 auto;
    border: 1px solid var(--line);
    background: var(--line);
}

.faq-grid details {
    padding: clamp(22px, 3vw, 34px);
    background: var(--paper);
}

.faq-grid summary {
    cursor: pointer;
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}

.faq-grid p {
    margin-top: 16px;
    color: var(--ink-soft);
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-top: 1px solid rgba(46, 28, 56, 0.12);
    background:
        linear-gradient(90deg, rgba(229, 237, 226, 0.76), rgba(249, 246, 240, 0.96)),
        var(--linen);
}

.contact-section div {
    max-width: 860px;
}

.contact-section p:not(.eyebrow) {
    color: var(--ink-soft);
    font-size: clamp(17px, 1.45vw, 20px);
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 28px clamp(20px, 5vw, 72px);
    color: rgba(46, 28, 56, 0.72);
    font-size: 14px;
}

.site-footer a {
    font-weight: 900;
    text-decoration: none;
}

.admin-body {
    background: var(--linen);
}

.admin-login {
    display: grid;
    min-height: 100svh;
    place-items: center;
    padding: 32px;
}

.login-box,
.appointment-card,
.stat-card,
.empty-state {
    border: 1px solid rgba(46, 28, 56, 0.12);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: var(--shadow);
}

.login-box {
    display: grid;
    gap: 18px;
    width: min(100%, 430px);
    padding: 30px;
}

.login-box img {
    justify-self: center;
    width: 220px;
    height: auto;
    border-radius: 6px;
}

.login-box h1 {
    text-align: center;
    font-size: 44px;
}

.admin-main {
    padding: 42px clamp(20px, 5vw, 72px) 76px;
}

.admin-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.admin-title p:not(.eyebrow) {
    color: var(--ink-soft);
    font-weight: 900;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.stat-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(46, 28, 56, 0.08);
}

.stat-card span {
    color: var(--ink-soft);
    font-weight: 900;
}

.stat-card strong {
    font-size: 30px;
}

.admin-filter {
    display: grid;
    grid-template-columns: 220px minmax(220px, 1fr) auto auto;
    gap: 14px;
    align-items: end;
    margin-bottom: 22px;
    padding: 18px;
    border: 1px solid rgba(46, 28, 56, 0.12);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.76);
}

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

.appointment-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr) 300px;
    gap: 22px;
    padding: 20px;
}

.appointment-date {
    display: grid;
    align-content: start;
    gap: 8px;
}

.appointment-date span {
    color: var(--ink-soft);
    font-weight: 900;
}

.appointment-date strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
    line-height: 1.05;
}

.appointment-main {
    min-width: 0;
}

.appointment-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    color: var(--mauve);
    font-size: 13px;
    font-weight: 900;
}

.appointment-main h2 {
    margin-bottom: 8px;
    font-size: 34px;
}

.appointment-main p {
    color: var(--ink-soft);
}

.appointment-reason {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(46, 28, 56, 0.1);
}

.contact-lines {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

.contact-lines a {
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 4px 10px;
    border-radius: 999px;
    color: var(--ink);
    background: var(--sage-soft);
}

.status-pendiente .status-pill,
.status-pendiente.stat-card {
    background: rgba(232, 152, 120, 0.2);
}

.status-confirmado .status-pill,
.status-confirmado.stat-card {
    background: rgba(111, 143, 122, 0.22);
}

.status-reprogramar .status-pill,
.status-reprogramar.stat-card {
    background: rgba(155, 122, 142, 0.2);
}

.status-cancelado .status-pill,
.status-cancelado.stat-card {
    background: rgba(159, 59, 66, 0.12);
}

.appointment-actions {
    display: grid;
    gap: 12px;
    align-content: start;
}

.empty-state {
    padding: 30px;
}

.empty-state h2 {
    margin-bottom: 8px;
    font-size: 34px;
}

.empty-state p {
    color: var(--ink-soft);
}

[hidden] {
    display: none !important;
}

.trail-hand {
    position: fixed;
    z-index: 9999;
    width: 34px;
    height: 34px;
    pointer-events: none;
    background: currentColor;
    -webkit-mask: var(--hand-mask) center / contain no-repeat;
    mask: var(--hand-mask) center / contain no-repeat;
    opacity: 0.86;
    transform: translate(-50%, -50%) rotate(var(--trail-rotate));
    animation: trailFade 900ms ease-out forwards;
}

@keyframes handFloat {
    0%,
    100% {
        translate: 0 0;
    }
    50% {
        translate: 0 -12px;
    }
}

@keyframes doodleWiggle {
    0%,
    100% {
        transform: rotate(-3deg) scale(1);
    }
    50% {
        transform: rotate(5deg) scale(1.04);
    }
}

@keyframes trailFade {
    0% {
        opacity: 0.86;
        scale: 0.84;
    }
    100% {
        opacity: 0;
        scale: 1.35;
        translate: 0 -18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .drawn-hand,
    .service-doodle,
    .trail-hand {
        animation: none;
    }
}

@media (max-width: 1120px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-heading,
    .bio-section,
    .story-section,
    .booking-section,
    .appointment-card {
        grid-template-columns: 1fr;
    }

    .hero-inner {
        grid-template-columns: 1fr;
    }

    .hero-aside {
        grid-template-columns: 220px minmax(260px, 1fr);
        justify-items: start;
        min-height: auto;
    }

    .hero-mark {
        display: none;
    }

    .bio-media {
        justify-self: start;
        width: 230px;
    }

    .bio-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-top: 1px solid rgba(46, 28, 56, 0.16);
        border-left: 0;
    }

    .bio-list div {
        padding: 20px 20px 0 0;
        border-right: 1px solid rgba(46, 28, 56, 0.14);
        border-bottom: 0;
    }

    .bio-list div:last-child {
        border-right: 0;
    }

    .booking-copy {
        position: static;
    }

    .appointment-actions {
        grid-template-columns: 1fr 1fr auto;
        align-items: end;
    }
}

@media (max-width: 860px) {
    .site-header,
    .admin-header {
        position: static;
        flex-wrap: wrap;
        padding: 14px 20px;
    }

    .brand {
        min-width: 0;
    }

    .site-nav {
        order: 3;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .hero {
        min-height: 78svh;
        background:
            radial-gradient(circle at 14% 16%, rgba(155, 122, 142, 0.14), transparent 28%),
            radial-gradient(circle at 84% 72%, rgba(232, 152, 120, 0.16), transparent 30%),
            linear-gradient(180deg, #f4efec 0%, #f7f1ed 100%);
    }

    .hero-inner {
        padding-top: 62px;
        padding-bottom: 120px;
    }

    .hero-copy {
        max-width: 720px;
    }

    .hero-aside {
        grid-template-columns: 1fr;
    }

    .portrait-frame {
        width: 210px;
    }

    .hand-red {
        top: 13%;
        right: 8%;
    }

    .hand-cream,
    .hand-peach {
        display: none;
    }

    .approach-section,
    .faq-grid,
    .bio-list,
    .values-grid,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .story-art {
        min-height: 300px;
    }

    .story-art img {
        inset: 48px 0 0;
        height: 240px;
    }

    .bio-list {
        border-left: 0;
    }

    .bio-list div {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(46, 28, 56, 0.14);
    }

    .admin-filter,
    .appointment-actions {
        grid-template-columns: 1fr;
    }

    .contact-section,
    .site-footer,
    .admin-title {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    body {
        font-size: 15px;
    }

    .brand img {
        width: 70px;
        height: 40px;
    }

    .brand strong {
        font-size: 20px;
    }

    .brand small {
        font-size: 10px;
    }

    .site-nav {
        gap: 16px;
    }

    .hero {
        min-height: 82svh;
        background-position: 70% center;
    }

    .hero-inner {
        padding-bottom: 96px;
    }

    .about-title {
        font-size: clamp(48px, 14vw, 76px);
    }

    .hero-kicker {
        font-size: clamp(27px, 9vw, 38px);
    }

    .hero-proof {
        align-items: flex-start;
        width: 100%;
    }

    .hero-proof img {
        width: 72px;
        height: 72px;
    }

    .services-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: auto;
    }

    .hero-actions,
    .admin-actions {
        width: 100%;
    }

    .hero-actions .button,
    .admin-actions .button,
    .booking-form .button {
        width: 100%;
    }

    .booking-form,
    .bio-media,
    .login-box {
        padding: 20px;
    }

    .bio-media {
        width: min(100%, 210px);
    }

    .bio-signature {
        align-items: flex-start;
        flex-direction: column;
    }
}

.about-hero {
    min-height: 100svh;
    align-items: start;
    background:
        linear-gradient(180deg, rgba(247, 239, 233, 0.94), rgba(241, 226, 219, 0.98)),
        var(--linen);
}

.about-hero::after {
    display: none;
}

.hero-inner.everbe-hero {
    grid-template-columns: 1fr;
    gap: clamp(34px, 5vw, 70px);
    width: min(100%, 1500px);
    min-width: 0;
    min-height: calc(100svh - 78px);
    padding: clamp(58px, 7vw, 104px) clamp(20px, 5vw, 72px) clamp(86px, 8vw, 122px);
}

.everbe-hero .hero-copy {
    max-width: 1160px;
    min-width: 0;
    margin: 0 auto;
    text-align: center;
}

.everbe-hero .eyebrow {
    margin-bottom: clamp(18px, 2vw, 28px);
    color: var(--mauve);
    overflow-wrap: anywhere;
}

.everbe-hero .about-title {
    max-width: 1120px;
    margin: 0 auto;
    color: #120b16;
    font-size: clamp(50px, 8.4vw, 134px);
    line-height: 0.88;
}

.everbe-hero .hero-kicker {
    width: min(100%, 900px);
    margin: clamp(22px, 3vw, 38px) auto 0;
    padding: clamp(16px, 2.4vw, 26px) clamp(18px, 3vw, 34px);
    color: var(--paper);
    background: rgba(46, 28, 56, 0.94);
    font-size: clamp(28px, 4vw, 58px);
    line-height: 1.02;
    box-shadow: 0 24px 70px rgba(46, 28, 56, 0.16);
}

.hero-below {
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(190px, 0.36fr) minmax(210px, 0.34fr);
    gap: clamp(24px, 4vw, 58px);
    align-items: center;
    width: 100%;
    min-width: 0;
}

.everbe-hero .hero-questions {
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: clamp(18px, 3vw, 30px) 0;
    border-top: 1px solid rgba(46, 28, 56, 0.24);
    border-bottom: 1px solid rgba(46, 28, 56, 0.24);
    text-align: left;
}

.everbe-hero .hero-questions p {
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(28px, 3vw, 45px);
    font-weight: 700;
    line-height: 1.02;
}

.everbe-hero .hero-aside {
    min-height: auto;
    gap: 14px;
    justify-items: center;
}

.everbe-hero .portrait-frame {
    position: relative;
    width: clamp(176px, 18vw, 286px);
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.everbe-hero .portrait-frame::before {
    content: "";
    position: absolute;
    inset: -12px;
    z-index: -1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 253, 248, 0.9), transparent 34%),
        linear-gradient(145deg, var(--rose), var(--mauve));
}

.everbe-hero .portrait-frame::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: 6px;
    width: 78px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--sage);
    opacity: 0.72;
    mix-blend-mode: multiply;
}

.everbe-hero .portrait-frame img {
    width: 100%;
    aspect-ratio: 1;
    border: 8px solid var(--paper);
    border-radius: 50%;
    filter: sepia(0.16) contrast(1.08);
}

.everbe-hero .hero-aside p {
    display: grid;
    gap: 2px;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
}

.everbe-hero .hero-aside strong {
    font-size: clamp(25px, 2.2vw, 34px);
}

.everbe-hero .hero-actions {
    display: grid;
    gap: 12px;
    justify-content: stretch;
    margin: 0;
}

.everbe-hero .hero-actions .button {
    min-width: 210px;
}

.soft-wave,
.sun-doodle,
.mini-sun {
    position: absolute;
    display: block;
    pointer-events: none;
}

.soft-wave {
    width: clamp(260px, 28vw, 520px);
    height: clamp(70px, 8vw, 132px);
    opacity: 0.62;
}

.soft-wave::before {
    content: "";
    position: absolute;
    inset: 18% 0;
    border-top: clamp(16px, 2vw, 28px) solid currentColor;
    border-radius: 50%;
}

.wave-one {
    left: -6%;
    top: 13%;
    color: rgba(155, 122, 142, 0.36);
    transform: rotate(-8deg);
}

.wave-two {
    right: -8%;
    bottom: 13%;
    color: rgba(111, 143, 122, 0.28);
    transform: rotate(8deg);
}

.sun-doodle,
.mini-sun {
    border-radius: 50%;
    background: #e0a06d;
    box-shadow: 0 0 0 14px rgba(224, 160, 109, 0.2);
    animation: sunPulse 5.5s ease-in-out infinite;
}

.sun-doodle {
    right: 10%;
    top: 18%;
    width: clamp(58px, 7vw, 104px);
    aspect-ratio: 1;
}

.sun-doodle::before,
.mini-sun::before {
    content: "";
    position: absolute;
    inset: -22px;
    border-radius: 50%;
    background: repeating-conic-gradient(from 8deg, rgba(224, 160, 109, 0.8) 0 8deg, transparent 8deg 18deg);
    -webkit-mask: radial-gradient(circle, transparent 0 55%, #000 57%);
    mask: radial-gradient(circle, transparent 0 55%, #000 57%);
}

.sun-doodle::after,
.mini-sun::after {
    content: "";
    position: absolute;
    left: 31%;
    top: 38%;
    width: 38%;
    height: 20%;
    border-bottom: 2px solid rgba(46, 28, 56, 0.56);
    border-radius: 0 0 999px 999px;
}

.about-hero .hand-red {
    top: 28%;
    right: 18%;
}

.about-hero .hand-cream {
    top: 27%;
    right: 9%;
    color: rgba(232, 152, 120, 0.2);
}

.about-hero .hand-sage {
    left: 11%;
    bottom: 18%;
    color: rgba(111, 143, 122, 0.22);
}

.narrative-band {
    position: relative;
    overflow: hidden;
    grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
    min-height: 720px;
    background:
        linear-gradient(140deg, rgba(46, 28, 56, 0.98), rgba(76, 52, 87, 0.94)),
        var(--ink);
    color: var(--paper);
}

.narrative-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 22%, rgba(232, 152, 120, 0.2), transparent 28%),
        radial-gradient(circle at 82% 82%, rgba(111, 143, 122, 0.18), transparent 32%);
    pointer-events: none;
}

.narrative-band .story-art,
.narrative-band .story-copy {
    position: relative;
    z-index: 1;
}

.narrative-band .story-art {
    min-height: 520px;
}

.narrative-band .story-art img {
    inset: auto 0 0;
    width: min(100%, 540px);
    height: 410px;
    border: 10px solid rgba(255, 253, 248, 0.78);
    border-radius: 6px;
    filter: saturate(0.92) sepia(0.08);
}

.narrative-band .story-hand {
    left: auto;
    right: 8%;
    top: 10%;
    color: #e71919;
}

.mini-sun {
    left: 12%;
    top: 4%;
    width: 88px;
    aspect-ratio: 1;
}

.narrative-band .eyebrow {
    color: var(--peach);
}

.narrative-band .story-copy {
    max-width: 920px;
}

.narrative-band h2 {
    color: var(--paper);
    font-size: clamp(44px, 6.4vw, 96px);
    line-height: 0.94;
}

.narrative-band .story-copy p:not(.eyebrow) {
    max-width: 760px;
    color: rgba(255, 253, 248, 0.78);
}

.narrative-band .text-link {
    color: var(--paper);
    text-decoration-color: rgba(255, 253, 248, 0.42);
}

.bio-section {
    grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
    gap: clamp(32px, 6vw, 92px);
    align-items: start;
    background:
        linear-gradient(180deg, rgba(248, 240, 231, 0.98), rgba(241, 231, 221, 0.96)),
        var(--linen);
}

.bio-media {
    grid-row: 1 / span 2;
    justify-self: stretch;
    width: min(100%, 520px);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.bio-media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: 0 28px 70px rgba(46, 28, 56, 0.16);
}

.bio-copy {
    max-width: 920px;
}

.bio-copy h2 {
    font-size: clamp(44px, 5.6vw, 86px);
}

.bio-copy p:not(.eyebrow) {
    max-width: 760px;
    color: var(--ink-soft);
    font-size: clamp(19px, 1.5vw, 23px);
}

.bio-signature {
    max-width: 560px;
}

.bio-list {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(46, 28, 56, 0.2);
    border-left: 0;
}

.bio-list div {
    padding: 24px 24px 0 0;
    border-right: 1px solid rgba(46, 28, 56, 0.14);
    border-bottom: 0;
}

.bio-list div:last-child {
    border-right: 0;
}

.credentials-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 78px);
    padding: clamp(70px, 8vw, 112px) clamp(20px, 5vw, 72px);
    border-top: 1px solid rgba(46, 28, 56, 0.14);
    border-bottom: 1px solid rgba(46, 28, 56, 0.14);
    background:
        linear-gradient(90deg, rgba(229, 237, 226, 0.62), rgba(255, 253, 248, 0.74)),
        var(--sage-soft);
}

.credentials-section h2 {
    max-width: 720px;
}

.credentials-grid {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(46, 28, 56, 0.18);
}

.credentials-grid article {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(46, 28, 56, 0.18);
}

.credentials-grid h3 {
    color: var(--rose);
    font-size: clamp(30px, 3vw, 46px);
}

.credentials-grid p {
    color: var(--ink-soft);
    font-size: clamp(17px, 1.45vw, 20px);
}

.values-section {
    display: grid;
    justify-items: center;
    text-align: center;
    background:
        radial-gradient(circle at 12% 20%, rgba(232, 152, 120, 0.14), transparent 28%),
        radial-gradient(circle at 84% 78%, rgba(111, 143, 122, 0.13), transparent 30%),
        linear-gradient(180deg, rgba(46, 28, 56, 0.98), rgba(38, 22, 46, 0.98)),
        var(--ink);
}

.values-intro {
    width: min(100%, 1080px);
}

.values-intro h2 {
    margin: 0 auto;
}

.values-intro p:not(.eyebrow) {
    max-width: 720px;
    margin: 24px auto 0;
    color: rgba(255, 253, 248, 0.72);
    font-size: clamp(18px, 1.5vw, 21px);
}

.values-grid {
    width: min(100%, 1120px);
    margin-top: clamp(42px, 5vw, 68px);
    border-color: rgba(255, 253, 248, 0.24);
}

.values-grid span {
    display: grid;
    place-items: center;
    min-height: clamp(96px, 10vw, 138px);
    padding: 24px;
    color: var(--paper);
    background: rgba(255, 253, 248, 0.045);
}

.services-section {
    background:
        linear-gradient(180deg, rgba(247, 239, 233, 0.82), rgba(255, 253, 248, 0.94)),
        var(--paper);
}

.services-section .section-heading h2 {
    max-width: 820px;
}

.services-grid {
    border-color: rgba(46, 28, 56, 0.16);
}

.service-card {
    min-height: 430px;
    background: rgba(255, 253, 248, 0.74);
}

.service-card h3 {
    max-width: 260px;
}

.approach-section {
    background: var(--paper);
}

.booking-section {
    background:
        linear-gradient(135deg, rgba(46, 28, 56, 0.98), rgba(73, 51, 82, 0.96) 58%, rgba(105, 82, 105, 0.92)),
        var(--ink);
}

.booking-form {
    border-radius: 6px;
}

.faq-section {
    background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 239, 233, 0.9)),
        var(--paper);
}

.faq-section .section-heading {
    display: block;
    text-align: center;
}

.faq-section .section-heading h2 {
    max-width: 900px;
    margin: 0 auto;
}

.faq-grid details {
    background: rgba(255, 253, 248, 0.74);
}

.contact-section {
    background:
        linear-gradient(90deg, rgba(229, 237, 226, 0.76), rgba(248, 240, 231, 0.98)),
        var(--linen);
}

.trail-hand {
    width: 30px;
    height: 30px;
}

@keyframes sunPulse {
    0%,
    100% {
        transform: rotate(-3deg) scale(1);
    }
    50% {
        transform: rotate(4deg) scale(1.05);
    }
}

@media (max-width: 1120px) {
    .hero-below,
    .bio-section,
    .credentials-section,
    .narrative-band {
        grid-template-columns: 1fr;
    }

    .hero-below {
        justify-items: center;
    }

    .everbe-hero .hero-questions {
        width: min(100%, 840px);
        text-align: center;
    }

    .everbe-hero .hero-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 460px);
    }

    .bio-media,
    .bio-list {
        grid-column: auto;
        grid-row: auto;
    }

    .bio-media {
        width: min(100%, 430px);
    }
}

@media (max-width: 860px) {
    .hero-inner.everbe-hero {
        min-height: auto;
        padding-top: 58px;
    }

    .everbe-hero .about-title {
        font-size: clamp(46px, 14vw, 82px);
    }

    .everbe-hero .hero-kicker {
        font-size: clamp(28px, 8vw, 42px);
    }

    .everbe-hero .hero-questions {
        text-align: left;
    }

    .everbe-hero .hero-questions p {
        font-size: clamp(27px, 8vw, 38px);
    }

    .sun-doodle {
        right: 7%;
        top: 10%;
        opacity: 0.72;
    }

    .narrative-band {
        min-height: auto;
    }

    .narrative-band .story-art {
        min-height: 320px;
    }

    .narrative-band .story-art img {
        height: 250px;
    }

    .bio-list,
    .credentials-grid article,
    .values-grid {
        grid-template-columns: 1fr;
    }

    .bio-list div {
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(46, 28, 56, 0.14);
    }
}

@media (max-width: 620px) {
    .hero-inner.everbe-hero {
        padding: 46px 22px 88px;
    }

    .everbe-hero .hero-copy {
        width: 100%;
        justify-self: start;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }

    .everbe-hero .eyebrow {
        max-width: 290px;
        margin-left: 0;
        margin-right: 0;
        font-size: 10px;
        line-height: 1.35;
    }

    .everbe-hero .about-title {
        max-width: 300px;
        margin-left: 0;
        margin-right: 0;
        font-size: clamp(36px, 10vw, 46px);
        line-height: 0.95;
    }

    .everbe-hero .about-title span {
        display: block;
    }

    .everbe-hero .hero-kicker {
        width: 100%;
        max-width: 320px;
        margin-left: 0;
        margin-right: 0;
        padding: 15px 16px;
        font-size: clamp(25px, 7vw, 32px);
    }

    .hero-below {
        width: min(100%, 320px);
        justify-self: start;
        margin-left: 0;
        margin-right: 0;
        justify-items: center;
    }

    .everbe-hero .hero-questions {
        width: 100%;
    }

    .everbe-hero .hero-questions p {
        font-size: clamp(23px, 6.2vw, 28px);
        line-height: 1.08;
    }

    .about-hero .hand-red {
        top: 40%;
        right: -8%;
        opacity: 0.54;
    }

    .about-hero .hand-sage {
        left: -8%;
        bottom: 28%;
        opacity: 0.42;
    }

    .everbe-hero .hero-actions {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .everbe-hero .hero-actions .button {
        min-width: 0;
        width: 100%;
    }

    .everbe-hero .portrait-frame {
        width: 194px;
    }

    .soft-wave {
        opacity: 0.32;
    }

    .credentials-section,
    .values-section {
        text-align: left;
        justify-items: stretch;
    }

    .values-intro h2,
    .values-intro p:not(.eyebrow) {
        margin-left: 0;
        margin-right: 0;
    }
}
