:root {
    --reg-black: #070707;
    --reg-black-soft: #101010;
    --reg-white: #ffffff;
    --reg-warm-white: #f7f3ef;
    --reg-cream: #eee8e2;
    --reg-rose: #cb82a9;
    --reg-text: #171717;
    --reg-muted: #6f6965;

    --reg-serif: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, serif;
    --reg-sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;

    --reg-container: 1280px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--reg-warm-white);
    color: var(--reg-text);
    font-family: var(--reg-sans);
    -webkit-font-smoothing: antialiased;
}

body,
button,
a {
    font-family: var(--reg-sans);
}

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

a {
    color: inherit;
}

.reg-container {
    width: min(calc(100% - 48px), var(--reg-container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: -9999px;
    z-index: 99999;
    padding: 12px 18px;
    background: var(--reg-white);
    color: var(--reg-black);
}

.skip-link:focus {
    left: 12px;
}

/* -------------------------------------------------------
   HEADER
------------------------------------------------------- */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.site-header__inner {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.site-brand {
    display: block;
    flex: 0 0 auto;
    text-decoration: none;
}

.site-brand__logo {
    width: 112px;
    max-height: 94px;
    object-fit: contain;
}

.primary-navigation {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2.5vw, 42px);
}

.primary-navigation > a:not(.header-cta) {
    position: relative;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.73rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 180ms ease,
        opacity 180ms ease;
}

.primary-navigation > a:not(.header-cta)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: var(--reg-rose);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.primary-navigation > a:not(.header-cta):hover,
.primary-navigation > a:not(.header-cta):focus-visible {
    color: var(--reg-white);
}

.primary-navigation > a:not(.header-cta):hover::after,
.primary-navigation > a:not(.header-cta):focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-cta {
    padding: 15px 21px;
    border: 1px solid var(--reg-rose);
    color: var(--reg-white);
    font-size: 0.69rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background 180ms ease,
        color 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
    background: var(--reg-rose);
    color: var(--reg-black);
}

.nav-toggle {
    display: none;
}

/* -------------------------------------------------------
   HERO
------------------------------------------------------- */

.reg-hero {
    position: relative;
    min-height: 900px;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 76% 48%,
            rgba(203, 130, 169, 0.14),
            transparent 29%
        ),
        linear-gradient(
            110deg,
            #050505 0%,
            #090909 45%,
            #171015 100%
        );
    color: var(--reg-white);
}

.reg-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(
        to right,
        rgba(0,0,0,.7),
        transparent 75%
    );
}

.reg-hero__backdrop {
    position: absolute;
    z-index: -1;
    top: 18%;
    right: 4%;
    width: min(44vw, 650px);
    aspect-ratio: 0.78;
    border: 1px solid rgba(203, 130, 169, 0.28);
}

.reg-hero__backdrop::before {
    content: "REG";
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 0.025);
    font-family: var(--reg-serif);
    font-size: clamp(8rem, 16vw, 16rem);
    letter-spacing: -0.08em;
    transform: translate(-50%, -50%);
}

.reg-hero__inner {
    position: relative;
    z-index: 2;
    padding-top: 145px;
    padding-bottom: 100px;
}

.reg-hero__content {
    max-width: 790px;
}

.reg-eyebrow {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 27px;
    color: var(--reg-rose);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    line-height: 1.5;
    text-transform: uppercase;
}

.reg-eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    flex: 0 0 auto;
    background: currentColor;
}

