/* VYEMA CREATIVES — standalone stylesheet.
   Theme matched to the supplied VYEMA website. No original CSS or JS is required.
   Classes are prefixed with vc- to avoid collisions with the parent website. */

:root {
  --vc-bg: #fbfaf7;
  --vc-bg-2: #f4f1eb;
  --vc-bg-3: #ece7de;
  --vc-text: #211e19;
  --vc-soft: #4a443c;
  --vc-muted: #71695f;
  --vc-accent: #ad7a34;
  --vc-accent-deep: #8d6025;
  --vc-gold: #ead3a9;
  --vc-line: rgba(47, 39, 30, .14);
  --vc-line-strong: rgba(47, 39, 30, .24);
  --vc-serif: "Cormorant Garamond", Georgia, serif;
  --vc-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vc-container: min(1380px, calc(100% - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body.vc-page { margin: 0; background: var(--vc-bg); color: var(--vc-text); font-family: var(--vc-sans); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
.vc-page ::selection { background: var(--vc-gold); color: var(--vc-text); }
.vc-page a { color: inherit; text-decoration: none; }
.vc-page img, .vc-page svg { display: block; max-width: 100%; }
.vc-page h1, .vc-page h2, .vc-page h3, .vc-page p { margin-top: 0; }
.vc-page h1, .vc-page h2, .vc-page h3 { text-wrap: balance; }
.vc-page p { text-wrap: pretty; }
.vc-page :focus-visible { outline: 3px solid var(--vc-accent); outline-offset: 5px; }
.vc-container { width: var(--vc-container); margin-inline: auto; }
.vc-section { padding-block: clamp(80px, 9vw, 138px); }
.vc-skip { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: var(--vc-gold); transform: translateY(-180%); }
.vc-skip:focus { transform: none; }

/* Header: the original logo, ivory surface and pill-shaped CTA. */
.vc-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--vc-line); background: rgba(251,250,247,.96); backdrop-filter: blur(18px); }
.vc-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.vc-logo { display: block; flex: 0 0 80px; }
.vc-logo img { width: 80px; height: 58px; object-fit: contain; border-radius: 7px; }
.vc-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(22px, 3vw, 46px); }
.vc-nav a { padding-block: 10px; color: var(--vc-soft); font-size: .875rem; font-weight: 600; transition: color .2s; }
.vc-nav a:hover { color: var(--vc-accent-deep); }
.vc-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 14px 27px; border: 1px solid transparent; border-radius: 999px; font-size: .875rem; font-weight: 700; line-height: 1.5; text-align: center; transition: background .25s, border-color .25s, transform .25s; }
.vc-button:hover { transform: translateY(-2px); }
.vc-button span { font-size: 1.25rem; line-height: 1; }
.vc-button--outline { border-color: var(--vc-line-strong); }
.vc-button--outline:hover { border-color: var(--vc-accent); background: var(--vc-bg-3); }
.vc-page .vc-button--gold { color: var(--vc-text); background: var(--vc-gold); }
.vc-page .vc-button--gold:hover { background: #f5e3c3; }
.vc-header__cta { min-height: 44px; padding: 10px 22px; }
.vc-eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 23px; color: var(--vc-accent-deep); font-size: .8125rem; font-weight: 700; line-height: 1.6; letter-spacing: .15em; text-transform: uppercase; }
.vc-eyebrow::before { content: ""; width: 28px; height: 1px; flex: 0 0 28px; background: currentColor; }
.vc-eyebrow--light { color: var(--vc-gold); }
.vc-page h2 { margin-bottom: 0; font-family: var(--vc-serif); font-size: clamp(2.9rem, 4.65vw, 5rem); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.vc-page h2 em { color: var(--vc-accent-deep); font-weight: 500; }
.vc-text-link { display: inline-flex; align-items: center; gap: 22px; width: fit-content; min-height: 44px; padding-block: 7px; border-bottom: 1px solid var(--vc-line-strong); font-size: .875rem; font-weight: 700; line-height: 1.6; }
.vc-text-link:hover { color: var(--vc-accent-deep); border-color: var(--vc-accent); }
.vc-text-link span { font-size: 1.15rem; }

/* Typography carries the hero until approved original photography is supplied. */
.vc-hero { position: relative; isolation: isolate; overflow: hidden; padding-block: 46px 25px; background: #211e19; color: #fff; }
.vc-hero > .vc-container { position: relative; z-index: 2; }
.vc-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(ellipse at 93% 5%, rgba(173,122,52,.18), transparent 63%); pointer-events: none; }
.vc-hero__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vc-hero:has(.vc-hero__image)::after { background: linear-gradient(90deg,rgba(18,16,13,.82),rgba(18,16,13,.38)),linear-gradient(0deg,rgba(18,16,13,.66),transparent); }
.vc-hero__topline { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.vc-hero__topline .vc-eyebrow { margin: 0; }
.vc-hero__parent { color: #d3cdc4 !important; font-size: .875rem; }
.vc-hero__parent span { margin-left: 10px; }
.vc-hero h1 { max-width: 1160px; margin: 60px 0 43px; font-family: var(--vc-serif); font-size: clamp(4.7rem, 9.4vw, 9.3rem); font-weight: 500; line-height: .99; letter-spacing: -.045em; }
.vc-hero h1 em { color: var(--vc-gold); font-weight: 500; }
.vc-hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-bottom: 56px; }
.vc-hero__bottom > p { max-width: 460px; margin: 0; font-size: 1.0625rem; line-height: 1.8; color: #d8d3cb; }
.vc-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; }
.vc-hero__link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: .875rem; }
.vc-hero__link:hover { color: var(--vc-gold); }
.vc-hero__footnote { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: #c5bdb1; font-size: .8125rem; letter-spacing: .055em; }

/* Editorial introduction. */
.vc-about { background: var(--vc-bg-2); }
.vc-about__grid { display: grid; grid-template-columns: 1.13fr 1fr; gap: clamp(40px, 7vw, 110px); }
.vc-about__copy { padding-top: 44px; }
.vc-about__copy p { color: var(--vc-muted); margin-bottom: 20px; }
.vc-about__copy .vc-lead { color: var(--vc-text); font-size: 1.1875rem; line-height: 1.6; }
.vc-about__copy .vc-text-link { margin-top: 10px; }
.vc-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 64px; margin-bottom: 58px; }
.vc-section-head > p { max-width: 340px; margin-bottom: 5px; color: var(--vc-muted); }
.vc-section-head > .vc-text-link { flex-shrink: 0; margin-bottom: 7px; }

/* Instagram: official external profile; direct link stays available if blocked. */
.vc-work__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.25fr); gap: clamp(40px, 8vw, 120px); align-items: center; }
.vc-work__label { display: block; margin-bottom: 26px; color: var(--vc-muted); font-size: .8125rem; text-transform: uppercase; letter-spacing: .13em; }
.vc-work__intro h3 { margin-bottom: 25px; font-family: var(--vc-serif); font-size: clamp(2.7rem, 3.9vw, 4.1rem); font-weight: 500; line-height: 1.07; letter-spacing: -.025em; }
.vc-work__intro h3 em { color: var(--vc-accent-deep); font-weight: 500; }
.vc-work__intro > p { max-width: 380px; color: var(--vc-muted); }
.vc-social-link { display: inline-flex; align-items: center; gap: 14px; min-height: 48px; font-size: 1rem; font-weight: 600; }
.vc-social-link:hover { color: var(--vc-accent-deep); }
.vc-social-link svg { width: 22px; height: 22px; flex-shrink: 0; }
.vc-work__note { border-top: 1px solid var(--vc-line); margin-top: 55px; padding-top: 27px; }
.vc-work__note > span { font-family: var(--vc-serif); font-size: 1.7rem; font-style: italic; }
.vc-work__note > p { margin: 7px 0 0; color: var(--vc-muted); font-size: .875rem; }
.vc-instagram { width: 100%; max-width: 586px; justify-self: end; border: 1px solid var(--vc-line); background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 65px rgba(48,38,25,.08); }
.vc-instagram__bar { display: flex; justify-content: space-between; gap: 16px; padding: 20px 24px; border-bottom: 1px solid var(--vc-line); font-size: .875rem; font-weight: 700; }
.vc-instagram__bar > span:last-child { color: var(--vc-muted); font-weight: 400; }
.vc-instagram__frame { display: block; width: 100%; height: 620px; border: 0; background: #fff; }
.vc-instagram__footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0 16px; padding: 13px 24px; border-top: 1px solid var(--vc-line); background: var(--vc-bg-2); font-size: .875rem; }
.vc-instagram__footer p { margin: 0; color: var(--vc-muted); }
.vc-instagram__footer a { padding-block: 9px; font-weight: 700; }
.vc-instagram__footer a:hover { text-decoration: underline; }

