:root {
    --wine: #9f1f4a;
    --wine-dark: #7a1537;
    --wine-soft: rgba(159, 31, 74, 0.09);
    --ink: #17141c;
    --muted: #645b68;
    --sand: #f7f1ef;
    --sand-deep: #f1e5e2;
    --white: #ffffff;
    --line: rgba(23, 20, 28, 0.08);
    --shadow-lg: 0 30px 80px rgba(87, 26, 47, 0.14);
    --shadow-md: 0 18px 45px rgba(87, 26, 47, 0.1);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --radius-sm: 14px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(159, 31, 74, 0.08), transparent 22%),
        linear-gradient(180deg, #fdf8f7 0%, #faf4f2 45%, #f8efec 100%);
    overflow-x: hidden;
}

a {
    color: inherit;
}

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

.text-wine {
    color: var(--wine);
}

.text-muted-custom {
    color: var(--muted);
}

.section-padding {
    padding: 96px 0;
}

.section-kicker,
.section-title,
.display-serif,
.brand-mark,
.brand-name,
.footer-brand-name {
    font-family: 'Playfair Display', serif;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: var(--wine);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-head {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.section-title {
    margin-bottom: 16px;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.section-copy {
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.8;
}

.nav-framer {
    background: rgba(252, 247, 245, 0.88);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(23, 20, 28, 0.06);
    padding: 16px 0;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.brand-text-only {
    gap: 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: var(--wine);
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 700;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-name {
    color: var(--wine);
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.brand-subtitle {
    margin-top: 2px;
    color: var(--wine);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.nav-link {
    color: var(--ink) !important;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin: 0 6px;
}

.nav-link.active,
.nav-link:hover {
    color: var(--wine) !important;
}

.language-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 34px;
    border: 1px solid rgba(159, 31, 74, 0.18);
    border-radius: 999px;
    color: var(--wine) !important;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.btn-nav-cta.active {
    background: linear-gradient(135deg, var(--wine-dark), var(--wine));
    color: #fff !important;
}

.btn-brand-primary,
.btn-brand-secondary,
.btn-brand-outline,
.btn-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 10px;
    border: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-brand-primary,
.btn-nav-cta {
    color: #fff !important;
    background: linear-gradient(135deg, var(--wine), #b53360);
    border: 0 !important;
    box-shadow: 0 16px 34px rgba(159, 31, 74, 0.24);
}

.btn-brand-primary:hover,
.btn-nav-cta:hover,
.btn-brand-secondary:hover,
.btn-brand-outline:hover {
    transform: translateY(-2px);
}

.btn-nav-cta {
    padding: 12px 20px;
    font-size: 0.77rem;
}

.btn-brand-primary,
.btn-brand-secondary,
.btn-brand-outline {
    padding: 16px 24px;
    font-size: 0.79rem;
}

.btn-brand-secondary {
    background: rgba(255, 255, 255, 0.9);
    color: var(--wine);
    border: 1px solid rgba(159, 31, 74, 0.18);
}

.btn-brand-outline {
    border: 1px solid rgba(23, 20, 28, 0.12);
    color: var(--ink);
    background: rgba(255, 255, 255, 0.76);
}

.hero-home {
    position: relative;
    padding: 164px 0 96px;
}

.hero-home-grid,
.page-hero-grid,
.split-grid,
.contact-grid,
.portfolio-top-grid,
.focus-process-grid {
    display: grid;
    gap: 36px;
    align-items: center;
}

.hero-home-grid,
.page-hero-grid,
.portfolio-top-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.hero-home-copy {
    max-width: 560px;
}

.eyebrow-inline {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--wine);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-home-copy h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: 0.96;
    margin-bottom: 24px;
    letter-spacing: -0.05em;
}

.hero-home-copy h1 .accent {
    color: var(--wine);
}

.hero-home-copy p {
    max-width: 470px;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.85;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.hero-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    color: var(--wine);
    font-weight: 700;
}

.hero-socials .social-circle {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(159, 31, 74, 0.18);
    background: rgba(255, 255, 255, 0.86);
}

.hero-visual {
    position: relative;
    min-height: 620px;
}

.visual-card,
.glass-card,
.project-card,
.story-card,
.info-card,
.service-detail-card,
.plan-card,
.faq-card,
.content-tile,
.process-card,
.contact-card,
.thankyou-card,
.quick-link-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(18px);
}

.phone-card {
    position: absolute;
    width: 250px;
    border-radius: 36px;
    box-shadow: 0 32px 50px rgba(23, 20, 28, 0.2);
}

.phone-card.main {
    left: 48%;
    top: 52%;
    transform: translate(-50%, -50%) rotate(-7deg);
    z-index: 3;
}

.phone-card.alt {
    right: 10%;
    top: 17%;
    transform: rotate(8deg);
    z-index: 2;
}

.floating-post {
    position: absolute;
    width: 170px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.floating-post.left {
    left: 6%;
    top: 12%;
    transform: rotate(-6deg);
}

.floating-post.bottom {
    left: 14%;
    bottom: 8%;
    transform: rotate(6deg);
}

.floating-post.right {
    right: 0;
    top: 14%;
    transform: rotate(6deg);
}

.metric-bubble,
.mini-bubble {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--wine), #b53360);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 22px 42px rgba(159, 31, 74, 0.24);
    z-index: 6;
}

.metric-bubble.top {
    top: 8%;
    right: 26%;
}

.metric-bubble.bottom {
    right: 18%;
    bottom: 10%;
}

.brand-seal {
    position: absolute;
    right: 4%;
    bottom: 8%;
    width: 142px;
    height: 142px;
    border-radius: 999px;
    border: 2px solid rgba(159, 31, 74, 0.16);
    background: linear-gradient(135deg, rgba(159, 31, 74, 0.96), rgba(183, 74, 112, 0.92));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
}

.brand-seal::before {
    content: "N";
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
}

.brand-seal span {
    position: absolute;
    inset: 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.kpi-grid,
.card-grid,
.projects-grid,
.content-grid,
.icon-row,
.service-detail-grid,
.plans-grid,
.quick-links-grid {
    display: grid;
    gap: 24px;
}

.kpi-grid,
.card-grid,
.quick-links-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.kpi-card,
.quick-link-card,
.mini-info-card {
    padding: 24px;
}

.kpi-card h3,
.quick-link-card h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 800;
}

.kpi-card p,
.quick-link-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.quick-link-card {
    text-decoration: none;
}

.quick-link-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: rgba(159, 31, 74, 0.08);
    color: var(--wine);
}

.quick-link-tag {
    display: inline-flex;
    margin-top: 18px;
    color: var(--wine);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.split-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.image-frame {
    position: relative;
}

.image-frame img {
    width: 100%;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

.story-card,
.service-detail-card,
.plan-card,
.faq-card,
.contact-card,
.thankyou-card,
.mini-info-card {
    padding: 30px;
}

.service-card-media {
    overflow: hidden;
    margin: -6px -6px 22px;
    border-radius: var(--radius-md);
    aspect-ratio: 16 / 10;
    background: var(--sand-deep);
}

.service-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.service-detail-card:hover .service-card-media img {
    transform: scale(1.05);
}

.story-card h3,
.service-detail-card h3,
.plan-card h3,
.faq-card h3,
.contact-card h3,
.process-card h3 {
    font-size: 1.28rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.story-card p,
.service-detail-card p,
.plan-card p,
.faq-card p,
.contact-card p {
    color: var(--muted);
    line-height: 1.8;
}

.check-list,
.timeline-list,
.feature-list,
.contact-list,
.mini-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li,
.feature-list li,
.contact-list li,
.mini-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--muted);
    line-height: 1.7;
}

.check-list i,
.feature-list i,
.contact-list i,
.mini-list i {
    color: var(--wine);
    margin-top: 4px;
}

.timeline-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    color: var(--muted);
    line-height: 1.8;
}

.timeline-list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--wine);
    box-shadow: 0 0 0 6px rgba(159, 31, 74, 0.08);
}

.timeline-list strong {
    display: block;
    color: var(--ink);
    margin-bottom: 6px;
}

.service-detail-grid,
.plans-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.service-chip,
.plan-badge,
.portfolio-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.service-chip,
.portfolio-chip {
    background: rgba(159, 31, 74, 0.08);
    color: var(--wine);
}

.plan-badge {
    background: linear-gradient(135deg, var(--wine), #b53360);
    color: #fff;
}

.plan-card.featured {
    border: 1px solid rgba(159, 31, 74, 0.28);
    transform: translateY(-4px);
}

.page-hero {
    position: relative;
    padding: 154px 0 84px;
}

.portfolio-page-hero {
    padding-bottom: 42px;
}

.portfolio-page-hero + .section-padding {
    padding-top: 58px;
}

.page-hero-copy {
    max-width: 600px;
}

.page-hero-copy p {
    color: var(--muted);
    line-height: 1.82;
    font-size: 1.03rem;
}

.page-hero-side {
    padding: 32px;
}

.contact-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: start;
}

.framer-form {
    padding: 34px;
}

.form-control-framer {
    width: 100%;
    margin-top: 8px;
    padding: 15px 16px;
    border-radius: 14px;
    border: 1px solid rgba(23, 20, 28, 0.1);
    background: rgba(252, 248, 247, 0.8);
    color: var(--ink);
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-control-framer:focus {
    outline: none;
    border-color: rgba(159, 31, 74, 0.35);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(159, 31, 74, 0.08);
}

.contact-card + .contact-card {
    margin-top: 20px;
}

.contact-line {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.contact-line:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(159, 31, 74, 0.08);
    color: var(--wine);
    flex-shrink: 0;
}

.portfolio-hero-copy h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 0.98;
    margin-bottom: 22px;
    letter-spacing: -0.05em;
}

.portfolio-collage {
    position: relative;
    min-height: 530px;
}

.portfolio-collage .phone-card.main {
    left: 55%;
    top: 46%;
}

.portfolio-collage .phone-card.alt {
    right: 5%;
    top: 13%;
}

.portfolio-collage .floating-post.bottom {
    bottom: 18%;
}

.portfolio-collage .metric-bubble.bottom {
    right: 15%;
    bottom: 16%;
}

.portfolio-collage .brand-seal {
    right: 2%;
    bottom: 12%;
}

.portfolio-about {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 36px;
    align-items: center;
}

.icon-row {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    margin-top: 30px;
}

.icon-chip {
    text-align: center;
    color: var(--wine);
}

.icon-chip i {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(159, 31, 74, 0.16);
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.84);
}

.icon-chip span {
    display: block;
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portfolio-header-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.portfolio-header-line a {
    color: var(--wine);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.projects-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card {
    overflow: hidden;
}

.project-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.project-card-body {
    padding: 24px;
}

.project-card small {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--wine);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.project-link {
    display: inline-flex;
    margin-top: 18px;
    color: var(--wine);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.portfolio-section-title {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 3.45rem);
}

.created-content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.social-post-card {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--wine);
    box-shadow: var(--shadow-md);
    isolation: isolate;
}

.social-post-card.featured {
    grid-row: span 2;
    min-height: 620px;
}

.social-post-card img,
.content-tile video,
.content-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-post-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(23, 20, 28, 0.02), rgba(23, 20, 28, 0.64));
}

.post-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--wine);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.post-copy {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    color: #fff;
}