.reg-hero__title {
    max-width: 760px;
    margin: 0;
    color: var(--reg-white);
    font-family: var(--reg-serif);
    font-size: clamp(4.3rem, 7.6vw, 7.6rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.89;
}

.reg-hero__title span {
    display: block;
    color: var(--reg-rose);
    font-style: italic;
    font-weight: 400;
}

.reg-hero__description {
    max-width: 660px;
    margin: 36px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-family: Georgia, serif;
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.8;
}

.reg-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

.reg-button {
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 26px;
    border: 1px solid transparent;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

.reg-button:hover,
.reg-button:focus-visible {
    transform: translateY(-2px);
}

.reg-button--primary {
    background: var(--reg-rose);
    border-color: var(--reg-rose);
    color: var(--reg-black);
}

.reg-button--primary:hover,
.reg-button--primary:focus-visible {
    background: var(--reg-white);
    border-color: var(--reg-white);
}

.reg-button--ghost {
    border-color: rgba(255, 255, 255, 0.32);
    color: var(--reg-white);
}

.reg-button--ghost:hover,
.reg-button--ghost:focus-visible {
    border-color: var(--reg-white);
}

.reg-hero__scroll {
    position: absolute;
    right: 42px;
    bottom: 42px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255,255,255,.45);
    font-size: .6rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: right bottom;
}

.reg-hero__scroll-line {
    display: block;
    width: 48px;
    height: 1px;
    background: var(--reg-rose);
}

/* -------------------------------------------------------
   TRUST STRIP
------------------------------------------------------- */

.reg-trust-strip {
    background: var(--reg-black);
    border-top: 1px solid rgba(203,130,169,.24);
    color: rgba(255,255,255,.62);
}

.reg-trust-strip__inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2vw, 30px);
    text-align: center;
}

.reg-trust-strip__inner > span:not(.reg-trust-strip__dot) {
    font-size: .64rem;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.4;
    text-transform: uppercase;
}

.reg-trust-strip__dot {
    width: 4px;
    height: 4px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--reg-rose);
}

/* -------------------------------------------------------
   ROSE DIFFERENCE
------------------------------------------------------- */

.reg-section {
    padding-block: clamp(90px, 10vw, 150px);
}

.reg-intro {
    background: var(--reg-warm-white);
}

.reg-intro__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .75fr);
    gap: clamp(60px, 9vw, 140px);
    align-items: start;
}

.reg-eyebrow--dark {
    color: #a85f86;
}

.reg-intro__heading h2 {
    max-width: 700px;
    margin: 0;
    color: var(--reg-black);
    font-family: var(--reg-serif);
    font-size: clamp(3rem, 5.4vw, 5.3rem);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .98;
}

.reg-intro__heading h2 span {
    display: block;
    color: #a85f86;
    font-style: italic;
}

.reg-intro__copy {
    padding-top: 43px;
}

.reg-intro__copy p {
    margin: 0 0 24px;
    color: var(--reg-muted);
    font-family: Georgia, serif;
    font-size: 1.03rem;
    line-height: 1.9;
}

/* -------------------------------------------------------
   FOOTER
------------------------------------------------------- */

.site-footer {
    padding: 34px 24px;
    background: var(--reg-black);
    color: rgba(255,255,255,.5);
    text-align: center;
}

.site-footer p {
    margin: 0;
    font-size: .72rem;
    letter-spacing: .1em;
}

/* -------------------------------------------------------
   RESPONSIVE
------------------------------------------------------- */

