:root { --ink: #0b0b0b; --cream: #ede8d0; --accent: #9a9992; --muted: #a5a39b; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.shell { width: min(1380px, calc(100% - 64px)); margin: 0 auto; }
.section-pad { padding: clamp(100px, 13vw, 190px) 0; }
.section-label { margin: 0; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; color: #655f56; }
.section-label.light { color: #aaa195; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); background: var(--cream); color: var(--ink); padding: 10px 14px; z-index: 100; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; }
.nav { height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(237,232,208,.18); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 14px; letter-spacing: .13em; white-space: nowrap; }
.brand b { font-weight: 400; opacity: .55; }
.brand-mark { width: 34px; height: 34px; border: 1px solid var(--accent); color: var(--cream); background: rgba(154,153,146,.12); display: grid; place-items: center; font: 600 16px Georgia, serif; transform: rotate(-8deg); }
.nav-menu { display: flex; align-items: center; gap: 70px; }
.nav-links { display: flex; gap: 38px; font-size: 13px; }
.nav-links a { opacity: .68; transition: opacity .2s; }
.nav-links a:hover, .nav-links a:focus-visible { opacity: 1; }
.nav-cta { border: 1px solid rgba(237,232,208,.35); padding: 14px 18px; font-size: 13px; display: flex; gap: 28px; transition: background .2s, color .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--cream); color: var(--ink); }
.menu-button { display: none; color: inherit; background: none; border: 0; padding: 10px 0 10px 16px; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; margin: 6px 0; }
.hero { min-height: 100svh; position: relative; overflow: hidden; background: radial-gradient(circle at 74% 42%, #393937 0, #1b1b1a 22%, var(--ink) 52%); }
.hero-content { padding-top: clamp(190px, 25vh, 270px); position: relative; z-index: 3; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: 10px; display: flex; align-items: center; gap: 12px; margin: 0 0 24px; }
.eyebrow span { width: 26px; height: 1px; background: var(--accent); }
h1, h2, blockquote { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.055em; }
h1 { margin: 0; font-size: clamp(76px, 11vw, 168px); line-height: .8; max-width: 1050px; }
em { color: var(--accent); font-weight: 400; }
h1 em { position: relative; left: 0em; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; margin-top: clamp(70px, 11vh, 130px); }
.hero-bottom p { width: min(430px, 38vw); margin: 0; color: rgba(237,232,208,.68); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.6; }
.circle-link { width: 64px; height: 64px; border: 1px solid rgba(237,232,208,.35); border-radius: 50%; display: grid; place-items: center; font-size: 22px; transition: background .2s, color .2s; }
.circle-link:hover, .circle-link:focus-visible { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.frame-card { position: absolute; right: -3vw; border: 1px solid rgba(237,232,208,.14); width: 27vw; aspect-ratio: 16/10; transform: rotate(-8deg); background: linear-gradient(135deg, rgba(154,153,146,.14), transparent 45%); box-shadow: inset 0 0 70px rgba(154,153,146,.09); }
.frame-card span { position: absolute; bottom: 12px; left: 14px; font: 10px monospace; opacity: .45; }
.frame-one { top: 22%; right: 3%; }.frame-two { top: 40%; right: -10%; transform: rotate(7deg); }.frame-three { top: 62%; right: 1%; transform: rotate(-4deg); }
.grain { position: absolute; inset: 0; pointer-events: none; opacity: .15; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.manifesto { background: var(--cream); color: var(--ink); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 4fr; gap: 30px; }
.manifesto h2 { grid-column: 2; font-size: clamp(52px, 7.5vw, 112px); line-height: .98; margin: -15px 0 65px; max-width: 1100px; }
.manifesto-copy { grid-column: 2; width: min(480px, 100%); margin: 0 0 0 auto; color: #635e56; font-size: 17px; line-height: 1.7; }
.work { background: #151515; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 80px; }
.section-head h2, .services-intro h2, .about-copy h2, .process-head h2 { font-size: clamp(64px, 8.5vw, 128px); line-height: .86; margin: 25px 0 0; }
.section-head > p { width: 300px; color: var(--muted); line-height: 1.6; margin: 0 0 8px; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 90px 32px; align-items: start; }
.work-grid.single-project { grid-template-columns: 1fr; }
.single-project .project { width: min(100%, 1100px); }
.project-button { display: block; width: 100%; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.project-image { display: block; position: relative; aspect-ratio: 4/5; overflow: hidden; background: #282827; }
.project-image.portrait { aspect-ratio: 4/5; }.project-image.landscape { aspect-ratio: 16/9; }
.project-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.65)); }
.project-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.08); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s; }
.project-button:hover img, .project-button:focus-visible img { transform: scale(1.035); filter: saturate(.95) contrast(1.05); }
.play { position: absolute; z-index: 2; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 68px; height: 68px; border-radius: 50%; border: 1px solid rgba(255,255,255,.65); backdrop-filter: blur(5px); display: grid; place-items: center; font-size: 14px; padding-left: 4px; transition: background .2s, color .2s; }
.project-button:hover .play, .project-button:focus-visible .play { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.project-number { position: absolute; z-index: 2; bottom: 18px; right: 18px; font: 10px monospace; letter-spacing: .1em; }
.project-film-count { position: absolute; z-index: 2; top: 18px; right: 18px; padding: 9px 12px; border: 1px solid rgba(237,232,208,.45); background: rgba(11,11,11,.52); backdrop-filter: blur(8px); color: var(--cream); font: 10px monospace; text-transform: uppercase; letter-spacing: .12em; }
.project-meta { display: flex; justify-content: space-between; align-items: start; padding-top: 19px; }
.project-title { display: block; font: 400 30px Georgia, serif; color: var(--cream); margin-bottom: 7px; }.project-category, .project-prompt { display: block; color: var(--muted); font-size: 12px; }.project-prompt { padding-top: 8px; border-bottom: 1px solid rgba(237,232,208,.3); }
.projects-message { color: var(--muted); line-height: 1.6; }
.reels-section { background: var(--cream); color: var(--ink); }
.reels-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 80px; }
.reels-head h2 { margin: 25px 0 0; font: 400 clamp(64px, 8.5vw, 128px)/.86 Georgia, serif; letter-spacing: -.055em; }
.reels-head > p { width: min(320px, 100%); margin: 0 0 9px; color: #625f59; line-height: 1.6; }
.reels-grid { display: grid; gap: 70px; }
.reel-collection { display: grid; grid-template-columns: minmax(210px, .8fr) minmax(0, 3fr); gap: 42px; border-top: 1px solid #bdb6a8; padding-top: 25px; }
.reel-collection-meta h3 { margin: 0 0 8px; font: 400 clamp(30px, 3.2vw, 46px)/.95 Georgia, serif; letter-spacing: -.04em; }
.reel-collection-meta p { margin: 0; color: #666159; font-size: 12px; }
.reel-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.reel-card { display: block; min-width: 0; }
.reel-image { display: block; position: relative; overflow: hidden; aspect-ratio: 9 / 16; background: linear-gradient(145deg, #232323, #62615c); }
.reel-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.65)); }
.reel-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.58) contrast(1.08); transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .6s; }
.reel-image-missing::before { content: "WESTIN VISION"; position: absolute; z-index: 1; top: 18px; left: 16px; color: rgba(237,232,208,.78); font-size: 9px; letter-spacing: .18em; }
.reel-card:hover img, .reel-card:focus-visible img { transform: scale(1.04); filter: grayscale(.1) contrast(1.04); }
.reel-count { position: absolute; z-index: 2; left: 15px; bottom: 14px; color: var(--cream); font: 10px monospace; letter-spacing: .1em; }
.reel-play { position: absolute; z-index: 2; top: 50%; left: 50%; width: 48px; height: 48px; transform: translate(-50%, -50%); display: grid; place-items: center; border: 1px solid rgba(237,232,208,.6); border-radius: 50%; color: var(--cream); font-size: 11px; padding-left: 3px; transition: background .2s, color .2s; }
.reel-card:hover .reel-play, .reel-card:focus-visible .reel-play { background: var(--cream); color: var(--ink); }
.reel-details { display: flex; justify-content: space-between; gap: 12px; padding-top: 13px; color: #5e5a53; font-size: 11px; line-height: 1.4; }
.reel-details strong { color: var(--ink); font: 400 18px Georgia, serif; }
.services { background: var(--cream); color: var(--ink); }
.services-intro { display: grid; grid-template-columns: 1fr 3fr 1.2fr; gap: 30px; align-items: end; margin-bottom: 100px; }
.services-intro h2 { margin-top: 0; }.services-intro > p:last-child { color: #625d55; line-height: 1.6; margin: 0 0 8px; }
.service-list { border-top: 1px solid #bdb5a7; }
.service-row { display: grid; grid-template-columns: .5fr 2fr 1fr auto; gap: 25px; align-items: center; min-height: 170px; border-bottom: 1px solid #bdb5a7; transition: padding .25s, background .25s; }
.service-row:hover { padding: 0 24px; background: #e8e0d1; }
.service-row > span { font: 11px monospace; color: #77756f; }.service-row h3 { font: 400 clamp(30px, 3.3vw, 48px) Georgia, serif; margin: 0; }.service-row p { color: #66645f; font-size: 13px; line-height: 1.7; }.service-row b { font-size: 24px; font-weight: 400; color: var(--ink); }
.about { background: #222222; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.about-frame { transform: rotate(-2deg); }.about-frame img { aspect-ratio: 4/5; object-fit: cover; filter: grayscale(.55) contrast(1.06); }.about-frame span { display: block; margin-top: 12px; color: var(--muted); font: 10px monospace; text-transform: uppercase; letter-spacing: .1em; }
.about-copy h2 { margin-bottom: 50px; }.about-copy > p:not(.section-label) { color: #aaa195; max-width: 540px; font-size: 17px; line-height: 1.8; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 70px; border-top: 1px solid rgba(237,232,208,.18); padding-top: 30px; }.stats strong { font: 400 42px Georgia, serif; color: var(--cream); display: block; }.stats span { color: var(--muted); font-size: 11px; }
.process { background: var(--cream); color: var(--ink); }
.process-head { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: 100px; }.process-head h2 { margin-top: 0; }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bdb5a7; }
.process-grid li { padding: 32px 35px 0 0; border-right: 1px solid #bdb5a7; min-height: 270px; }.process-grid li:not(:first-child) { padding-left: 35px; }.process-grid li:last-child { border: 0; }.process-grid span { color: #6f6d67; font: 11px monospace; }.process-grid h3 { font: 400 29px Georgia, serif; margin: 70px 0 20px; }.process-grid p { color: #655f56; line-height: 1.65; font-size: 14px; }
.quote { text-align: center; background: var(--accent); color: var(--ink); }.quote-mark { font: 100px/.5 Georgia, serif; margin: 0 0 45px; }.quote blockquote { font-size: clamp(42px, 6vw, 88px); line-height: 1; max-width: 1150px; margin: 0 auto 60px; }.quote-credit { font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }.quote-credit span { opacity: .6; margin-left: 10px; }
.contact { background: var(--ink); }.contact-inner h2 { font-size: clamp(72px, 11vw, 160px); line-height: .83; margin: 50px 0 120px; }.contact-inner h2 em { position: relative; left: .25em; }
.contact-bottom { display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(237,232,208,.2); padding-top: 35px; }.contact-email { font: 400 clamp(22px, 2.8vw, 42px) Georgia, serif; border-bottom: 1px solid var(--accent); padding-bottom: 8px; }.contact-email span { color: var(--accent); }.contact-bottom > div > p { color: var(--muted); line-height: 1.6; font-size: 13px; }.socials { display: flex; gap: 18px; margin-top: 25px; font-size: 12px; }.socials a { border-bottom: 1px solid rgba(237,232,208,.3); }
body.modal-open { overflow: hidden; }
.video-modal { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(11,11,11,.97); color: var(--cream); overflow-y: auto; }
.video-modal::backdrop { background: rgba(0,0,0,.85); backdrop-filter: blur(8px); }
.video-modal-panel { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 38px 0 80px; position: relative; }
.video-modal-close { display: block; margin: 0 0 55px auto; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(237,232,208,.4); background: transparent; color: var(--cream); cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.video-modal-close:hover, .video-modal-close:focus-visible { border-color: var(--cream); }
.video-modal-heading { display: grid; grid-template-columns: 1fr 2.6fr 1.2fr; gap: 30px; align-items: end; margin-bottom: 45px; }
.video-modal-heading h2 { margin: 0; font: 400 clamp(46px, 6.5vw, 90px)/.9 Georgia, serif; letter-spacing: -.055em; }
.video-modal-heading > p:last-child { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.video-player-frame { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; box-shadow: 0 32px 90px rgba(0,0,0,.45); }
.video-player-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.youtube-fallback { display: block; width: fit-content; margin: 14px 0 0 auto; color: var(--muted); border-bottom: 1px solid rgba(237,232,208,.3); padding-bottom: 4px; font-size: 11px; }
.youtube-fallback:hover, .youtube-fallback:focus-visible { color: var(--cream); border-color: var(--cream); }
.video-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; border-top: 1px solid rgba(237,232,208,.25); }
.video-choice { min-height: 120px; padding: 25px 22px; border: 0; border-right: 1px solid rgba(237,232,208,.25); border-bottom: 1px solid rgba(237,232,208,.25); background: transparent; color: var(--cream); cursor: pointer; text-align: left; display: grid; grid-template-columns: auto 1fr; gap: 10px 18px; transition: background .2s, color .2s; }
.video-choice:last-child { border-right: 0; }
.video-choice > span:first-child { color: var(--muted); font: 10px monospace; }
.video-choice strong { font: 400 19px Georgia, serif; }
.video-choice-action { grid-column: 2; color: var(--muted); font-size: 11px; }
.video-choice:hover, .video-choice:focus-visible { background: rgba(237,232,208,.08); }
.video-choice.active { background: var(--cream); color: var(--ink); }
.video-choice.active > span { color: #65635f; }
footer { border-top: 1px solid rgba(237,232,208,.15); padding: 35px 0; }.footer-inner { display: flex; justify-content: space-between; align-items: center; }.footer-inner p, .footer-inner > a:last-child { color: var(--muted); font-size: 11px; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) { .shell { width: min(100% - 40px, 1380px); }.menu-button { display: block; z-index: 2; }.nav-menu { display: none; position: absolute; top: 80px; left: 0; right: 0; background: var(--ink); padding: 35px 20px 45px; flex-direction: column; align-items: stretch; gap: 35px; border-bottom: 1px solid rgba(237,232,208,.2); }.nav-menu.open { display: flex; }.nav-links { flex-direction: column; font: 40px Georgia, serif; gap: 20px; }.nav-cta { justify-content: space-between; }.nav { height: 80px; }.manifesto-grid, .services-intro, .process-head { grid-template-columns: 1fr; }.manifesto h2, .manifesto-copy { grid-column: 1; }.manifesto h2 { margin-top: 20px; }.work-grid { gap: 65px 20px; }.single-project .project { width: 100%; }.services-intro > p:last-child { max-width: 420px; }.service-row { grid-template-columns: .35fr 1.6fr 1fr auto; }.process-grid { grid-template-columns: 1fr 1fr; }.process-grid li:nth-child(2) { border-right: 0; }.process-grid li { border-bottom: 1px solid #bdb5a7; }.process-grid li:nth-child(3), .process-grid li:nth-child(4) { border-bottom: 0; }.about-grid { gap: 50px; }.video-modal-heading { grid-template-columns: 1fr; }.video-modal-heading h2 { margin: 12px 0; }.video-modal-heading > p:last-child { max-width: 500px; }.video-list { grid-template-columns: 1fr; }.video-choice { min-height: 90px; border-right: 0; } }
@media (max-width: 620px) { .shell { width: min(100% - 36px, 1380px); }.section-pad { padding: 100px 0; }.hero-content { padding-top: 190px; }h1 { font-size: clamp(67px, 21vw, 100px); }h1 em { left: .25em; }.hero-bottom { margin-top: 90px; align-items: center; }.hero-bottom p { width: calc(100% - 88px); font-size: 15px; }.frame-card { width: 55vw; opacity: .55; }.frame-one { top: 32%; right: -18%; }.frame-two { top: 47%; }.frame-three { top: 65%; right: -15%; }.manifesto h2, .section-head h2, .services-intro h2, .about-copy h2, .process-head h2 { font-size: 56px; }.section-head { display: block; }.section-head > p { margin-top: 30px; }.work-grid { grid-template-columns: 1fr; }.project-image, .project-image.portrait, .project-image.landscape { aspect-ratio: 5/4; }.project-title { font-size: 25px; }.project-prompt { display: none; }.service-row { grid-template-columns: .3fr 1.7fr auto; min-height: 135px; }.service-row p { display: none; }.about-grid { grid-template-columns: 1fr; }.about-copy { order: -1; }.stats { margin-top: 45px; }.stats strong { font-size: 34px; }.process-grid { grid-template-columns: 1fr; }.process-grid li, .process-grid li:not(:first-child) { border-right: 0; border-bottom: 1px solid #bdb5a7; padding: 28px 0; min-height: 210px; }.process-grid li:nth-child(3) { border-bottom: 1px solid #bdb5a7; }.process-grid h3 { margin-top: 50px; }.contact-inner h2 { margin-bottom: 80px; }.contact-bottom { display: block; }.contact-email { display: inline-block; font-size: 21px; }.contact-bottom > div { margin-top: 55px; }.footer-inner { gap: 25px; flex-wrap: wrap; }.footer-inner .brand { width: 100%; }.video-modal-panel { width: calc(100% - 30px); padding-top: 24px; }.video-modal-close { margin-bottom: 35px; }.video-modal-heading { margin-bottom: 25px; }.video-modal-heading h2 { font-size: 44px; }.video-list { margin-top: 18px; }.video-choice { padding: 20px 14px; } }
@media (max-width: 900px) { .reels-head { display: block; }.reels-head > p { margin-top: 30px; }.reel-collection { grid-template-columns: 1fr; gap: 28px; }.reel-list { max-width: 720px; } }
@media (max-width: 620px) { .reels-head h2 { font-size: 56px; }.reel-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }.reel-details { display: block; }.reel-details > span { display: block; margin-top: 5px; }.reel-details strong { font-size: 17px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.project-image img, .reel-image img { transition: none; } }
.instagram-reels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.instagram-reels .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 700px) {
  .instagram-reels {
    grid-template-columns: 1fr;
  }
} 
.reels-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.instagram-reel-item {
  min-width: 0;
}

.instagram-reel-item h3 {
  margin: 0 0 14px;
  font: 400 20px Georgia, serif;
}

.instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.youtube-reel {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #111;
}

.youtube-reel iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

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

@media (max-width: 600px) {
  .reels-grid {
    grid-template-columns: 1fr;
  }
}