.post-copy small {
    display: block;
    margin-bottom: 10px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.post-copy h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 2.5vw, 2.7rem);
    line-height: 1;
    margin-bottom: 10px;
}

.post-copy p {
    margin: 0;
    max-width: 330px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.65;
}

.text-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b51f45;
}

.text-card.alt {
    background: #c85d76;
}

.text-post-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 3px, transparent 4px) 0 0 / 24px 24px,
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 10px, transparent 10px 32px);
}

.content-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.content-tabs button {
    border: 1px solid rgba(159, 31, 74, 0.16);
    border-radius: 999px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.content-tabs button:hover,
.content-tabs button.active {
    background: var(--wine);
    color: #fff;
    transform: translateY(-2px);
}

.content-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.interactive-content-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-tile {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    animation: tileRefresh 0.34s ease both;
}

.content-tile.is-video {
    aspect-ratio: 9 / 16;
    min-height: 420px;
}

.content-tile.is-static {
    aspect-ratio: 4 / 5;
    min-height: 360px;
}

.demo-text-poster {
    height: 100%;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.28) 0 3px, transparent 4px) 0 0 / 26px 26px,
        linear-gradient(135deg, #b51f45, #cf6a82);
}

.demo-text-poster span,
.demo-text-poster em {
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.demo-text-poster strong {
    max-width: 260px;
    margin: 18px 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    text-transform: uppercase;
}

.content-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.56));
}