@media (max-width: 900px) {

    .reg-container {
        width: min(calc(100% - 36px), var(--reg-container));
    }

    .site-header__inner {
        min-height: 92px;
    }

    .site-brand__logo {
        width: 86px;
        max-height: 76px;
    }

    .nav-toggle {
        position: relative;
        z-index: 1002;
        width: 48px;
        height: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .nav-toggle span {
        width: 25px;
        height: 1px;
        display: block;
        background: var(--reg-white);
        transition: transform 180ms ease;
    }

    .nav-toggle[aria-expanded="true"] span:first-child {
        transform: translateY(4px) rotate(45deg);
    }

    .nav-toggle[aria-expanded="true"] span:last-child {
        transform: translateY(-4px) rotate(-45deg);
    }

    .primary-navigation {
        position: fixed;
        inset: 0;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 28px;
        padding: 110px 30px 50px;
        background: rgba(7,7,7,.98);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition:
            opacity 180ms ease,
            visibility 180ms ease,
            transform 180ms ease;
    }

    .primary-navigation.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .primary-navigation > a:not(.header-cta) {
        font-family: var(--reg-serif);
        font-size: 1.7rem;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
    }

    .header-cta {
        margin-top: 12px;
    }

    .reg-hero {
        min-height: 780px;
    }

    .reg-hero__inner {
        padding-top: 150px;
        padding-bottom: 80px;
    }

    .reg-hero__content {
        max-width: 680px;
    }

    .reg-hero__backdrop {
        top: 20%;
        right: -25%;
        width: 70vw;
        opacity: .65;
    }

    .reg-hero__scroll {
        display: none;
    }

    .reg-trust-strip__inner {
        min-height: auto;
        flex-wrap: wrap;
        padding-block: 26px;
    }

    .reg-intro__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .reg-intro__copy {
        max-width: 680px;
        padding-top: 15px;
    }
}

@media (max-width: 600px) {

    .reg-container {
        width: min(calc(100% - 30px), var(--reg-container));
    }

    .site-header__inner {
        min-height: 84px;
    }

    .site-brand__logo {
        width: 76px;
        max-height: 68px;
    }

    .reg-hero {
        min-height: 760px;
    }

    .reg-hero__inner {
        padding-top: 128px;
        padding-bottom: 70px;
    }

    .reg-eyebrow {
        gap: 10px;
        margin-bottom: 21px;
        font-size: .62rem;
        letter-spacing: .18em;
    }

    .reg-eyebrow::before {
        width: 27px;
    }

    .reg-hero__title {
        font-size: clamp(3.5rem, 16vw, 5rem);
        line-height: .91;
    }

    .reg-hero__description {
        margin-top: 27px;
        font-size: .98rem;
        line-height: 1.7;
    }

    .reg-hero__actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 32px;
    }

    .reg-button {
        width: 100%;
    }

    .reg-hero__backdrop {
        top: 28%;
        right: -60%;
        width: 115vw;
    }

    .reg-trust-strip__inner {
        gap: 13px 10px;
    }

    .reg-trust-strip__inner > span:not(.reg-trust-strip__dot) {
        font-size: .55rem;
        letter-spacing: .1em;
    }

    .reg-trust-strip__dot {
        width: 3px;
        height: 3px;
    }

    .reg-section {
        padding-block: 80px;
    }

    .reg-intro__heading h2 {
        font-size: clamp(2.9rem, 13vw, 4rem);
    }

    .reg-intro__copy p {
        font-size: .98rem;
        line-height: 1.8;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
   Services
   ========================================================= */

.reg-services {
    background: var(--reg-warm-white);
    padding: clamp(5.5rem, 9vw, 9rem) 0;
    border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.reg-services__header {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
    gap: clamp(3rem, 7vw, 8rem);
    align-items: end;
    margin-bottom: clamp(3.5rem, 6vw, 6rem);
}

.reg-services__header h2 {
    margin: 0;
    max-width: 760px;
    color: var(--reg-text);
    font-family: var(--reg-serif);
    font-size: clamp(3rem, 5.4vw, 6rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.045em;
}

.reg-services__header h2 span {
    display: block;
    color: var(--reg-rose);
    font-style: italic;
}

.reg-services__intro {
    margin: 0 0 0.3rem;
    max-width: 500px;
    color: var(--reg-muted);
    font-family: var(--reg-serif);
    font-size: clamp(1.05rem, 1.35vw, 1.3rem);
    line-height: 1.75;
}

.reg-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(203, 130, 169, 0.28);
    border: 1px solid rgba(203, 130, 169, 0.28);
}

.reg-service-card {
    position: relative;
    min-height: 360px;
    padding: clamp(2rem, 3.2vw, 3.25rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(203, 130, 169, 0.12),
            transparent 42%
        ),
        var(--reg-black);
    color: var(--reg-white);
    transition:
        transform 220ms ease,
        background-color 220ms ease;
}

.reg-service-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: var(--reg-rose);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 250ms ease;
}

.reg-service-card:hover::after {
    transform: scaleX(1);
}

.reg-service-card__number {
    position: relative;
    z-index: 1;
    color: var(--reg-rose);
    font-family: var(--reg-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.reg-service-card__content {
    position: relative;
    z-index: 1;
}

.reg-service-card h3 {
    margin: 0 0 1.15rem;
    font-family: var(--reg-serif);
    font-size: clamp(1.8rem, 2.4vw, 2.65rem);
    font-weight: 400;
    line-height: 1.05;
}

.reg-service-card p {
    margin: 0;
    max-width: 390px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.98rem;
    line-height: 1.75;
}

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

@media (max-width: 760px) {
    .reg-services__header {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .reg-services__grid {
        grid-template-columns: 1fr;
    }

    .reg-service-card {
        min-height: 290px;
    }
}
/* =========================================================
   About / Personal Connection
   ========================================================= */

.reg-about {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(203, 130, 169, 0.14),
            transparent 34%
        ),
        var(--reg-black);
    color: var(--reg-white);
    padding: clamp(6rem, 10vw, 10rem) 0;
}

.reg-about::before {
    content: "ROSE";
    position: absolute;
    right: -0.04em;
    bottom: -0.22em;
    color: rgba(255, 255, 255, 0.025);
    font-family: var(--reg-serif);
    font-size: clamp(14rem, 30vw, 34rem);
    line-height: 0.8;
    pointer-events: none;
    user-select: none;
}

.reg-about__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
    gap: clamp(4rem, 9vw, 9rem);
    align-items: start;
}

.reg-about__heading h2 {
    margin: 0;
    max-width: 760px;
    font-family: var(--reg-serif);
    font-size: clamp(3.4rem, 6vw, 6.6rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.045em;
}

.reg-about__heading h2 span {
    display: block;
    color: var(--reg-rose);
    font-style: italic;
}

.reg-about__content {
    max-width: 630px;
}

.reg-about__lead {
    margin-top: 0;
    color: var(--reg-white);
    font-family: var(--reg-serif);
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.45;
}

.reg-about__content > p:not(.reg-about__lead) {
    color: rgba(255, 255, 255, 0.68);
    font-size: 1rem;
    line-height: 1.85;
}

.reg-about__details {
    margin-top: clamp(3rem, 5vw, 4.5rem);
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.reg-about__detail {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 1.25rem;
    padding: 1.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.reg-about__detail-number {
    color: var(--reg-rose);
    font-family: var(--reg-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    padding-top: 0.35rem;
}

.reg-about__detail h3 {
    margin: 0 0 0.45rem;
    font-family: var(--reg-serif);
    font-size: 1.45rem;
    font-weight: 400;
}

.reg-about__detail p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.94rem;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .reg-about__inner {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .reg-about__content {
        max-width: 720px;
    }
}

@media (max-width: 600px) {
    .reg-about__detail {
        grid-template-columns: 42px 1fr;
        gap: 1rem;
    }

    .reg-about::before {
        font-size: 13rem;
        bottom: -0.08em;
    }
}
/* =========================================================
   Contact / Inquiry
   ========================================================= */

.reg-contact {
    background: var(--reg-warm-white);
    color: var(--reg-text);
    padding: clamp(6rem, 10vw, 10rem) 0;
}

.reg-contact__header {
    max-width: 980px;
    margin-bottom: clamp(4rem, 7vw, 7rem);
}

.reg-contact__header h2 {
    margin: 0;
    max-width: 900px;
    font-family: var(--reg-serif);
    font-size: clamp(3.5rem, 6.5vw, 7rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: -0.05em;
}

.reg-contact__header h2 span {
    display: block;
    color: var(--reg-rose);
    font-style: italic;
}

.reg-contact__header > p:last-child {
    max-width: 680px;
    margin: 2rem 0 0;
    color: var(--reg-muted);
    font-family: var(--reg-serif);
    font-size: clamp(1.1rem, 1.5vw, 1.35rem);
    line-height: 1.7;
}

.reg-contact__layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1.4fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
}

.reg-contact__aside {
    position: sticky;
    top: 2rem;
}

.reg-contact__aside-label {
    margin: 0 0 1rem;
    color: var(--reg-rose);
    font-family: var(--reg-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.reg-contact__aside-value {
    margin: 0;
    font-family: var(--reg-serif);
    font-size: clamp(1.7rem, 2.4vw, 2.5rem);
    line-height: 1.35;
}

.reg-contact__aside-rule {
    width: 48px;
    height: 1px;
    margin: 2.25rem 0;
    background: var(--reg-rose);
}

.reg-contact__aside-copy {
    max-width: 300px;
    margin: 0;
    color: var(--reg-muted);
    font-size: 0.95rem;
    line-height: 1.8;
}

.reg-inquiry-form {
    padding: clamp(2rem, 4vw, 4rem);
    background: var(--reg-black);
    color: var(--reg-white);
}

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

.reg-field {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.reg-field--full {
    grid-column: 1 / -1;
}

.reg-field label {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--reg-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.reg-field input,
.reg-field select,
.reg-field textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0;
    outline: none;
    background: transparent;
    color: var(--reg-white);
    font: inherit;
    font-size: 1rem;
    padding: 0.75rem 0 0.9rem;
    transition:
        border-color 180ms ease,
        background-color 180ms ease;
}

.reg-field textarea {
    min-height: 150px;
    resize: vertical;
}

.reg-field select {
    appearance: none;
    cursor: pointer;
}

.reg-field select option {
    background: var(--reg-black);
    color: var(--reg-white);
}

.reg-field input:focus,
.reg-field select:focus,
.reg-field textarea:focus {
    border-color: var(--reg-rose);
}

.reg-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.reg-inquiry-form__footer {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.reg-inquiry-form__footer p {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.88rem;
    line-height: 1.7;
}

.reg-button--contact {
    border: 1px solid var(--reg-rose);
    background: var(--reg-rose);
    color: var(--reg-black);
    cursor: pointer;
    white-space: nowrap;
}

.reg-button--contact:hover,
.reg-button--contact:focus-visible {
    background: transparent;
    color: var(--reg-white);
}

@media (max-width: 900px) {
    .reg-contact__layout {
        grid-template-columns: 1fr;
    }

    .reg-contact__aside {
        position: static;
    }
}

@media (max-width: 650px) {
    .reg-form-grid {
        grid-template-columns: 1fr;
    }

    .reg-field--full {
        grid-column: auto;
    }

    .reg-inquiry-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .reg-button--contact {
        width: 100%;
    }
}
/* =========================================================
   Inquiry Form Status / Spam Protection
   ========================================================= */

.reg-form-notice {
    margin: 0 0 1.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid;
    font-size: 0.95rem;
    line-height: 1.6;
}

.reg-form-notice--success {
    border-color: var(--reg-rose);
    background: rgba(203, 130, 169, 0.16);
    color: var(--reg-white);
}

.reg-form-notice--error {
    border-color: rgba(255, 130, 130, 0.55);
    background: rgba(125, 28, 28, 0.2);
    color: var(--reg-white);
}

.reg-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}
/* =========================================================
   Inquiry Service Choices
   ========================================================= */

.reg-service-choices {
    margin: 0;
    padding: 0;
    border: 0;
}

.reg-service-choices legend {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--reg-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.reg-service-choices__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.reg-service-choice {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 56px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    cursor: pointer;
    transition:
        border-color 180ms ease,
        background-color 180ms ease;
}

.reg-service-choice:hover {
    border-color: rgba(203, 130, 169, 0.7);
}

.reg-service-choice:has(input:checked) {
    border-color: var(--reg-rose);
    background: rgba(203, 130, 169, 0.1);
}

.reg-service-choice input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--reg-rose);
}

.reg-service-choice span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    line-height: 1.35;
}

.reg-inquiry-form .reg-form-notice {
    margin-bottom: 2rem;
}

@media (max-width: 650px) {
    .reg-service-choices__grid {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   Hero Wedding Photography
   ========================================================= */

.reg-hero__backdrop {
    z-index: 1;
    overflow: hidden;
    background: #120d10;
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(203, 130, 169, 0.16);
}

.reg-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    filter: saturate(0.9) contrast(1.03);
}

.reg-hero__backdrop::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.08) 0%,
            rgba(5, 5, 5, 0) 35%,
            rgba(5, 5, 5, 0.06) 100%
        ),
        linear-gradient(
            180deg,
            rgba(5, 5, 5, 0.02) 0%,
            rgba(5, 5, 5, 0.18) 100%
        );
    pointer-events: none;
}

.reg-hero__backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    box-shadow: inset 0 0 90px rgba(16, 8, 12, 0.18);
    pointer-events: none;
}

@media (max-width: 900px) {
    .reg-hero {
        padding-bottom: 0;
    }

    .reg-hero__inner {
        padding-bottom: 52vh;
    }

    .reg-hero__backdrop {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 48vh;
        min-height: 400px;
        aspect-ratio: auto;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
    }

    .reg-hero__image {
        object-position: 50% 42%;
    }

    .reg-hero__scroll {
        display: none;
    }
}

@media (max-width: 600px) {
    .reg-hero__inner {
        padding-bottom: 430px;
    }

    .reg-hero__backdrop {
        height: 390px;
        min-height: 390px;
    }
}

/* Fix inherited placeholder transform on hero photo overlay */
.reg-hero__backdrop::before {
    transform: none;
    font-size: 0;
    letter-spacing: normal;
}
/* =========================================================
   Desktop Header Rebalance
   ========================================================= */

@media (min-width: 901px) {

    .site-header__inner {
        width: 100%;
        max-width: none;
        min-height: 96px;
        padding-left: clamp(28px, 3.5vw, 64px);
        padding-right: clamp(28px, 3.5vw, 64px);
        gap: 32px;
    }

    .site-brand__logo {
        width: 86px;
        max-height: 74px;
    }

    .primary-navigation {
        margin-left: auto;
        gap: clamp(26px, 2.25vw, 40px);
    }

    .header-cta {
        margin-left: clamp(8px, 1vw, 18px);
        padding: 14px 22px;
    }
}
/* =========================================================
   Ceremony Visual
   ========================================================= */

.reg-ceremony-visual {
    background: var(--reg-cream);
    padding: clamp(5rem, 9vw, 9rem) 0;
}

.reg-ceremony-visual__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}

.reg-ceremony-visual__media {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    box-shadow: 0 30px 70px rgba(20, 12, 16, 0.14);
}

.reg-ceremony-visual__media::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(203, 130, 169, 0.24);
    pointer-events: none;
}

.reg-ceremony-visual__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    object-position: 50% 50%;
}

.reg-ceremony-visual__content {
    max-width: 610px;
}

.reg-ceremony-visual__content h2 {
    margin: 0;
    color: var(--reg-text);
    font-family: var(--reg-serif);
    font-size: clamp(3.2rem, 5.6vw, 6rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.reg-ceremony-visual__content h2 span {
    display: block;
    color: var(--reg-rose);
    font-style: italic;
}

.reg-ceremony-visual__content > p:not(.reg-eyebrow) {
    margin: 1.7rem 0 0;
    color: var(--reg-muted);
    font-size: 1rem;
    line-height: 1.85;
}

.reg-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 2.25rem;
    color: var(--reg-text);
    font-family: var(--reg-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
}

.reg-text-link::after {
    content: "";
    width: 46px;
    height: 1px;
    background: var(--reg-rose);
    transition: width 180ms ease;
}

.reg-text-link:hover::after,
.reg-text-link:focus-visible::after {
    width: 68px;
}

@media (max-width: 900px) {
    .reg-ceremony-visual__inner {
        grid-template-columns: 1fr;
    }

    .reg-ceremony-visual__media,
    .reg-ceremony-visual__media img {
        min-height: 560px;
    }

    .reg-ceremony-visual__content {
        max-width: 720px;
    }
}

@media (max-width: 600px) {
    .reg-ceremony-visual__media,
    .reg-ceremony-visual__media img {
        min-height: 440px;
    }
}
/* =========================================================
   Reception Atmosphere
   ========================================================= */

.reg-atmosphere {
    background: #f4efe9;
    padding: clamp(5rem, 9vw, 9rem) 0;
}

.reg-atmosphere__inner {
    display: grid;
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 0.95fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}

.reg-atmosphere__content {
    max-width: 620px;
}

.reg-atmosphere__content h2 {
    margin: 0;
    color: var(--reg-text);
    font-family: var(--reg-serif);
    font-size: clamp(3.2rem, 5.6vw, 6rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.reg-atmosphere__content h2 span {
    display: block;
    color: var(--reg-rose);
    font-style: italic;
}

.reg-atmosphere__content > p:not(.reg-eyebrow) {
    margin: 1.7rem 0 0;
    color: var(--reg-muted);
    font-size: 1rem;
    line-height: 1.85;
}

.reg-atmosphere__media {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    box-shadow: 0 30px 70px rgba(20, 12, 16, 0.14);
}

.reg-atmosphere__media::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(203, 130, 169, 0.24);
    pointer-events: none;
}

.reg-atmosphere__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    object-position: 50% 50%;
}

@media (max-width: 900px) {
    .reg-atmosphere__inner {
        grid-template-columns: 1fr;
    }

    .reg-atmosphere__media {
        order: -1;
    }

    .reg-atmosphere__media,
    .reg-atmosphere__media img {
        min-height: 560px;
    }

    .reg-atmosphere__content {
        max-width: 720px;
    }
}

@media (max-width: 600px) {
    .reg-atmosphere__media,
    .reg-atmosphere__media img {
        min-height: 440px;
    }
}
/* =========================================================
   Dance Floor Celebration
   ========================================================= */

.reg-celebration {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #080608;
    color: var(--reg-white);
    isolation: isolate;
}

.reg-celebration__media {
    position: absolute;
    inset: 0;
    z-index: -3;
}

.reg-celebration__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
}

.reg-celebration__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 5, 0.93) 0%,
            rgba(5, 5, 5, 0.79) 38%,
            rgba(5, 5, 5, 0.38) 68%,
            rgba(5, 5, 5, 0.2) 100%
        ),
        linear-gradient(
            0deg,
            rgba(5, 5, 5, 0.48),
            transparent 45%
        );
}

