:root {
    --gfcp-bg: #03070a;
    --gfcp-panel: #081015;
    --gfcp-panel-2: #0d151a;
    --gfcp-paper: #f1ece2;
    --gfcp-text: #e9e4dc;
    --gfcp-muted: #aaa49a;
    --gfcp-gold: #c18a39;
    --gfcp-gold-soft: #d5aa65;
    --gfcp-line: rgba(193, 138, 57, .34);
    --gfcp-serif: Georgia, 'Times New Roman', serif;
    --gfcp-sans: Arial, Helvetica, sans-serif;
}

body.gf-create-page-installed {
    background: var(--gfcp-bg);
}

body.gf-create-page-installed .gf-content-shell.gf-reading-shell,
body.gf-create-page-installed main.gf-content-shell,
body.gf-create-page-installed .site-main,
body.gf-create-page-installed .entry-content,
body.gf-create-page-installed .gf-entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.gf-create-page-installed .gf-page-header,
body.gf-create-page-installed .entry-header,
body.gf-create-page-installed article > header.entry-header {
    display: none !important;
}

body.gf-create-page-installed article,
body.gf-create-page-installed .page,
body.gf-create-page-installed .wp-site-blocks {
    margin: 0;
}

.gf-create-page,
.editor-styles-wrapper .gf-create-page {
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 10%, rgba(193, 138, 57, .08), transparent 28%),
        linear-gradient(180deg, #020507, #071015 62%, #03070a);
    color: var(--gfcp-text);
    font-family: var(--gfcp-sans);
}

.gf-create-page * {
    box-sizing: border-box;
}

.gf-create-page a {
    text-decoration: none;
}

.gf-create-page .wp-block-heading,
.gf-create-page h1,
.gf-create-page h2,
.gf-create-page h3 {
    font-family: var(--gfcp-serif);
    font-weight: 400;
}

.gf-create-inner,
.gf-create-section,
.gf-create-hero-columns {
    width: min(1320px, calc(100% - 72px));
    margin-left: auto !important;
    margin-right: auto !important;
}

.gf-create-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--gfcp-line);
    background:
        linear-gradient(90deg, rgba(2, 5, 7, .2), rgba(2, 5, 7, .72) 52%, rgba(2, 5, 7, .92)),
        radial-gradient(circle at 72% 34%, rgba(193, 138, 57, .12), transparent 35%),
        #03070a;
}

.gf-create-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 58%, rgba(2, 5, 7, .88)),
        repeating-linear-gradient(90deg, transparent 0, transparent 83px, rgba(255,255,255,.012) 84px);
}

.gf-create-hero-columns {
    position: relative;
    z-index: 1;
    gap: 3.5rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.gf-create-portrait-column {
    align-self: end;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
}

.gf-create-portrait {
    width: 100%;
    margin: 0 !important;
}

.gf-create-portrait img {
    display: block;
    width: 100%;
    max-height: 570px;
    object-fit: cover;
    object-position: center top;
    border: 0;
    filter: saturate(.88) contrast(1.04);
    box-shadow: 40px 0 90px rgba(0,0,0,.42);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
}

.gf-create-hero-copy {
    position: relative;
    padding: 5rem 0 4rem;
}

.gf-create-hero-copy::before {
    content: '';
    position: absolute;
    inset: 4rem -10vw 2rem -2rem;
    z-index: -1;
    opacity: .16;
    background:
        radial-gradient(circle at 72% 18%, rgba(193,138,57,.35), transparent 26%),
        linear-gradient(135deg, transparent 0 62%, rgba(255,255,255,.04) 63% 64%, transparent 65%);
}

.gf-create-kicker {
    margin: 0 0 1rem !important;
    color: var(--gfcp-gold-soft);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: .78rem;
}

.gf-create-title {
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(4.6rem, 10vw, 9rem) !important;
    line-height: .88 !important;
    letter-spacing: -.045em;
    text-shadow: 0 10px 36px rgba(0,0,0,.42);
}

.gf-create-lead {
    max-width: 680px;
    margin: 1.6rem 0 2.3rem !important;
    color: var(--gfcp-gold-soft);
    font-family: var(--gfcp-serif);
    font-size: clamp(1.25rem, 2.1vw, 1.8rem);
    line-height: 1.42;
}

.gf-create-buttons {
    gap: .9rem;
}

.gf-create-button .wp-block-button__link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .95rem 1.4rem;
    border: 1px solid var(--gfcp-line);
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-family: var(--gfcp-sans);
    font-size: .73rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.gf-create-button .wp-block-button__link:hover {
    transform: translateY(-2px);
    border-color: var(--gfcp-gold-soft);
    background: rgba(193,138,57,.09);
}

.gf-create-button-primary .wp-block-button__link {
    border-color: var(--gfcp-gold);
    background: linear-gradient(135deg, #b77b2c, #d3a35c);
    color: #fff;
}

.gf-create-quote {
    border-bottom: 1px solid rgba(193,138,57,.18);
    background: #020507;
}

.gf-create-quote blockquote {
    width: min(1100px, calc(100% - 48px));
    margin: 0 auto !important;
    padding: 1.7rem 0;
    border: 0 !important;
    text-align: center;
}

.gf-create-quote p {
    margin: 0;
    color: #c9c2b6;
    font-family: var(--gfcp-serif);
    font-size: clamp(.95rem, 1.5vw, 1.2rem);
}

.gf-create-quote p::before,
.gf-create-quote p::after {
    color: var(--gfcp-gold);
    font-size: 1.6em;
    vertical-align: -.14em;
}

.gf-create-quote p::before { content: '“ '; }
.gf-create-quote p::after { content: ' ”'; }

.gf-create-section {
    padding: 5.2rem 0 1rem;
}

.gf-create-section-title {
    position: relative;
    margin: 0 0 2.4rem !important;
    color: #fff !important;
    font-size: clamp(2rem, 4vw, 3.15rem) !important;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.gf-create-section-title::after {
    content: '';
    display: block;
    width: 52px;
    height: 2px;
    margin: 1rem auto 0;
    background: linear-gradient(90deg, transparent, var(--gfcp-gold), transparent);
}

.gf-create-fields,
.gf-create-project-grid {
    gap: 0 !important;
    margin: 0 !important;
}

.gf-create-fields-second {
    margin-top: 0 !important;
}

.gf-create-field-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    padding: 2rem !important;
    border: 1px solid rgba(193,138,57,.24);
    background: linear-gradient(145deg, rgba(13,21,26,.98), rgba(5,10,13,.98));
}

.gf-create-field-card .gf-create-card-image {
    position: absolute;
    inset: 0;
    margin: 0 !important;
    opacity: .22;
}

.gf-create-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.2) sepia(.18);
}