/* Ready for approved local images; no missing image URLs are requested. */
.vc-photo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px 24px; margin-top: 56px; }
.vc-photo-card { margin: 0; }
.vc-photo-card a { display: block; overflow: hidden; border-radius: 12px; }
.vc-photo-card img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .4s; }
.vc-photo-card a:hover img { transform: scale(1.035); }
.vc-photo-card figcaption { margin-top: 14px; color: var(--vc-muted); font-size: .875rem; }

/* Four services, derived from the supplied website's Creatives division. */
.vc-services { background: var(--vc-bg-2); }
.vc-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--vc-line-strong); }
.vc-service { display: grid; grid-template-columns: 44px minmax(0,1fr); column-gap: 20px; padding: 42px 38px 40px 0; border-bottom: 1px solid var(--vc-line-strong); }
.vc-service:nth-child(even) { border-left: 1px solid var(--vc-line-strong); padding-left: 42px; padding-right: 0; }
.vc-number { color: var(--vc-accent-deep); font-family: var(--vc-serif); font-size: 1.375rem; line-height: 1.5; }
.vc-service > .vc-number { grid-column: 1; grid-row: 1 / 4; padding-top: 5px; }
.vc-service h3 { grid-column: 2; margin-bottom: 13px; font-family: var(--vc-serif); font-size: 2.125rem; line-height: 1.15; font-weight: 500; letter-spacing: -.02em; }
.vc-service > p { grid-column: 2; max-width: 440px; margin-bottom: 22px; color: var(--vc-muted); }
.vc-service .vc-service__formats { margin-bottom: 0; font-size: .875rem; color: var(--vc-accent-deep); }
.vc-process__list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; margin: 0; padding: 0; list-style: none; }
.vc-process__list li { border-top: 1px solid var(--vc-line-strong); padding-top: 24px; }
.vc-process__list .vc-number { display: block; margin-bottom: 24px; }
.vc-process__list h3 { margin-bottom: 14px; font-family: var(--vc-serif); font-size: 2rem; line-height: 1.2; font-weight: 500; }
.vc-process__list p { margin-bottom: 0; color: var(--vc-muted); }