.reg-celebration::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    box-shadow: inset 0 0 140px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.reg-celebration__inner {
    width: 100%;
    padding-top: clamp(6rem, 10vw, 10rem);
    padding-bottom: clamp(6rem, 10vw, 10rem);
}

.reg-celebration__content {
    max-width: 690px;
}

.reg-celebration__content h2 {
    margin: 0;
    color: var(--reg-white);
    font-family: var(--reg-serif);
    font-size: clamp(4rem, 7vw, 7rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.reg-celebration__content h2 span {
    display: block;
    color: var(--reg-rose);
    font-style: italic;
}

.reg-celebration__content > p:not(.reg-eyebrow) {
    max-width: 610px;
    margin: 2rem 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.05rem;
    line-height: 1.85;
}

.reg-celebration__content .reg-button {
    margin-top: 2.5rem;
}

@media (max-width: 900px) {
    .reg-celebration {
        min-height: 680px;
    }

    .reg-celebration__overlay {
        background: rgba(5, 5, 5, 0.68);
    }

    .reg-celebration__content {
        max-width: 620px;
    }
}

@media (max-width: 600px) {
    .reg-celebration {
        min-height: 620px;
    }

    .reg-celebration__media img {
        object-position: 58% 50%;
    }
}
/* =========================================================
   Brand + Celebration Refinements
   ========================================================= */

/* Use customer-facing brand language instead of internal REG initials. */
.reg-about::before {
    content: "ROSE";
    right: -0.08em;
    font-size: clamp(11rem, 25vw, 28rem);
    letter-spacing: -0.07em;
}

/* Reveal more of the upper part of the portrait photograph. */
.reg-celebration__media img {
    object-position: center 30%;
}

/* Give the celebration copy more intentional breathing room. */
@media (min-width: 901px) {
    .reg-celebration__inner {
        padding-left: clamp(72px, 7vw, 120px);
        padding-right: clamp(72px, 7vw, 120px);
    }

    .reg-celebration__content {
        max-width: 640px;
    }
}

@media (max-width: 900px) {
    .reg-celebration__media img {
        object-position: center 34%;
    }
}

@media (max-width: 600px) {
    .reg-celebration__media img {
        object-position: 54% 32%;
    }
}
/* =========================================================
   Premium Numberless Service + About Layout
   ========================================================= */

/* Service cards: remove catalog-like spacing and let content lead. */
.reg-service-card {
    justify-content: flex-end;
    padding: clamp(2.6rem, 3.6vw, 3.8rem);
}

.reg-service-card__content {
    max-width: 390px;
}

.reg-service-card h3 {
    margin-bottom: 1.25rem;
}

.reg-service-card p {
    max-width: 360px;
}

/* About details: remove the number column and create a cleaner editorial rhythm. */
.reg-about__details {
    margin-top: clamp(3.25rem, 5vw, 4.75rem);
}

.reg-about__detail {
    display: block;
    padding: 2rem 0;
}

.reg-about__detail h3 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.45rem, 1.7vw, 1.7rem);
}

.reg-about__detail p {
    max-width: 520px;
}

/* Prevent old number styling from affecting layout if markup changes later. */
.reg-service-card__number,
.reg-about__detail-number {
    display: none;
}

@media (max-width: 760px) {
    .reg-service-card {
        min-height: 270px;
        padding: 2.35rem;
    }
}

@media (max-width: 600px) {
    .reg-about__detail {
        display: block;
        padding: 1.6rem 0;
    }
}

/* =========================================================
   Celebration Mobile Spacing
   ========================================================= */

@media (max-width: 600px) {
    .reg-celebration__inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .reg-celebration__content {
        max-width: 100%;
    }
}