.gf-create-field-card::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(4,8,10,.98), rgba(4,8,10,.63));
}

.gf-create-field-card > *:not(.gf-create-card-image) {
    position: relative;
    z-index: 2;
}

.gf-create-icon {
    margin-bottom: 1.5rem;
    color: var(--gfcp-gold-soft);
    font-size: 2.5rem;
    line-height: 1;
}

.gf-create-field-card h3 {
    margin: 0 0 .9rem !important;
    color: var(--gfcp-gold-soft) !important;
    font-size: 1.28rem !important;
    text-transform: uppercase;
}

.gf-create-field-card p {
    max-width: 320px;
    margin: 0;
    color: #c5beb3;
    font-family: var(--gfcp-serif);
    line-height: 1.65;
}

.gf-create-featured {
    padding-bottom: 2rem;
}

.gf-create-project-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gf-create-project-card {
    min-width: 0;
    border: 1px solid rgba(193,138,57,.28);
    background: #081015;
}

.gf-create-project-card > figure {
    margin: 0 !important;
}

.gf-create-project-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    filter: saturate(.7) contrast(1.05);
}

.gf-create-project-copy {
    padding: 1.45rem;
}

.gf-create-project-copy h3 {
    min-height: 3.2rem;
    margin: 0 0 .75rem !important;
    color: #fff !important;
    font-size: 1.24rem !important;
    text-transform: uppercase;
}

.gf-create-project-copy p {
    color: #c4bdb2;
    font-family: var(--gfcp-serif);
    line-height: 1.55;
}

.gf-create-status {
    color: #e5dfd5 !important;
    font-family: var(--gfcp-sans) !important;
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gf-create-status strong {
    color: var(--gfcp-gold-soft);
}

.gf-create-project-card .wp-block-buttons {
    margin-top: 1.2rem;
}

.gf-create-project-card .wp-block-button,
.gf-create-project-card .wp-block-button__link {
    width: 100%;
}

.gf-create-media {
    padding-bottom: 5rem;
}

.gf-create-media-columns {
    gap: 2.5rem;
}

.gf-create-video-frame {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid var(--gfcp-line);
    background: #050a0d;
}

.gf-create-video-frame > figure {
    position: absolute;
    inset: 0;
    margin: 0 !important;
}

.gf-create-video-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
}

.gf-create-video-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: .75rem;
    padding: 2rem;
    text-align: center;
    background: radial-gradient(circle at center, rgba(7,16,21,.08), rgba(3,7,10,.68));
}

.gf-create-video-overlay .gf-create-play-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    padding-left: 4px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 1.5rem;
}

.gf-create-video-overlay > p:not(.gf-create-play-icon) {
    max-width: 360px;
    margin: 0;
    color: #f5f1eb;
    font-size: .88rem;
}