.content-tile .play-circle,
.content-tile .tile-copy {
    position: absolute;
    z-index: 1;
    color: #fff;
}

.play-circle {
    top: 22px;
    left: 22px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.tile-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.tile-copy strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
}

.tile-copy span {
    display: block;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.45;
}

@keyframes tileRefresh {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.focus-process-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

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

.process-card {
    text-align: center;
    padding: 26px 16px;
}

.process-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    border-radius: 999px;
    border: 1px solid rgba(159, 31, 74, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--wine);
    background: rgba(255, 255, 255, 0.9);
}

.process-card strong {
    display: block;
    color: var(--wine);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.process-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.cta-ribbon {
    background: linear-gradient(135deg, var(--wine), #b53360);
    color: #fff;
}

.cta-ribbon .section-padding {
    padding: 74px 0;
}

.cta-ribbon-copy h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1;
    margin-bottom: 14px;
}

.cta-ribbon-copy p {
    max-width: 420px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.8;
}

.cta-ribbon-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.footer-framer {
    padding: 64px 0 28px;
    background:
        radial-gradient(circle at top left, rgba(159, 31, 74, 0.1), transparent 28%),
        rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(23, 20, 28, 0.06);
}

.footer-title {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--wine);
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-copy {
    max-width: 760px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.8;
}

.footer-invite {
    color: var(--wine);
    font-weight: 800;
}

.footer-contact-list {
    padding: 24px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(159, 31, 74, 0.1);
}

.footer-contact-list p,
.footer-contact-list a {
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.7;
}

.footer-contact-list strong {
    color: var(--wine);
}

.footer-contact-list a,
.footer-social-list a {
    text-decoration: none;
}

.footer-social-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.footer-social-list a {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(159, 31, 74, 0.08);
    color: var(--wine);
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.footer-social-list a:hover {
    transform: translateY(-2px);
    background: var(--wine);
    color: #fff;
}

.footer-framer .footer-divider {
    position: relative;
    z-index: 2;
    padding-top: 22px;
    border-top: 1px solid rgba(23, 20, 28, 0.08);
    color: var(--wine) !important;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    opacity: 1 !important;
    transform: none !important;
}

.footer-framer .footer-divider a {
    color: var(--wine) !important;
    font-weight: 700;
    text-decoration: none;
}

.footer-framer .footer-divider a:hover {
    text-decoration: underline;
}

.wa-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
}

.wa-main-btn {
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
}

.wa-panel {
    position: absolute;
    right: 0;
    bottom: 82px;
    width: 320px;
    display: none;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.92);
}