.vc-contact { padding-block: clamp(75px,8vw,118px); background: var(--vc-text); color: #fff; }
.vc-contact__grid { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 80px; }
.vc-contact h2 em { color: var(--vc-gold); }
.vc-contact__copy > p { max-width: 425px; margin-bottom: 28px; color: #d8d3cb; }
.vc-contact__handle { display: block; margin-top: 16px; font-size: .875rem; color: #c5bdb1; }
.vc-footer { padding-block: 65px 24px; background: #eee9e0; }
.vc-footer__top { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 65px; padding-bottom: 52px; }
.vc-footer__brand > a { display: inline-block; font-family: var(--vc-serif); font-size: 2.125rem; line-height: 1.3; }
.vc-footer__brand em { font-weight: 500; color: var(--vc-accent-deep); }
.vc-footer__brand > p { margin: 17px 0 0; color: var(--vc-muted); font-size: .875rem; }
.vc-footer__links { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; font-size: .875rem; }
.vc-footer__links > span { margin-bottom: 12px; font-weight: 700; }
.vc-footer__links > a { padding-block: 3px; color: var(--vc-muted); }
.vc-footer__links > a:hover { color: var(--vc-accent-deep); }
.vc-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 28px; border-top: 1px solid var(--vc-line); padding-top: 23px; font-size: .8125rem; color: var(--vc-muted); }
.vc-footer__bottom p { margin: 0; }
.vc-footer__bottom > div { display: flex; flex-wrap: wrap; gap: 20px; }
.vc-footer__bottom a:hover { text-decoration: underline; }

@media (min-width: 1600px) { .vc-hero { padding-top: 58px; } .vc-hero h1 { margin-block: 76px 52px; } .vc-hero__bottom { padding-bottom: 70px; } }
@media (max-width: 1100px) {
  :root { --vc-container: calc(100% - 64px); }
  .vc-hero__bottom { align-items: flex-start; flex-direction: column; gap: 28px; }
  .vc-hero__bottom > p { max-width: 610px; }
  .vc-section-head { gap: 35px; }
  .vc-section-head > p { max-width: 280px; }
  .vc-work__grid { grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); gap: 35px; }
  .vc-service { column-gap: 10px; padding-right: 26px; }
  .vc-service:nth-child(even) { padding-left: 26px; }
  .vc-process__list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; }
  .vc-contact__grid { gap: 45px; }
}
@media (max-width: 760px) {
  :root { --vc-container: calc(100% - 40px); }
  html { scroll-padding-top: 140px; }
  .vc-header__inner { min-height: 120px; gap: 8px 16px; flex-wrap: wrap; padding-block: 10px 5px; }
  .vc-logo { flex-basis: 68px; }
  .vc-logo img { width: 68px; height: 49px; }
  .vc-header__cta { margin-left: auto; min-height: 42px; padding: 9px 18px; }
  .vc-nav { order: 3; width: 100%; justify-content: space-between; gap: 0 20px; }
  .vc-nav a { min-height: 44px; padding-block: 10px; }
  .vc-section { padding-block: 74px; }
  .vc-hero { padding-top: 30px; }
  .vc-hero__topline { align-items: flex-start; gap: 20px; }
  .vc-hero__parent { max-width: 150px; font-size: .8125rem; text-align: right; line-height: 1.6; }
  .vc-hero__topline .vc-eyebrow { font-size: .75rem; letter-spacing: .11em; }
  .vc-hero__topline .vc-eyebrow::before { width: 18px; flex-basis: 18px; }
  .vc-hero h1 { margin-block: 50px 30px; font-size: clamp(3.3rem,11.3vw,5.6rem); letter-spacing: -.045em; }
  .vc-hero__bottom { padding-bottom: 37px; }
  .vc-hero__bottom > p { font-size: 1rem; }
  .vc-actions { gap: 16px 25px; }
  .vc-hero__footnote { font-size: .75rem; flex-wrap: wrap; gap: 6px; }
  .vc-page h2 { font-size: clamp(2.7rem,7.6vw,3.8rem); }
  .vc-about__grid, .vc-contact__grid { grid-template-columns: 1fr; gap: 30px; }
  .vc-about__copy { padding-top: 0; }
  .vc-section-head { flex-direction: column; align-items: flex-start; gap: 26px; margin-bottom: 38px; }
  .vc-section-head > p { max-width: 100%; }
  .vc-work__grid { grid-template-columns: 1fr; gap: 36px; }
  .vc-work__intro > p { max-width: 100%; }
  .vc-work__intro h3 { font-size: 2.75rem; }
  .vc-work__note { margin-top: 24px; padding-top: 22px; }
  .vc-instagram { justify-self: center; }
  .vc-instagram__bar { padding-inline: 19px; }
  .vc-instagram__frame { height: 580px; }
  .vc-instagram__footer { padding-inline: 19px; }
  .vc-service-grid { grid-template-columns: 1fr; }
  .vc-service, .vc-service:nth-child(even) { padding: 30px 0; border-left: 0; column-gap: 15px; grid-template-columns: 34px minmax(0,1fr); }
  .vc-service h3 { font-size: 1.9375rem; }
  .vc-process__list { gap: 34px 24px; }
  .vc-photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 16px; }
  .vc-footer__top { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .vc-footer__brand { grid-column: 1 / -1; }
  .vc-footer__bottom { flex-direction: column; gap: 15px; }
}
@media (max-width: 380px) {
  :root { --vc-container: calc(100% - 32px); }
  .vc-hero__parent { display: none; }
  .vc-hero h1 { font-size: 3.2rem; }
  .vc-process__list, .vc-photo-grid { grid-template-columns: 1fr; }
  .vc-social-link { gap: 10px; font-size: .9375rem; }
  .vc-contact .vc-button { gap: 12px; padding-inline: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .vc-page *, .vc-page *::before, .vc-page *::after { transition: none !important; animation: none !important; }
}
@media print {
  .vc-header { position: static; }
  .vc-page, .vc-hero, .vc-contact, .vc-footer { background: #fff; color: #211e19; }
  .vc-hero h1 em, .vc-contact h2 em, .vc-eyebrow--light { color: #8d6025; }
  .vc-hero p, .vc-contact p, .vc-hero__footnote { color: #4a443c; }
  .vc-instagram__frame { display: none; }
  .vc-section, .vc-contact { padding-block: 40px; }
  .vc-service, .vc-process__list li { break-inside: avoid; }
}