.gf-create-media-copy h3 {
    margin: 0 0 1rem !important;
    color: var(--gfcp-gold-soft) !important;
    font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
}

.gf-create-media-copy p {
    color: #c8c0b5;
    font-family: var(--gfcp-serif);
    font-size: 1.05rem;
    line-height: 1.7;
}

.gf-create-archive {
    padding: 4.8rem 0;
    border-top: 1px solid rgba(193,138,57,.18);
    border-bottom: 1px solid rgba(193,138,57,.18);
    background:
        linear-gradient(rgba(3,7,10,.93), rgba(3,7,10,.95)),
        url('../images/creative-archive.jpg') center/cover;
}

.gf-create-archive-links {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0,1fr));
    gap: .75rem !important;
    margin: 0 0 1.5rem !important;
}

.gf-create-archive-button,
.gf-create-archive-button .wp-block-button__link {
    width: 100%;
}

.gf-create-archive-button .wp-block-button__link {
    min-height: 128px;
    display: flex;
    flex-direction: column;
    gap: .85rem;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid rgba(193,138,57,.25);
    border-radius: 0;
    background: rgba(5,10,13,.78);
    color: var(--gfcp-gold-soft);
    font-size: 1.65rem;
    transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.gf-create-archive-button .wp-block-button__link:hover {
    transform: translateY(-3px);
    border-color: var(--gfcp-gold);
    background: rgba(193,138,57,.12);
}

.gf-create-archive-button .wp-block-button__link {
    font-family: var(--gfcp-serif);
    font-size: .84rem;
    letter-spacing: .04em;
    line-height: 1.65;
    text-transform: uppercase;
}

.gf-create-archive-button strong {
    display: inline-block;
    color: var(--gfcp-gold-soft);
    font-family: var(--gfcp-sans);
    font-size: 1.65rem;
    line-height: 1;
}

.gf-create-closing {
    position: relative;
    padding: 5rem 0;
    text-align: center;
    background:
        linear-gradient(rgba(3,7,10,.62), rgba(3,7,10,.9)),
        url('../images/writing-visual.jpg') center/cover;
}

.gf-create-closing p {
    margin: 0 0 2rem;
    color: #f1ece4;
    font-family: var(--gfcp-serif);
    font-size: clamp(1.2rem, 2.4vw, 1.85rem);
    line-height: 1.5;
}

.gf-create-closing strong {
    color: var(--gfcp-gold-soft);
    font-weight: 400;
}

.gf-create-closing .wp-block-buttons {
    justify-content: center;
}

.gf-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease;
}

.gf-reveal.gf-is-visible,
.editor-styles-wrapper .gf-reveal {
    opacity: 1;
    transform: none;
}

@media (max-width: 1080px) {
    .gf-create-hero { min-height: 540px; }
    .gf-create-portrait-column { min-height: 540px; }
    .gf-create-project-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .gf-create-archive-links { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 782px) {
    .gf-create-inner,
    .gf-create-section,
    .gf-create-hero-columns {
        width: min(100% - 34px, 720px);
    }

    .gf-create-hero {
        min-height: 0;
        padding-top: 2rem;
    }

    .gf-create-hero-columns,
    .gf-create-media-columns {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .gf-create-hero-copy {
        order: 1;
        width: 100%;
        padding: 3rem 0 1.5rem;
        text-align: center;
    }

    .gf-create-portrait-column {
        order: 2;
        width: 100%;
        min-height: 0;
    }

    .gf-create-portrait img {
        max-height: 430px;
        object-fit: contain;
    }

    .gf-create-buttons {
        justify-content: center;
    }

    .gf-create-fields {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .gf-create-field-card { min-height: 270px; }
    .gf-create-project-grid { grid-template-columns: 1fr 1fr; }
    .gf-create-media-copy { padding-top: 2rem; text-align: center; }
    .gf-create-media-copy .wp-block-buttons { justify-content: center; }
    .gf-create-archive-links { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 520px) {
    .gf-create-section { padding-top: 3.8rem; }
    .gf-create-title { font-size: clamp(4rem, 22vw, 6.4rem) !important; }
    .gf-create-project-grid { grid-template-columns: 1fr; }
    .gf-create-project-card img { height: 220px; }
    .gf-create-video-frame { min-height: 260px; }
    .gf-create-archive-links { grid-template-columns: 1fr 1fr; }
    .gf-create-archive-button .wp-block-button__link { min-height: 108px; }
}

@media (prefers-reduced-motion: reduce) {
    .gf-reveal { opacity: 1; transform: none; transition: none; }
    .gf-create-button .wp-block-button__link,
    .gf-create-archive-button .wp-block-button__link { transition: none; }
}