.wa-panel.is-open {
    display: block;
}

.wa-header {
    padding: 16px 18px;
    background: #25d366;
    color: #fff;
}

.wa-option {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 15px 18px;
    text-decoration: none;
    color: var(--ink);
    border-bottom: 1px solid rgba(23, 20, 28, 0.06);
}

.wa-option:last-child {
    border-bottom: none;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #25d366;
}

.thankyou-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 16px 60px;
}

.thankyou-card {
    max-width: 640px;
    text-align: center;
}

.thankyou-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(159, 31, 74, 0.08);
    color: var(--wine);
    font-size: 2rem;
}

.blob {
    position: absolute;
    border-radius: 999px;
    filter: blur(120px);
    z-index: -1;
}

.blob.left {
    top: 0;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(159, 31, 74, 0.13);
}

.blob.right {
    right: -80px;
    bottom: 40px;
    width: 300px;
    height: 300px;
    background: rgba(218, 164, 177, 0.24);
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal[data-animation="fade-left"] {
    transform: translateX(28px);
}

.reveal[data-animation="fade-right"] {
    transform: translateX(-28px);
}

.reveal[data-animation="zoom"] {
    transform: scale(0.96);
}

.reveal[data-animation="fade-left"].is-visible,
.reveal[data-animation="fade-right"].is-visible {
    transform: translateX(0);
}

.reveal[data-animation="zoom"].is-visible {
    transform: scale(1);
}

.floating-post,
.phone-card,
.metric-bubble,
.brand-seal {
    animation: softFloat 7s ease-in-out infinite;
}

.hero-home .floating-post,
.hero-home .phone-card,
.hero-home .metric-bubble,
.hero-home .brand-seal {
    animation: none;
}

.phone-card.alt,
.floating-post.right,
.metric-bubble.bottom {
    animation-delay: -2.5s;
}

.floating-post.bottom,
.brand-seal {
    animation-delay: -4s;
}

@keyframes softFloat {
    0%,
    100% {
        margin-top: 0;
    }

    50% {
        margin-top: -12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

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

    .created-content-grid,
    .interactive-content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .process-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .hero-home,
    .page-hero {
        padding-top: 138px;
    }

    .hero-home-grid,
    .page-hero-grid,
    .split-grid,
    .contact-grid,
    .portfolio-top-grid,
    .portfolio-about,
    .focus-process-grid {
        grid-template-columns: 1fr;
    }

    .hero-home-copy,
    .page-hero-copy {
        max-width: none;
    }

    .hero-visual,
    .portfolio-collage {
        min-height: 680px;
    }

    .portfolio-collage {
        min-height: 620px;
    }

    .cta-ribbon-inner {
        flex-direction: column;
        align-items: flex-start;
    }

}

@media (max-width: 768px) {
    .section-padding {
        padding: 78px 0;
    }

    .brand-mark {
        width: 44px;
        height: 44px;
        font-size: 2.4rem;
    }

    .brand-name {
        font-size: 1.45rem;
    }

    .brand-subtitle {
        font-size: 0.58rem;
        letter-spacing: 0.18em;
    }

    .hero-home-copy h1,
    .portfolio-hero-copy h1 {
        font-size: 3rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-brand-primary,
    .btn-brand-secondary,
    .btn-brand-outline,
    .btn-nav-cta {
        width: 100%;
    }

    .hero-visual,
    .portfolio-collage {
        min-height: 560px;
    }

    .portfolio-header-line {
        align-items: flex-start;
        flex-direction: column;
    }

    .content-tabs {
        justify-content: flex-start;
        gap: 14px;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .created-content-grid,
    .interactive-content-grid {
        grid-template-columns: 1fr;
    }

    .social-post-card,
    .social-post-card.featured {
        min-height: 480px;
    }

    .phone-card {
        width: 195px;
    }

    .floating-post {
        width: 126px;
    }

    .brand-seal {
        width: 110px;
        height: 110px;
    }

    .portfolio-collage .phone-card.main {
        left: 52%;
        top: 48%;
    }

    .portfolio-collage .phone-card.alt {
        right: 2%;
        top: 12%;
    }

    .portfolio-collage .brand-seal {
        right: 4%;
        bottom: 12%;
    }

    .content-grid {
        grid-template-columns: 1fr 1fr;
    }

    .interactive-content-grid {
        grid-template-columns: 1fr;
    }

    .process-track {
        grid-template-columns: 1fr;
    }

    .wa-panel {
        width: min(320px, calc(100vw - 24px));
    }
}

/* Portfolio reference layout */
.portfolio-layout-page {
    background: #fbf4f1;
}

.portfolio-showcase-hero {
    padding: 132px 0 34px;
}

.portfolio-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
    gap: clamp(48px, 7vw, 112px);
    align-items: center;
}

.portfolio-showcase-copy h1 {
    max-width: 560px;
    margin-bottom: 24px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.portfolio-showcase-copy h1 span {
    color: var(--wine);
}

.portfolio-showcase-copy p {
    max-width: 455px;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.portfolio-showcase-art {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-hero-split {
    width: min(218%, 1534px);
    max-width: none;
    margin-left: 4%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    filter: drop-shadow(0 32px 50px rgba(87, 26, 47, 0.16));
}

.portfolio-hero-split img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.portfolio-hero-split img + img {
    margin-left: -2px;
}

.portfolio-about-strip {
    background: rgba(255, 255, 255, 0.48);
}

.portfolio-about-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: stretch;
}

.portfolio-team-photo img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.portfolio-about-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 72px);
}

.portfolio-about-copy h2 {
    margin-bottom: 18px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1;
}

.portfolio-about-copy p {
    max-width: 620px;
    color: var(--muted);
    line-height: 1.75;
}

.portfolio-services-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.portfolio-services-row div {
    text-align: center;
    color: var(--wine);
}

.portfolio-services-row i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: 1px solid rgba(159, 31, 74, 0.22);
    border-radius: 999px;
}

.portfolio-services-row span {
    display: block;
    color: var(--ink);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.portfolio-work-block,
.portfolio-content-examples,
.portfolio-process-band {
    padding: 62px 0;
}

.portfolio-layout-page .section-kicker.reveal {
    opacity: 1;
    transform: none;
}

.featured-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.featured-project-card {
    overflow: hidden;
    border: 1px solid rgba(159, 31, 74, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 42px rgba(87, 26, 47, 0.08);
}

.featured-project-card > img {
    width: 100%;
    aspect-ratio: 2.7 / 1;
    object-fit: cover;
}

.featured-project-body {
    padding: 24px;
}

.featured-project-body small {
    display: block;
    margin-bottom: 12px;
    color: var(--wine);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.featured-project-body h3 {
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
}

.featured-project-body p {
    color: var(--muted);
    line-height: 1.65;
}

.examples-line {
    align-items: end;
}

.compact-tabs button {
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.compact-tabs button:hover,
.compact-tabs button.active {
    background: transparent;
    color: var(--wine);
    border-bottom: 2px solid var(--wine);
    transform: none;
}

.reference-content-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
}

.reference-content-row .content-tile {
    min-height: 265px;
    aspect-ratio: 3 / 4;
    border-radius: 14px;
}

.static-content-row .content-tile::after,
.static-content-row .play-circle,
.static-content-row .tile-copy {
    display: none;
}

.static-content-row .content-tile img {
    object-fit: cover;
}

.instagram-content-card {
    display: block;
    padding: 34px 10px 10px;
    background: #fff;
    border: 1px solid rgba(159, 31, 74, 0.16);
    box-shadow: 0 18px 34px rgba(87, 26, 47, 0.09);
    color: inherit;
    text-decoration: none;
    transform-origin: center;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.instagram-content-card img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    transition: transform 0.38s ease;
}

.instagram-content-card:hover,
.instagram-content-card:focus-visible {
    z-index: 3;
    border-color: rgba(159, 31, 74, 0.34);
    box-shadow: 0 28px 54px rgba(87, 26, 47, 0.2);
    transform: translateY(-10px) scale(1.06);
}

.instagram-content-card:hover img,
.instagram-content-card:focus-visible img {
    transform: scale(1.1);
}

.instagram-frame-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px solid rgba(159, 31, 74, 0.12);
}

.instagram-frame-bar span:not(.instagram-status-dot) {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.instagram-frame-bar i {
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--wine);
    font-size: 0.95rem;
}

.instagram-status-dot {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--wine);
}

.reference-content-row .content-tile.is-video,
.reference-content-row .content-tile.is-static {
    min-height: 265px;
}

.reference-content-row .play-circle {
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
}

.reference-content-row .tile-copy {
    left: 14px;
    right: 14px;
    bottom: 14px;
}

.portfolio-process-band {
    background: rgba(255, 255, 255, 0.44);
}

.portfolio-process-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr);
    gap: 34px;
}

.portfolio-focus-card,
.portfolio-process-card {
    padding: 34px;
    border: 1px solid rgba(159, 31, 74, 0.08);
    background: rgba(255, 255, 255, 0.58);
}

.reference-process-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.reference-process-track article {
    position: relative;
    text-align: center;
}

.reference-process-track article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    right: -18px;
    width: 36px;
    height: 1px;
    background: rgba(159, 31, 74, 0.32);
}

.reference-process-track i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border: 1px solid rgba(159, 31, 74, 0.22);
    border-radius: 999px;
    color: var(--wine);
    background: rgba(255, 255, 255, 0.76);
}

.reference-process-track strong {
    display: block;
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.25;
    text-transform: uppercase;
}

.reference-process-track p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.55;
}

.portfolio-final-cta {
    padding: 72px 0;
    color: #fff;
    background: linear-gradient(135deg, var(--wine-dark), var(--wine));
}

.portfolio-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}

.portfolio-final-cta h2 {
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 5vw, 4.6rem);
    line-height: 0.95;
}

.portfolio-final-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1200px) {
    .reference-content-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .reference-process-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .reference-process-track article::after {
        display: none;
    }
}

@media (max-width: 992px) {
    .portfolio-showcase-grid,
    .portfolio-about-panel,
    .portfolio-process-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-hero-split {
        width: 120%;
        margin-left: 0;
    }

    .portfolio-services-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .featured-projects-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-final-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .portfolio-showcase-hero {
        padding-top: 128px;
    }

    .portfolio-showcase-art {
        min-height: 0;
    }

    .portfolio-hero-split {
        width: 112%;
        margin-left: -4%;
    }

    .portfolio-services-row,
    .reference-content-row,
    .reference-process-track {
        grid-template-columns: 1fr 1fr;
    }

    .portfolio-work-block,
    .portfolio-content-examples,
    .portfolio-process-band {
        padding: 62px 0;
    }
}
